summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorsirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-01 08:34:13 +0000
committersirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-01 08:34:13 +0000
commit74b8f08f054d5031d656e21abc4f453269656671 (patch)
tree94c60525536b0f12eecc98a454e53ba97376db99 /gcc/config
parent68ac3ca4eb77c5dbcb12e1f5649488a61e0094d9 (diff)
downloadgcc-74b8f08f054d5031d656e21abc4f453269656671.tar.gz
2001-12-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* ginclude/ppc-asm.h (JUMP_TARGET): New macro. * config/rs6000/tramp.asm: Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47509 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rs6000/tramp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/tramp.asm b/gcc/config/rs6000/tramp.asm
index 737a8fbfaff..c2a38d10f5c 100644
--- a/gcc/config/rs6000/tramp.asm
+++ b/gcc/config/rs6000/tramp.asm
@@ -104,6 +104,6 @@ FUNC_START(__trampoline_setup)
blr
.Labort:
- bl FUNC_NAME(abort)
+ bl JUMP_TARGET(abort)
FUNC_END(__trampoline_setup)