diff options
author | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-10 05:42:02 +0000 |
---|---|---|
committer | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-10 05:42:02 +0000 |
commit | d3c9aa0579f5742726437e40f68a919b5ae1cc8d (patch) | |
tree | 7514c354622716ccfcebc69facff422e3a6c96e2 /gcc/genopinit.c | |
parent | 45a0ce77f8b87863ad40d7b34adfe7ec400f401d (diff) | |
download | gcc-d3c9aa0579f5742726437e40f68a919b5ae1cc8d.tar.gz |
* 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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130736 138bc75d-0d04-0410-961f-82ee72b054a4
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"); |