From c3e242e7d22838038b307dc5d241073d71d070f9 Mon Sep 17 00:00:00 2001
From: Nick Clifton <nickc@redhat.com>
Date: Mon, 22 May 2006 08:02:23 +0000
Subject: [PATCH] cris.opt (march): Remove VarExists attribute.

* config/cris/cris.opt (march): Remove VarExists attribute.
  (max-stackframe=): Likewise.

From-SVN: r113971
---
 gcc/ChangeLog            | 5 +++++
 gcc/config/cris/cris.opt | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ba08a3287923..281fdc345a7f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/cris/cris.opt b/gcc/config/cris/cris.opt
index ac371a7e643d..c320e022190c 100644
--- a/gcc/config/cris/cris.opt
+++ b/gcc/config/cris/cris.opt
@@ -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?
-- 
GitLab