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 | 8a36850395b2bca1d5b781b8c9ce9a9342d1163e (patch) | |
tree | b69bf8430cc9753a6274d53eceb812e27276755c /bfd | |
parent | 3a994344eb6a74417b192cb696fa5d8f2a7de693 (diff) | |
download | gdb-8a36850395b2bca1d5b781b8c9ce9a9342d1163e.tar.gz |
* elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
s/ENTIRES/ENTRIES/.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/elf64-sparc.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 16a35196c34..f0b42520a5b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-05-23 Alexandre Oliva <aoliva@redhat.com> + + * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo + s/ENTIRES/ENTRIES/. + 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations. diff --git a/bfd/elf64-sparc.c b/bfd/elf64-sparc.c index 295bd2f5439..33e75ff5faa 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; |