mips.h (MASK_DEBUG_A, [...]): Zero the remaining non-zero debugging masks.

* mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
        remaining non-zero debugging masks.

From-SVN: r32933
This commit is contained in:
Chris Demetriou 2000-04-05 15:52:17 +00:00 committed by Jeff Law
parent 5b99e44959
commit 1fbdccae0d
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-04-05 Chris Demetriou <cgd@netbsd.org>
* mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
remaining non-zero debugging masks.
Wed Apr 5 09:44:07 2000 Jeffrey A Law (law@cygnus.com)
* basic-block.h (verify_flow_info): Declare.

View File

@ -217,9 +217,9 @@ extern void sbss_section PARAMS ((void));
/* Debug switches, not documented */
#define MASK_DEBUG 0 /* Eliminate version # in .s file */
#define MASK_DEBUG_A 0x40000000 /* don't allow <label>($reg) addrs */
#define MASK_DEBUG_B 0x20000000 /* GO_IF_LEGITIMATE_ADDRESS debug */
#define MASK_DEBUG_C 0x10000000 /* don't expand seq, etc. */
#define MASK_DEBUG_A 0x0 /* don't allow <label>($reg) addrs */
#define MASK_DEBUG_B 0x0 /* GO_IF_LEGITIMATE_ADDRESS debug */
#define MASK_DEBUG_C 0x0 /* don't expand seq, etc. */
#define MASK_DEBUG_D 0 /* don't do define_split's */
#define MASK_DEBUG_E 0 /* function_arg debug */
#define MASK_DEBUG_F 0