Makefile.in (PLUGIN_HEADERS): Add dominance.h...
2015-01-15 Steve Ellcey <sellcey@mips.com> * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h, cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h, builtins.def, chkp-builtins.def, and pass-instances.def. From-SVN: r219670
This commit is contained in:
parent
d86cfdb828
commit
6fb5f2f5d8
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2015-01-15 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
|
||||
cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
|
||||
builtins.def, chkp-builtins.def, and pass-instances.def.
|
||||
|
||||
2014-01-15 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
|
||||
|
|
|
@ -3228,7 +3228,8 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
tree-ssa-loop.h tree-ssa-loop-ivopts.h tree-ssa-loop-manip.h \
|
||||
tree-ssa-loop-niter.h tree-ssa-ter.h tree-ssa-threadedge.h \
|
||||
tree-ssa-threadupdate.h inchash.h wide-int.h signop.h hash-map.h \
|
||||
hash-set.h pass-instances.def
|
||||
hash-set.h dominance.h cfg.h cfgrtl.h cfganal.h cfgbuild.h cfgcleanup.h \
|
||||
lcm.h cfgloopmanip.h builtins.def chkp-builtins.def pass-instances.def
|
||||
|
||||
# generate the 'build fragment' b-header-vars
|
||||
s-header-vars: Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue