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]

[plugin] Add real.h


I have a plugin that uses real.h to get at REAL_VALUE_TYPE, so I wrote
up a patch to add it to the installed GCC plug-in headers.

I just add real.h and not $(REAL_H) because the other headers
$(REAL_H) provides are already in the PLUGIN_HEADERS list.

Thanks.
        --Justin

2009-09-23 Justin Seyster <jrseys@gmail.com>

	* Makefile.in (PLUGIN_HEADERS): Include real.h

Index: gcc/Makefile.in
===================================================================
--- gcc/Makefile.in     (revision 151619)
+++ gcc/Makefile.in     (working copy)
@@ -4171,7 +4171,7 @@
   $(host_xm_file_list) $(host_xm_include_list) $(xm_include_list) \
   intl.h $(PLUGIN_VERSION_H) $(DIAGNOSTIC_H) $(C_COMMON_H)
$(C_PRETTY_PRINT_H) \
   tree-iterator.h $(PLUGIN_H) $(TREE_FLOW_H) langhooks.h incpath.h \
-  tree-ssa-sccvn.h
+  tree-ssa-sccvn.h real.h

 # Install the headers needed to build a plugin.
 install-plugin: installdirs lang.install-plugin


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