* interp.c: Delete unused global variable "OP".
[deliverable/binutils-gdb.git] / sim / mn10300 / ChangeLog
1 Fri Dec 6 14:13:34 1996 Jeffrey A Law (law@cygnus.com)
2
3 * interp.c: Delete unused global variable "OP".
4 (sim_resume): Remove unused variable "opcode".
5 * simops.c: Fix some uninitialized variable problems, add
6 parens to fix various -Wall warnings.
7
8 * gencode.c (write_header): Add "insn" and "extension" arguments
9 to the OP_* declarations.
10 (write_template): Similarly for function templates.
11 * interp.c (insn, extension): Remove global variables. Instead
12 pass them as arguments to the OP_* functions.
13 * mn10300_sim.h: Remove decls for "insn" and "extension".
14 * simops.c (OP_*): Accept "insn" and "extension" as arguments
15 instead of using globals.
16
17 Thu Dec 5 22:26:31 1996 Jeffrey A Law (law@cygnus.com)
18
19 * simops.c: Fix typos in "mov am,(d16,an)" and "mov am,(d32,an)"
20
21 * simops.c: Fix thinkos in last change to "inc dn".
22
23 Wed Dec 4 10:57:53 1996 Jeffrey A Law (law@cygnus.com)
24
25 * simops.c: "add imm,sp" does not effect the condition codes.
26 "inc dn" does effect the condition codes.
27
28 Tue Dec 3 17:37:45 1996 Jeffrey A Law (law@cygnus.com)
29
30 * simops.c: Treat both operands as signed values for
31 "div" instruction.
32
33 * simops.c: Fix simulation of division instructions.
34 Fix typos/thinkos in several "cmp" and "sub" instructions.
35
36 Mon Dec 2 12:31:40 1996 Jeffrey A Law (law@cygnus.com)
37
38 * simops.c: Fix carry bit handling in "sub" and "cmp"
39 instructions.
40
41 * simops.c: Fix "mov imm8,an" and "mov imm16,dn".
42
43 Sun Dec 1 16:05:42 1996 Jeffrey A Law (law@cygnus.com)
44
45 * simops.c: Fix overflow computation for many instructions.
46
47 * simops.c: Fix "mov dm, an", "movbu dm, (an)", and "movhu dm, (an)".
48
49 * simops.c: Fix "mov am, dn".
50
51 * simops.c: Fix more bugs in "add imm,an" and
52 "add imm,dn".
53
54 Wed Nov 27 09:20:42 1996 Jeffrey A Law (law@cygnus.com)
55
56 * simops.c: Fix bugs in "movm" and "add imm,an".
57
58 * simops.c: Don't lose the upper 24 bits of the return
59 pointer in "call" and "calls" instructions. Rough cut
60 at emulated system calls.
61
62 * simops.c: Implement the remaining 5, 6 and 7 byte instructions.
63
64 * simops.c: Implement remaining 4 byte instructions.
65
66 * simops.c: Implement remaining 3 byte instructions.
67
68 * simops.c: Implement remaining 2 byte instructions. Call
69 abort for instructions we're not implementing now.
70
71 Tue Nov 26 15:43:41 1996 Jeffrey A Law (law@cygnus.com)
72
73 * simops.c: Implement lots of random instructions.
74
75 * simops.c: Implement "movm" and "bCC" insns.
76
77 * mn10300_sim.h (_state): Add another register (MDR).
78 (REG_MDR): Define.
79 * simops.c: Implement "cmp", "calls", "rets", "jmp" and
80 a few additional random insns.
81
82 * mn10300_sim.h (PSW_*): Define for CC status tracking.
83 (REG_D0, REG_A0, REG_SP): Define.
84 * simops.c: Implement "add", "addc" and a few other random
85 instructions.
86
87 * gencode.c, interp.c: Snapshot current simulator code.
88
89 Mon Nov 25 12:46:38 1996 Jeffrey A Law (law@cygnus.com)
90
91 * Makefile.in, config.in, configure, configure.in: New files.
92 * gencode.c, interp.c, mn10300_sim.h, simops.c: New files.
93
This page took 0.040543 seconds and 5 git commands to generate.