Regenerate sim configury.
[deliverable/binutils-gdb.git] / sim / m32c / ChangeLog
1 2014-08-15 Roland McGrath <mcgrathr@google.com>
2
3 * configure: Regenerate.
4 * config.in: Regenerate.
5
6 2014-03-10 Mike Frysinger <vapier@gentoo.org>
7
8 * gdb-if.c (sim_do_command): Add const to cmd. Move args
9 to top and add const. Call strdup on cmd and free at end.
10
11 2014-03-05 Mike Frysinger <vapier@gentoo.org>
12
13 * gdb-if.c (sim_load): Add const to prog.
14
15 2013-09-23 Alan Modra <amodra@gmail.com>
16
17 * configure: Regenerate.
18
19 2013-06-03 Mike Frysinger <vapier@gentoo.org>
20
21 * aclocal.m4, configure: Regenerate.
22
23 2012-06-15 Joel Brobecker <brobecker@adacore.com>
24
25 * config.in, configure: Regenerate.
26
27 2012-05-24 Pedro Alves <palves@redhat.com>
28
29 PR gdb/7205
30
31 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
32
33 2012-05-18 Nick Clifton <nickc@redhat.com>
34
35 PR 14072
36 * gdb-if.c: Include config.h before system header files.
37 * load.c: Likewise.
38 * syscalls.c: Likewise.
39 * trace.c: Likewise.
40
41 2012-03-24 Mike Frysinger <vapier@gentoo.org>
42
43 * aclocal.m4, config.in, configure: Regenerate.
44
45 2012-01-02 Joel Brobecker <brobecker@adacore.com>
46
47 * blinky.S, gloss.S, sample.S: Reformat copyright header.
48
49 2011-12-03 Mike Frysinger <vapier@gentoo.org>
50
51 * aclocal.m4: New file.
52 * configure: Regenerate.
53
54 2011-10-17 Mike Frysinger <vapier@gentoo.org>
55
56 * configure.ac: Change include to common/acinclude.m4.
57
58 2011-10-17 Mike Frysinger <vapier@gentoo.org>
59
60 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
61 call. Replace common.m4 include with SIM_AC_COMMON.
62 * configure: Regenerate.
63
64 2011-07-11 Mike Frysinger <vapier@gentoo.org>
65
66 * configure.ac: Rename from configure.in.
67
68 2011-07-11 Mike Frysinger <vapier@gentoo.org>
69
70 * configure.in: Add "dnl" before copyright notice.
71
72 2011-04-16 Mike Frysinger <vapier@gentoo.org>
73
74 * gdb-if.c (sim_complete_command): New stub function.
75
76 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
77
78 * gdb-if.c (sim_store_register): Update return value to
79 match new API.
80
81 2010-12-04 Masaki Muranaka <monaka@monami-software.com>
82
83 * Makefile.in: Use CC_FOR_BUILD to build opc2c.
84
85 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
86
87 * main.c (setup_tcp_console): Check error return from socket() call
88 by its equality to -1 not by it being negative.
89
90 2010-04-14 Mike Frysinger <vapier@gentoo.org>
91
92 * gdb-if.c (sim_write): Add const to buf arg.
93 * mem.h (mem_put_blk): Add const to bufptr arg.
94 * mem.c (mem_put_blk): Likewise, and add const to cast.
95
96 2010-01-20 DJ Delorie <dj@redhat.com>
97
98 * m32c.opc (MATH_OP): When doing subtraction, also set carry if
99 the result is zero.
100
101 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
102
103 * configure: Regenerate.
104
105 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
106
107 * config.in: Regenerate.
108 * configure: Likewise.
109
110 * configure: Regenerate.
111
112 2009-08-14 DJ Delorie <dj@redhat.com>
113
114 * configure.in: Check for sys/select.h, termios.h, sys/socket.h,
115 netinet/in.h, and netinet/tcp.h.
116 * configure: Regenerate.
117 * config.in: Add those headers.
118 * main.c: Check for them.
119 (setup_tcp_console): Disable if no networking.
120 (main): Note missing networking or termios.
121 * mem.c: Check for those headers.
122 (stdin_ready): Disable if no termios.
123 (m32c_sim_restore_console): Disable if no termios.
124 (mem_get_byte): Disable console input if no termios.
125
126 2009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
127
128 * r8c.opc, m32c.opc: Add parentheses to remove warnings.
129
130 2008-10-01 DJ Delorie <dj@redhat.com>
131
132 * int.c (trigger_peripheral_interrupt): Clear interrupt pending
133 bit when peripheral interrupts are serviced.
134
135 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
136
137 * configure: Regenerate to track ../common/common.m4 changes.
138 * config.in: Ditto.
139
140 2008-06-16 DJ Delorie <dj@redhat.com>
141
142 * m32c.opc (BRK, GDBBRK): Remove debug logic.
143 * main.c (main): Add option to set raw console.
144 * mem.h (m32c_use_raw_console): Declare.
145 * mem.c (m32c_sim_restore_console): Only restore console if it's
146 been previously set.
147 (m32c_use_raw_console): Define.
148 (mem_get_byte): Set raw console if m32c_use_raw_console is set.
149
150 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
151 Daniel Jacobowitz <dan@codesourcery.com>
152 Joseph Myers <joseph@codesourcery.com>
153
154 * configure: Regenerate.
155
156 2008-06-06 DJ Delorie <dj@redhat.com>
157
158 * Makefile.in: Add Timer A support.
159 * cpu.h (m32c_opcode_pc): New.
160 (in_gdb): New.
161 * gdb-if.c (sim_open): Add Timer A support. Support unbuffered
162 console.
163 * int.c (trigger_interrupt): Manage the U flag properly.
164 (trigger_based_interrupt): Likewise.
165 (trigger_fixed_interrupt): New.
166 (trigger_peripheral_interrupt): New.
167 * int.h (trigger_peripheral_interrupt): New.
168 * m32c.opc: Use m32c_opcode_pc throughout, as needed.
169 (decode_m32c): Detect jump-to-zero with traceback.
170 (BRK): Try to do the right thing, keeping track of whether we're
171 in gdb or not, and if the user has provided a handler or not.
172 (GBRK): Alternate break opcode for gdb, in case the user's app
173 needs to use BRK for itself.
174 (BRK2): Implement.
175 * main.c: Add Timer A support. Support TCP-based console.
176 (setup_tcp_console): New.
177 (main): Add Timer A support. Support TCP-based console.
178 * mem.h (m32c_sim_restore_console): New.
179 * mem.c: Add Timer A support. Support TCP-based console.
180 (mem_ptr): Enhance NULL pointer detection.
181 (stdin_ready): New.
182 (m32c_sim_restore_console): New.
183 (mem_get_byte): Check for console input ready.
184 (update_timer_a): New.
185 * r8c.opc (SSTR): Use r0l, not r0h.
186 (REIT): Fix return frame logic.
187 * reg.c (print_flags): New.
188 (trace_register_changes): Use it.
189 (m32c_dump_all_registers): New.
190 * timer_a.h: New.
191
192 * load.c: Fix indentation.
193 * trace.c: Fix indentation.
194 * trace.h: Fix indentation.
195
196 2006-06-26 DJ Delorie <dj@redhat.com>
197
198 * r8c.opc (decode_r8c): Don't bother reading the destination
199 before moving a constant into it. Fix borrow comparison for SUB.
200
201 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
202
203 * configure: Regenerated.
204
205 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
206
207 * configure: Regenerated.
208
209 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
210
211 * configure: Regenerated.
212
213 2006-03-13 DJ Delorie <dj@redhat.com>
214
215 * mem.c (mem_put_byte): Hook simulated UART to stdout.
216 (mem_put_hi): Hook in simulated trace port.
217 (mem_get_byte): Hook in simulated uart control port.
218 * opc2c: Be more picky about matching special comments.
219 * r8c.opc (shift_op): Limit shift counts to -16..16.
220 (BMcnd): Map conditional codes.
221 * reg.c (condition_true): Mask condition code to 4 bits.
222 * syscalls.c: Include local syscall.h.
223 * syscall.h: New, copied from libgloss.
224
225 2005-10-06 Jim Blandy <jimb@redhat.com>
226
227 Simulator for Renesas M32C and M16C, by DJ Delorie <dj@redhat.com>,
228 with further work from Jim Blandy <jimb@redhat.com> and
229 Kevin Buettner <kevinb@redhat.com>.
230
231 * ChangeLog: New.
232 * Makefile.in: New.
233 * blinky.S: New.
234 * config.in: New.
235 * configure: New.
236 * configure.in: New.
237 * cpu.h: New.
238 * gdb-if.c: New.
239 * gloss.S: New.
240 * int.c: New.
241 * int.h: New.
242 * load.c: New.
243 * load.h: New.
244 * m32c.opc: New.
245 * main.c: New.
246 * mem.c: New.
247 * mem.h: New.
248 * misc.c: New.
249 * misc.h: New.
250 * opc2c.c: New.
251 * r8c.opc: New.
252 * reg.c: New.
253 * safe-fgets.c: New.
254 * safe-fgets.h: New.
255 * sample.S: New.
256 * sample.ld: New.
257 * sample2.c: New.
258 * srcdest.c: New.
259 * syscalls.c: New.
260 * syscalls.h: New.
261 * trace.c: New.
262 * trace.h: New.
263
264
This page took 0.034482 seconds and 5 git commands to generate.