diff options
author | Jakub Jelinek <jakub@redhat.com> | 2014-04-15 10:02:46 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2014-04-15 10:02:46 +0200 |
commit | 4f0ddb6ff600de6e152c6aaf3f4fb7698b84b558 (patch) | |
tree | 9cf1994b011beb0c47b1882d39290ec69d01fe98 /gcc/Makefile.in | |
parent | 718c46016e9b47d4771a9bda0da34dcc6f149e0a (diff) | |
download | gcc-4f0ddb6ff600de6e152c6aaf3f4fb7698b84b558.zip gcc-4f0ddb6ff600de6e152c6aaf3f4fb7698b84b558.tar.gz gcc-4f0ddb6ff600de6e152c6aaf3f4fb7698b84b558.tar.bz2 |
re PR plugins/59335 (Plugin doesn't build on trunk)
PR plugins/59335
* Makefile.in (PLUGIN_HEADERS): Add various headers that have been
added in 4.9.
* Make-lang.h (CP_PLUGIN_HEADERS): Add type-utils.h.
From-SVN: r209404
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 660616e..d1ab22f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3125,7 +3125,14 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ version.h stringpool.h gimplify.h gimple-iterator.h gimple-ssa.h \ fold-const.h tree-cfg.h tree-into-ssa.h tree-ssanames.h print-tree.h \ varasm.h context.h tree-phinodes.h stor-layout.h ssa-iterators.h \ - $(RESOURCE_H) tree-cfgcleanup.h + $(RESOURCE_H) tree-cfgcleanup.h attribs.h calls.h cfgexpand.h \ + diagnostic-color.h gcc-symtab.h gimple-builder.h gimple-low.h \ + gimple-walk.h gimplify-me.h pass_manager.h print-rtl.h stmt.h \ + tree-dfa.h tree-hasher.h tree-nested.h tree-object-size.h tree-outof-ssa.h \ + tree-parloops.h tree-ssa-address.h tree-ssa-coalesce.h tree-ssa-dom.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 # generate the 'build fragment' b-header-vars s-header-vars: Makefile |