]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32c/ChangeLog
Minor fixes in sim, gold, gdb for Autoconf 2.64, Automake 1.11.
[thirdparty/binutils-gdb.git] / sim / m32c / ChangeLog
CommitLineData
d6416cdc
RW
12009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 * configure: Regenerate.
4
340cf1cf
DD
52009-08-14 DJ Delorie <dj@redhat.com>
6
7 * configure.in: Check for sys/select.h, termios.h, sys/socket.h,
8 netinet/in.h, and netinet/tcp.h.
9 * configure: Regenerate.
10 * config.in: Add those headers.
11 * main.c: Check for them.
12 (setup_tcp_console): Disable if no networking.
13 (main): Note missing networking or termios.
14 * mem.c: Check for those headers.
15 (stdin_ready): Disable if no termios.
16 (m32c_sim_restore_console): Disable if no termios.
17 (mem_get_byte): Disable console input if no termios.
18
ed25d732
JS
192009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
20
21 * r8c.opc, m32c.opc: Add parentheses to remove warnings.
22
bec7fb47
DD
232008-10-01 DJ Delorie <dj@redhat.com>
24
25 * int.c (trigger_peripheral_interrupt): Clear interrupt pending
26 bit when peripheral interrupts are serviced.
27
b5bd9624
HPN
282008-07-11 Hans-Peter Nilsson <hp@axis.com>
29
30 * configure: Regenerate to track ../common/common.m4 changes.
31 * config.in: Ditto.
32
e7ddc197
DD
332008-06-16 DJ Delorie <dj@redhat.com>
34
35 * m32c.opc (BRK, GDBBRK): Remove debug logic.
36 * main.c (main): Add option to set raw console.
37 * mem.h (m32c_use_raw_console): Declare.
38 * mem.c (m32c_sim_restore_console): Only restore console if it's
39 been previously set.
40 (m32c_use_raw_console): Define.
41 (mem_get_byte): Set raw console if m32c_use_raw_console is set.
42
6efef468
JM
432008-06-06 Vladimir Prus <vladimir@codesourcery.com>
44 Daniel Jacobowitz <dan@codesourcery.com>
45 Joseph Myers <joseph@codesourcery.com>
46
47 * configure: Regenerate.
48
3877a145
DD
492008-06-06 DJ Delorie <dj@redhat.com>
50
51 * Makefile.in: Add Timer A support.
52 * cpu.h (m32c_opcode_pc): New.
53 (in_gdb): New.
54 * gdb-if.c (sim_open): Add Timer A support. Support unbuffered
55 console.
56 * int.c (trigger_interrupt): Manage the U flag properly.
57 (trigger_based_interrupt): Likewise.
58 (trigger_fixed_interrupt): New.
59 (trigger_peripheral_interrupt): New.
60 * int.h (trigger_peripheral_interrupt): New.
61 * m32c.opc: Use m32c_opcode_pc throughout, as needed.
62 (decode_m32c): Detect jump-to-zero with traceback.
63 (BRK): Try to do the right thing, keeping track of whether we're
64 in gdb or not, and if the user has provided a handler or not.
65 (GBRK): Alternate break opcode for gdb, in case the user's app
66 needs to use BRK for itself.
67 (BRK2): Implement.
68 * main.c: Add Timer A support. Support TCP-based console.
69 (setup_tcp_console): New.
70 (main): Add Timer A support. Support TCP-based console.
7cc70e53 71 * mem.h (m32c_sim_restore_console): New.
3877a145
DD
72 * mem.c: Add Timer A support. Support TCP-based console.
73 (mem_ptr): Enhance NULL pointer detection.
74 (stdin_ready): New.
75 (m32c_sim_restore_console): New.
76 (mem_get_byte): Check for console input ready.
77 (update_timer_a): New.
78 * r8c.opc (SSTR): Use r0l, not r0h.
79 (REIT): Fix return frame logic.
80 * reg.c (print_flags): New.
81 (trace_register_changes): Use it.
82 (m32c_dump_all_registers): New.
83 * timer_a.h: New.
84
85 * load.c: Fix indentation.
86 * trace.c: Fix indentation.
87 * trace.h: Fix indentation.
88
f4f21c20
DD
892006-06-26 DJ Delorie <dj@redhat.com>
90
91 * r8c.opc (decode_r8c): Don't bother reading the destination
92 before moving a constant into it. Fix borrow comparison for SUB.
93
e85e3205
RE
942006-06-13 Richard Earnshaw <rearnsha@arm.com>
95
96 * configure: Regenerated.
97
2f0122dc
DJ
982006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
99
100 * configure: Regenerated.
101
20e95c23
DJ
1022006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
103
104 * configure: Regenerated.
105
727b6b4b
DD
1062006-03-13 DJ Delorie <dj@redhat.com>
107
108 * mem.c (mem_put_byte): Hook simulated UART to stdout.
109 (mem_put_hi): Hook in simulated trace port.
110 (mem_get_byte): Hook in simulated uart control port.
111 * opc2c: Be more picky about matching special comments.
112 * r8c.opc (shift_op): Limit shift counts to -16..16.
113 (BMcnd): Map conditional codes.
114 * reg.c (condition_true): Mask condition code to 4 bits.
115 * syscalls.c: Include local syscall.h.
116 * syscall.h: New, copied from libgloss.
117
d45a4bef
JB
1182005-10-06 Jim Blandy <jimb@redhat.com>
119
120 Simulator for Renesas M32C and M16C, by DJ Delorie <dj@redhat.com>,
121 with further work from Jim Blandy <jimb@redhat.com> and
122 Kevin Buettner <kevinb@redhat.com>.
123
124 * ChangeLog: New.
125 * Makefile.in: New.
126 * blinky.S: New.
127 * config.in: New.
128 * configure: New.
129 * configure.in: New.
130 * cpu.h: New.
131 * gdb-if.c: New.
132 * gloss.S: New.
133 * int.c: New.
134 * int.h: New.
135 * load.c: New.
136 * load.h: New.
137 * m32c.opc: New.
138 * main.c: New.
139 * mem.c: New.
140 * mem.h: New.
141 * misc.c: New.
142 * misc.h: New.
143 * opc2c.c: New.
144 * r8c.opc: New.
145 * reg.c: New.
146 * safe-fgets.c: New.
147 * safe-fgets.h: New.
148 * sample.S: New.
149 * sample.ld: New.
150 * sample2.c: New.
151 * srcdest.c: New.
152 * syscalls.c: New.
153 * syscalls.h: New.
154 * trace.c: New.
155 * trace.h: New.
156
157