summaryrefslogtreecommitdiff
path: root/sim
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 /sim
parenta7287b941e83afd99d8d1054730a9b28e4b57460 (diff)
downloadbinutils-gdb-84f9f8c33021593afd79fc89cc419db44f7bc112.tar.gz
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 'sim')
-rw-r--r--sim/ppc/ChangeLog5
-rw-r--r--sim/ppc/e500_registers.h2
-rw-r--r--sim/ppc/ppc-instructions2
3 files changed, 7 insertions, 2 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 9573e7ba048..8ecdab8a777 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
+
+ * e500_registers.h: Comment typo fix.
+ * ppc-instructions (ppc_insn_mfcr): Likewise.
+
2017-09-05 John Baldwin <jhb@FreeBSD.org>
PR sim/20863
diff --git a/sim/ppc/e500_registers.h b/sim/ppc/e500_registers.h
index c06a88fee08..ee586350fbd 100644
--- a/sim/ppc/e500_registers.h
+++ b/sim/ppc/e500_registers.h
@@ -28,7 +28,7 @@ enum {
msr_e500_spu_enable = BIT(38)
};
-/* E500 regsiters. */
+/* E500 registers. */
enum
{
diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions
index 5e6d21df561..9f9773477f7 100644
--- a/sim/ppc/ppc-instructions
+++ b/sim/ppc/ppc-instructions
@@ -734,7 +734,7 @@ void::model-function::ppc_insn_to_spr:itable_index index, model_data *model_ptr,
busy_ptr->nr_writebacks = 1;
TRACE(trace_model,("Making register %s busy.\n", spr_name(nSPR)));
-# Schedule a MFCR instruction that moves the CR into an integer regsiter
+# Schedule a MFCR instruction that moves the CR into an integer register
void::model-function::ppc_insn_mfcr:itable_index index, model_data *model_ptr, unsigned32 int_mask
const unsigned32 cr_mask = 0xff;
model_busy *busy_ptr;