]> git.ipfire.org Git - thirdparty/gcc.git/commit
score-protos.h (score_initialize_trampoline): Remove.
authorRichard Henderson <rth@redhat.com>
Tue, 22 Sep 2009 15:15:38 +0000 (08:15 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 22 Sep 2009 15:15:38 +0000 (08:15 -0700)
commit2f5bb28c29df500fae2b5897ca3521a27295b27d
treeeb90bdd16f974cd061072d89ecb75cf70fe7e26e
parentb81ecf6fd65e63dc568167b3c71eabf53ba5ccca
score-protos.h (score_initialize_trampoline): Remove.

        * config/score/score-protos.h (score_initialize_trampoline): Remove.
        * config/score/score.c (TARGET_ASM_TRAMPOLINE_TEMPLATE): New.
        (TARGET_TRAMPOLINE_INIT): New.
        (score_asm_trampoline_template): New.
        (score_trampoline_init): Rename from score_initialize_trampoline;
        make static; adjust for hook parameters.
        * config/score/score.h (TRAMPOLINE_TEMPLATE): Move code to
        score[37]_asm_trampoline_template.
        (INITIALIZE_TRAMPOLINE): Remove.
        * config/score/score3.c (score3_asm_trampoline_template): New.
        (score3_trampoline_init): Rename from score3_initialize_trampoline;
        adjust for target hook.
        * config/score/score7.c (score7_asm_trampoline_template): New.
        (score7_trampoline_init): Rename from score7_initialize_trampoline;
        adjust for target hook.
        * config/score/score3.h, config/score/score7.h: Update.

From-SVN: r152010
gcc/ChangeLog
gcc/config/score/score-protos.h
gcc/config/score/score.c
gcc/config/score/score.h
gcc/config/score/score3.c
gcc/config/score/score3.h
gcc/config/score/score7.c
gcc/config/score/score7.h