another mips typo

James E Wilson wilson@specifixinc.com
Thu Aug 19 01:03:00 GMT 2004


This fixes a typo in a comment in the mips.h file.  I checked this in
under the obvious rule.  I did a quick sb1-elf cross compiler build just
to make sure I didn't do anything stupid.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

-------------- next part --------------
2004-08-18  James E Wilson  <wilson@specifixinc.com>

	* config/mips/mips.h (ASM_SPEC): In comment, change -meabi= to -mabi=.

Index: mips.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/mips.h,v
retrieving revision 1.356
diff -p -p -r1.356 mips.h
*** mips.h	14 Aug 2004 20:55:55 -0000	1.356
--- mips.h	18 Aug 2004 23:57:29 -0000
*************** extern const struct mips_cpu_info *mips_
*** 1123,1129 ****
  #endif
  
  /* ASM_SPEC is the set of arguments to pass to the assembler.  Note: we
!    pass -mgp32, -mgp64, -march, -mabi=eabi and -meabi=o64 regardless of
     whether we're using GAS.  These options can only be used properly
     with GAS, and it is better to get an error from a non-GAS assembler
     than to silently generate bad code.  */
--- 1123,1129 ----
  #endif
  
  /* ASM_SPEC is the set of arguments to pass to the assembler.  Note: we
!    pass -mgp32, -mgp64, -march, -mabi=eabi and -mabi=o64 regardless of
     whether we're using GAS.  These options can only be used properly
     with GAS, and it is better to get an error from a non-GAS assembler
     than to silently generate bad code.  */


More information about the Gcc-patches mailing list