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