aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-04-13 21:10:16 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-04-13 21:10:16 +0000
commit2840aebf0851ea62baa82d4c45742e08d861acaa (patch)
tree5b294d8463829ad525276d8e5f2b1399f5e4dc7c /gcc/genattrtab.c
parent8461e9845556229b33d5dbb6474f4fa3e7929ae1 (diff)
downloadgcc-2840aebf0851ea62baa82d4c45742e08d861acaa.zip
gcc-2840aebf0851ea62baa82d4c45742e08d861acaa.tar.gz
gcc-2840aebf0851ea62baa82d4c45742e08d861acaa.tar.bz2
Makefile.in (reg-stack.o): Depend on reload.h.
* 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. From-SVN: r41340
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 b749e97..fcf449c 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");