summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:20:43 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:20:59 -0700
commite19f02428bacdf7565cb4e61a363c61501ce6870 (patch)
treeb51d95c93914527dfc3aa20196df3e1536302b39 /ChangeLog
parent6d56699d7e808419ccf244150ecba122156932ba (diff)
downloadglibc-e19f02428bacdf7565cb4e61a363c61501ce6870.tar.gz
Mark ld.so internel __profile_frequency hidden
Since ld.so internel __profile_frequency is only used internally in ld.so, it can be made hidden. [BZ #19122] * include/libc-internal.h [IS_IN (rtld)] (__profile_frequency): Add attribute_hidden.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 338608b00e..3dba8b3673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2015-10-15 H.J. Lu <hongjiu.lu@intel.com>
[BZ #19122]
+ * include/libc-internal.h [IS_IN (rtld)] (__profile_frequency):
+ Add attribute_hidden.
+
* include/fcntl.h (__libc_fcntl): Add attribute_hidden.
[IS_IN (rtld)] (__open): Likewise.
[IS_IN (rtld)] (__fcntl): Likewise.