]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR22069, Several instances of register accidentally spelled as regsiter
authorAlan Modra <amodra@gmail.com>
Wed, 9 May 2018 06:20:29 +0000 (15:50 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 9 May 2018 06:25:28 +0000 (15:55 +0930)
commit84f9f8c33021593afd79fc89cc419db44f7bc112
tree74474091353155c0a6a1f5b35f3f8af45bda0703
parenta7287b941e83afd99d8d1054730a9b28e4b57460
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.
12 files changed:
binutils/ChangeLog
binutils/od-macho.c
cpu/ChangeLog
cpu/or1kcommon.cpu
include/ChangeLog
include/mach-o/unwind.h
opcodes/ChangeLog
opcodes/cr16-opc.c
opcodes/hppa-dis.c
sim/ppc/ChangeLog
sim/ppc/e500_registers.h
sim/ppc/ppc-instructions