* sysdeps/generic/dl-sysdep.c: Move __libc_enable_secure into
.data.rel.ro.
2004-01-13 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/generic/dl-sysdep.c: Move __libc_enable_secure into
+ .data.rel.ro.
+
* sysdeps/x86_64/dl-machine.h: Include <tls.h>.
* elf/rtld.c (_dl_start_final): Initialze __libc_stack_end here.
#ifdef NEED_DL_BASE_ADDR
ElfW(Addr) _dl_base_addr;
#endif
-int __libc_enable_secure = 0;
+int __libc_enable_secure __attribute__ ((section (".data.rel.ro"))) = 0;
INTVARDEF(__libc_enable_secure)
int __libc_multiple_libcs = 0; /* Defining this here avoids the inclusion
of init-first. */