diff options
author | Richard Henderson <rth@redhat.com> | 2009-09-22 08:11:45 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2009-09-22 08:11:45 -0700 |
commit | 2d7b663adf5e348d6a83fb742668d50d5509c401 (patch) | |
tree | ce428d08b140bbc34ad3527d62a04ece98de812d /gcc/config/alpha/alpha.md | |
parent | 531ca746f972a758565b0623288ea24162442248 (diff) | |
download | gcc-2d7b663adf5e348d6a83fb742668d50d5509c401.zip gcc-2d7b663adf5e348d6a83fb742668d50d5509c401.tar.gz gcc-2d7b663adf5e348d6a83fb742668d50d5509c401.tar.bz2 |
alpha.c (alpha_trampoline_init): Rename from alpha_initialize_trampoline.
* 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.
From-SVN: r151984
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 ca90327..2773008 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)] |