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