diff options
author | Lee Iverson <leei@Canada.AI.SRI.COM> | 1998-02-11 13:04:01 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1998-02-11 05:04:01 -0800 |
commit | 9504c31c84dfa9023a086c2947df8076bd4d5463 (patch) | |
tree | f9394cce605bb79857293bd4b1bfade352faef97 | |
parent | f3a9e4e599e819e805d89a39cb10595de5c5d022 (diff) | |
download | gcc-9504c31c84dfa9023a086c2947df8076bd4d5463.zip gcc-9504c31c84dfa9023a086c2947df8076bd4d5463.tar.gz gcc-9504c31c84dfa9023a086c2947df8076bd4d5463.tar.bz2 |
Patch from Lee Iverson.
* mips/mips.h (mips_abi_string): Correct typo in comment.
From-SVN: r17858
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e44c457..7dd1dfa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 11 12:59:56 1998 Lee Iverson <leei@Canada.AI.SRI.COM> + + * mips/mips.h (mips_abi_string): Correct typo in comment. + Wed Feb 11 08:29:56 1998 Gavin Koch <gavin@cygnus.com> * mips/mips.md (movdi): These PLUS's need to be Pmode. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 42f9da1..3204dee 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -139,7 +139,7 @@ extern int mips16_hard_float; /* mips16 without -msoft-float */ extern int mips_entry; /* generate entry/exit for mips16 */ extern char *mips_cpu_string; /* for -mcpu=<xxx> */ extern char *mips_isa_string; /* for -mips{1,2,3,4} */ -extern char *mips_abi_string; /* for -misa={32,n32,64} */ +extern char *mips_abi_string; /* for -mabi={32,n32,64} */ extern char *mips_entry_string; /* for -mentry */ extern char *mips_no_mips16_string; /* for -mno-mips16 */ extern int mips_split_addresses; /* perform high/lo_sum support */ |