m68hc11.c (m68hc11_override_options): Don't enable min/max instructions by default as may result in reload errors.

* config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
	min/max instructions by default as may result in reload errors.

From-SVN: r63682
This commit is contained in:
Stephane Carrez 2003-03-02 21:35:32 +01:00 committed by Stephane Carrez
parent 65fb64fe95
commit 97d322cc8f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
* config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
min/max instructions by default as may result in reload errors.
2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
* config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to

View File

@ -294,7 +294,7 @@ m68hc11_override_options ()
m68hc11_sp_correction = 0;
m68hc11_tmp_regs_class = TMP_REGS;
target_flags &= ~MASK_M6811;
target_flags |= MASK_NO_DIRECT_MODE | MASK_MIN_MAX;
target_flags |= MASK_NO_DIRECT_MODE;
if (m68hc11_soft_reg_count == 0)
m68hc11_soft_reg_count = "0";