From: Jakub Jelinek Date: Wed, 5 Mar 2014 15:06:23 +0000 (+0100) Subject: re PR plugins/59335 (Plugin doesn't build on trunk) X-Git-Tag: releases/gcc-4.9.0~568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487125e75bf98e4e866cef265693cbb59b6cdf64;p=thirdparty%2Fgcc.git re PR plugins/59335 (Plugin doesn't build on trunk) PR plugins/59335 * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h, ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h. From-SVN: r208346 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 49c120b4a7eb..b71499da442e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2014-03-05 Jakub Jelinek + PR plugins/59335 + * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h, + ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h. + PR plugins/59335 * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def. (TM_H): Add x86-tune.def. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index f44e0a3bf8d2..f4425608594c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3124,7 +3124,8 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(IPA_PROP_H) $(TARGET_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_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 + varasm.h context.h tree-phinodes.h stor-layout.h ssa-iterators.h \ + $(RESOURCE_H) tree-cfgcleanup.h # generate the 'build fragment' b-header-vars s-header-vars: Makefile