OSDN Git Service

Patch from Lee Iverson.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Feb 1998 13:04:01 +0000 (13:04 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Feb 1998 13:04:01 +0000 (13:04 +0000)
* mips/mips.h (mips_abi_string): Correct typo in comment.

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

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

index e44c457..7dd1dfa 100644 (file)
@@ -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.
index 42f9da1..3204dee 100644 (file)
@@ -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 */