mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* elflink.h (elf_finish_pointer_linker_section): Fix typo.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Mon Jan 22 08:52:04 1996 Doug Evans <dje@charmed.cygnus.com>
|
Mon Jan 22 08:52:04 1996 Doug Evans <dje@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* elflink.h (elf_finish_pointer_linker_section): Fix typo.
|
||||||
|
|
||||||
* archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
|
* archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
|
||||||
start-sanitize-v8plus
|
start-sanitize-v8plus
|
||||||
(bfd_mach_sparc_{v8plus,v8plusa}): Define.
|
(bfd_mach_sparc_{v8plus,v8plusa}): Define.
|
||||||
|
@ -3345,7 +3345,7 @@ elf_finish_pointer_linker_section (output_bfd, input_bfd, info, lsect, h, reloca
|
|||||||
outrel.r_info = ELF_R_INFO (0, relative_reloc);
|
outrel.r_info = ELF_R_INFO (0, relative_reloc);
|
||||||
outrel.r_addend = 0;
|
outrel.r_addend = 0;
|
||||||
elf_swap_reloca_out (output_bfd, &outrel,
|
elf_swap_reloca_out (output_bfd, &outrel,
|
||||||
(((Elf32_External_Rela *)
|
(((Elf_External_Rela *)
|
||||||
lsect->section->contents)
|
lsect->section->contents)
|
||||||
+ lsect->section->reloc_count));
|
+ lsect->section->reloc_count));
|
||||||
++lsect->section->reloc_count;
|
++lsect->section->reloc_count;
|
||||||
|
Reference in New Issue
Block a user