]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32c/ChangeLog
[PATCH] sim: make sure to include strsignal prototype
[thirdparty/binutils-gdb.git] / sim / m32c / ChangeLog
CommitLineData
2232061b
MF
12012-03-24 Mike Frysinger <vapier@gentoo.org>
2
3 * aclocal.m4, config.in, configure: Regenerate.
4
12c3e59c
JB
52012-01-02 Joel Brobecker <brobecker@adacore.com>
6
7 * blinky.S, gloss.S, sample.S: Reformat copyright header.
8
db2e4d67
MF
92011-12-03 Mike Frysinger <vapier@gentoo.org>
10
11 * aclocal.m4: New file.
12 * configure: Regenerate.
13
9c082ca8
MF
142011-10-17 Mike Frysinger <vapier@gentoo.org>
15
16 * configure.ac: Change include to common/acinclude.m4.
17
6ffe910a
MF
182011-10-17 Mike Frysinger <vapier@gentoo.org>
19
20 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
21 call. Replace common.m4 include with SIM_AC_COMMON.
22 * configure: Regenerate.
23
89ab8a15
MF
242011-07-11 Mike Frysinger <vapier@gentoo.org>
25
26 * configure.ac: Rename from configure.in.
27
31a27ee8
MF
282011-07-11 Mike Frysinger <vapier@gentoo.org>
29
30 * configure.in: Add "dnl" before copyright notice.
31
af9f7da7
MF
322011-04-16 Mike Frysinger <vapier@gentoo.org>
33
34 * gdb-if.c (sim_complete_command): New stub function.
35
dae477fe
AB
362011-01-11 Andrew Burgess <aburgess@broadcom.com>
37
38 * gdb-if.c (sim_store_register): Update return value to
39 match new API.
40
cd006ce4
MM
412010-12-04 Masaki Muranaka <monaka@monami-software.com>
42
43 * Makefile.in: Use CC_FOR_BUILD to build opc2c.
44
363a6e9f
OS
452010-05-26 Ozkan Sezer <sezeroz@gmail.com>
46
47 * main.c (setup_tcp_console): Check error return from socket() call
48 by its equality to -1 not by it being negative.
49
5558e7e6
MF
502010-04-14 Mike Frysinger <vapier@gentoo.org>
51
52 * gdb-if.c (sim_write): Add const to buf arg.
53 * mem.h (mem_put_blk): Add const to bufptr arg.
54 * mem.c (mem_put_blk): Likewise, and add const to cast.
55
2b1a61a6
DD
562010-01-20 DJ Delorie <dj@redhat.com>
57
58 * m32c.opc (MATH_OP): When doing subtraction, also set carry if
59 the result is zero.
60
3725885a
RW
612010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
62
63 * configure: Regenerate.
64
d6416cdc
RW
652009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
66
81ecdfbb
RW
67 * config.in: Regenerate.
68 * configure: Likewise.
69
d6416cdc
RW
70 * configure: Regenerate.
71
340cf1cf
DD
722009-08-14 DJ Delorie <dj@redhat.com>
73
74 * configure.in: Check for sys/select.h, termios.h, sys/socket.h,
75 netinet/in.h, and netinet/tcp.h.
76 * configure: Regenerate.
77 * config.in: Add those headers.
78 * main.c: Check for them.
79 (setup_tcp_console): Disable if no networking.
80 (main): Note missing networking or termios.
81 * mem.c: Check for those headers.
82 (stdin_ready): Disable if no termios.
83 (m32c_sim_restore_console): Disable if no termios.
84 (mem_get_byte): Disable console input if no termios.
85
ed25d732
JS
862009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
87
88 * r8c.opc, m32c.opc: Add parentheses to remove warnings.
89
bec7fb47
DD
902008-10-01 DJ Delorie <dj@redhat.com>
91
92 * int.c (trigger_peripheral_interrupt): Clear interrupt pending
93 bit when peripheral interrupts are serviced.
94
b5bd9624
HPN
952008-07-11 Hans-Peter Nilsson <hp@axis.com>
96
97 * configure: Regenerate to track ../common/common.m4 changes.
98 * config.in: Ditto.
99
e7ddc197
DD
1002008-06-16 DJ Delorie <dj@redhat.com>
101
102 * m32c.opc (BRK, GDBBRK): Remove debug logic.
103 * main.c (main): Add option to set raw console.
104 * mem.h (m32c_use_raw_console): Declare.
105 * mem.c (m32c_sim_restore_console): Only restore console if it's
106 been previously set.
107 (m32c_use_raw_console): Define.
108 (mem_get_byte): Set raw console if m32c_use_raw_console is set.
109
6efef468
JM
1102008-06-06 Vladimir Prus <vladimir@codesourcery.com>
111 Daniel Jacobowitz <dan@codesourcery.com>
112 Joseph Myers <joseph@codesourcery.com>
113
114 * configure: Regenerate.
115
3877a145
DD
1162008-06-06 DJ Delorie <dj@redhat.com>
117
118 * Makefile.in: Add Timer A support.
119 * cpu.h (m32c_opcode_pc): New.
120 (in_gdb): New.
121 * gdb-if.c (sim_open): Add Timer A support. Support unbuffered
122 console.
123 * int.c (trigger_interrupt): Manage the U flag properly.
124 (trigger_based_interrupt): Likewise.
125 (trigger_fixed_interrupt): New.
126 (trigger_peripheral_interrupt): New.
127 * int.h (trigger_peripheral_interrupt): New.
128 * m32c.opc: Use m32c_opcode_pc throughout, as needed.
129 (decode_m32c): Detect jump-to-zero with traceback.
130 (BRK): Try to do the right thing, keeping track of whether we're
131 in gdb or not, and if the user has provided a handler or not.
132 (GBRK): Alternate break opcode for gdb, in case the user's app
133 needs to use BRK for itself.
134 (BRK2): Implement.
135 * main.c: Add Timer A support. Support TCP-based console.
136 (setup_tcp_console): New.
137 (main): Add Timer A support. Support TCP-based console.
7cc70e53 138 * mem.h (m32c_sim_restore_console): New.
3877a145
DD
139 * mem.c: Add Timer A support. Support TCP-based console.
140 (mem_ptr): Enhance NULL pointer detection.
141 (stdin_ready): New.
142 (m32c_sim_restore_console): New.
143 (mem_get_byte): Check for console input ready.
144 (update_timer_a): New.
145 * r8c.opc (SSTR): Use r0l, not r0h.
146 (REIT): Fix return frame logic.
147 * reg.c (print_flags): New.
148 (trace_register_changes): Use it.
149 (m32c_dump_all_registers): New.
150 * timer_a.h: New.
151
152 * load.c: Fix indentation.
153 * trace.c: Fix indentation.
154 * trace.h: Fix indentation.
155
f4f21c20
DD
1562006-06-26 DJ Delorie <dj@redhat.com>
157
158 * r8c.opc (decode_r8c): Don't bother reading the destination
159 before moving a constant into it. Fix borrow comparison for SUB.
160
e85e3205
RE
1612006-06-13 Richard Earnshaw <rearnsha@arm.com>
162
163 * configure: Regenerated.
164
2f0122dc
DJ
1652006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
166
167 * configure: Regenerated.
168
20e95c23
DJ
1692006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
170
171 * configure: Regenerated.
172
727b6b4b
DD
1732006-03-13 DJ Delorie <dj@redhat.com>
174
175 * mem.c (mem_put_byte): Hook simulated UART to stdout.
176 (mem_put_hi): Hook in simulated trace port.
177 (mem_get_byte): Hook in simulated uart control port.
178 * opc2c: Be more picky about matching special comments.
179 * r8c.opc (shift_op): Limit shift counts to -16..16.
180 (BMcnd): Map conditional codes.
181 * reg.c (condition_true): Mask condition code to 4 bits.
182 * syscalls.c: Include local syscall.h.
183 * syscall.h: New, copied from libgloss.
184
d45a4bef
JB
1852005-10-06 Jim Blandy <jimb@redhat.com>
186
187 Simulator for Renesas M32C and M16C, by DJ Delorie <dj@redhat.com>,
188 with further work from Jim Blandy <jimb@redhat.com> and
189 Kevin Buettner <kevinb@redhat.com>.
190
191 * ChangeLog: New.
192 * Makefile.in: New.
193 * blinky.S: New.
194 * config.in: New.
195 * configure: New.
196 * configure.in: New.
197 * cpu.h: New.
198 * gdb-if.c: New.
199 * gloss.S: New.
200 * int.c: New.
201 * int.h: New.
202 * load.c: New.
203 * load.h: New.
204 * m32c.opc: New.
205 * main.c: New.
206 * mem.c: New.
207 * mem.h: New.
208 * misc.c: New.
209 * misc.h: New.
210 * opc2c.c: New.
211 * r8c.opc: New.
212 * reg.c: New.
213 * safe-fgets.c: New.
214 * safe-fgets.h: New.
215 * sample.S: New.
216 * sample.ld: New.
217 * sample2.c: New.
218 * srcdest.c: New.
219 * syscalls.c: New.
220 * syscalls.h: New.
221 * trace.c: New.
222 * trace.h: New.
223
224