]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32c/ChangeLog
sim: add sim_complete_command stubs for non-common-using ports
[thirdparty/binutils-gdb.git] / sim / m32c / ChangeLog
CommitLineData
af9f7da7
MF
12011-04-16 Mike Frysinger <vapier@gentoo.org>
2
3 * gdb-if.c (sim_complete_command): New stub function.
4
dae477fe
AB
52011-01-11 Andrew Burgess <aburgess@broadcom.com>
6
7 * gdb-if.c (sim_store_register): Update return value to
8 match new API.
9
cd006ce4
MM
102010-12-04 Masaki Muranaka <monaka@monami-software.com>
11
12 * Makefile.in: Use CC_FOR_BUILD to build opc2c.
13
363a6e9f
OS
142010-05-26 Ozkan Sezer <sezeroz@gmail.com>
15
16 * main.c (setup_tcp_console): Check error return from socket() call
17 by its equality to -1 not by it being negative.
18
5558e7e6
MF
192010-04-14 Mike Frysinger <vapier@gentoo.org>
20
21 * gdb-if.c (sim_write): Add const to buf arg.
22 * mem.h (mem_put_blk): Add const to bufptr arg.
23 * mem.c (mem_put_blk): Likewise, and add const to cast.
24
2b1a61a6
DD
252010-01-20 DJ Delorie <dj@redhat.com>
26
27 * m32c.opc (MATH_OP): When doing subtraction, also set carry if
28 the result is zero.
29
3725885a
RW
302010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
31
32 * configure: Regenerate.
33
d6416cdc
RW
342009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
35
81ecdfbb
RW
36 * config.in: Regenerate.
37 * configure: Likewise.
38
d6416cdc
RW
39 * configure: Regenerate.
40
340cf1cf
DD
412009-08-14 DJ Delorie <dj@redhat.com>
42
43 * configure.in: Check for sys/select.h, termios.h, sys/socket.h,
44 netinet/in.h, and netinet/tcp.h.
45 * configure: Regenerate.
46 * config.in: Add those headers.
47 * main.c: Check for them.
48 (setup_tcp_console): Disable if no networking.
49 (main): Note missing networking or termios.
50 * mem.c: Check for those headers.
51 (stdin_ready): Disable if no termios.
52 (m32c_sim_restore_console): Disable if no termios.
53 (mem_get_byte): Disable console input if no termios.
54
ed25d732
JS
552009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
56
57 * r8c.opc, m32c.opc: Add parentheses to remove warnings.
58
bec7fb47
DD
592008-10-01 DJ Delorie <dj@redhat.com>
60
61 * int.c (trigger_peripheral_interrupt): Clear interrupt pending
62 bit when peripheral interrupts are serviced.
63
b5bd9624
HPN
642008-07-11 Hans-Peter Nilsson <hp@axis.com>
65
66 * configure: Regenerate to track ../common/common.m4 changes.
67 * config.in: Ditto.
68
e7ddc197
DD
692008-06-16 DJ Delorie <dj@redhat.com>
70
71 * m32c.opc (BRK, GDBBRK): Remove debug logic.
72 * main.c (main): Add option to set raw console.
73 * mem.h (m32c_use_raw_console): Declare.
74 * mem.c (m32c_sim_restore_console): Only restore console if it's
75 been previously set.
76 (m32c_use_raw_console): Define.
77 (mem_get_byte): Set raw console if m32c_use_raw_console is set.
78
6efef468
JM
792008-06-06 Vladimir Prus <vladimir@codesourcery.com>
80 Daniel Jacobowitz <dan@codesourcery.com>
81 Joseph Myers <joseph@codesourcery.com>
82
83 * configure: Regenerate.
84
3877a145
DD
852008-06-06 DJ Delorie <dj@redhat.com>
86
87 * Makefile.in: Add Timer A support.
88 * cpu.h (m32c_opcode_pc): New.
89 (in_gdb): New.
90 * gdb-if.c (sim_open): Add Timer A support. Support unbuffered
91 console.
92 * int.c (trigger_interrupt): Manage the U flag properly.
93 (trigger_based_interrupt): Likewise.
94 (trigger_fixed_interrupt): New.
95 (trigger_peripheral_interrupt): New.
96 * int.h (trigger_peripheral_interrupt): New.
97 * m32c.opc: Use m32c_opcode_pc throughout, as needed.
98 (decode_m32c): Detect jump-to-zero with traceback.
99 (BRK): Try to do the right thing, keeping track of whether we're
100 in gdb or not, and if the user has provided a handler or not.
101 (GBRK): Alternate break opcode for gdb, in case the user's app
102 needs to use BRK for itself.
103 (BRK2): Implement.
104 * main.c: Add Timer A support. Support TCP-based console.
105 (setup_tcp_console): New.
106 (main): Add Timer A support. Support TCP-based console.
7cc70e53 107 * mem.h (m32c_sim_restore_console): New.
3877a145
DD
108 * mem.c: Add Timer A support. Support TCP-based console.
109 (mem_ptr): Enhance NULL pointer detection.
110 (stdin_ready): New.
111 (m32c_sim_restore_console): New.
112 (mem_get_byte): Check for console input ready.
113 (update_timer_a): New.
114 * r8c.opc (SSTR): Use r0l, not r0h.
115 (REIT): Fix return frame logic.
116 * reg.c (print_flags): New.
117 (trace_register_changes): Use it.
118 (m32c_dump_all_registers): New.
119 * timer_a.h: New.
120
121 * load.c: Fix indentation.
122 * trace.c: Fix indentation.
123 * trace.h: Fix indentation.
124
f4f21c20
DD
1252006-06-26 DJ Delorie <dj@redhat.com>
126
127 * r8c.opc (decode_r8c): Don't bother reading the destination
128 before moving a constant into it. Fix borrow comparison for SUB.
129
e85e3205
RE
1302006-06-13 Richard Earnshaw <rearnsha@arm.com>
131
132 * configure: Regenerated.
133
2f0122dc
DJ
1342006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
135
136 * configure: Regenerated.
137
20e95c23
DJ
1382006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
139
140 * configure: Regenerated.
141
727b6b4b
DD
1422006-03-13 DJ Delorie <dj@redhat.com>
143
144 * mem.c (mem_put_byte): Hook simulated UART to stdout.
145 (mem_put_hi): Hook in simulated trace port.
146 (mem_get_byte): Hook in simulated uart control port.
147 * opc2c: Be more picky about matching special comments.
148 * r8c.opc (shift_op): Limit shift counts to -16..16.
149 (BMcnd): Map conditional codes.
150 * reg.c (condition_true): Mask condition code to 4 bits.
151 * syscalls.c: Include local syscall.h.
152 * syscall.h: New, copied from libgloss.
153
d45a4bef
JB
1542005-10-06 Jim Blandy <jimb@redhat.com>
155
156 Simulator for Renesas M32C and M16C, by DJ Delorie <dj@redhat.com>,
157 with further work from Jim Blandy <jimb@redhat.com> and
158 Kevin Buettner <kevinb@redhat.com>.
159
160 * ChangeLog: New.
161 * Makefile.in: New.
162 * blinky.S: New.
163 * config.in: New.
164 * configure: New.
165 * configure.in: New.
166 * cpu.h: New.
167 * gdb-if.c: New.
168 * gloss.S: New.
169 * int.c: New.
170 * int.h: New.
171 * load.c: New.
172 * load.h: New.
173 * m32c.opc: New.
174 * main.c: New.
175 * mem.c: New.
176 * mem.h: New.
177 * misc.c: New.
178 * misc.h: New.
179 * opc2c.c: New.
180 * r8c.opc: New.
181 * reg.c: New.
182 * safe-fgets.c: New.
183 * safe-fgets.h: New.
184 * sample.S: New.
185 * sample.ld: New.
186 * sample2.c: New.
187 * srcdest.c: New.
188 * syscalls.c: New.
189 * syscalls.h: New.
190 * trace.c: New.
191 * trace.h: New.
192
193