aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-14 17:09:18 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-14 17:09:18 +0200
commitc596630bbdcab1520f0f2ebe065bc7b7eb508e99 (patch)
tree7c85a1efdc799d88e2233df5d154f2e13230821d /ChangeLog
parent35ebb6b0c48bc671d9c54e089884f9bf6fca540e (diff)
downloadglibc-c596630bbdcab1520f0f2ebe065bc7b7eb508e99.tar.xz
glibc-c596630bbdcab1520f0f2ebe065bc7b7eb508e99.zip
hurd: Fix htl link failure
126b3ec370f0 ("hurd: Avoid PLTs for __mach_thread_self and __mach_reply_port") made mach traps hidden, but htl actually uses two of them. Re-expose them for now. Exposing them properly will be more involved since their definition is generated. * sysdeps/mach/include/mach/mach_traps.h (__mach_thread_self, __mach_task_self): Remove attribute_hidden.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55f989a5a1..3604b1c717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * sysdeps/mach/include/mach/mach_traps.h (__mach_thread_self,
+ __mach_task_self): Remove attribute_hidden.
+
2018-06-14 Joseph Myers <joseph@codesourcery.com>
* string/tester.c (test_strncat) [__GNUC_PREREQ (7, 0)]: Also