From 67ce483baa43121a17195efe4b14a183e9fd8232 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 24 Jul 2018 16:35:52 +0930 Subject: 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. --- cpu/ChangeLog | 5 +++++ cpu/or1kcommon.cpu | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpu') diff --git a/cpu/ChangeLog b/cpu/ChangeLog index affb4d7..e307458 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,8 @@ +2018-07-24 Alan Modra + + PR 23430 + * or1kcommon.cpu (spr-reg-indices): Fix description typo. + 2018-05-09 Sebastian Rasmussen * or1kcommon.cpu (spr-reg-info): Typo fix. diff --git a/cpu/or1kcommon.cpu b/cpu/or1kcommon.cpu index 86d440c..c0e4f31 100644 --- a/cpu/or1kcommon.cpu +++ b/cpu/or1kcommon.cpu @@ -194,7 +194,7 @@ (define-normal-enum spr-reg-indices - "special purpose register indicies" + "special purpose register indices" () SPR-INDEX- (.map (.pmacro (args) -- cgit v1.1