1
0
Fork 0
mirror of git://git.musl-libc.org/musl synced 2025-03-06 20:48:29 +01:00

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;
}
}