projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39981e3
)
Define __libc_stack_end with rtld_hidden_data_def.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 14 Jan 2004 19:19:47 +0000
(19:19 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 14 Jan 2004 19:19:47 +0000
(19:19 +0000)
sysdeps/generic/dl-sysdep.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/dl-sysdep.c
b/sysdeps/generic/dl-sysdep.c
index
d637687
..
fd528eb
100644
(file)
--- a/
sysdeps/generic/dl-sysdep.c
+++ b/
sysdeps/generic/dl-sysdep.c
@@
-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_d
ata_d
ef(__libc_stack_end)
static ElfW(auxv_t) *_dl_auxv;
#ifndef DL_FIND_ARG_COMPONENTS