From: jye2 Date: Fri, 5 Sep 2014 06:52:17 +0000 (+0000) Subject: 2014-09-05 Joey Ye X-Git-Tag: accepted/tizen/base/20160902.074347~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72da054610c922a6a0ad613c2118c0dd6f6890e9;p=platform%2Fupstream%2Flinaro-gcc.git 2014-09-05 Joey Ye Backport from GCC mainline. PR plugin/59335 * Makefile.in (PLUGIN_HEADERS): Add wide-int.h, signop.h, hash-map.h, Change-Id: Iab123cdc0da30b73227c2bed054c1bfcb5e7138e git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214938 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index d5eaef9..e9f55f2 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3140,7 +3140,8 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_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 pass-instances.def + tree-ssa-threadupdate.h pass-instances.def inchash.h wide-int.h signop.h \ + hash-map.h hash-set.h # generate the 'build fragment' b-header-vars s-header-vars: Makefile