diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-04 11:08:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-04 11:08:16 +0000 |
commit | 73374ef17bf39953956fa3afd9d159f146511f23 (patch) | |
tree | cf1901f698130348615e8c27a85c74e4daaf3498 /bfd/elf64-ppc.c | |
parent | 38c52d5ab7af33477c588c45554bb84f6c6ac4df (diff) | |
download | gdb-73374ef17bf39953956fa3afd9d159f146511f23.zip gdb-73374ef17bf39953956fa3afd9d159f146511f23.tar.gz gdb-73374ef17bf39953956fa3afd9d159f146511f23.tar.bz2 |
* elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 6dcdedb..ba0ad2e 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -3586,7 +3586,7 @@ ppc64_elf_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) |