diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-10-15 14:22:10 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-10-15 14:22:25 -0700 |
commit | 661462d58f90c03765a8799714a9ea485d3b1935 (patch) | |
tree | cad8caab2973d3b1acb7b26063e152b952049539 /ChangeLog | |
parent | e19f02428bacdf7565cb4e61a363c61501ce6870 (diff) | |
download | glibc-661462d58f90c03765a8799714a9ea485d3b1935.tar glibc-661462d58f90c03765a8799714a9ea485d3b1935.tar.gz glibc-661462d58f90c03765a8799714a9ea485d3b1935.tar.bz2 glibc-661462d58f90c03765a8799714a9ea485d3b1935.zip |
Mark internal setjmp functions hidden
Since internal dirent functions are only used internally in ld.so and
libc.so, they can be made hidden.
[BZ #19122]
* include/setjmp.h (__longjmp): Add attribute_hidden.
[IS_IN (rtld)] (__sigsetjmp): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ 2015-10-15 H.J. Lu <hongjiu.lu@intel.com> [BZ #19122] + * include/setjmp.h (__longjmp): Add attribute_hidden. + [IS_IN (rtld)] (__sigsetjmp): Likewise. + * include/libc-internal.h [IS_IN (rtld)] (__profile_frequency): Add attribute_hidden. |