Merge change 10587

* changes:
  Fill l_ld of linkmaps with value from soinfo::dynamic.
This commit is contained in:
Android Code Review 2009-09-16 17:40:39 -07:00
commit 5672726b44

View File

@ -152,6 +152,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