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