Patch from Lee Iverson.
authorLee Iverson <leei@Canada.AI.SRI.COM>
Wed, 11 Feb 1998 13:04:01 +0000 (13:04 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 11 Feb 1998 13:04:01 +0000 (05:04 -0800)
* mips/mips.h (mips_abi_string): Correct typo in comment.

From-SVN: r17858

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

index e44c4570c2c2eb86b2ec0c9a276424706a5e7ce8..7dd1dfa6a187fb35244f2c3c585fb53b61355325 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 42f9da1862bd973efa1917dd0029b974cdbd9fda..3204dee22c9661641740c1b175a783deeaa98c5c 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 */