diff options
author | Justin Seyster <jrseys@gmail.com> | 2009-09-24 08:24:00 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2009-09-24 08:24:00 -0400 |
commit | 6209e51c90353c0293c031c749f5b5c7f08049d8 (patch) | |
tree | 2b89de2080198830d2a5052dc0239e18583e967b /gcc | |
parent | 42b9d34f0e196ec212eecf9f94c41c731072849f (diff) | |
download | gcc-6209e51c90353c0293c031c749f5b5c7f08049d8.zip gcc-6209e51c90353c0293c031c749f5b5c7f08049d8.tar.gz gcc-6209e51c90353c0293c031c749f5b5c7f08049d8.tar.bz2 |
Makefile.in (PLUGIN_HEADERS): Include real.h.
2009-09-23 Justin Seyster <jrseys@gmail.com>
* Makefile.in (PLUGIN_HEADERS): Include real.h.
From-SVN: r152117
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3c20a41..4acf48a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index fde75ca..eb5ac93 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 |