aboutsummaryrefslogtreecommitdiff
path: root/gcc/genopinit.c
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2007-12-10 05:42:02 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2007-12-10 05:42:02 +0000
commit097e7b18cfe173c0d576d7fa9430323f91cc232a (patch)
tree7514c354622716ccfcebc69facff422e3a6c96e2 /gcc/genopinit.c
parent51cd96c30089e96e50d50f81d26fa508a6e48ba2 (diff)
* genopinit.c: Include tm_p.h in generated file.
* config/arm/neon.md (vec_set<mode>_internal): Use INTVAL to extract the integer from operands[2]. (vec_setv2di_internal): Likewise. * config/arm/arm.c (arm_size_return_regs): Make return type unsigned. (arm_init_neon_builtins): Move code after declarations. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@130736 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r--gcc/genopinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genopinit.c b/gcc/genopinit.c
index c5d0df2fd94..a497eb881b1 100644
--- a/gcc/genopinit.c
+++ b/gcc/genopinit.c
@@ -480,6 +480,7 @@ from the machine description file `md'. */\n\n");
printf ("#include \"coretypes.h\"\n");
printf ("#include \"tm.h\"\n");
printf ("#include \"rtl.h\"\n");
+ printf ("#include \"tm_p.h\"\n");
printf ("#include \"flags.h\"\n");
printf ("#include \"insn-config.h\"\n");
printf ("#include \"recog.h\"\n");