about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2014-12-21 15:06:27 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2014-12-21 15:21:14 +0100
commit6df5547e9349f0e22cd4356c8ef517e97530ddd0 (patch)
tree6d1f40003779363e2d1e0cd68794aa865d27a286
parentc1764d5e79fe4bc279d013f7a0875051c6bcc97c (diff)
downloadglibc-6df5547e9349f0e22cd4356c8ef517e97530ddd0.tar.gz
glibc-6df5547e9349f0e22cd4356c8ef517e97530ddd0.tar.xz
glibc-6df5547e9349f0e22cd4356c8ef517e97530ddd0.zip
m68k: remove @PLTPC from _dl_init call
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/m68k/dl-machine.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 460bea3044..078af75e47 100644
--- 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
diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h
index cc4bebb800..06d5fc31ce 100644
--- a/sysdeps/m68k/dl-machine.h
+++ b/sysdeps/m68k/dl-machine.h
@@ -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\