OSDN Git Service

Fix another mips typo.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Aug 2004 00:01:24 +0000 (00:01 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Aug 2004 00:01:24 +0000 (00:01 +0000)
* config/mips/mips.h (ASM_SPEC): In comment, change -meabi= to -mabi=.

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

gcc/ChangeLog
gcc/config/mips/mips.h

index 9cae78e..0325900 100644 (file)
@@ -1,5 +1,6 @@
 2004-08-18  James E Wilson  <wilson@specifixinc.com>
 
+       * config/mips/mips.h (ASM_SPEC): In comment, change -meabi= to -mabi=.
        * config/mips/sb1.md (ir_sb1_divsf_1pipe): Renamed from ...1pipes.
 
        * config/mips/mips.md (type): Add frdiv.
index e1e45af..724f1d1 100644 (file)
@@ -1123,7 +1123,7 @@ extern const struct mips_cpu_info *mips_tune_info;
 #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
+   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.  */