* erc32.c (mec_reset mec_read mec_write memory_read memory_write),
[external/binutils.git] / sim / erc32 / ChangeLog
1 Wed Jul  3 16:05:23 1996  Stu Grossman  (grossman@critters.cygnus.com)
2
3         * erc32.c (mec_reset mec_read mec_write memory_read memory_write),
4         sis.h:  Get rid of all uses of long long's.
5         * (close_port read_uart write_uart uarta_tx):  Don't seg fault
6         when can't open pty's.
7         * exec.c:  Add two new instructions: smul, and divscc.
8         * interf.c (flush_windows):  New routine to flush the register
9         windows out to the stack just before returning to GDB.  Makes
10         backtraces work much better.
11
12 Wed Jun 26 12:19:11 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13
14         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
15         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
16         (docdir, oldincludedir): Removed.
17         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
18         (AC_PROG_INSTALL): Added.
19         * configure: Rebuilt.
20
21 Mon Jun 24 14:19:07 1996  Ian Lance Taylor  <ian@cygnus.com>
22
23         * configure.in: Call AC_PROG_CC before running configure.host.
24         * configure: Rebuild with autoconf 2.10.
25
26 Tue Jun  4 10:37:12 1996  Tom Tromey  <tromey@csk3.cygnus.com>
27
28         * Makefile.in (install): Don't check to see if tooldir exists.
29         Make $(tooldir) and $(tooldir)/bin.
30
31 Mon Jun  3 12:33:38 1996  Ian Lance Taylor  <ian@cygnus.com>
32
33         * Makefile.in (end.h): Use explicit ./ when running end.
34
35 Sun May 19 21:05:31 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
36
37         * func.c(bfd_load): Don't try to print the filename if the pfbd is
38         NULL.
39         * interf.c(sim_load): Pass the whole string, not just the first
40         byte.
41
42 Version 2.1 26-02-96
43 --------------------
44  
45 * Fixed bug in "go" command.
46  
47 version 2.0 05-02-96
48 --------------------
49
50 * Fixed bug in interrupt force register (erc32.c).
51
52 * Change file load function to use bfd_openr.
53
54 * SIS should now be endian independent.
55
56 version 1.8 24-11-95
57 --------------------
58
59 * Fixed FPU timing - some sequences of FPU instructions did not calculate
60   the resource dependencies right.
61
62 * Corrected STDFQ when qne = 0 (again!). The ftt is set to sequence_error
63   but no FPU trap is generated.
64
65 version 1.7.1 31-10-95
66 --------------------
67
68 * Corrected STDFQ when qne = 0. Now, a trap is immidiately generated but
69   the FPU stays in execute mode.
70
71 * Corrected JMPL and RETT timing (these instructions takes two cycles).
72
73
74 version 1.7 25-10-95
75 --------------------
76
77 * Interrupt during annuled instruction corrupted return address - fixed.
78
79
80 version 1.6.2 25-10-95
81 --------------------
82
83 * Added -DFAST_UART to Makefile
84  
85
86 version 1.6.1 24-10-95
87 --------------------
88  
89 * Fixed bug in STDFQ which caused bus error
90
91
92 version 1.6 02-10-95
93 --------------------
94  
95 * Modified srt0.s to include code that initiates registers in IU and FPU
96   and initializes the data segment. The simulator 'load' command does not
97   longer initialize the data segment!
98
99 * Corrected MEC timer operation; scalers now divide the frequency by 
100   (scaler_value + 1).
101
102 * MEC breakpoints are not checked during store operation
103
104
105 version 1.5 14-09-95
106 --------------------
107
108 * Fixed some bugs in the cycle counting for IU & FPU instructions.
109
110 * Fixed bug that allowed an annuled instruction to cause memory exception.
111
112 * The *ws parameter in mem.c should now contain the number of waitstates
113   required by the memory access (was total number of cycles).
114
115 * The supplied srt0.s now clears the BSS (thanks Joel).
116
117 version 1.4 22-08-95
118 --------------------
119
120 * Added a '-g' switch to enable/disable the GNU readline(), which cause
121 some problems on solaris 2.x machines.
122
123 * Enabled MEC watchpoint and breakpoint function to mem.c. Performance 
124 may suffer a bit ...
125
126 NOTE: The UARTs are now connected to /dev/ttypc and /dev/ttypd.
127
128 version 1.3 26-07-95
129 --------------------
130
131 * Fixed bug in mulscc instruction (how could that ever have worked?)
132
133 * Fixed bug in UART B (flushed characters on UART A), thanks Paul.
134
135 version 1.2 13-07-95
136 --------------------
137
138 * Fixed bug in interrupt handling (wrong interrupt selected when more that
139 one interrupt pending)
140
141 * Fixed updating of condition codes during logical instructions (carry and
142 overflow were not reset)
143
144 * Fixed bug in WRTBR (tt field was wrongly over-written)
145
146 version 1.1 07-07-95
147 --------------------
148
149 * Fixed several bugs in the interrupt handler and callback routines.
150 (reported by Paul Warren, Alsys)