1924329a539de55b1098fca87809bc547a3aec09
[deliverable/binutils-gdb.git] / sim / erc32 / ChangeLog
1 Tue Apr 15 15:16:11 1997 Ian Lance Taylor <ian@cygnus.com>
2
3 * Makefile.in (install-sis): Depend upon installdirs. Use
4 $(program_transform_name) directly, rather than using
5 $(INSTALL_XFORM).
6
7 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
8
9 * configure: Regenerated to track ../common/aclocal.m4 changes.
10 * config.in: Ditto.
11
12 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
13
14 * interf.c (sim_open): New arg `kind'.
15
16 * configure: Regenerated to track ../common/aclocal.m4 changes.
17
18 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
19
20 * configure: Regenerated to track ../common/aclocal.m4 changes.
21
22 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
23
24 * configure: Re-generate.
25
26 Thu Mar 13 12:46:04 1997 Doug Evans <dje@canuck.cygnus.com>
27
28 * interf.c (sim_open): New SIM_DESC result. Argument is now in
29 argv form.
30 (other sim_*): New SIM_DESC argument.
31
32 Tue Feb 4 13:35:20 1997 Doug Evans <dje@canuck.cygnus.com>
33
34 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
35 COMMON_{PRE,POST}_CONFIG_FRAG instead.
36 * configure.in: sinclude ../common/aclocal.m4.
37 * configure: Regenerated.
38
39 Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
40
41 * configure configure.in Makefile.in: Update to new configure
42 scheme which is more compatible with WinGDB builds.
43 * configure.in: Improve comment on how to run autoconf.
44 * configure: Re-run autoconf to get new ../common/aclocal.m4.
45 * Makefile.in: Use autoconf substitution to install common
46 makefile fragment.
47
48 Wed Dec 4 18:25:04 1996 Rob Savoye <rob@chinadoll.cygnus.com>
49
50 * interf.c (run_sim): Stop the simulator and reset the stdio after
51 breakpoints.
52
53 Tue Dec 3 11:54:37 1996 Rob Savoye <rob@chinadoll.cygnus.com>
54
55 * configure.in: Look for libtermcap.a.
56 * Makefile.in: Only link in -ltermcap if it exists.
57 * erc32.c: Update to version 2.6a. Fix uart handling.
58 * exec.c: Update to version 2.6a. Add sparclite support.
59 * float.c: Update to version 2.6a. Convert comments to
60 preprocessor warnings. Add __setfpucw() for i385 hosts so floating
61 point exceptions work on win32.
62 * func.c: Update to version 2.6a. Fix uart handling, add support
63 for user error traps.
64 * help.c: Update to version 2.6a. Add help note on user error
65 traps.
66 * interf.c: Update to version 2.6a. Fix uart handling, and add
67 sparclite support.
68 * examples/gccx: Use sparclite cross compiler, not native gcc.
69 * examples/srt0.S: Use "mov" rather than "wr" for manipulating
70 the psr register.
71
72 Mon Nov 25 08:28:10 1996 Fred Fish <fnf@cygnus.com>
73
74 * Makefile.in (run.o): Remove this rule, it hides the one in
75 ../common/Make-common.in that correctly references the source
76 in the sibling ../common directory.
77
78 Wed Nov 20 01:30:12 1996 Doug Evans <dje@canuck.cygnus.com>
79
80 * Makefile.in: Delete stuff moved to ../common/Make-common.in.
81 (SIM_{OBJS,EXTRA_LIBS,EXTRA_LIBDEPS,EXTRA_ALL,EXTRA_INSTALL}): Define.
82 (SIM_{EXTRA_CLEAN,EXTRA_CFLAGS}): Define.
83 * configure.in: Simplify using macros in ../common/aclocal.m4.
84 Call AC_CHECK_HEADERS(stdlib.h).
85 * configure: Regenerated.
86 * config.in: New file.
87 * func.c (sim_set_callbacks): Delete, moved to
88 * interf.c (sim_set_callbacks): here.
89 (sim_callback): New global.
90 Rewrite all calls to printf_filtered to go through callback.
91 (sim_size,sim_trace): New functions.
92 (sim_{insert,remove}_breakpoint): #if 0 out.
93 * sis.c: #include "config.h". #include <stdlib.h> if present.
94 (main): Coerce fprintf arg to INIT_DISASSEMBLE_INFO to fprintf_ftype.
95 * sis.h: #include "callback.h".
96 * run.c: Deleted, using one in ../common now.
97
98 Thu Oct 3 16:12:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
99
100 * Makefile.in (clean): Move config.log to distclean.
101
102 Wed Oct 2 16:57:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
103
104 * Makefile.in (clean): Also remove config.log.
105
106 Sat Sep 14 00:00:46 1996 Ian Lance Taylor <ian@cygnus.com>
107
108 * Makefile.in (CC_FOR_BUILD): New variable.
109 (AR, AR_FLAGS, BISON, MAKEINFO): Remove duplicate variables.
110 (RANLIB, CC): Likewise.
111 (end): Use $(CC_FOR_BUILD), not $(CC).
112 * configure.in: Set CC_FOR_BUILD.
113 * configure: Rebuild.
114
115 Sun Sep 8 14:04:37 1996 Stu Grossman (grossman@critters.cygnus.com)
116
117 * erc32.c (port_init): Disable this for __GO32__ (got no pty's
118 there either...).
119
120 Mon Aug 12 17:04:58 1996 Stu Grossman (grossman@critters.cygnus.com)
121
122 * erc32.c: Don't include sys/ioctl.h or sys/file.h. They aren't
123 necessary.
124 * (port_init): Don't even *try* to open pty's under _WIN32.
125 * Use SIM_ADDR, not caddr_t for declaring vars that hold addresses.
126 * float.c: Get rid of #warning. Makes Microsoft C barf.
127 * interf.c (sim_open): Cast fprintf to (fprintf_ftype) to fix
128 compiler warning.
129 * (sim_load sim_create_inferior sim_read): Use prototypes only in
130 decls, not defs.
131 * Get rid of enum sim_stop. It's defined in remote-sim.h.
132 * (sim_stop_reason): Define SIGTRAP if _WIN32.
133 * sis.h: Include ansidecl.h and remote-sim.h.
134
135 Wed Jul 3 16:05:23 1996 Stu Grossman (grossman@critters.cygnus.com)
136
137 * erc32.c (mec_reset mec_read mec_write memory_read memory_write),
138 sis.h: Get rid of all uses of long long's.
139 * (close_port read_uart write_uart uarta_tx): Don't seg fault
140 when can't open pty's.
141 * exec.c: Add two new instructions: smul, and divscc.
142 * interf.c (flush_windows): New routine to flush the register
143 windows out to the stack just before returning to GDB. Makes
144 backtraces work much better.
145
146 Wed Jun 26 12:19:11 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
147
148 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
149 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
150 (docdir, oldincludedir): Removed.
151 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
152 (AC_PROG_INSTALL): Added.
153 * configure: Rebuilt.
154
155 Mon Jun 24 14:19:07 1996 Ian Lance Taylor <ian@cygnus.com>
156
157 * configure.in: Call AC_PROG_CC before running configure.host.
158 * configure: Rebuild with autoconf 2.10.
159
160 Tue Jun 4 10:37:12 1996 Tom Tromey <tromey@csk3.cygnus.com>
161
162 * Makefile.in (install): Don't check to see if tooldir exists.
163 Make $(tooldir) and $(tooldir)/bin.
164
165 Mon Jun 3 12:33:38 1996 Ian Lance Taylor <ian@cygnus.com>
166
167 * Makefile.in (end.h): Use explicit ./ when running end.
168
169 Sun May 19 21:05:31 1996 Rob Savoye <rob@chinadoll.cygnus.com>
170
171 * func.c(bfd_load): Don't try to print the filename if the pfbd is
172 NULL.
173 * interf.c(sim_load): Pass the whole string, not just the first
174 byte.
175
176 Version 2.1 26-02-96
177 --------------------
178
179 * Fixed bug in "go" command.
180
181 version 2.0 05-02-96
182 --------------------
183
184 * Fixed bug in interrupt force register (erc32.c).
185
186 * Change file load function to use bfd_openr.
187
188 * SIS should now be endian independent.
189
190 version 1.8 24-11-95
191 --------------------
192
193 * Fixed FPU timing - some sequences of FPU instructions did not calculate
194 the resource dependencies right.
195
196 * Corrected STDFQ when qne = 0 (again!). The ftt is set to sequence_error
197 but no FPU trap is generated.
198
199 version 1.7.1 31-10-95
200 --------------------
201
202 * Corrected STDFQ when qne = 0. Now, a trap is immidiately generated but
203 the FPU stays in execute mode.
204
205 * Corrected JMPL and RETT timing (these instructions takes two cycles).
206
207
208 version 1.7 25-10-95
209 --------------------
210
211 * Interrupt during annuled instruction corrupted return address - fixed.
212
213
214 version 1.6.2 25-10-95
215 --------------------
216
217 * Added -DFAST_UART to Makefile
218
219
220 version 1.6.1 24-10-95
221 --------------------
222
223 * Fixed bug in STDFQ which caused bus error
224
225
226 version 1.6 02-10-95
227 --------------------
228
229 * Modified srt0.s to include code that initiates registers in IU and FPU
230 and initializes the data segment. The simulator 'load' command does not
231 longer initialize the data segment!
232
233 * Corrected MEC timer operation; scalers now divide the frequency by
234 (scaler_value + 1).
235
236 * MEC breakpoints are not checked during store operation
237
238
239 version 1.5 14-09-95
240 --------------------
241
242 * Fixed some bugs in the cycle counting for IU & FPU instructions.
243
244 * Fixed bug that allowed an annuled instruction to cause memory exception.
245
246 * The *ws parameter in mem.c should now contain the number of waitstates
247 required by the memory access (was total number of cycles).
248
249 * The supplied srt0.s now clears the BSS (thanks Joel).
250
251 version 1.4 22-08-95
252 --------------------
253
254 * Added a '-g' switch to enable/disable the GNU readline(), which cause
255 some problems on solaris 2.x machines.
256
257 * Enabled MEC watchpoint and breakpoint function to mem.c. Performance
258 may suffer a bit ...
259
260 NOTE: The UARTs are now connected to /dev/ttypc and /dev/ttypd.
261
262 version 1.3 26-07-95
263 --------------------
264
265 * Fixed bug in mulscc instruction (how could that ever have worked?)
266
267 * Fixed bug in UART B (flushed characters on UART A), thanks Paul.
268
269 version 1.2 13-07-95
270 --------------------
271
272 * Fixed bug in interrupt handling (wrong interrupt selected when more that
273 one interrupt pending)
274
275 * Fixed updating of condition codes during logical instructions (carry and
276 overflow were not reset)
277
278 * Fixed bug in WRTBR (tt field was wrongly over-written)
279
280 version 1.1 07-07-95
281 --------------------
282
283 * Fixed several bugs in the interrupt handler and callback routines.
284 (reported by Paul Warren, Alsys)
This page took 0.043034 seconds and 3 git commands to generate.