mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
|
||||
|
||||
* cr16-opc.c (cr16_instruction): Comment typo fix.
|
||||
* hppa-dis.c (print_insn_hppa): Likewise.
|
||||
|
||||
2018-05-08 Jim Wilson <jimw@sifive.com>
|
||||
|
||||
* riscv-opc.c (match_c_slli, match_slli_as_c_slli): New.
|
||||
|
@ -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 */
|
||||
|
@ -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. */
|
||||
|
Reference in New Issue
Block a user