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