Revert previous, as was done so in the master FSF sources. The
original problem will be fixed in a forthcoming commit.
This commit is contained in:
parent
8e98b4a185
commit
d043d0d483
2
gnu/dist/toolchain/bfd/elf32-sparc.c
vendored
2
gnu/dist/toolchain/bfd/elf32-sparc.c
vendored
@ -1478,7 +1478,7 @@ elf32_sparc_relocate_section (output_bfd, info, input_bfd, input_section,
|
||||
}
|
||||
else
|
||||
{
|
||||
if (r_type == R_SPARC_32 || r_type == R_SPARC_UA32)
|
||||
if (r_type == R_SPARC_32)
|
||||
{
|
||||
outrel.r_info = ELF32_R_INFO (0, R_SPARC_RELATIVE);
|
||||
outrel.r_addend = relocation + rel->r_addend;
|
||||
|
Loading…
Reference in New Issue
Block a user