]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/m32c/ChangeLog
9259ad76f594e51ba91316fc389d9950cc22aad9
[thirdparty/binutils-gdb.git] / sim / m32c / ChangeLog
1 2014-08-19 Alan Modra <amodra@gmail.com>
2
3 * configure: Regenerate.
4
5 2014-08-15 Roland McGrath <mcgrathr@google.com>
6
7 * configure: Regenerate.
8 * config.in: Regenerate.
9
10 2014-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
15 2014-03-05 Mike Frysinger <vapier@gentoo.org>
16
17 * gdb-if.c (sim_load): Add const to prog.
18
19 2013-09-23 Alan Modra <amodra@gmail.com>
20
21 * configure: Regenerate.
22
23 2013-06-03 Mike Frysinger <vapier@gentoo.org>
24
25 * aclocal.m4, configure: Regenerate.
26
27 2012-06-15 Joel Brobecker <brobecker@adacore.com>
28
29 * config.in, configure: Regenerate.
30
31 2012-05-24 Pedro Alves <palves@redhat.com>
32
33 PR gdb/7205
34
35 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
36
37 2012-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
45 2012-03-24 Mike Frysinger <vapier@gentoo.org>
46
47 * aclocal.m4, config.in, configure: Regenerate.
48
49 2012-01-02 Joel Brobecker <brobecker@adacore.com>
50
51 * blinky.S, gloss.S, sample.S: Reformat copyright header.
52
53 2011-12-03 Mike Frysinger <vapier@gentoo.org>
54
55 * aclocal.m4: New file.
56 * configure: Regenerate.
57
58 2011-10-17 Mike Frysinger <vapier@gentoo.org>
59
60 * configure.ac: Change include to common/acinclude.m4.
61
62 2011-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
68 2011-07-11 Mike Frysinger <vapier@gentoo.org>
69
70 * configure.ac: Rename from configure.in.
71
72 2011-07-11 Mike Frysinger <vapier@gentoo.org>
73
74 * configure.in: Add "dnl" before copyright notice.
75
76 2011-04-16 Mike Frysinger <vapier@gentoo.org>
77
78 * gdb-if.c (sim_complete_command): New stub function.
79
80 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
81
82 * gdb-if.c (sim_store_register): Update return value to
83 match new API.
84
85 2010-12-04 Masaki Muranaka <monaka@monami-software.com>
86
87 * Makefile.in: Use CC_FOR_BUILD to build opc2c.
88
89 2010-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
94 2010-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
100 2010-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
105 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
106
107 * configure: Regenerate.
108
109 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
110
111 * config.in: Regenerate.
112 * configure: Likewise.
113
114 * configure: Regenerate.
115
116 2009-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
130 2009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
131
132 * r8c.opc, m32c.opc: Add parentheses to remove warnings.
133
134 2008-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
139 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
140
141 * configure: Regenerate to track ../common/common.m4 changes.
142 * config.in: Ditto.
143
144 2008-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
154 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
155 Daniel Jacobowitz <dan@codesourcery.com>
156 Joseph Myers <joseph@codesourcery.com>
157
158 * configure: Regenerate.
159
160 2008-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.
182 * mem.h (m32c_sim_restore_console): New.
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
200 2006-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
205 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
206
207 * configure: Regenerated.
208
209 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
210
211 * configure: Regenerated.
212
213 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
214
215 * configure: Regenerated.
216
217 2006-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
229 2005-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