diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 02:19:47 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 02:48:41 +0200 |
commit | c1b7586c544957998c0f53711fa91e5de72cc819 (patch) | |
tree | 3ba2e8381998df96f3b22b9cac2e9bd22d8e6bd3 /ChangeLog | |
parent | 932d05f0dc89b905570bf8bd69bfe7fda2821ccf (diff) | |
download | glibc-c1b7586c544957998c0f53711fa91e5de72cc819.tar.gz glibc-c1b7586c544957998c0f53711fa91e5de72cc819.tar.xz glibc-c1b7586c544957998c0f53711fa91e5de72cc819.zip |
hurd: Avoid PLT references to shortcuts
* sysdeps/mach/include/mach-shortcuts-hidden.h: New file. * mach/shortcut.awk: Make syscall stubs include <mach-shortcuts-hidden.h> and add hidden definition. * sysdeps/mach/include/mach.h: Include <mach-shortcuts-hidden.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7ceaa829a8..4defdb6462 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,10 @@ * sysdeps/htl/pthreadP.h (___pthread_get_cleanup_stack): Remove prototype. * sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional. + * sysdeps/mach/include/mach-shortcuts-hidden.h: New file. + * mach/shortcut.awk: Make syscall stubs include + <mach-shortcuts-hidden.h> and add hidden definition. + * sysdeps/mach/include/mach.h: Include <mach-shortcuts-hidden.h>. 2018-06-15 Joseph Myers <joseph@codesourcery.com> |