diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 15:19:51 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 15:20:13 -0700 |
| commit | 2e0a69097d38382fc26cce2a482e9ef2ddda52cf (patch) | |
| tree | 97bca970ebf5beff201dffdb1e7424e9312941f5 /ChangeLog | |
| parent | 94fd682c9b7c0b1ed95234a491f86b8d529e15c2 (diff) | |
| download | glibc-2e0a69097d38382fc26cce2a482e9ef2ddda52cf.tar.xz glibc-2e0a69097d38382fc26cce2a482e9ef2ddda52cf.zip | |
Mark internal stdio functions with attribute_hidden [BZ #18822]
Mark internal stdio functions with attribute_hidden to allow direct
access within libc.so and libc.a without using GOT nor PLT.
[BZ #18822]
* include/stdio.h (__fcloseall): Add attribute_hidden.
(__getline): Likewise.
(__path_search): Likewise.
(__gen_tempname): Likewise.
(__libc_message): Likewise.
(__flockfile): Likewise.
(__funlockfile): Likewise.
(__fxprintf): Likewise.
(__fxprintf_nocancel): Likewise.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ 2017-10-01 H.J. Lu <hongjiu.lu@intel.com> [BZ #18822] + * include/stdio.h (__fcloseall): Add attribute_hidden. + (__getline): Likewise. + (__path_search): Likewise. + (__gen_tempname): Likewise. + (__libc_message): Likewise. + (__flockfile): Likewise. + (__funlockfile): Likewise. + (__fxprintf): Likewise. + (__fxprintf_nocancel): Likewise. + +2017-10-01 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #18822] * include/gshadow.h (__fgetsgent_r): Add attribute_hidden. (__sgetsgent_r): Likewise. |
