m68k: remove @PLTPC from _dl_init call
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 21 Dec 2014 14:06:27 +0000 (15:06 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 21 Dec 2014 14:21:14 +0000 (15:21 +0100)
ChangeLog
sysdeps/m68k/dl-machine.h

index 460bea3..078af75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index cc4bebb..06d5fc3 100644 (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\