diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-22 15:11:45 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-22 15:11:45 +0000 |
commit | 7bcbe23afe4c59e01e30f171d9237061b89c9726 (patch) | |
tree | ce428d08b140bbc34ad3527d62a04ece98de812d /gcc/config/alpha/alpha.md | |
parent | 82c7907c61991be035c7cd5bbc8227b80ea98b22 (diff) | |
download | gcc-7bcbe23afe4c59e01e30f171d9237061b89c9726.tar.gz |
* config/alpha/alpha.c (alpha_trampoline_init): Rename from
alpha_initialize_trampoline. Make static. Merge VMS parameter
differences into the TARGET_ABI_OPEN_VMS code block.
(TARGET_TRAMPOLINE_INIT): New.
* config/alpha/alpha.h (TRAMPOLINE_TEMPLATE): Remove.
(TRAMPOLINE_SECTION, INITIALIZE_TRAMPOLINE): Remove.
* config/alpha/vms.h (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT):
* Remove.
(INITIALIZE_TRAMPOLINE): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/alpha.md')
-rw-r--r-- | gcc/config/alpha/alpha.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index ca9032750f3..277300828c9 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -4869,7 +4869,7 @@ "jmp $31,(%0),0" [(set_attr "type" "ibr")]) -;; Cache flush. Used by INITIALIZE_TRAMPOLINE. 0x86 is PAL_imb, but we don't +;; Cache flush. Used by alpha_trampoline_init. 0x86 is PAL_imb, but we don't ;; want to have to include pal.h in our .s file. (define_insn "imb" [(unspec_volatile [(const_int 0)] UNSPECV_IMB)] |