aboutsummaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-07-24 16:35:52 +0930
committerAlan Modra <amodra@gmail.com>2018-07-24 19:58:12 +0930
commit67ce483baa43121a17195efe4b14a183e9fd8232 (patch)
treea623e87fbad16d4c23efbf073dba1271303e2fec /bfd/dwarf2.c
parent4174bfff8a88f21659446cf631dbbbad615b4a9e (diff)
downloadfsf-binutils-gdb-67ce483baa43121a17195efe4b14a183e9fd8232.zip
fsf-binutils-gdb-67ce483baa43121a17195efe4b14a183e9fd8232.tar.gz
fsf-binutils-gdb-67ce483baa43121a17195efe4b14a183e9fd8232.tar.bz2
PR23430, Indices misspelled
PR 23430 include/ * elf/common.h (SHT_SYMTAB_SHNDX): Fix comment typo. bfd/ * dwarf2.c (dwarf_debug_section_enum): Fix comment typo. * elf.c (bfd_section_from_shdr, elf_sort_sections): Likewise. binutils/ * elfcomm.h (struct archive_info): Rename uses_64bit_indicies to uses_64bit_indices. * elfcomm.c (setup_archive): Update uses of above. * readelf.c (process_archive): Likewise. (get_section_type_name): Rename indicies to indices. (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise. (process_section_groups): Likewise. cpu/ * or1kcommon.cpu (spr-reg-indices): Fix description typo. opcodes/ * or1k-desc.h: Regenerate.
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r--bfd/dwarf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c
index 0f8257f..8fadb5c 100644
--- a/bfd/dwarf2.c
+++ b/bfd/dwarf2.c
@@ -345,7 +345,7 @@ const struct dwarf_debug_section dwarf_debug_sections[] =
{ NULL, NULL },
};
-/* NB/ Numbers in this enum must match up with indicies
+/* NB/ Numbers in this enum must match up with indices
into the dwarf_debug_sections[] array above. */
enum dwarf_debug_section_enum
{