This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[plugin] Add real.h
- From: Justin Seyster <jrseys at gmail dot com>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 23 Sep 2009 17:54:08 -0400
- Subject: [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