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