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