OSDN Git Service

2009-09-23 Justin Seyster <jrseys@gmail.com>
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 2009 12:24:00 +0000 (12:24 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 2009 12:24:00 +0000 (12:24 +0000)
* Makefile.in (PLUGIN_HEADERS): Include real.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152117 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 3c20a41..4acf48a 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-23 Justin Seyster <jrseys@gmail.com>
+
+       * Makefile.in (PLUGIN_HEADERS): Include real.h.
+
 2009-09-24  Jakub Jelinek  <jakub@redhat.com>
 
        * cgraphunit.c (cgraph_lower_function): Revert last change.
@@ -24,7 +28,7 @@
        instead of DECL_NO_STATIC_CHAIN.
 
 2009-09-23  Basile Starynkevitch  <basile@starynkevitch.net>
-            Rafael Avila de Espindola  <espindola@google.com>
+           Rafael Avila de Espindola  <espindola@google.com>
 
        * gengtype.c (nb_plugin_files): Make it unsigned to match
        num_gt_files. Adjust other variables to avoid warnings.
index fde75ca..eb5ac93 100644 (file)
@@ -4175,7 +4175,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
   $(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