mirror of
https://github.com/rui314/mold.git
synced 2024-11-11 05:46:58 +03:00
temporary
This commit is contained in:
parent
cfb3416e68
commit
52dadcff3c
@ -291,7 +291,7 @@ void InputSection::scan_relocations() {
|
||||
case R_X86_64_32:
|
||||
case R_X86_64_32S:
|
||||
rel_types[i] = R_ABS;
|
||||
if (config.pie && sym.is_imported)
|
||||
if (sym.is_imported)
|
||||
sym.flags |= is_code ? NEEDS_PLT : NEEDS_COPYREL;
|
||||
break;
|
||||
case R_X86_64_64:
|
||||
|
Loading…
Reference in New Issue
Block a user