]> gcc.gnu.org Git - gcc.git/commit
bfin-protos.h (initialize_trampoline): Remove.
authorRichard Henderson <rth@redhat.com>
Tue, 22 Sep 2009 15:12:16 +0000 (08:12 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 22 Sep 2009 15:12:16 +0000 (08:12 -0700)
commit92910d774d50640ec270c2386a96cfa78f1663ae
treea011fc87c218aa889113929577ca2988e764f419
parent6eee506e2f0db40ff2d344c8cff9ebe7d0a6a458
bfin-protos.h (initialize_trampoline): Remove.

* config/bfin/bfin-protos.h (initialize_trampoline): Remove.
* config/bfin/bfin.c (bfin_asm_trampoline_template): New.
(bfin_trampoline_init): Rename from initialize_trampoline;
make static; update for target hook parameters.
(TARGET_ASM_TRAMPOLINE_TEMPLATE, TARGET_TRAMPOLINE_INIT): New.
* config/bfin/bfin.h (TRAMPOLINE_TEMPLATE): Move code to
bfin_asm_trampoline_template.
(INITIALIZE_TRAMPOLINE): Remove.

From-SVN: r151988
gcc/ChangeLog
gcc/config/bfin/bfin-protos.h
gcc/config/bfin/bfin.c
gcc/config/bfin/bfin.h
This page took 0.057515 seconds and 5 git commands to generate.