From: Richard Henderson Date: Tue, 15 Oct 2002 01:07:52 +0000 (+0000) Subject: * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64e04ecdb7238be11cc4373f9610f74fbe506605;p=binutils-gdb.git * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment VALUE, not ADDEND. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 82064f7c053..5f15b7e7de3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-10-14 Richard Henderson + + * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment + VALUE, not ADDEND. + 2002-10-14 Stephen Clarke * elf32-sh.c (elf_sh_link_hash_entry): Replace diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 59730173603..1058a1c269e 100644 --- a/bfd/elf64-alpha.c +++ b/bfd/elf64-alpha.c @@ -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)