From: David Edelsohn Date: Wed, 29 Mar 2006 22:58:32 +0000 (+0000) Subject: genconditions.c (write_header): Add tm-constrs.h to included headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f85693942943c4cad736eb219816ccdc448a3058;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5e74c0424c3..47021b0d9bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,8 @@ 2006-03-29 David Edelsohn * 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 diff --git a/gcc/genconditions.c b/gcc/genconditions.c index b67936502b6..1a653d08f5b 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");