PR target/7361
* config/m68hc11/m68hc11.c (go_if_legitimate_address_internal): Accept
constant addresses only on 68HC12.
From-SVN: r55658
+2002-07-22 Stephane Carrez <stcarrez@nerim.fr>
+
+ PR target/7361
+ * config/m68hc11/m68hc11.c (go_if_legitimate_address_internal): Accept
+ constant addresses only on 68HC12.
+
2002-07-22 Neil Booth <neil@daikokuya.co.uk>
* cppfiles.c (stack_include_file): Correct test of whether
enum machine_mode mode;
int strict;
{
- if (CONSTANT_ADDRESS_P (operand))
+ if (CONSTANT_ADDRESS_P (operand) && TARGET_M6812)
{
/* Reject the global variables if they are too wide. This forces
a load of their address in a register and generates smaller code. */