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