Automated import from //branches/donutburger/...@141285,141285

This commit is contained in:
Iliyan Malchev
2009-03-24 19:58:48 -07:00
committed by The Android Open Source Project
parent 7f3eaaf9cf
commit bafa6ddfc5

View File

@@ -236,7 +236,7 @@ void clone_elf(Elf *elf, Elf *newelf,
{
/* Mark the symbol table's string table for removal. */
INFO("Section [%s] (static symbol-string table) will be stripped from image.\n",
shdr_info[cnt].name);
shdr_info[shdr_info[cnt].shdr.sh_link].name);
shdr_info[shdr_info[cnt].shdr.sh_link].idx = 0;
}
else {