From 5a5bac647184cb35cac3ae11affc36bfda8b75a0 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 22 Jan 1996 18:17:16 +0000 Subject: [PATCH] * elflink.h (elf_finish_pointer_linker_section): Fix typo. --- bfd/ChangeLog | 2 ++ bfd/elflink.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 22267ae350..b4dd99ffcc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ Mon Jan 22 08:52:04 1996 Doug Evans + * elflink.h (elf_finish_pointer_linker_section): Fix typo. + * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64. start-sanitize-v8plus (bfd_mach_sparc_{v8plus,v8plusa}): Define. diff --git a/bfd/elflink.h b/bfd/elflink.h index ae073e8b30..a1b4b149cc 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -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_addend = 0; elf_swap_reloca_out (output_bfd, &outrel, - (((Elf32_External_Rela *) + (((Elf_External_Rela *) lsect->section->contents) + lsect->section->reloc_count)); ++lsect->section->reloc_count; -- 2.34.1