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