summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 17:06:59 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 17:06:59 +0100
commit2817304c03c0a22cd04ed7da571c0e19755f369e (patch)
tree623f98a861b28559252941166f31cab0eabe30b4
parent411e138c5842499ced76db9b31876c294b4c952d (diff)
Do not add relro attribute to __libc_stack_end
It does not actually work yet
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index 6b8ed0dd81..99e68665cf 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -55,7 +55,7 @@ INTVARDEF(__libc_enable_secure)
int __libc_multiple_libcs = 0; /* Defining this here avoids the inclusion
of init-first. */
/* This variable contains the lowest stack address ever used. */
-void *__libc_stack_end attribute_relro = NULL;
+void *__libc_stack_end;
rtld_hidden_data_def(__libc_stack_end)
#if HP_TIMING_AVAIL