diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 73c90c2f42..418088acfa 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -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; |