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