]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define __libc_stack_end with rtld_hidden_data_def.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Jan 2004 19:19:47 +0000 (19:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Jan 2004 19:19:47 +0000 (19:19 +0000)
sysdeps/generic/dl-sysdep.c

index d637687a72a7ee3c233dea5ba5d2ee3c4d7a6c89..fd528eb01f122c82d2287b9ce356538a8c1b768c 100644 (file)
@@ -54,7 +54,7 @@ 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__ ((section (".data.rel.ro")));
-rtld_hidden_def(__libc_stack_end)
+rtld_hidden_data_def(__libc_stack_end)
 static ElfW(auxv_t) *_dl_auxv;
 
 #ifndef DL_FIND_ARG_COMPONENTS