mips.h (MASK_DEBUG_H): Set to zero, so this bit is available elsewhere.
authorGavin Koch <gavin@cygnus.com>
Tue, 11 Nov 1997 02:04:11 +0000 (02:04 +0000)
committerGavin Romig-Koch <gavin@gcc.gnu.org>
Tue, 11 Nov 1997 02:04:11 +0000 (02:04 +0000)
* config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
is available elsewhere.

From-SVN: r16423

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

index b0b82d9bdb18bd84d9cb4f556e91d33b8506471e..11bcebaeedbaeb6fc3eccd893285f1754f10df99 100644 (file)
@@ -1,3 +1,8 @@
+Mon Nov 10 20:53:11 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
+       is available elsewhere.
+
 Mon Nov 10 16:21:58 1997  Doug Evans  <devans@canuck.cygnus.com>
 
        * sparc/sparc.md (mov[sdt]f_const_insn): Fix condition to match
index be5b8527ceae0d8d7d7270f7895b5011d991e09b..11a2c93788af18921d98512fb58595c4418c5c45 100644 (file)
@@ -288,7 +288,7 @@ extern void         text_section ();
 #define MASK_DEBUG_E   0x02000000      /* function_arg debug */
 #define MASK_DEBUG_F   0x01000000      /* don't try to suppress load nop's */
 #define MASK_DEBUG_G   0x00800000      /* don't support 64 bit arithmetic */
-#define MASK_DEBUG_H   0x00400000      /* allow ints in FP registers */
+#define MASK_DEBUG_H   0               /* allow ints in FP registers */
 #define MASK_DEBUG_I   0x00200000      /* unused */
 
                                        /* r4000 64 bit sizes */