aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2006-03-29 22:58:32 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2006-03-29 17:58:32 -0500
commitf85693942943c4cad736eb219816ccdc448a3058 (patch)
tree1e9c32550fe622461f180ed535cc757afe51589b /gcc
parent10a273913f327888cec60dc8bbc6e1d89a890a17 (diff)
downloadgcc-f85693942943c4cad736eb219816ccdc448a3058.zip
gcc-f85693942943c4cad736eb219816ccdc448a3058.tar.gz
gcc-f85693942943c4cad736eb219816ccdc448a3058.tar.bz2
genconditions.c (write_header): Add tm-constrs.h to included headers.
* genconditions.c (write_header): Add tm-constrs.h to included headers. From-SVN: r112516
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/genconditions.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5e74c04..47021b0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/genconditions.c b/gcc/genconditions.c
index b679365..1a653d0 100644
--- a/gcc/genconditions.c
+++ b/gcc/genconditions.c
@@ -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");