comparison gcc/config/v850/v850.opt @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 ; Options for the NEC V850 port of the compiler. 1 ; Options for the NEC V850 port of the compiler.
2 2
3 ; Copyright (C) 2005, 2007 Free Software Foundation, Inc. 3 ; Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
4 ; 4 ;
5 ; This file is part of GCC. 5 ; This file is part of GCC.
6 ; 6 ;
7 ; GCC is free software; you can redistribute it and/or modify it under 7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free 8 ; the terms of the GNU General Public License as published by the Free
64 64
65 mtda 65 mtda
66 Target RejectNegative Joined 66 Target RejectNegative Joined
67 Set the max size of data eligible for the TDA area 67 Set the max size of data eligible for the TDA area
68 68
69 mstrict-align 69 mno-strict-align
70 Target Report Mask(STRICT_ALIGN) 70 Target Report Mask(NO_STRICT_ALIGN)
71 Enforce strict alignment 71 Do not enforce strict alignment
72
73 mjump-tables-in-data-section
74 Target Report Mask(JUMP_TABLES_IN_DATA_SECTION)
75 Put jump tables for switch statements into the .data section rather than the .code section
72 76
73 mUS-bit-set 77 mUS-bit-set
74 Target Report Mask(US_BIT_SET) 78 Target Report Mask(US_BIT_SET)
75 79
76 mv850 80 mv850
80 mv850e 84 mv850e
81 Target Report RejectNegative Mask(V850E) 85 Target Report RejectNegative Mask(V850E)
82 Compile for the v850e processor 86 Compile for the v850e processor
83 87
84 mv850e1 88 mv850e1
85 Target RejectNegative Mask(V850E) MaskExists 89 Target RejectNegative Mask(V850E1)
86 Compile for the v850e1 processor 90 Compile for the v850e1 processor
91
92 mv850es
93 Target RejectNegative Mask(V850E1) MaskExists
94 Compile for the v850es variant of the v850e1
95
96 mv850e2
97 Target Report RejectNegative Mask(V850E2)
98 Compile for the v850e2 processor
99
100 mv850e2v3
101 Target Report RejectNegative Mask(V850E2V3)
102 Compile for the v850e2v3 processor
87 103
88 mzda 104 mzda
89 Target RejectNegative Joined 105 Target RejectNegative Joined
90 Set the max size of data eligible for the ZDA area 106 Set the max size of data eligible for the ZDA area