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