Skip to content

Commit

Permalink
m68k: remove @PLTPC from _dl_init call
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Dec 21, 2014
1 parent c1764d5 commit 6df5547
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/m68k/dl-machine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit 6df5547

Please sign in to comment.