Committed, CRIS: Fix typo related to -mno-mul-bug-workaround.

Hans-Peter Nilsson hans-peter.nilsson@axis.com
Mon Mar 29 20:41:00 GMT 2004


Doh.  For main trunk only; 3.3 and 3.4 do not have the configury
bits to make a difference.

	* config/cris/cris.h: Correct #ifdef to test for
	HAVE_AS_NO_MUL_BUG_ABORT_OPTION, not
	HAVE_AS_MUL_BUG_ABORT_OPTION.

Index: cris.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/cris/cris.h,v
retrieving revision 1.69
diff -p -c -r1.69 cris.h
*** cris.h	8 Mar 2004 00:32:37 -0000	1.69
--- cris.h	29 Mar 2004 20:25:45 -0000
*************** extern const char *cris_elinux_stacksize
*** 171,177 ****
     %{!melinux:%{!maout|melf:%{!fno-vtable-gc:-fvtable-gc}}}}}".  */
  #define CC1PLUS_SPEC ""
  
! #ifdef HAVE_AS_MUL_BUG_ABORT_OPTION
  #define MAYBE_AS_NO_MUL_BUG_ABORT \
   "%{mno-mul-bug-workaround:-no-mul-bug-abort} "
  #else
--- 171,177 ----
     %{!melinux:%{!maout|melf:%{!fno-vtable-gc:-fvtable-gc}}}}}".  */
  #define CC1PLUS_SPEC ""
  
! #ifdef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
  #define MAYBE_AS_NO_MUL_BUG_ABORT \
   "%{mno-mul-bug-workaround:-no-mul-bug-abort} "
  #else

brgds, H-P



More information about the Gcc-patches mailing list