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