Makefile.in (target-globals.o): Depend on reload.h.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 12 Jul 2010 18:53:59 +0000 (18:53 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 12 Jul 2010 18:53:59 +0000 (18:53 +0000)
commitd474db84488c71868483429070d545811adbc677
tree81833811781814bd7dc33b609cd55e47bc56fc7e
parent7bf84454ff6670c4e44561dc3f1de0b2eaa011fa
Makefile.in (target-globals.o): Depend on reload.h.

gcc/
* Makefile.in (target-globals.o): Depend on reload.h.
* reload.h (target_reload): New structure.
(default_target_reload): Declare.
(this_target_reload): Declare as a variable or define as a macro.
(indirect_symref_ok, double_reg_address_ok): Redefine as macros.
* reload1.c (default_target_reload): New variable
(this_target_reload): New conditional variable.
(indirect_symref_ok, double_reg_address_ok): Delete.
(spill_indirect_levels): Redefine as a macro.
* target-globals.h (this_target_reload): Declare.
(target_globals): Add a reload field.
(restore_target_globals): Copy the reload field to
this_target_reload.
* target-globals.c: Include hard-reg-set.h.
(default_target_globals): Initialize the reload field.
(save_target_globals): Likewise.

From-SVN: r162093
gcc/ChangeLog
gcc/Makefile.in
gcc/reload.h
gcc/reload1.c
gcc/target-globals.c
gcc/target-globals.h