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:
thorpej 2001-12-13 00:18:50 +00:00
parent 8e98b4a185
commit d043d0d483

View File

@ -1478,7 +1478,7 @@ elf32_sparc_relocate_section (output_bfd, info, input_bfd, input_section,
} }
else 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_info = ELF32_R_INFO (0, R_SPARC_RELATIVE);
outrel.r_addend = relocation + rel->r_addend; outrel.r_addend = relocation + rel->r_addend;