* elf32-sparc.c (elf32_sparc_relocate_section): Revert
authorJakub Jelinek <jakub@redhat.com>
Fri, 7 Dec 2001 11:14:12 +0000 (11:14 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 7 Dec 2001 11:14:12 +0000 (11:14 +0000)
2001-09-14 change.

bfd/ChangeLog
bfd/elf32-sparc.c

index a87aa9faf05d8cc05ac05567740a223de17c6009..e313bb3a72a37d7c4e00720f15e8b84b84eabc7f 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf32-sparc.c (elf32_sparc_relocate_section): Revert
+       2001-09-14 change.
+
 2001-12-07  Jakub Jelinek  <jakub@redhat.com>
 
        * elf.c (_bfd_elf_rela_local_sym): Only call
index 6a82d72f513204ebb4d8fb47ce43848bb09afab9..d540efed9d93f210ee7f3c3378d084e7b457186c 100644 (file)
@@ -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;
This page took 0.030501 seconds and 4 git commands to generate.