diff options
author | Kaz Kojima <kkojima@gcc.gnu.org> | 2007-12-10 05:42:02 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2007-12-10 05:42:02 +0000 |
commit | 466e4b7a17c37f586dc9000bd040f37463e64f54 (patch) | |
tree | 7514c354622716ccfcebc69facff422e3a6c96e2 /gcc/genopinit.c | |
parent | 7fb446a36d03d6a772a7606c864259c0dbb55507 (diff) | |
download | gcc-466e4b7a17c37f586dc9000bd040f37463e64f54.tar.gz |
genopinit.c: Include tm_p.h in generated file.
* 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.
From-SVN: r130736
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r-- | gcc/genopinit.c | 1 |
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"); |