r357895: fix typo in the relocation name for i386 IRELATIVE.
Reported by: antoine Sponsored by: The FreeBSD Foundation MFC after: 6 days
This commit is contained in:
parent
ba8dd40bb1
commit
e3741c01c6
@ -392,7 +392,7 @@ reloc_iresolve(Obj_Entry *obj, RtldLockState *lockstate)
|
||||
obj->irelative = false;
|
||||
rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize);
|
||||
for (rel = obj->pltrel; rel < rellim; rel++) {
|
||||
if (ELF_R_TYPE(rel->r_info) == R_386_RELATIVE)
|
||||
if (ELF_R_TYPE(rel->r_info) == R_386_IRELATIVE)
|
||||
reloc_iresolve_one(obj, rel, lockstate);
|
||||
}
|
||||
return (0);
|
||||
|
Loading…
Reference in New Issue
Block a user