OSDN Git Service

* config/cris/cris.opt (march): Remove VarExists attribute.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2006 08:02:23 +0000 (08:02 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2006 08:02:23 +0000 (08:02 +0000)
  (max-stackframe=): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113971 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/cris/cris.opt

index ba08a32..281fdc3 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-22  Nick Clifton  <nickc@redhat.com>
+
+       * config/cris/cris.opt (march): Remove VarExists attribute.
+       (max-stackframe=): Likewise.
+
 2006-05-22  Kazu Hirata  <kazu@codesourcery.com>
 
        * doc/rtl.texi: Fix a typo.
index ac371a7..c320e02 100644 (file)
@@ -162,7 +162,7 @@ mcpu=
 Target Report RejectNegative Joined Undocumented Var(cris_cpu_str)
 
 march=
-Target Report RejectNegative Joined Var(cris_cpu_str) VarExists
+Target Report RejectNegative Joined Var(cris_cpu_str)
 -march=ARCH    Generate code for the specified chip or CPU version
 
 mtune=
@@ -174,7 +174,7 @@ Target Report RejectNegative Joined Var(cris_max_stackframe_str)
 -mmax-stackframe=SIZE  Warn when a stackframe is larger than the specified size
 
 max-stackframe=
-Target Report RejectNegative Joined Undocumented Var(cris_max_stackframe_str) VarExists
+Target Report RejectNegative Joined Undocumented Var(cris_max_stackframe_str)
 
 ; TARGET_SVINTO: Currently this just affects alignment.  FIXME:
 ; Redundant with TARGET_ALIGN_BY_32, or put machine stuff here?