* elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
authorRichard Henderson <rth@redhat.com>
Tue, 15 Oct 2002 01:07:52 +0000 (01:07 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 15 Oct 2002 01:07:52 +0000 (01:07 +0000)
        VALUE, not ADDEND.

bfd/ChangeLog
bfd/elf64-alpha.c

index 82064f7c053372aa3c6b70d991be5328bcf20a24..5f15b7e7de3312ae467c92b930a41eaa04ca04b2 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-14  Richard Henderson  <rth@redhat.com>
+
+       * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
+       VALUE, not ADDEND.
+
 2002-10-14  Stephen Clarke <stephen.clarke@superh.com>
 
        * elf32-sh.c (elf_sh_link_hash_entry): Replace
index 59730173603f606cea6482c58b1bc3aa17f92c73..1058a1c269ec2085bab49ab2ed82b082faad23a9 100644 (file)
@@ -4577,7 +4577,7 @@ elf64_alpha_relocate_section (output_bfd, info, input_bfd, input_section,
              case STO_ALPHA_NOPV:
                break;
              case STO_ALPHA_STD_GPLOAD:
-               addend += 8;
+               value += 8;
                break;
              default:
                if (h != NULL)