Commit c831f54b by James E Wilson Committed by Jim Wilson

Fix another mips typo.

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

From-SVN: r86219
parent a1627d80
2004-08-18 James E Wilson <wilson@specifixinc.com> 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/sb1.md (ir_sb1_divsf_1pipe): Renamed from ...1pipes.
* config/mips/mips.md (type): Add frdiv. * config/mips/mips.md (type): Add frdiv.
......
...@@ -1123,7 +1123,7 @@ extern const struct mips_cpu_info *mips_tune_info; ...@@ -1123,7 +1123,7 @@ extern const struct mips_cpu_info *mips_tune_info;
#endif #endif
/* ASM_SPEC is the set of arguments to pass to the assembler. Note: we /* 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 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 with GAS, and it is better to get an error from a non-GAS assembler
than to silently generate bad code. */ than to silently generate bad code. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment