mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 23:00:52 +08:00
(FINISH_INIT_TRAMPOLINE): Rename to FINALIZE_TRAMPOLINE.
From-SVN: r11826
This commit is contained in:
parent
0e8f9b64d4
commit
319c873873
@ -163,8 +163,8 @@ crt2.o%s "
|
||||
|
||||
/* Finalize the trampoline by flushing the insn cache */
|
||||
|
||||
#undef FINISH_INIT_TRAMPOLINE
|
||||
#define FINISH_INIT_TRAMPOLINE(TRAMP) \
|
||||
#undef FINALIZE_TRAMPOLINE
|
||||
#define FINALIZE_TRAMPOLINE(TRAMP) \
|
||||
emit_library_call(gen_rtx(SYMBOL_REF, Pmode, "__clear_cache"), \
|
||||
0, VOIDmode, 2, TRAMP, Pmode, \
|
||||
plus_constant(TRAMP, TRAMPOLINE_SIZE), Pmode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user