diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e2c4ffd..3540966 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-22 Diego Novillo <dnovillo@google.com> + + * Makefile.in (PLUGIN_HEADERS): Add output.h and + IPA_UTILS_H. + 2009-10-22 Razya Ladelsky <razya@il.ibm.com> * testsuite/gcc.dg/autopar/outer-4.c: Adjust scan. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 750da6b..934c4ed 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -4260,7 +4260,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 real.h + tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) # Install the headers needed to build a plugin. install-plugin: installdirs lang.install-plugin |