mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1998-07-07 17:28 Ulrich Drepper <drepper@cygnus.com> * elf/dl-profstub.c (_dl_profile_map): Only declare variable here. * elf/dl-support.c: Define it here... * elf/rtld.c: ...and here.
This commit is contained in:
@ -57,6 +57,9 @@ const char *_dl_profile;
|
||||
/* Names of shared object for which the RPATHs should be ignored. */
|
||||
const char *_dl_inhibit_rpath;
|
||||
|
||||
/* The map for the object we will profile. */
|
||||
struct link_map *_dl_profile_map;
|
||||
|
||||
/* This is the address of the last stack address ever used. */
|
||||
void *__libc_stack_end;
|
||||
|
||||
|
Reference in New Issue
Block a user