From a3d6fb9b428a51048b31eacd6fe7fad7095ccfd5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Jul 1998 17:31:11 +0000 Subject: Update. 1998-07-07 17:28 Ulrich Drepper * elf/dl-profstub.c (_dl_profile_map): Only declare variable here. * elf/dl-support.c: Define it here... * elf/rtld.c: ...and here. --- elf/dl-support.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'elf/dl-support.c') 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; -- cgit v1.2.3