about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-14 01:01:57 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-14 01:01:57 +0200
commit126b3ec370f0fa8ecbbce27c8c4b621b1ce6f02d (patch)
tree5a81277a130a2712556b825cdd8b89e157401bad /ChangeLog
parentc8c6e6d6d0859e5e9b3c6f8b3daa4e6b6e709873 (diff)
downloadglibc-126b3ec370f0fa8ecbbce27c8c4b621b1ce6f02d.tar.gz
glibc-126b3ec370f0fa8ecbbce27c8c4b621b1ce6f02d.tar.xz
glibc-126b3ec370f0fa8ecbbce27c8c4b621b1ce6f02d.zip
hurd: Avoid PLTs for __mach_thread_self and __mach_reply_port
	* mach/mach/mach_traps.h (__mach_reply_port, __mach_thread_self,
	__mach_task_self, __mach_host_self, __swtch, __swtch_pri,
	__thread_switch, __evc_wait): Move declarations to...
	* sysdeps/mach/include/mach/mach_traps.h: ... new file, and add
	attribute_hidden.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7089241ffd..fab0c81ada 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
 	* sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename
 	__libc_read and __libc_write to __read and __write.
 	* sysdeps/hurd/include/hurd/port.h: New file.
+	* mach/mach/mach_traps.h (__mach_reply_port, __mach_thread_self,
+	__mach_task_self, __mach_host_self, __swtch, __swtch_pri,
+	__thread_switch, __evc_wait): Move declarations to...
+	* sysdeps/mach/include/mach/mach_traps.h: ... new file, and add
+	attribute_hidden.
 
 2018-06-13  Joseph Myers  <joseph@codesourcery.com>