From 84f9f8c33021593afd79fc89cc419db44f7bc112 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 9 May 2018 15:50:29 +0930 Subject: 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. --- opcodes/ChangeLog | 5 +++++ opcodes/cr16-opc.c | 2 +- opcodes/hppa-dis.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 277bfb1..4dfd501 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2018-05-09 Sebastian Rasmussen + + * cr16-opc.c (cr16_instruction): Comment typo fix. + * hppa-dis.c (print_insn_hppa): Likewise. + 2018-05-08 Jim Wilson * riscv-opc.c (match_c_slli, match_slli_as_c_slli): New. 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 */ diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index 48003dc..3658eec 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -425,7 +425,7 @@ print_insn_hppa (bfd_vma memaddr, disassemble_info *info) fput_fp_reg (GET_FIELD (insn, 6, 10), info); break; - /* 'fA' will not generate a space before the regsiter + /* 'fA' will not generate a space before the register name. Normally that is fine. Except that it causes problems with xmpyu which has no FP format completer. */ -- cgit v1.1