aboutsummaryrefslogtreecommitdiff
path: root/opcodes/cr16-opc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-05-09 15:50:29 +0930
committerAlan Modra <amodra@gmail.com>2018-05-09 15:55:28 +0930
commit84f9f8c33021593afd79fc89cc419db44f7bc112 (patch)
tree74474091353155c0a6a1f5b35f3f8af45bda0703 /opcodes/cr16-opc.c
parenta7287b941e83afd99d8d1054730a9b28e4b57460 (diff)
downloadfsf-binutils-gdb-84f9f8c33021593afd79fc89cc419db44f7bc112.zip
fsf-binutils-gdb-84f9f8c33021593afd79fc89cc419db44f7bc112.tar.gz
fsf-binutils-gdb-84f9f8c33021593afd79fc89cc419db44f7bc112.tar.bz2
PR22069, Several instances of register accidentally spelled as regsiter
PR 22069 binutils/ * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming. cpu/ChangeLog * or1kcommon.cpu (spr-reg-info): Typo fix. include/ChangeLog * mach-o/unwind.h (MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS): Rename from MACH_O_UNWIND_X86_64_RBP_FRAME_REGSITERS. (MACH_O_UNWIND_X86_EBP_FRAME_REGISTERS): Rename from MACH_O_UNWIND_X86_EBP_FRAME_REGSITERS. opcodes/ChangeLog * cr16-opc.c (cr16_instruction): Comment typo fix. * hppa-dis.c (print_insn_hppa): Likewise. sim/ppc/ChangeLog * e500_registers.h: Comment typo fix. * ppc-instructions (ppc_insn_mfcr): Likewise.
Diffstat (limited to 'opcodes/cr16-opc.c')
-rw-r--r--opcodes/cr16-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cr16-opc.c b/opcodes/cr16-opc.c
index 1875379..b477dbe 100644
--- a/opcodes/cr16-opc.c
+++ b/opcodes/cr16-opc.c
@@ -276,7 +276,7 @@ const inst cr16_instruction[] =
{"storm", 1, 0x16, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}},
{"stormp", 1, 0x17, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}},
- /* Processor Regsiter Manipulation instructions */
+ /* Processor Register Manipulation instructions */
/* opc16 reg, preg */
{"lpr", 2, 0x00140, 12, NO_TYPE_INS, {{regr,0}, {pregr,4}}},
/* opc16 regp, pregp */