aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv/frv.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-22 15:12:48 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-22 15:12:48 +0000
commit6c8c666774fd215bc83ea2d1118368837adffd93 (patch)
tree8073602242bbeedc4a33217e7c762603aa539f17 /gcc/config/frv/frv.h
parent54538b800ae6054114672fe4e8bb433559e1d235 (diff)
* config/frv/frv.c (TARGET_TRAMPOLINE_INIT): New.
(frv_trampoline_init): Rename from frv_initialize_trampoline; make static, adjust arguments for TARGET_TRAMPOLINE_INIT hook. * config/frv/frv.h (INITIALIZE_TRAMPOLINE): Remove. * config/frv/frv-protos.h (frv_initialize_trampoline): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151992 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/frv/frv.h')
-rw-r--r--gcc/config/frv/frv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h
index 0516ecf2cac..53966de50b7 100644
--- a/gcc/config/frv/frv.h
+++ b/gcc/config/frv/frv.h
@@ -1840,13 +1840,6 @@ typedef struct frv_stack {
aligning trampolines. */
#define TRAMPOLINE_ALIGNMENT (TARGET_FDPIC ? 64 : 32)
-/* A C statement to initialize the variable parts of a trampoline. ADDR is an
- RTX for the address of the trampoline; FNADDR is an RTX for the address of
- the nested function; STATIC_CHAIN is an RTX for the static chain value that
- should be passed to the function when it is called. */
-#define INITIALIZE_TRAMPOLINE(ADDR, FNADDR, STATIC_CHAIN) \
- frv_initialize_trampoline (ADDR, FNADDR, STATIC_CHAIN)
-
/* Define this macro if trampolines need a special subroutine to do their work.
The macro should expand to a series of `asm' statements which will be
compiled with GCC. They go in a library function named