diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-11-25 17:48:51 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-11-25 17:48:51 +0100 |
| commit | 4d952856e32d0b35e5e25c1fc4d73c38b832bd6c (patch) | |
| tree | 103a568194b593c77fd8b94c42090396b47c2c97 /ChangeLog | |
| parent | c679db43525555f6a1d3831bfac8ca9cc69977cf (diff) | |
| download | glibc-4d952856e32d0b35e5e25c1fc4d73c38b832bd6c.tar.xz glibc-4d952856e32d0b35e5e25c1fc4d73c38b832bd6c.zip | |
hurd: Initialize __libc_stack_end for hidden support
* sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Initialize to get
into initialized data instead of common.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ * sysdeps/i386/setjmp.S (__sigsetjmp): Add hidden_def. * sysdeps/mach/hurd/accept4.c (__libc_accept4): Remove libc_hidden_def. - * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Define - rtld_hidden_data_def. + * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Initialize to get + into initialized data instead of common. Define rtld_hidden_data_def. * sysdeps/mach/hurd/fxstatat64.c (__fxstatat64): Add libc_hidden_def. * sysdeps/mach/hurd/if_index.c (__if_freenameindex): Add libc_hidden_def. |
