aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-02-10 12:59:11 +0100
committerDuncan Sands <baldrick@gcc.gnu.org>2010-02-10 11:59:11 +0000
commit2ab43a5241aa2b4055487511a5a4b405081cf9f1 (patch)
treebbab79a2743ed5a04fe25181c08f6369bf1d1ffa /gcc
parentd977cb9cfd0543fcda482c0400806dd1e987d4d5 (diff)
downloadgcc-2ab43a5241aa2b4055487511a5a4b405081cf9f1.zip
gcc-2ab43a5241aa2b4055487511a5a4b405081cf9f1.tar.gz
gcc-2ab43a5241aa2b4055487511a5a4b405081cf9f1.tar.bz2
Add debug.h to PLUGIN_HEADERS.
From-SVN: r156655
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ce3d086..887a03b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-10 Duncan Sands <baldrick@free.fr>
+
+ * Makefile.in (PLUGIN_HEADERS): Add debug.h.
+
2010-02-10 Richard Guenther <rguenther@suse.de>
PR c/43007
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 619d251..64ae92a 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -4272,7 +4272,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(tm_file_list) $(tm_include_list) $(tm_p_file_list) $(tm_p_include_list) \
$(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-iterator.h $(PLUGIN_H) $(TREE_FLOW_H) langhooks.h incpath.h debug.h \
tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) \
$(C_PRAGMA_H) $(CPPLIB_H) $(FUNCTION_H) \
cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h \