about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-01 16:09:20 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-01 16:09:38 -0700
commita0aef7830eb0698f72129b647be8c00cdf0c7938 (patch)
treef649980f9d20665da5916e17915bd31414a24471 /ChangeLog
parent3ee8209be761210dc6a8f121fd79231e7f364a9b (diff)
downloadglibc-a0aef7830eb0698f72129b647be8c00cdf0c7938.tar.gz
glibc-a0aef7830eb0698f72129b647be8c00cdf0c7938.tar.xz
glibc-a0aef7830eb0698f72129b647be8c00cdf0c7938.zip
Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]
__dl_iterate_phdr is hidden and should be accessed directly within
libc.so and libc.a without using GOT nor PLT.

	[BZ #18822]
	* elf/dl-iteratephdr.c (hidden_proto (__dl_iterate_phdr)): Moved
	to ...
	* include/link.h (hidden_proto (__dl_iterate_phdr)): Here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 396cf74ef8..33177f2cee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #18822]
+	* elf/dl-iteratephdr.c (hidden_proto (__dl_iterate_phdr)): Moved
+	to ...
+	* include/link.h (hidden_proto (__dl_iterate_phdr)): Here.
+
+2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #18822]
 	* sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add
 	attribute_hidden.