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