From d47611ed98fd26a46131c284ab20cf21fd676b9f Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 4 Dec 2002 11:10:44 +0000 Subject: [PATCH] * elf64-ppc.c (edit_opd): Correct typo. --- bfd/ChangeLog | 22 +++++++++++++--------- bfd/elf64-ppc.c | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 852b84e45cb..54b77c8eb6a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-12-04 Alan Modra + + * elf64-ppc.c (edit_opd): Correct typo. + 2002-12-04 Alan Modra * srec.c (srec_write_symbols): Restore '$' prefix to address @@ -6,13 +10,13 @@ 2002-11-27 David O'Brien - * elf.c (_bfd_elf_copy_private_section_data): Don't define bed. + * elf.c (_bfd_elf_copy_private_section_data): Don't define bed. 2002-11-21 Richard Henderson - * elflink.h (elf_link_add_object_symbols): Don't overwrite the - arch's st_other bits when merging visibilities. - (elf_link_output_extsym): Tidy clearing of visibility field. + * elflink.h (elf_link_add_object_symbols): Don't overwrite the + arch's st_other bits when merging visibilities. + (elf_link_output_extsym): Tidy clearing of visibility field. 2002-11-14 David O'Brien @@ -29,11 +33,11 @@ (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input. 2002-11-11 Nick Clifton - + Import this patch from mainline: - + 2002-09-19 Nick Clifton - + * elflink.h (elf_fix_symbol_flags): When examining weak symbols, follow indirect links. @@ -322,7 +326,7 @@ 2002-09-21 Alan Modra * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount" unsigned. Move "symcount" assignment out of loop. - + 2002-09-19 Nathan Tallent * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is zero, set it to 8 for (non-standard) 64-bit DWARF2 formats @@ -632,7 +636,7 @@ Merge from mainline: 2002-08-17 Andrew Cagney * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to - `bfd_byte'. + `bfd_byte'. 2002-08-26 Alan Modra diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index c5126369285..62a6b8dc016 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -3583,7 +3583,7 @@ edit_opd (obfd, info) sym_hashes = elf_sym_hashes (ibfd); /* Read the relocations. */ - relstart = _bfd_elf64_link_read_relocs (obfd, sec, (PTR) NULL, + relstart = _bfd_elf64_link_read_relocs (ibfd, sec, (PTR) NULL, (Elf_Internal_Rela *) NULL, info->keep_memory); if (relstart == NULL) -- 2.47.3