summaryrefslogtreecommitdiff
path: root/gcc/genenums.c
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2010-07-05 20:18:07 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2010-07-05 21:18:07 +0100
commit3341aeda75abe87419f78804cfbf980f88b75a54 (patch)
treee57a48cfb6a611ff2e59e8e8d6c7ebf8391be3f7 /gcc/genenums.c
parent92336ae10f41494a49c8d8adb1a2e6a1d3b90c85 (diff)
re PR bootstrap/44512 (--enable-build-with-cxx bootstrap fails in revision 160669)
PR bootstrap/44512 * genenums.c (main): Output include of insn-constants.h * Makefile.in (insn-enums.o): Depend on insn-constants.h. From-SVN: r161853
Diffstat (limited to 'gcc/genenums.c')
-rw-r--r--gcc/genenums.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genenums.c b/gcc/genenums.c
index 8cb48360f62..f5c18f99206 100644
--- a/gcc/genenums.c
+++ b/gcc/genenums.c
@@ -56,6 +56,7 @@ main (int argc, char **argv)
puts (" from the machine description file. */\n");
puts ("#include \"config.h\"\n");
puts ("#include \"system.h\"\n");
+ puts ("#include \"insn-constants.h\"\n");
traverse_enum_types (print_enum_type, 0);