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