about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-12-21 05:27:31 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-12-21 05:27:31 -0800
commit7432d613cd1fefc833800c7af9538d8d81d5c6b2 (patch)
treeee06c598355904c564b1cde715ad280eaeec35cd /ChangeLog
parent98fe149e34b48d0c4d69105315cc7c61be8276ec (diff)
downloadglibc-7432d613cd1fefc833800c7af9538d8d81d5c6b2.tar.gz
glibc-7432d613cd1fefc833800c7af9538d8d81d5c6b2.tar.xz
glibc-7432d613cd1fefc833800c7af9538d8d81d5c6b2.zip
Remove @PLT from "call _dl_init@PLT" in _dl_start_user
_dl_start_user in ld.so calls the local function _dl_init.  There is no
need to go through PLT.

	* sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
	from "call _dl_init@PLT".
	* sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
	from "call _dl_init@PLT".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eaaff71555..de45fe45bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
+	from "call _dl_init@PLT".
+	* sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
+	from "call _dl_init@PLT".
+
 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
 
 	* manual/search.texi: (Array Sort Function): Clarify stable sorting