aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2015-01-15 17:10:50 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2015-01-15 17:10:50 +0000
commit6fb5f2f5d87400e4da005c0fac9c72d1230b566f (patch)
treecf79111ebc0ca2c2cf377ab772763281c44eb967
parentd86cfdb8284fa0223220b9ba08fb526dfe92a5fe (diff)
downloadgcc-6fb5f2f5d87400e4da005c0fac9c72d1230b566f.zip
gcc-6fb5f2f5d87400e4da005c0fac9c72d1230b566f.tar.gz
gcc-6fb5f2f5d87400e4da005c0fac9c72d1230b566f.tar.bz2
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
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/Makefile.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7a21ca9..d82bbee 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 44a4214..add5416 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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