fix .ui_total_passes when shlib

This commit is contained in:
John Reiser
2009-10-16 10:56:15 -07:00
parent ab8b486b4a
commit 813e7b05e4
+1
View File
@@ -1615,6 +1615,7 @@ void PackLinuxElf32::pack2(OutputFile *fo, Filter &ft)
}
}
}
uip->ui_total_passes -= !!is_shlib; // not .data of shlib
// compress extents
unsigned hdr_u_len = sizeof(Elf32_Ehdr) + sz_phdrs;