cris.h: Correct #ifdef to test for HAVE_AS_NO_MUL_BUG_ABORT_OPTION...
authorHans-Peter Nilsson <hp@axis.com>
Mon, 29 Mar 2004 20:40:29 +0000 (20:40 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 29 Mar 2004 20:40:29 +0000 (20:40 +0000)
* config/cris/cris.h: Correct #ifdef to test for
HAVE_AS_NO_MUL_BUG_ABORT_OPTION, not
HAVE_AS_MUL_BUG_ABORT_OPTION.

From-SVN: r80065

gcc/ChangeLog
gcc/config/cris/cris.h

index 28a6353..bd2c1e3 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-29  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.h: Correct #ifdef to test for
+       HAVE_AS_NO_MUL_BUG_ABORT_OPTION, not
+       HAVE_AS_MUL_BUG_ABORT_OPTION.
+
 2004-03-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * function.c (put_var_into_stack): If old RTL was ADDRESSOF, update
index da5ab7f..302484c 100644 (file)
@@ -171,7 +171,7 @@ extern const char *cris_elinux_stacksize_str;
    %{!melinux:%{!maout|melf:%{!fno-vtable-gc:-fvtable-gc}}}}}".  */
 #define CC1PLUS_SPEC ""
 
-#ifdef HAVE_AS_MUL_BUG_ABORT_OPTION
+#ifdef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
 #define MAYBE_AS_NO_MUL_BUG_ABORT \
  "%{mno-mul-bug-workaround:-no-mul-bug-abort} "
 #else