* sysdeps/generic/dl-sysdep.c: Initialize __libc_stack_end.
2004-01-15 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/generic/dl-sysdep.c: Initialize __libc_stack_end.
* elf/rtld.c: Initialize _dl_argv to allow aliasing.
* resolv/resolv.h: Add RES_USEBSTRING.
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;
+void *__libc_stack_end attribute_relro = NULL;
rtld_hidden_data_def(__libc_stack_end)
static ElfW(auxv_t) *_dl_auxv attribute_relro;