]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
genconditions.c (write_header): Add tm-constrs.h to included headers.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 29 Mar 2006 22:58:32 +0000 (22:58 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 29 Mar 2006 22:58:32 +0000 (17:58 -0500)
        * genconditions.c (write_header): Add tm-constrs.h to included
        headers.

From-SVN: r112516

gcc/ChangeLog
gcc/genconditions.c

index 5e74c0424c3293394b6de0d2330a25a56aaeaf69..47021b0d9bcb023b4a293d38e2085401983335f7 100644 (file)
@@ -1,6 +1,8 @@
 2006-03-29  David Edelsohn  <edelsohn@gnu.org>
 
        * genpreds.c (write_tm_constrs_h): Delete variable p.
+       * genconditions.c (write_header): Add tm-constrs.h to included
+       headers.
 
 2006-03-29  Roger Sayle  <roger@eyesopen.com>
 
index b67936502b68223ec80245941c3cb0444d5598f5..1a653d08f5b28cf49c4e1614a3479f3323b1e6ff 100644 (file)
@@ -87,7 +87,8 @@ write_header (void)
 #include \"hard-reg-set.h\"\n\
 #include \"resource.h\"\n\
 #include \"toplev.h\"\n\
-#include \"reload.h\"\n");
+#include \"reload.h\"\n\
+#include \"tm-constrs.h\"\n");
 
   if (saw_eh_return)
     puts ("#define HAVE_eh_return 1");