summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-21 07:58:16 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-21 07:58:16 +0000
commit4fd21f190d732d724efd2cb59a0ced85bad80978 (patch)
tree34e70ae1d15ce7a7a323b57c3848b56019f6731e /ldso
parentcbbabd71c73d60c4f4253c4717b7c421c07fa2eb (diff)
make sure we have rtld_hidden_def(_dl_debug_state)
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/ldso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index 8c6a5f27f..e2a10737c 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -83,6 +83,7 @@ void _dl_debug_state(void)
*/
__asm__("");
}
+rtld_hidden_def(_dl_debug_state);
static unsigned char *_dl_malloc_addr = 0; /* Lets _dl_malloc use the already allocated memory page */
static unsigned char *_dl_mmap_zero = 0; /* Also used by _dl_malloc */