diff 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
line wrap: on
line diff
--- a/gcc/config/v850/v850.opt	Tue May 25 18:58:51 2010 +0900
+++ b/gcc/config/v850/v850.opt	Tue Mar 22 17:18:12 2011 +0900
@@ -1,6 +1,6 @@
 ; Options for the NEC V850 port of the compiler.
 
-; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+; Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
@@ -66,9 +66,13 @@
 Target RejectNegative Joined
 Set the max size of data eligible for the TDA area
 
-mstrict-align
-Target Report Mask(STRICT_ALIGN)
-Enforce strict alignment
+mno-strict-align
+Target Report Mask(NO_STRICT_ALIGN)
+Do not enforce strict alignment
+
+mjump-tables-in-data-section
+Target Report Mask(JUMP_TABLES_IN_DATA_SECTION)
+Put jump tables for switch statements into the .data section rather than the .code section
 
 mUS-bit-set
 Target Report Mask(US_BIT_SET)
@@ -82,9 +86,21 @@
 Compile for the v850e processor
 
 mv850e1
-Target RejectNegative Mask(V850E) MaskExists
+Target RejectNegative Mask(V850E1)
 Compile for the v850e1 processor
 
+mv850es
+Target RejectNegative Mask(V850E1) MaskExists
+Compile for the v850es variant of the v850e1
+
+mv850e2
+Target Report RejectNegative Mask(V850E2)
+Compile for the v850e2 processor
+
+mv850e2v3
+Target Report RejectNegative Mask(V850E2V3)
+Compile for the v850e2v3 processor
+
 mzda
 Target RejectNegative Joined
 Set the max size of data eligible for the ZDA area