aboutsummaryrefslogtreecommitdiff
path: root/gcc/genemit.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-05-27 19:17:59 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-05-27 19:17:59 -0700
commitd80eb1e1673b2bf7d7f54b11598dc715ef429f82 (patch)
tree569cc0f53ad430442326e0cada3e876ee17f950a /gcc/genemit.c
parent4f9e07666b976860903ce07745e5bf9d9ec9402a (diff)
downloadgcc-d80eb1e1673b2bf7d7f54b11598dc715ef429f82.zip
gcc-d80eb1e1673b2bf7d7f54b11598dc715ef429f82.tar.gz
gcc-d80eb1e1673b2bf7d7f54b11598dc715ef429f82.tar.bz2
Makefile.in (resource.o): Depend on except.h.
* Makefile.in (resource.o): Depend on except.h. * except.h (output_exception_table_data): Prototype. * genconfig.c (gen_peephole2): Prototype. * genemit.c (main): Include ggc.h. * genoutput.c: Revert parts of last change: include errors.h (main): Set progname. * recog.c: Include hard-reg-set.h before recog.h. * resource.c: Include except.h. From-SVN: r34219
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r--gcc/genemit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c
index 54793d4..2b3c5da 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -773,7 +773,8 @@ from the machine description file `md'. */\n\n");
printf ("#include \"hard-reg-set.h\"\n");
printf ("#include \"recog.h\"\n");
printf ("#include \"resource.h\"\n");
- printf ("#include \"reload.h\"\n\n");
+ printf ("#include \"reload.h\"\n");
+ printf ("#include \"ggc.h\"\n\n");
printf ("#define FAIL return (end_sequence (), _val)\n");
printf ("#define DONE return (_val = gen_sequence (), end_sequence (), _val)\n");