diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-14 01:01:57 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-14 01:01:57 +0200 |
commit | 126b3ec370f0fa8ecbbce27c8c4b621b1ce6f02d (patch) | |
tree | 5a81277a130a2712556b825cdd8b89e157401bad /ChangeLog | |
parent | c8c6e6d6d0859e5e9b3c6f8b3daa4e6b6e709873 (diff) | |
download | glibc-126b3ec370f0fa8ecbbce27c8c4b621b1ce6f02d.zip glibc-126b3ec370f0fa8ecbbce27c8c4b621b1ce6f02d.tar.gz glibc-126b3ec370f0fa8ecbbce27c8c4b621b1ce6f02d.tar.bz2 |
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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |