keep track of which dsos have been relocated

This commit is contained in:
Rich Felker 2011-06-25 00:18:19 -04:00
parent e0b0ff1598
commit 368ba4a0a9

View File

@ -318,6 +318,7 @@ static void reloc_all(struct dso *p)
2, p->syms, p->strings, p);
do_relocs(p->base, (void *)(p->base+dyn[DT_RELA]), dyn[DT_RELASZ],
3, p->syms, p->strings, p);
p->relocated = 1;
}
}