aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-01 15:19:51 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-01 15:20:13 -0700
commit2e0a69097d38382fc26cce2a482e9ef2ddda52cf (patch)
tree97bca970ebf5beff201dffdb1e7424e9312941f5 /ChangeLog
parent94fd682c9b7c0b1ed95234a491f86b8d529e15c2 (diff)
downloadglibc-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ed599dbd2..905e7e8e9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.