diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-05-23 23:56:22 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-05-23 23:56:22 +0000 |
commit | e90fdc1abd8cbaa9aa2117d8671c1ee9f5436b56 (patch) | |
tree | 6e0d452179d13879332ba0b21aa658d8e1547929 /bfd/elf64-sparc.c | |
parent | 7dbd117d8700b86b258da7e2aea2b132e1c1fae0 (diff) | |
download | gdb-e90fdc1abd8cbaa9aa2117d8671c1ee9f5436b56.zip gdb-e90fdc1abd8cbaa9aa2117d8671c1ee9f5436b56.tar.gz gdb-e90fdc1abd8cbaa9aa2117d8671c1ee9f5436b56.tar.bz2 |
* elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
s/ENTIRES/ENTRIES/.
Diffstat (limited to 'bfd/elf64-sparc.c')
-rw-r--r-- | bfd/elf64-sparc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-sparc.c b/bfd/elf64-sparc.c index 295bd2f..33e75ff 100644 --- a/bfd/elf64-sparc.c +++ b/bfd/elf64-sparc.c @@ -1902,7 +1902,7 @@ sparc64_elf_relocate_section (output_bfd, info, input_bfd, input_section, sgot = splt = sreloc = NULL; rel = relocs; - relend = relocs + NUM_SHDR_ENTIRES (& elf_section_data (input_section)->rel_hdr); + relend = relocs + NUM_SHDR_ENTRIES (& elf_section_data (input_section)->rel_hdr); for (; rel < relend; rel++) { int r_type; |