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:
parent
e0b0ff1598
commit
368ba4a0a9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue