Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 12 Jul 2010 18:54:35 +0000 (18:54 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 12 Jul 2010 18:54:35 +0000 (18:54 +0000)
commit4bcbfa039316bc3e3f9c43ec1230971935e17290
treec920ed4d7946023638d154dfa81c2b963b87076a
parentb6609375319133de3e9a46d3477369482b92f9fa
Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).

gcc/
* Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
* optabs.h (target_optabs): New structure.
(default_target_optabs): Declare.
(this_target_optabs): Declare as a variable or define as a macro.
(optab_table, convert_optab_table, direct_optab_table): Redefine
as macros.
* optabs.c (default_target_optabs): New variable.
(this_target_optabs): New conditional variable.
(optab_table, convert_optab_table, direct_optab_table): Delete.
* target-globals.h (this_target_optabs): Declare.
(target_globals): Add a optabs field.
(restore_target_globals): Copy the optabs field to
this_target_optabs.
* target-globals.c: Include expr.h and optabs.h.
(default_target_globals): Initialize the optabs field.
(save_target_globals): Likewise.

From-SVN: r162097
gcc/ChangeLog
gcc/Makefile.in
gcc/optabs.c
gcc/optabs.h
gcc/target-globals.c
gcc/target-globals.h