This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add version.h to the list of plugin headers


Add version.h to the list of plugin headers.  This is needed by the dragonegg
plugin, as described in PR42541.

Ciao,

Duncan.
Index: mainline/gcc/ChangeLog
===================================================================
--- mainline.orig/gcc/ChangeLog	2010-01-07 14:09:12.100002031 +0100
+++ mainline/gcc/ChangeLog	2010-01-07 14:33:51.857603532 +0100
@@ -1,3 +1,7 @@
+2010-01-07  Duncan Sands  <baldrick@free.fr>
+
+	* Makefile.in (PLUGIN_HEADERS): Add version.h.
+
 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
 
 	* gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
Index: mainline/gcc/Makefile.in
===================================================================
--- mainline.orig/gcc/Makefile.in	2010-01-07 14:08:42.877528685 +0100
+++ mainline/gcc/Makefile.in	2010-01-07 14:09:07.990118141 +0100
@@ -4275,7 +4275,7 @@
   tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) \
   $(C_PRAGMA_H)  $(CPPLIB_H)  $(FUNCTION_H) \
   cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h \
-  $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H)
+  $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) version.h
 
 # generate the 'build fragment' b-header-vars
 s-header-vars: Makefile

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]