]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elf64-ppc.c (edit_opd): Correct typo.
authorAlan Modra <amodra@gmail.com>
Wed, 4 Dec 2002 11:10:44 +0000 (11:10 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 4 Dec 2002 11:10:44 +0000 (11:10 +0000)
bfd/ChangeLog
bfd/elf64-ppc.c

index 852b84e45cb23f3432a897032ed2dded3e0f4b71..54b77c8eb6a3ba2cbf8ff7f0582b52824e933d80 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (edit_opd): Correct typo.
+
 2002-12-04  Alan Modra  <amodra@bigpond.net.au>
 
        * srec.c (srec_write_symbols): Restore '$' prefix to address
 
 2002-11-27  David O'Brien  <obrien@FreeBSD.org>
 
-        * 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  <rth@redhat.com>
 
-        * 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  <obrien@FreeBSD.org>
 
        (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
 
 2002-11-11  Nick Clifton  <nickc@redhat.com>
-       
+
        Import this patch from mainline:
-       
+
        2002-09-19  Nick Clifton  <nickc@redhat.com>
-       
+
        * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
        follow indirect links.
 
        2002-09-21  Alan Modra  <amodra@bigpond.net.au>
        * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
        unsigned.  Move "symcount" assignment out of loop.
+
        2002-09-19  Nathan Tallent  <eraxxon@alumni.rice.edu>
        * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
        zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
        Merge from mainline:
        2002-08-17  Andrew Cagney  <ac131313@redhat.com>
        * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
-       `bfd_byte'.
+       `bfd_byte'.
 
 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
 
index c51263692853a080f69778bcd090b20954a079e1..62a6b8dc0166a98a25bb3d4401d2302959d53770 100644 (file)
@@ -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)