diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 15:17:19 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 15:17:32 -0700 |
commit | b0f5678494d727b6868435dfc32b066ade6d3e49 (patch) | |
tree | 71a8c2c77620e4e45f4c4b23306c189206b288a6 /ChangeLog | |
parent | a4338d994fe4b1802db040140153b4b6bc36c817 (diff) | |
download | glibc-b0f5678494d727b6868435dfc32b066ade6d3e49.tar.gz glibc-b0f5678494d727b6868435dfc32b066ade6d3e49.tar.xz glibc-b0f5678494d727b6868435dfc32b066ade6d3e49.zip |
Mark internal time functions with attribute_hidden [BZ #18822]
Mark internal time functions with attribute_hidden to allow direct access within libc.so and libc.a without using GOT nor PLT. [BZ #18822] * include/time.h (__tzstring): Add attribute_hidden. (__tzfile_read): Likewise. (__tzfile_compute): Likewise. (__tzfile_default): Likewise. (__tzset_parse_tz): Likewise. (__offtime): Likewise. (__asctime_r): Likewise. (__tzset): Likewise. (__tz_convert): Likewise. (__getdate_r): Likewise. (__getclktck): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 170d07972e..4a8d173be5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,21 @@ 2017-10-01 H.J. Lu <hongjiu.lu@intel.com> [BZ #18822] + * include/time.h (__tzstring): Add attribute_hidden. + (__tzfile_read): Likewise. + (__tzfile_compute): Likewise. + (__tzfile_default): Likewise. + (__tzset_parse_tz): Likewise. + (__offtime): Likewise. + (__asctime_r): Likewise. + (__tzset): Likewise. + (__tz_convert): Likewise. + (__getdate_r): Likewise. + (__getclktck): Likewise. + +2017-10-01 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #18822] * nscd/nscd-client.h (__nscd_get_map_ref): Add attribute_hidden. (__nscd_unmap): Likewise. (__nscd_cache_search): Likewise. |