* commit '87ce52ac08dd43bed0ceb16f284d5f73f40c7804': Add R_X86_64_64 to the list of possible weak relocs
This commit is contained in:
commit
45c1baf1ad
@ -912,6 +912,7 @@ static int soinfo_relocate(soinfo* si, ElfW(Rela)* rela, unsigned count, soinfo*
|
|||||||
case R_X86_64_JUMP_SLOT:
|
case R_X86_64_JUMP_SLOT:
|
||||||
case R_X86_64_GLOB_DAT:
|
case R_X86_64_GLOB_DAT:
|
||||||
case R_X86_64_32:
|
case R_X86_64_32:
|
||||||
|
case R_X86_64_64:
|
||||||
case R_X86_64_RELATIVE:
|
case R_X86_64_RELATIVE:
|
||||||
// No need to do anything.
|
// No need to do anything.
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user