From: David Edelsohn Date: Wed, 29 Mar 2006 23:23:28 +0000 (+0000) Subject: * genpeep.c (main): Add toplev.h to included headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f160357f5aae8f6482cdba9844da737ffe01e064;p=gcc.git * genpeep.c (main): Add toplev.h to included headers. From-SVN: r112519 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd5b1ec877b..70d9834ecd9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,7 @@ * genpreds.c (write_tm_constrs_h): Delete variable p. * genconditions.c (write_header): Add tm-constrs.h to included headers. + * genpeep.c (main): Add toplev.h to included headers. * Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency. * config/rs6000/constraints.md: Add "W" constraint. diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 5c5804b6fad..80ce3f120cd 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -378,6 +378,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"except.h\"\n"); printf ("#include \"function.h\"\n"); + printf ("#include \"toplev.h\"\n"); printf ("#include \"tm-constrs.h\"\n\n"); printf ("#ifdef HAVE_peephole\n");