Commit 6eee506e by Richard Henderson Committed by Richard Henderson

* config/avr/avr.h (TRAMPOLINE_TEMPLATE, INITIALIZE_TRAMPOLINE): Remove.

From-SVN: r151987
parent 0ef9304b
2009-09-22 Richard Guenther <rguenther@suse.de>
PR middle-end/41395
* tree-dfa.c (get_ref_base_and_extent): Handle trailing
arrays really properly.
2009-09-22 Richard Henderson <rth@redhat.com> 2009-09-22 Richard Henderson <rth@redhat.com>
PR target/41246 PR target/41246
...@@ -62,11 +68,7 @@ ...@@ -62,11 +68,7 @@
(INITIALIZE_TRAMPOLINE): Move code to arm_trampoline_init; (INITIALIZE_TRAMPOLINE): Move code to arm_trampoline_init;
adjust for target hook parameters. adjust for target hook parameters.
2009-09-22 Richard Guenther <rguenther@suse.de> * config/avr/avr.h (TRAMPOLINE_TEMPLATE, INITIALIZE_TRAMPOLINE): Remove.
PR middle-end/41395
* tree-dfa.c (get_ref_base_and_extent): Handle trailing
arrays really properly.
2009-09-22 Jakub Jelinek <jakub@redhat.com> 2009-09-22 Jakub Jelinek <jakub@redhat.com>
......
...@@ -722,16 +722,8 @@ fprintf (STREAM, "\t.skip %lu,0\n", (unsigned long)(N)) ...@@ -722,16 +722,8 @@ fprintf (STREAM, "\t.skip %lu,0\n", (unsigned long)(N))
#define NO_DOLLAR_IN_LABEL 1 #define NO_DOLLAR_IN_LABEL 1
#define TRAMPOLINE_TEMPLATE(FILE) \
internal_error ("trampolines not supported")
#define TRAMPOLINE_SIZE 4 #define TRAMPOLINE_SIZE 4
#define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \
{ \
emit_move_insn (gen_rtx_MEM (HImode, plus_constant ((TRAMP), 2)), CXT); \
emit_move_insn (gen_rtx_MEM (HImode, plus_constant ((TRAMP), 6)), FNADDR); \
}
/* Store in cc_status the expressions /* Store in cc_status the expressions
that the condition codes will describe that the condition codes will describe
after execution of an instruction whose pattern is EXP. after execution of an instruction whose pattern is EXP.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment