aboutsummaryrefslogtreecommitdiffstats
path: root/linker
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-10-14 08:18:23 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-10-14 08:18:23 -0700
commit73981476a389847e8537cca37503c43e107fadc9 (patch)
treea60ed9cc386c36ef6937974e0a729c5d429c57b5 /linker
parent60c221ccfaf67bdd9cadfd151d0bad9d3f8482ce (diff)
parent4e30c09e57a0351daff70f6657794569445be21c (diff)
downloadandroid_bionic-73981476a389847e8537cca37503c43e107fadc9.tar.gz
android_bionic-73981476a389847e8537cca37503c43e107fadc9.tar.bz2
android_bionic-73981476a389847e8537cca37503c43e107fadc9.zip
merge from open-source master
Diffstat (limited to 'linker')
-rw-r--r--linker/linker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linker/linker.c b/linker/linker.c
index 26cd0a8a8..7a1e9a462 100644
--- a/linker/linker.c
+++ b/linker/linker.c
@@ -162,6 +162,7 @@ static void insert_soinfo_into_debug_map(soinfo * info)
map = &(info->linkmap);
map->l_addr = info->base;
map->l_name = (char*) info->name;
+ map->l_ld = (uintptr_t)info->dynamic;
/* Stick the new library at the end of the list.
* gdb tends to care more about libc than it does