summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-13 21:10:16 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-13 21:10:16 +0000
commitf388bf5f72c80587bcdae99a9dd29865b7357ca4 (patch)
tree5b294d8463829ad525276d8e5f2b1399f5e4dc7c /gcc/genattrtab.c
parent75eb327c4624ddc3c82c55d4bc2ed6690b117102 (diff)
downloadgcc-f388bf5f72c80587bcdae99a9dd29865b7357ca4.tar.gz
* Makefile.in (reg-stack.o): Depend on reload.h.
(insn-attrtab.o): Depend on flags.h. * genattrtab (main): Include flags.h in insn-attrtab.c. * reg-stack.c: Include reload.h. * sparc.h (flag_pic): Delete redundant declaration. * output.h (flag_pic): Likewise. * tree.h (pedantic): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41340 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r--gcc/genattrtab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index b749e97013e..fcf449c073b 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -6149,6 +6149,7 @@ from the machine description file `md'. */\n\n");
printf ("#include \"output.h\"\n");
printf ("#include \"insn-attr.h\"\n");
printf ("#include \"toplev.h\"\n");
+ printf ("#include \"flags.h\"\n");
printf ("\n");
printf ("#define operands recog_data.operand\n\n");