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