+2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
+
+ * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
+
2018-05-08 Alan Modra <amodra@gmail.com>
PR 23141
unsigned int regs;
char pfx = sz == 8 ? 'R' : 'E';
- regs = encoding & MACH_O_UNWIND_X86_64_RBP_FRAME_REGSITERS;
+ regs = encoding & MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS
printf (" %cSP frame", pfx);
if (regs != 0)
{
+2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
+
+ * or1kcommon.cpu (spr-reg-info): Typo fix.
+
2018-03-03 Alan Modra <amodra@gmail.com>
* frv.opc: Include opintl.h.
(SYS DCFGR #x007 "Debug configuration register")
(SYS PCCFGR #x008 "Performance counters configuration register")
(SYS NPC #x010 "Next program counter")
- (SYS SR #x011 "Supervision Regsiter")
+ (SYS SR #x011 "Supervision Register")
(SYS PPC #x012 "Previous program counter")
(SYS FPCSR #x014 "Floating point control status register")
(.unsplice
+2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
+
+ * 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.
+
2018-05-08 Jim Wilson <jimw@sifive.com>
* opcode/riscv-opc.h (MATCH_C_SRLI64, MASK_C_SRLI64): New.
%rbp-2040 (offset is encoded in offset bits * 8). Registers saved are
encoded in registers bits, 3 bits per register. */
#define MACH_O_UNWIND_X86_64_MODE_RBP_FRAME 0x01000000
-#define MACH_O_UNWIND_X86_64_RBP_FRAME_REGSITERS 0x00007FFF
+#define MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS 0x00007FFF
#define MACH_O_UNWIND_X86_64_RBP_FRAME_OFFSET 0x00FF0000
/* Frameless function, with a small stack size. */
%ebp-240 (offset is encoded in offset bits * 4). Registers saved are
encoded in registers bits, 3 bits per register. */
#define MACH_O_UNWIND_X86_MODE_EBP_FRAME 0x01000000
-#define MACH_O_UNWIND_X86_EBP_FRAME_REGSITERS 0x00007FFF
+#define MACH_O_UNWIND_X86_EBP_FRAME_REGISTERS 0x00007FFF
#define MACH_O_UNWIND_X86_EBP_FRAME_OFFSET 0x00FF0000
/* Frameless function, with a small stack size. */
+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.
{"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 */
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. */
+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
msr_e500_spu_enable = BIT(38)
};
-/* E500 regsiters. */
+/* E500 registers. */
enum
{
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;