diff options
author | Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | 2001-12-01 08:34:13 +0000 |
---|---|---|
committer | Franz Sirl <sirl@gcc.gnu.org> | 2001-12-01 08:34:13 +0000 |
commit | 8a155ecc2aff1c9ae5ebccaf6dd116e064442fb2 (patch) | |
tree | 94c60525536b0f12eecc98a454e53ba97376db99 /gcc/config/rs6000/tramp.asm | |
parent | 837ce4797c0897100aeab27b470911270eb90f51 (diff) | |
download | gcc-8a155ecc2aff1c9ae5ebccaf6dd116e064442fb2.zip gcc-8a155ecc2aff1c9ae5ebccaf6dd116e064442fb2.tar.gz gcc-8a155ecc2aff1c9ae5ebccaf6dd116e064442fb2.tar.bz2 |
ppc-asm.h (JUMP_TARGET): New macro.
2001-12-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* ginclude/ppc-asm.h (JUMP_TARGET): New macro.
* config/rs6000/tramp.asm: Use it.
From-SVN: r47509
Diffstat (limited to 'gcc/config/rs6000/tramp.asm')
-rw-r--r-- | gcc/config/rs6000/tramp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/tramp.asm b/gcc/config/rs6000/tramp.asm index 737a8fb..c2a38d1 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) |