]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/h8300/ChangeLog
* compile.c (decode): Fix typo (16 bit branches).
[thirdparty/binutils-gdb.git] / sim / h8300 / ChangeLog
1 Fri May 13 18:32:27 1994 Doug Evans (dje@canuck.cygnus.com)
2
3 * compile.c (decode): Fix typo (16 bit branches).
4 (*): Some white space clean up.
5
6 Fri May 6 13:44:01 1994 Steve Chamberlain (sac@jonny.cygnus.com)
7
8 * compile.c (decode): Compile 16bit branches properly.
9
10 Sat Dec 11 16:32:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11
12 * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
13 andc. Poll for interrupts.
14
15 Thu Oct 28 19:29:34 1993 Doug Evans (dje@canuck.cygnus.com)
16
17 * compile.c: #include "ansidecl.h" for remote-sim.h.
18
19 Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
20
21 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
22 * compile.c: #include "remote-sim.h".
23 (sim_resume): New arg siggnal.
24 (sim_write): Use SIM_ADDR for type of arg addr.
25 Always return a value.
26 (sim_read): Ditto.
27 (sim_store_register): Result is type int.
28 (sim_fetch_register): Ditto.
29 (sim_stop_reason): Renamed from sim_stop_signal.
30 (sim_set_pc): Use SIM_ADDR for type of arg pc.
31 (sim_info): int result, new arg printf_fn.
32 (sim_kill): int result.
33 (sim_open): int result, new arg name.
34 * run.c (main): Use sim_set_pc to set pc.
35 Update call to sim_info.
36
37 Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
38
39 * compile.c (sim_stop_signal): Result is now enum sim_stop.
40
41 Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
42
43 * compile.c (sim_kill, sim_open, sim_set_args): New functions.
44
45 Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
46
47 * compile.c (sim_set_pc): Write to the pc direcly.
48 (sim_store_register): Now value is passed by reference. (sim_read,
49 sim_write): Return number of bytes copied.
50
51 Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
52
53 * compile.c (mop): New function to do multiplies.
54
55 Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
56
57 * compile.c (sim_resume): Add support for nop insn.
58
59 Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
60
61 * compile.c: Reset HMODE back to zero (accidently set it to 1).
62
63 * run.c (main): If h8/300h binary detected, call set_h8300h.
64 * compile.c (sim_resume): Fix O_NEG insn.
65
66 Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
67
68 * run.c (main): Add -h flag to enable h8/300h emulation.
69 * compile.c: Rename Hmode to HMODE (consistency with gdb).
70 (set_h8300h): New function.
71 (sim_resume): Add support for extu,exts insns.
72 (sim_resume): Fix logical right shifting.
73 (sim_resume, label alu32): Fix setting of carry flag.
74
75 Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
76
77 * compile.c (sim_csize): Initialize cpu.cache.
78
79 Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
80
81 * Makefile.in: Add -I../../bfd to pick up bfd.h.
82
83 Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
84
85 * run.c (main): Fix parsing of args.
86
87 * compile.c (sim_resume): Fix shll insn.
88
89 Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
90
91 * compile.c: New file, supports H8/300H.
92 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
93
94 Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
95
96 * run.c (main): Add -v to print info.
97 * p3.c (sim_info): New function.
98
99 Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
100
101 * h8300.mt (DO_INSTALL): Renamed from INSTALL.
102
103 Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
104
105 * Makefile.in: Don't use cb or indent
106 * p1.c, state.h, writecode.c: lint
107
108 Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
109
110 * Makefile.in: Make SunOS halfdone VPATH work.
111 * p1.c: Lint picked up by HP native compiler.
112
113 Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
114
115 * p1.c (sim_resume): when running on dos, any character typed to
116 the keyboard will cause a simulated exception.
117
118 Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
119
120 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
121 running
122
123 Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
124
125 * new
126