]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/h8300/ChangeLog
mention new config.in file
[thirdparty/binutils-gdb.git] / sim / h8300 / ChangeLog
1 Fri Sep 8 12:18:53 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * configure.in: Call AC_CONFIG_HEADER. Don't try to use
4 bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and
5 AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES and AR.
6 Call AC_CHECK_HEADERS for stdlib.h and time.h. Touch stamp.h if
7 creating config.h.
8 * configure: Rebuild.
9 * config.in: New file, created by autoheader.
10 * Makefile.in (AR): Define as @AR@.
11 (CC): New variable, defined as @CC@.
12 (CFLAGS): Define as @CFLAGS@.
13 (RANLIB): Define as @RANLIB@.
14 (HDEFINES, TDEFINES): New variables.
15 (@host_makefile_frag@): Remove.
16 (compile.o, run.o): Depend upon config.h.
17 (mostlyclean): Make the same as clean, not distclean.
18 (clean): Remove config.log.
19 (distclean): Remove config.h and stamp-h.
20 (Makefile): Don't depend upon @frags@. Just rebuild Makefile when
21 invoking config.status.
22 (config.h, stamp-h): New targets.
23 * compile.c: Include "config.h". Don't include <sys/times.h>.
24 Include <time.h> and <stdlib.h> if they exist. Don't include
25 "sysdep.h".
26 (get_now): Remove unused local b.
27 * run.c: Include "config.h". Include <stdlib.h> if it exists.
28 Don't include "sysdep.h".
29 * writecode.c: Don't include "bfd.h" or "sysdep.h". Include
30 <stdio.h>.
31
32 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
33
34 * Update all FSF addresses except those in COPYING* files.
35
36 Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
37
38 * Makefile.in (clean): Remove run.
39 (distclean): Remove Makefile.
40
41 * h8300.mt: Removed.
42
43 * Makefile.in, configure.in: converted to autoconf.
44 * configure: New file, generated with autconf 2.4.
45
46 Fri Jun 30 16:50:24 1995 Stan Shebs <shebs@andros.cygnus.com>
47
48 * compile.c (sim_do_command): New function.
49
50 Tue Jun 20 16:18:13 1995 Steve Chamberlain <sac@slash.cygnus.com>
51
52 * compile.c (get_now): Don't do if win32.
53 (sim_resume): Poll in win32 too.
54
55 Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
56
57 * configure.in: Fix typo in last change.
58
59 Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
60
61 * run.c: parse arguments with getopt().
62
63 Tue Feb 28 17:30:08 1995 Ian Lance Taylor <ian@cygnus.com>
64
65 * configure.in: Use ../../bfd/hosts/std-host.h if specific
66 host unavailable.
67
68 Sun Jan 22 12:35:43 1995 Steve Chamberlain <sac@splat>
69
70 * compile.c (sim_resume): Initialize cpu.mask.
71
72 Thu Sep 8 16:53:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
73
74 * inst.h (MPOWER): Bump simulated memory size to 2^18 bytes.
75
76 Wed May 18 13:47:58 1994 Doug Evans (dje@canuck.cygnus.com)
77
78 * compile.c: #include "bfd.h".
79 (sim_*): Set result type to void where there isn't one.
80 (sim_resume, default case): Set cpu.exception to SIGILL.
81 (sim_trace): Delete.
82 (sim_set_pc): Delete.
83 (sim_info): Delete printf_fn arg, all callers changed.
84 Call printf_filtered.
85 (set_h8300h): New arg `flag', all callers changed.
86 (sim_close): New function.
87 (sim_load): New function.
88 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
89 * run.c: #include <varargs.h>, "remote-sim.h".
90 (printf_filtered): New function.
91
92 Fri May 13 18:32:27 1994 Doug Evans (dje@canuck.cygnus.com)
93
94 * compile.c (decode): Fix typo (16 bit branches).
95 (*): Some white space clean up.
96
97 Fri May 6 13:44:01 1994 Steve Chamberlain (sac@jonny.cygnus.com)
98
99 * compile.c (decode): Compile 16bit branches properly.
100
101 Sat Dec 11 16:32:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
102
103 * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
104 andc. Poll for interrupts.
105
106 Thu Oct 28 19:29:34 1993 Doug Evans (dje@canuck.cygnus.com)
107
108 * compile.c: #include "ansidecl.h" for remote-sim.h.
109
110 Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
111
112 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
113 * compile.c: #include "remote-sim.h".
114 (sim_resume): New arg siggnal.
115 (sim_write): Use SIM_ADDR for type of arg addr.
116 Always return a value.
117 (sim_read): Ditto.
118 (sim_store_register): Result is type int.
119 (sim_fetch_register): Ditto.
120 (sim_stop_reason): Renamed from sim_stop_signal.
121 (sim_set_pc): Use SIM_ADDR for type of arg pc.
122 (sim_info): int result, new arg printf_fn.
123 (sim_kill): int result.
124 (sim_open): int result, new arg name.
125 * run.c (main): Use sim_set_pc to set pc.
126 Update call to sim_info.
127
128 Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
129
130 * compile.c (sim_stop_signal): Result is now enum sim_stop.
131
132 Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
133
134 * compile.c (sim_kill, sim_open, sim_set_args): New functions.
135
136 Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
137
138 * compile.c (sim_set_pc): Write to the pc direcly.
139 (sim_store_register): Now value is passed by reference. (sim_read,
140 sim_write): Return number of bytes copied.
141
142 Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
143
144 * compile.c (mop): New function to do multiplies.
145
146 Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
147
148 * compile.c (sim_resume): Add support for nop insn.
149
150 Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
151
152 * compile.c: Reset HMODE back to zero (accidently set it to 1).
153
154 * run.c (main): If h8/300h binary detected, call set_h8300h.
155 * compile.c (sim_resume): Fix O_NEG insn.
156
157 Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
158
159 * run.c (main): Add -h flag to enable h8/300h emulation.
160 * compile.c: Rename Hmode to HMODE (consistency with gdb).
161 (set_h8300h): New function.
162 (sim_resume): Add support for extu,exts insns.
163 (sim_resume): Fix logical right shifting.
164 (sim_resume, label alu32): Fix setting of carry flag.
165
166 Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
167
168 * compile.c (sim_csize): Initialize cpu.cache.
169
170 Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
171
172 * Makefile.in: Add -I../../bfd to pick up bfd.h.
173
174 Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
175
176 * run.c (main): Fix parsing of args.
177
178 * compile.c (sim_resume): Fix shll insn.
179
180 Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
181
182 * compile.c: New file, supports H8/300H.
183 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
184
185 Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
186
187 * run.c (main): Add -v to print info.
188 * p3.c (sim_info): New function.
189
190 Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
191
192 * h8300.mt (DO_INSTALL): Renamed from INSTALL.
193
194 Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
195
196 * Makefile.in: Don't use cb or indent
197 * p1.c, state.h, writecode.c: lint
198
199 Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
200
201 * Makefile.in: Make SunOS halfdone VPATH work.
202 * p1.c: Lint picked up by HP native compiler.
203
204 Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
205
206 * p1.c (sim_resume): when running on dos, any character typed to
207 the keyboard will cause a simulated exception.
208
209 Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
210
211 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
212 running
213
214 Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
215
216 * new
217