mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
m68k: remove @PLTPC from _dl_init call
This commit is contained in:
parent
c1764d5e79
commit
6df5547e93
@ -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
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user