]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32c/ChangeLog
Fix --diable-shared --enable-plugins build breakage
[thirdparty/binutils-gdb.git] / sim / m32c / ChangeLog
CommitLineData
2974be62
AM
12014-08-19 Alan Modra <amodra@gmail.com>
2
3 * configure: Regenerate.
4
faa743bb
RM
52014-08-15 Roland McGrath <mcgrathr@google.com>
6
7 * configure: Regenerate.
8 * config.in: Regenerate.
9
60d847df
MF
102014-03-10 Mike Frysinger <vapier@gentoo.org>
11
12 * gdb-if.c (sim_do_command): Add const to cmd. Move args
13 to top and add const. Call strdup on cmd and free at end.
14
b2b255bd
MF
152014-03-05 Mike Frysinger <vapier@gentoo.org>
16
17 * gdb-if.c (sim_load): Add const to prog.
18
bf3d9781
AM
192013-09-23 Alan Modra <amodra@gmail.com>
20
21 * configure: Regenerate.
22
31e6ad7d
MF
232013-06-03 Mike Frysinger <vapier@gentoo.org>
24
25 * aclocal.m4, configure: Regenerate.
26
5f3ef9d0
JB
272012-06-15 Joel Brobecker <brobecker@adacore.com>
28
29 * config.in, configure: Regenerate.
30
a493e3e2
PA
312012-05-24 Pedro Alves <palves@redhat.com>
32
33 PR gdb/7205
34
35 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
36
a6ff997c
NC
372012-05-18 Nick Clifton <nickc@redhat.com>
38
39 PR 14072
40 * gdb-if.c: Include config.h before system header files.
41 * load.c: Likewise.
42 * syscalls.c: Likewise.
43 * trace.c: Likewise.
44
2232061b
MF
452012-03-24 Mike Frysinger <vapier@gentoo.org>
46
47 * aclocal.m4, config.in, configure: Regenerate.
48
12c3e59c
JB
492012-01-02 Joel Brobecker <brobecker@adacore.com>
50
51 * blinky.S, gloss.S, sample.S: Reformat copyright header.
52
db2e4d67
MF
532011-12-03 Mike Frysinger <vapier@gentoo.org>
54
55 * aclocal.m4: New file.
56 * configure: Regenerate.
57
9c082ca8
MF
582011-10-17 Mike Frysinger <vapier@gentoo.org>
59
60 * configure.ac: Change include to common/acinclude.m4.
61
6ffe910a
MF
622011-10-17 Mike Frysinger <vapier@gentoo.org>
63
64 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
65 call. Replace common.m4 include with SIM_AC_COMMON.
66 * configure: Regenerate.
67
89ab8a15
MF
682011-07-11 Mike Frysinger <vapier@gentoo.org>
69
70 * configure.ac: Rename from configure.in.
71
31a27ee8
MF
722011-07-11 Mike Frysinger <vapier@gentoo.org>
73
74 * configure.in: Add "dnl" before copyright notice.
75
af9f7da7
MF
762011-04-16 Mike Frysinger <vapier@gentoo.org>
77
78 * gdb-if.c (sim_complete_command): New stub function.
79
dae477fe
AB
802011-01-11 Andrew Burgess <aburgess@broadcom.com>
81
82 * gdb-if.c (sim_store_register): Update return value to
83 match new API.
84
cd006ce4
MM
852010-12-04 Masaki Muranaka <monaka@monami-software.com>
86
87 * Makefile.in: Use CC_FOR_BUILD to build opc2c.
88
363a6e9f
OS
892010-05-26 Ozkan Sezer <sezeroz@gmail.com>
90
91 * main.c (setup_tcp_console): Check error return from socket() call
92 by its equality to -1 not by it being negative.
93
5558e7e6
MF
942010-04-14 Mike Frysinger <vapier@gentoo.org>
95
96 * gdb-if.c (sim_write): Add const to buf arg.
97 * mem.h (mem_put_blk): Add const to bufptr arg.
98 * mem.c (mem_put_blk): Likewise, and add const to cast.
99
2b1a61a6
DD
1002010-01-20 DJ Delorie <dj@redhat.com>
101
102 * m32c.opc (MATH_OP): When doing subtraction, also set carry if
103 the result is zero.
104
3725885a
RW
1052010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
106
107 * configure: Regenerate.
108
d6416cdc
RW
1092009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
110
81ecdfbb
RW
111 * config.in: Regenerate.
112 * configure: Likewise.
113
d6416cdc
RW
114 * configure: Regenerate.
115
340cf1cf
DD
1162009-08-14 DJ Delorie <dj@redhat.com>
117
118 * configure.in: Check for sys/select.h, termios.h, sys/socket.h,
119 netinet/in.h, and netinet/tcp.h.
120 * configure: Regenerate.
121 * config.in: Add those headers.
122 * main.c: Check for them.
123 (setup_tcp_console): Disable if no networking.
124 (main): Note missing networking or termios.
125 * mem.c: Check for those headers.
126 (stdin_ready): Disable if no termios.
127 (m32c_sim_restore_console): Disable if no termios.
128 (mem_get_byte): Disable console input if no termios.
129
ed25d732
JS
1302009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
131
132 * r8c.opc, m32c.opc: Add parentheses to remove warnings.
133
bec7fb47
DD
1342008-10-01 DJ Delorie <dj@redhat.com>
135
136 * int.c (trigger_peripheral_interrupt): Clear interrupt pending
137 bit when peripheral interrupts are serviced.
138
b5bd9624
HPN
1392008-07-11 Hans-Peter Nilsson <hp@axis.com>
140
141 * configure: Regenerate to track ../common/common.m4 changes.
142 * config.in: Ditto.
143
e7ddc197
DD
1442008-06-16 DJ Delorie <dj@redhat.com>
145
146 * m32c.opc (BRK, GDBBRK): Remove debug logic.
147 * main.c (main): Add option to set raw console.
148 * mem.h (m32c_use_raw_console): Declare.
149 * mem.c (m32c_sim_restore_console): Only restore console if it's
150 been previously set.
151 (m32c_use_raw_console): Define.
152 (mem_get_byte): Set raw console if m32c_use_raw_console is set.
153
6efef468
JM
1542008-06-06 Vladimir Prus <vladimir@codesourcery.com>
155 Daniel Jacobowitz <dan@codesourcery.com>
156 Joseph Myers <joseph@codesourcery.com>
157
158 * configure: Regenerate.
159
3877a145
DD
1602008-06-06 DJ Delorie <dj@redhat.com>
161
162 * Makefile.in: Add Timer A support.
163 * cpu.h (m32c_opcode_pc): New.
164 (in_gdb): New.
165 * gdb-if.c (sim_open): Add Timer A support. Support unbuffered
166 console.
167 * int.c (trigger_interrupt): Manage the U flag properly.
168 (trigger_based_interrupt): Likewise.
169 (trigger_fixed_interrupt): New.
170 (trigger_peripheral_interrupt): New.
171 * int.h (trigger_peripheral_interrupt): New.
172 * m32c.opc: Use m32c_opcode_pc throughout, as needed.
173 (decode_m32c): Detect jump-to-zero with traceback.
174 (BRK): Try to do the right thing, keeping track of whether we're
175 in gdb or not, and if the user has provided a handler or not.
176 (GBRK): Alternate break opcode for gdb, in case the user's app
177 needs to use BRK for itself.
178 (BRK2): Implement.
179 * main.c: Add Timer A support. Support TCP-based console.
180 (setup_tcp_console): New.
181 (main): Add Timer A support. Support TCP-based console.
7cc70e53 182 * mem.h (m32c_sim_restore_console): New.
3877a145
DD
183 * mem.c: Add Timer A support. Support TCP-based console.
184 (mem_ptr): Enhance NULL pointer detection.
185 (stdin_ready): New.
186 (m32c_sim_restore_console): New.
187 (mem_get_byte): Check for console input ready.
188 (update_timer_a): New.
189 * r8c.opc (SSTR): Use r0l, not r0h.
190 (REIT): Fix return frame logic.
191 * reg.c (print_flags): New.
192 (trace_register_changes): Use it.
193 (m32c_dump_all_registers): New.
194 * timer_a.h: New.
195
196 * load.c: Fix indentation.
197 * trace.c: Fix indentation.
198 * trace.h: Fix indentation.
199
f4f21c20
DD
2002006-06-26 DJ Delorie <dj@redhat.com>
201
202 * r8c.opc (decode_r8c): Don't bother reading the destination
203 before moving a constant into it. Fix borrow comparison for SUB.
204
e85e3205
RE
2052006-06-13 Richard Earnshaw <rearnsha@arm.com>
206
207 * configure: Regenerated.
208
2f0122dc
DJ
2092006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
210
211 * configure: Regenerated.
212
20e95c23
DJ
2132006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
214
215 * configure: Regenerated.
216
727b6b4b
DD
2172006-03-13 DJ Delorie <dj@redhat.com>
218
219 * mem.c (mem_put_byte): Hook simulated UART to stdout.
220 (mem_put_hi): Hook in simulated trace port.
221 (mem_get_byte): Hook in simulated uart control port.
222 * opc2c: Be more picky about matching special comments.
223 * r8c.opc (shift_op): Limit shift counts to -16..16.
224 (BMcnd): Map conditional codes.
225 * reg.c (condition_true): Mask condition code to 4 bits.
226 * syscalls.c: Include local syscall.h.
227 * syscall.h: New, copied from libgloss.
228
d45a4bef
JB
2292005-10-06 Jim Blandy <jimb@redhat.com>
230
231 Simulator for Renesas M32C and M16C, by DJ Delorie <dj@redhat.com>,
232 with further work from Jim Blandy <jimb@redhat.com> and
233 Kevin Buettner <kevinb@redhat.com>.
234
235 * ChangeLog: New.
236 * Makefile.in: New.
237 * blinky.S: New.
238 * config.in: New.
239 * configure: New.
240 * configure.in: New.
241 * cpu.h: New.
242 * gdb-if.c: New.
243 * gloss.S: New.
244 * int.c: New.
245 * int.h: New.
246 * load.c: New.
247 * load.h: New.
248 * m32c.opc: New.
249 * main.c: New.
250 * mem.c: New.
251 * mem.h: New.
252 * misc.c: New.
253 * misc.h: New.
254 * opc2c.c: New.
255 * r8c.opc: New.
256 * reg.c: New.
257 * safe-fgets.c: New.
258 * safe-fgets.h: New.
259 * sample.S: New.
260 * sample.ld: New.
261 * sample2.c: New.
262 * srcdest.c: New.
263 * syscalls.c: New.
264 * syscalls.h: New.
265 * trace.c: New.
266 * trace.h: New.
267
268