diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-20 10:45:58 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-20 10:46:11 -0700 |
| commit | c8dfa99c984e4bdc7b5363e23ff0d1e8b26da6e5 (patch) | |
| tree | ea9cc761e866431d0eaa3d5945cfbdea0371a192 /ChangeLog | |
| parent | 91695eb14cadbfbb2ab0f5dddd59fd4e077a04b5 (diff) | |
| download | 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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
