summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-21 05:58:39 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-21 05:58:53 -0700
commit41e673c1e771075f413f8e8ecd9e108f5ae096d9 (patch)
tree4a8c6a08878ca7a0d93ba7af9a6754a59de1b073 /ChangeLog
parent568ff4296c72534e49c8d9c83c33f3a0069cccc7 (diff)
downloadglibc-41e673c1e771075f413f8e8ecd9e108f5ae096d9.tar.gz
x86-64: Mark internal symbols with attribute_hidden [BZ #18822]
Since __syscall_clock_gettime and __start_context are internal symbols for Linux/x86-64, mark them with attribute_hidden. [BZ #18822] * sysdeps/unix/sysv/linux/x86_64/init-first.c (__syscall_clock_gettime): Add attribute_hidden. * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__start_context): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ff2d90bae..620bf81f83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
+ [BZ #18822]
+ * sysdeps/unix/sysv/linux/x86_64/init-first.c
+ (__syscall_clock_gettime): Add attribute_hidden.
+ * sysdeps/unix/sysv/linux/x86_64/makecontext.c
+ (__start_context): Likewise.
+
+2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
+
* include/libc-symbols.h (__hidden_proto_hiddenattr): New for
building libc.a.
(hidden_proto): Likewise.