* elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
This commit is contained in:
parent
38c52d5ab7
commit
73374ef17b
2 changed files with 23 additions and 19 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-12-04 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
|
||||||
|
|
||||||
2002-12-04 Alan Modra <amodra@bigpond.net.au>
|
2002-12-04 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* srec.c (srec_write_symbols): Restore '$' prefix to address
|
* srec.c (srec_write_symbols): Restore '$' prefix to address
|
||||||
|
|
|
@ -3586,7 +3586,7 @@ ppc64_elf_edit_opd (obfd, info)
|
||||||
sym_hashes = elf_sym_hashes (ibfd);
|
sym_hashes = elf_sym_hashes (ibfd);
|
||||||
|
|
||||||
/* Read the relocations. */
|
/* 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,
|
(Elf_Internal_Rela *) NULL,
|
||||||
info->keep_memory);
|
info->keep_memory);
|
||||||
if (relstart == NULL)
|
if (relstart == NULL)
|
||||||
|
|
Loading…
Reference in a new issue