diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-13 07:37:34 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-16 11:34:53 -0700 |
commit | 362d54c511c7668185ac6a37fb6d2042f9783567 (patch) | |
tree | ac54842744642bf8a6ac956e7895eb93f2441af6 /libio/bug-wmemstream1.c | |
parent | 1760087874d21119ea4aa0f4624ea9a32fff84f9 (diff) | |
download | glibc-hjl/pie/hidden.tar.gz |
Add hidden visibility to internal function prototypeshjl/pie/hidden
Add hidden visibility to internal function prototypes to allow direct
access to internal functions within libc.a without using GOT when the
compiler defaults to -fPIE.
Size comparison of elf/ldconfig when the compiler defaults to -fPIE:
On x86-64:
text data bss dec hex
Before: 619646 20132 5488 645266 9d892
After : 619502 20132 5488 645122 9d802
On i686:
text data bss dec hex
Before: 550333 10748 3060 564141 89bad
After : 546453 10732 3060 560245 88c75
* include/libc-symbols.h (__hidden_proto_hiddenattr): New for
the compiler defaulting to -fPIE.
(hidden_proto): Likewise.
(hidden_tls_proto): Likewise.
(__hidden_proto): Likewise.
Diffstat (limited to 'libio/bug-wmemstream1.c')
0 files changed, 0 insertions, 0 deletions