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