aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2004-08-19 00:01:24 +0000
committerJim Wilson <wilson@gcc.gnu.org>2004-08-18 17:01:24 -0700
commitc831f54bebc7e34c2916725a10d9456478450003 (patch)
tree70095a81ef04b5532644053a9ee3342579a7a52c /gcc
parenta1627d809571d2912d6f97beb2584398a77d565e (diff)
downloadgcc-c831f54bebc7e34c2916725a10d9456478450003.zip
gcc-c831f54bebc7e34c2916725a10d9456478450003.tar.gz
gcc-c831f54bebc7e34c2916725a10d9456478450003.tar.bz2
Fix another mips typo.
* config/mips/mips.h (ASM_SPEC): In comment, change -meabi= to -mabi=. From-SVN: r86219
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog1
-rw-r--r--gcc/config/mips/mips.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9cae78e..0325900 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index e1e45af..724f1d1 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -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. */