m68k: remove @PLTPC from _dl_init call

This commit is contained in:
Andreas Schwab 2014-12-21 15:06:27 +01:00
parent c1764d5e79
commit 6df5547e93
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-12-21 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
_dl_init call.
2014-12-21 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT

View File

@ -149,7 +149,7 @@ _dl_start_user:\n\
pea 8(%sp)\n\
move.l %d1, -(%sp)\n\
" PCREL_OP ("move.l", "_rtld_local", "-(%sp)", "%d0", "%pc") "\n\
jbsr _dl_init@PLTPC\n\
jbsr _dl_init\n\
addq.l #8, %sp\n\
addq.l #8, %sp\n\
| Pass our finalizer function to the user in %a1.\n\