From 1fbc4a84a3764dd04760128c5666348c0fa070eb Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 7 Dec 2001 11:14:12 +0000 Subject: * elf32-sparc.c (elf32_sparc_relocate_section): Revert 2001-09-14 change. --- bfd/elf32-sparc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf32-sparc.c') diff --git a/bfd/elf32-sparc.c b/bfd/elf32-sparc.c index 6a82d72..d540efe 100644 --- a/bfd/elf32-sparc.c +++ b/bfd/elf32-sparc.c @@ -1493,7 +1493,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; -- cgit v1.1