]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* genpeep.c (main): Add toplev.h to included headers.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 29 Mar 2006 23:23:28 +0000 (23:23 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 29 Mar 2006 23:23:28 +0000 (18:23 -0500)
From-SVN: r112519

gcc/ChangeLog
gcc/genpeep.c

index dd5b1ec877bb2c6562e7f6a9e91187e6ca71cd9c..70d9834ecd9f2a3c97bfd7e9d75e8a7457324d00 100644 (file)
@@ -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.
 
index 5c5804b6fadc2a1e00b901b7572a753e49231890..80ce3f120cdf0d7a93a87acb8b77c1478997cd9f 100644 (file)
@@ -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");