diff options
author | Richard Henderson <rth@redhat.com> | 2009-09-22 08:16:18 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2009-09-22 08:16:18 -0700 |
commit | fb8d0fac17d730521734266b364159b8a6f4a226 (patch) | |
tree | d9edfa397031459bbd942a82286a4289bf6cfb7e /gcc/config/stormy16/stormy16.h | |
parent | a85b4c91b30eda2893ecf5efeeda4f9dbb518763 (diff) | |
download | gcc-fb8d0fac17d730521734266b364159b8a6f4a226.tar.gz |
stormy16.c (xstormy16_trampoline_init): Rename from xstormy16_initialize_trampoline...
* config/stormy16/stormy16.c (xstormy16_trampoline_init): Rename
from xstormy16_initialize_trampoline; make static; update for
hook parameters.
(TARGET_TRAMPOLINE_INIT): New.
* config/stormy16/stormy16.h (INITIALIZE_TRAMPOLINE): Remove.
From-SVN: r152014
Diffstat (limited to 'gcc/config/stormy16/stormy16.h')
-rw-r--r-- | gcc/config/stormy16/stormy16.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 49505b507b0..682f7e6f466 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -454,12 +454,7 @@ enum reg_class /* Trampolines for Nested Functions. */ #define TRAMPOLINE_SIZE 8 - #define TRAMPOLINE_ALIGNMENT 16 - -#define INITIALIZE_TRAMPOLINE(ADDR, FNADDR, STATIC_CHAIN) \ - xstormy16_initialize_trampoline (ADDR, FNADDR, STATIC_CHAIN) - /* Define this macro to override the type used by the library routines to pick up arguments of type `float'. (By default, they use a union of `float' and |