Remove 4300 and 5400 from hilo_interlocks definition.
authorCatherine Moore <clm@redhat.com>
Wed, 15 Apr 1998 14:11:33 +0000 (14:11 +0000)
committerCatherine Moore <clm@redhat.com>
Wed, 15 Apr 1998 14:11:33 +0000 (14:11 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index e0248394724cf38ed1f4d0c59cabe58b31aeafe7..4a9ebfb4607a71596c6a83e44d0ae6a185487a6b 100644 (file)
@@ -1,3 +1,14 @@
+start-sanitize-vr5400
+Wed Apr 15 07:06:04 1998  Catherine Moore  <clm@cygnus.com>
+        * config/tc-mips.c (hilo_interlocks): Remove VR5400.
+end-sanitize-vr5400
+
+Wed Apr 15 07:06:04 1998  Catherine Moore  <clm@cygnus.com>
+
+        * config/tc-mips.c (hilo_interlocks): Remove 4300.
+
 Mon Apr 13 16:51:04 1998  Nick Clifton  <nickc@cygnus.com>
 
        * config/tc-arm.c (do_msr): Support undocumented 'msr cpsr_flg,
index 40bc1958271213da1028ba4233a30c79c4214413..3476db96c4daf8f03197bf24f02dd6c2871fa942 100644 (file)
@@ -235,16 +235,13 @@ static int mips_4900 = -1;
 /* Whether the processor uses hardware interlocks to protect 
    reads from the HI and LO registers, and thus does not
    require nops to be inserted.  */
-#define hilo_interlocks (mips_4010 || mips_cpu == 4300 || mips_3900 \
+#define hilo_interlocks (mips_4010 ||  mips_3900                    \
                          /* start-sanitize-tx49 */                  \
                          || mips_cpu == 4900 || mips_4900           \
                          /* end-sanitize-tx49 */                    \
                         /* start-sanitize-vr4320 */                \
                         || mips_cpu == 4320                        \
                         /* end-sanitize-vr4320 */                  \
-                        /* start-sanitize-vr5400 */                \
-                        || mips_cpu == 5400                        \
-                        /* end-sanitize-vr5400 */                  \
                          )
 
 /* Whether the processor uses hardware interlocks to protect reads
This page took 0.037572 seconds and 4 git commands to generate.