public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch][plugin] Fix PR59335 - missing plugin headers again
@ 2014-09-05  2:32 Joey Ye
  2014-09-05  4:06 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Joey Ye @ 2014-09-05  2:32 UTC (permalink / raw)
  To: gcc-patches

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.

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
 s-header-vars: Makefile



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch][plugin] Fix PR59335 - missing plugin headers again
  2014-09-05  2:32 [patch][plugin] Fix PR59335 - missing plugin headers again Joey Ye
@ 2014-09-05  4:06 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2014-09-05  4:06 UTC (permalink / raw)
  To: Joey Ye, gcc-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-05  4:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-05  2:32 [patch][plugin] Fix PR59335 - missing plugin headers again Joey Ye
2014-09-05  4:06 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).