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