about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-20 10:45:58 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-20 10:46:11 -0700
commitc8dfa99c984e4bdc7b5363e23ff0d1e8b26da6e5 (patch)
treeea9cc761e866431d0eaa3d5945cfbdea0371a192 /ChangeLog
parent91695eb14cadbfbb2ab0f5dddd59fd4e077a04b5 (diff)
downloadglibc-c8dfa99c984e4bdc7b5363e23ff0d1e8b26da6e5.tar.gz
glibc-c8dfa99c984e4bdc7b5363e23ff0d1e8b26da6e5.tar.xz
glibc-c8dfa99c984e4bdc7b5363e23ff0d1e8b26da6e5.zip
i386: Hide __old_readdir64 [BZ #18822]
Hide internal __old_readdir64 function to allow direct access within
libc.so and libc.a without using GOT nor PLT.

	[BZ #18822]
	* sysdeps/unix/sysv/linux/i386/olddirent.h (__old_readdir64):
	Add libc_hidden_proto.
	* sysdeps/unix/sysv/linux/i386/readdir64.c (__old_readdir64):
	Add libc_hidden_def.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2596c39f3e..5d16204f5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2017-08-20  H.J. Lu  <hongjiu.lu@intel.com>
 
+	[BZ #18822]
+	* sysdeps/unix/sysv/linux/i386/olddirent.h (__old_readdir64):
+	Add libc_hidden_proto.
+	* sysdeps/unix/sysv/linux/i386/readdir64.c (__old_readdir64):
+	Add libc_hidden_def.
+
+2017-08-20  H.J. Lu  <hongjiu.lu@intel.com>
+
 	[BZ #21974]
 	* gmon/Makefile (routines): Remove bb_init_func and
 	bb_exit_func.