Mark internal stdio functions with attribute_hidden [BZ #18822]
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 22:19:51 +0000 (15:19 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 22:20:13 +0000 (15:20 -0700)
commit2e0a69097d38382fc26cce2a482e9ef2ddda52cf
tree97bca970ebf5beff201dffdb1e7424e9312941f5
parent94fd682c9b7c0b1ed95234a491f86b8d529e15c2
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
include/stdio.h