Commit b3583df6 by Richard Sandiford Committed by Richard Sandiford

mips.h (MASK_DEBUG_C, [...]): Delete.

	* config/mips/mips.h (MASK_DEBUG_C, TARGET_DEBUG_C_MODE): Delete.
	(TARGET_SWITCHES): Remove -mdebugc.
	* config/mips/mips.md (seq, sne, sgt, sge, slt, sle, sgtu, sgeu)
	(sltu, sleu): Remove TARGET_DEBUG_C_MODE handling.
	(seq_[sd]i, sne_[sd]i, sge_[sd]i, sle_[sd]i_reg, sgeu_[sd]i)
	(sle_[sd]i_reg): Delete.

From-SVN: r84095
parent 78c21202
2004-07-04 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.h (MASK_DEBUG_C, TARGET_DEBUG_C_MODE): Delete.
(TARGET_SWITCHES): Remove -mdebugc.
* config/mips/mips.md (seq, sne, sgt, sge, slt, sle, sgtu, sgeu)
(sltu, sleu): Remove TARGET_DEBUG_C_MODE handling.
(seq_[sd]i, sne_[sd]i, sge_[sd]i, sle_[sd]i_reg, sgeu_[sd]i)
(sle_[sd]i_reg): Delete.
2004-07-04 Steven Bosscher <stevenb@suse.de> 2004-07-04 Steven Bosscher <stevenb@suse.de>
* config/iq2000/iq2000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): * config/iq2000/iq2000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE):
......
...@@ -176,7 +176,6 @@ extern const struct mips_cpu_info *mips_tune_info; ...@@ -176,7 +176,6 @@ extern const struct mips_cpu_info *mips_tune_info;
/* Debug switches, not documented */ /* Debug switches, not documented */
#define MASK_DEBUG 0 /* unused */ #define MASK_DEBUG 0 /* unused */
#define MASK_DEBUG_C 0 /* don't expand seq, etc. */
#define MASK_DEBUG_D 0 /* don't do define_split's */ #define MASK_DEBUG_D 0 /* don't do define_split's */
/* Dummy switches used only in specs */ /* Dummy switches used only in specs */
...@@ -197,7 +196,6 @@ extern const struct mips_cpu_info *mips_tune_info; ...@@ -197,7 +196,6 @@ extern const struct mips_cpu_info *mips_tune_info;
/* Debug Modes */ /* Debug Modes */
#define TARGET_DEBUG_MODE (target_flags & MASK_DEBUG) #define TARGET_DEBUG_MODE (target_flags & MASK_DEBUG)
#define TARGET_DEBUG_C_MODE (target_flags & MASK_DEBUG_C)
#define TARGET_DEBUG_D_MODE (target_flags & MASK_DEBUG_D) #define TARGET_DEBUG_D_MODE (target_flags & MASK_DEBUG_D)
/* Reg. Naming in .s ($21 vs. $a0) */ /* Reg. Naming in .s ($21 vs. $a0) */
...@@ -672,8 +670,6 @@ extern const struct mips_cpu_info *mips_tune_info; ...@@ -672,8 +670,6 @@ extern const struct mips_cpu_info *mips_tune_info;
N_("FP exceptions are not enabled") }, \ N_("FP exceptions are not enabled") }, \
{"debug", MASK_DEBUG, \ {"debug", MASK_DEBUG, \
NULL}, \ NULL}, \
{"debugc", MASK_DEBUG_C, \
NULL}, \
{"debugd", MASK_DEBUG_D, \ {"debugd", MASK_DEBUG_D, \
NULL}, \ NULL}, \
{"", (TARGET_DEFAULT \ {"", (TARGET_DEFAULT \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment