mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
VALUE, not ADDEND.
This commit is contained in:
@ -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>
|
2002-10-14 Stephen Clarke <stephen.clarke@superh.com>
|
||||||
|
|
||||||
* elf32-sh.c (elf_sh_link_hash_entry): Replace
|
* elf32-sh.c (elf_sh_link_hash_entry): Replace
|
||||||
|
@ -4577,7 +4577,7 @@ elf64_alpha_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||||||
case STO_ALPHA_NOPV:
|
case STO_ALPHA_NOPV:
|
||||||
break;
|
break;
|
||||||
case STO_ALPHA_STD_GPLOAD:
|
case STO_ALPHA_STD_GPLOAD:
|
||||||
addend += 8;
|
value += 8;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (h != NULL)
|
if (h != NULL)
|
||||||
|
Reference in New Issue
Block a user