* mips.h: Fix some type-o's from a previous change.
authorGavin Koch <gavin@cygnus.com>
Wed, 14 Jan 1998 18:34:35 +0000 (11:34 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 14 Jan 1998 18:34:35 +0000 (11:34 -0700)
From-SVN: r17353

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

index 6cf26de..1ac703e 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jan 14 19:36:08 1998  Gavin Kock  (gavin@cygnus.com)
+
+       * mips.h: Fix some type-o's from a previous change.
+
 Wed Jan 14 01:26:05 1998  Jeffrey A Law  (law@cygnus.com)
 
        * loop.c (check_dbra_loop): Make sure initial value is a 
index 76b8644..8b0e6e3 100644 (file)
@@ -537,7 +537,7 @@ extern void         text_section ();
   { "cpu=",    &mips_cpu_string        },                              \
   { "ips",     &mips_isa_string        },                              \
   { "entry",   &mips_entry_string      },                              \
-  { "no-mips16", &mips_no_mips16_string        }
+  { "no-mips16", &mips_no_mips16_string        }                               \
 }
 
 /* This is meant to be redefined in the host dependent files.  */
@@ -545,7 +545,7 @@ extern void         text_section ();
 
 #define GENERATE_BRANCHLIKELY  (!TARGET_MIPS16 && (TARGET_MIPS3900 || (mips_isa >= 2)))
 #define GENERATE_MULT3         (TARGET_MIPS3900                                \
-                               && !TARGET_MIPS16
+                               && !TARGET_MIPS16)
 #define GENERATE_MADD          (TARGET_MIPS3900                                \
                                && !TARGET_MIPS16)