Commit f8569394 by David Edelsohn Committed by David Edelsohn

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
parent 10a27391
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>
......
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment