From 2e0a69097d38382fc26cce2a482e9ef2ddda52cf Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 1 Oct 2017 15:19:51 -0700 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0ed599dbd2..905e7e8e9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2017-10-01 H.J. Lu + + [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 [BZ #18822] -- cgit v1.2.3