diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-05-10 14:51:22 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:24 -0700 |
commit | 5d5722e8ac22253bdc819da2d676d9900da0c533 (patch) | |
tree | 5da1821658c8038709f264e4d6b7e096e80bb7eb /ChangeLog | |
parent | be971a2b1c7828d94c41edd5cd22c1d9dcef1b6e (diff) | |
download | glibc-5d5722e8ac22253bdc819da2d676d9900da0c533.tar.gz glibc-5d5722e8ac22253bdc819da2d676d9900da0c533.tar.xz glibc-5d5722e8ac22253bdc819da2d676d9900da0c533.zip |
Hurd: Fix value of __libc_stack_end
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fea15ee5dd..1ae3593ae9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO] + (__libc_stack_end): Do not use attribute_relro. + * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define. + * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end + to libthread-provided value. + * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use + attribute_relro. + 2012-05-10 Thomas Schwinge <thomas@schwinge.name> [BZ #3748] |