Another conflict I didn't properly resolve.
This commit is contained in:
parent
7d0a5c3025
commit
ad3568f537
10
gnu/dist/binutils/bfd/elflink.c
vendored
10
gnu/dist/binutils/bfd/elflink.c
vendored
@ -7526,12 +7526,12 @@ elf_reloc_link_order (bfd *output_bfd,
|
|||||||
irel[0].r_info = ELF32_R_INFO (indx, howto->type);
|
irel[0].r_info = ELF32_R_INFO (indx, howto->type);
|
||||||
else
|
else
|
||||||
#ifdef BFD64
|
#ifdef BFD64
|
||||||
{
|
{
|
||||||
bfd_uint64_t indx64 = indx;
|
bfd_uint64_t indx64 = indx;
|
||||||
irel[0].r_info = ELF64_R_INFO (indx64, howto->type);
|
irel[0].r_info = ELF64_R_INFO (indx64, howto->type);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
BFD_FAIL();
|
BFD_FAIL();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
rel_hdr = &elf_section_data (output_section)->rel_hdr;
|
rel_hdr = &elf_section_data (output_section)->rel_hdr;
|
||||||
|
Loading…
Reference in New Issue
Block a user