]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/mmix/mmix.h
mmix.c (TARGET_ASM_TRAMPOLINE_TEMPLATE): New.
authorRichard Henderson <rth@redhat.com>
Tue, 22 Sep 2009 15:14:24 +0000 (08:14 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 22 Sep 2009 15:14:24 +0000 (08:14 -0700)
commitdbbdb385c4ec0ee9f2500ab53b81ae0e79ad9b5c
tree26ddfb03a63c9708e6c2954ed414176954b5ce8f
parenta1d29c8cfeb14b3e9dff1cde0443bb8b80739245
mmix.c (TARGET_ASM_TRAMPOLINE_TEMPLATE): New.

        * gcc/config/mmix/mmix.c (TARGET_ASM_TRAMPOLINE_TEMPLATE): New.
        (TARGET_TRAMPOLINE_INIT): New.
        (mmix_trampoline_size): Remove.
        (mmix_asm_trampoline_template): Rename from mmix_trampoline_template;
        make static.  Remove out-of-date tetra vs octa comment.
        (mmix_trampoline_init): Rename from mmix_initialize_trampoline;
        make static; update for hook parameters.
        * config/mmix/mmix.h (TRAMPOLINE_TEMPLATE): Remove.
        (INITIALIZE_TRAMPOLINE): Remove.
        (TRAMPOLINE_SIZE): Use a constant instead of mmix_trampoline_size.
        (TRAMPOLINE_ALIGNMENT): New.
        * gcc/config/mmix/mmix-protos.h: Update.

From-SVN: r152002
gcc/ChangeLog
gcc/config/mmix/mmix-protos.h
gcc/config/mmix/mmix.c
gcc/config/mmix/mmix.h