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:
parent
65fb64fe95
commit
97d322cc8f
@ -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
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user