* m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
case. Also make the PIC register call_used.
From-SVN: r27808
Mon Jun 28 05:32:09 1999 Jeffrey A Law (law@cygnus.com)
+ * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
+ case. Also make the PIC register call_used.
+
* m68k.h (FINALIZE_PIC): Delete.
* m68k.c (finalize_pic): Delete.
fixed_regs[i] = call_used_regs[i] = 1; \
} \
if (flag_pic) \
- fixed_regs[PIC_OFFSET_TABLE_REGNUM] = 1; \
+ fixed_regs[PIC_OFFSET_TABLE_REGNUM] \
+ = call_used_regs[PIC_OFFSET_TABLE_REGNUM] = 1;\
+}
+#else
+#define CONDITIONAL_REGISTER_USAGE \
+{ \
+ if (flag_pic) \
+ fixed_regs[PIC_OFFSET_TABLE_REGNUM] \
+ = call_used_regs[PIC_OFFSET_TABLE_REGNUM] = 1;\
}
-
#endif /* defined SUPPORT_SUN_FPA */
/* Return number of consecutive hard regs needed starting at reg REGNO