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