diff mbox

[plugin] Fix PR59335 - missing plugin headers again

Message ID 000001cfc8b1$a31d0b70$e9572250$@arm.com
State New
Headers show

Commit Message

Joey Ye Sept. 5, 2014, 2:32 a.m. UTC
Trunk fails to build plugin again due to missing plugin header files. This
patch fixes it.

OK to trunk?

ChangeLog:
    PR plugin/59335
    * Makefile.in (PLUGIN_HEADERS): Add wide-int.h, signop.h, hash-map.h,
hash-set.h.

 s-header-vars: Makefile

Comments

Jeff Law Sept. 5, 2014, 4:06 a.m. UTC | #1
On 09/04/14 20:32, Joey Ye wrote:
> Trunk fails to build plugin again due to missing plugin header files. This
> patch fixes it.
>
> OK to trunk?
>
> ChangeLog:
>      PR plugin/59335
>      * Makefile.in (PLUGIN_HEADERS): Add wide-int.h, signop.h, hash-map.h,
OK.
jeff
diff mbox

Patch

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 63124f8..8e7aada 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3170,7 +3170,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 inchash.h
+  tree-ssa-threadupdate.h inchash.h wide-int.h signop.h hash-map.h \
+  hash-set.h
 
 # generate the 'build fragment' b-header-vars