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