Fix recent breakage
[deliverable/binutils-gdb.git] / sim / mn10300 / ChangeLog
CommitLineData
61ecca95
JL
1Wed Dec 4 10:57:53 1996 Jeffrey A Law (law@cygnus.com)
2
3 * simops.c: "add imm,sp" does not effect the condition codes.
4 "inc dn" does effect the condition codes.
5
e4e13022
JL
6Tue Dec 3 17:37:45 1996 Jeffrey A Law (law@cygnus.com)
7
8 * simops.c: Treat both operands as signed values for
9 "div" instruction.
10
11 * simops.c: Fix simulation of division instructions.
12 Fix typos/thinkos in several "cmp" and "sub" instructions.
13
fcfaf40d
JL
14Mon Dec 2 12:31:40 1996 Jeffrey A Law (law@cygnus.com)
15
e4e13022
JL
16 * simops.c: Fix carry bit handling in "sub" and "cmp"
17 instructions.
18
fcfaf40d
JL
19 * simops.c: Fix "mov imm8,an" and "mov imm16,dn".
20
6db7fc49
JL
21Sun Dec 1 16:05:42 1996 Jeffrey A Law (law@cygnus.com)
22
b7b89deb
JL
23 * simops.c: Fix overflow computation for many instructions.
24
af388638
JL
25 * simops.c: Fix "movdm, an", "movbu dm, (an)", and "movhu dm, (an)".
26
c8f0171f
JL
27 * simops.c: Fix "mov am, dn".
28
6db7fc49
JL
29 * simops.c: Fix more bugs in "add imm,an" and
30 "add imm,dn".
31
f5f13c1d
JL
32Wed Nov 27 09:20:42 1996 Jeffrey A Law (law@cygnus.com)
33
6e7a01c1
JL
34 * simops.c: Fix bugs in "movm" and "add imm,an".
35
3bb3fe44
JL
36 * simops.c: Don't lose the upper 24 bits of the return
37 pointer in "call" and "calls" instructions. Rough cut
38 at emulated system calls.
39
de0dce7c
JL
40 * simops.c: Implement the remaining 5, 6 and 7 byte instructions.
41
ecb4b5a3
JL
42 * simops.c: Implement remaining 4 byte instructions.
43
44 * simops.c: Implement remaining 3 byte instructions.
2e35551c 45
f5f13c1d
JL
46 * simops.c: Implement remaining 2 byte instructions. Call
47 abort for instructions we're not implementing now.
48
73e65298
JL
49Tue Nov 26 15:43:41 1996 Jeffrey A Law (law@cygnus.com)
50
707641f6
JL
51 * simops.c: Implement lots of random instructions.
52
1f3bea21
JL
53 * simops.c: Implement "movm" and "bCC" insns.
54
92284aaa
JL
55 * mn10300_sim.h (_state): Add another register (MDR).
56 (REG_MDR): Define.
57 * simops.c: Implement "cmp", "calls", "rets", "jmp" and
58 a few additional random insns.
59
73e65298
JL
60 * mn10300_sim.h (PSW_*): Define for CC status tracking.
61 (REG_D0, REG_A0, REG_SP): Define.
62 * simops.c: Implement "add", "addc" and a few other random
63 instructions.
b5f831ac
JL
64
65 * gencode.c, interp.c: Snapshot current simulator code.
66
05ccbdfd
JL
67Mon Nov 25 12:46:38 1996 Jeffrey A Law (law@cygnus.com)
68
69 * Makefile.in, config.in, configure, configure.in: New files.
70 * gencode.c, interp.c, mn10300_sim.h, simops.c: New files.
71
This page took 0.032658 seconds and 4 git commands to generate.