]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32c/ChangeLog
* configure.ac: Add test for libz and zlib.h.
[thirdparty/binutils-gdb.git] / sim / m32c / ChangeLog
CommitLineData
e7ddc197
DD
12008-06-16 DJ Delorie <dj@redhat.com>
2
3 * m32c.opc (BRK, GDBBRK): Remove debug logic.
4 * main.c (main): Add option to set raw console.
5 * mem.h (m32c_use_raw_console): Declare.
6 * mem.c (m32c_sim_restore_console): Only restore console if it's
7 been previously set.
8 (m32c_use_raw_console): Define.
9 (mem_get_byte): Set raw console if m32c_use_raw_console is set.
10
6efef468
JM
112008-06-06 Vladimir Prus <vladimir@codesourcery.com>
12 Daniel Jacobowitz <dan@codesourcery.com>
13 Joseph Myers <joseph@codesourcery.com>
14
15 * configure: Regenerate.
16
3877a145
DD
172008-06-06 DJ Delorie <dj@redhat.com>
18
19 * Makefile.in: Add Timer A support.
20 * cpu.h (m32c_opcode_pc): New.
21 (in_gdb): New.
22 * gdb-if.c (sim_open): Add Timer A support. Support unbuffered
23 console.
24 * int.c (trigger_interrupt): Manage the U flag properly.
25 (trigger_based_interrupt): Likewise.
26 (trigger_fixed_interrupt): New.
27 (trigger_peripheral_interrupt): New.
28 * int.h (trigger_peripheral_interrupt): New.
29 * m32c.opc: Use m32c_opcode_pc throughout, as needed.
30 (decode_m32c): Detect jump-to-zero with traceback.
31 (BRK): Try to do the right thing, keeping track of whether we're
32 in gdb or not, and if the user has provided a handler or not.
33 (GBRK): Alternate break opcode for gdb, in case the user's app
34 needs to use BRK for itself.
35 (BRK2): Implement.
36 * main.c: Add Timer A support. Support TCP-based console.
37 (setup_tcp_console): New.
38 (main): Add Timer A support. Support TCP-based console.
7cc70e53 39 * mem.h (m32c_sim_restore_console): New.
3877a145
DD
40 * mem.c: Add Timer A support. Support TCP-based console.
41 (mem_ptr): Enhance NULL pointer detection.
42 (stdin_ready): New.
43 (m32c_sim_restore_console): New.
44 (mem_get_byte): Check for console input ready.
45 (update_timer_a): New.
46 * r8c.opc (SSTR): Use r0l, not r0h.
47 (REIT): Fix return frame logic.
48 * reg.c (print_flags): New.
49 (trace_register_changes): Use it.
50 (m32c_dump_all_registers): New.
51 * timer_a.h: New.
52
53 * load.c: Fix indentation.
54 * trace.c: Fix indentation.
55 * trace.h: Fix indentation.
56
f4f21c20
DD
572006-06-26 DJ Delorie <dj@redhat.com>
58
59 * r8c.opc (decode_r8c): Don't bother reading the destination
60 before moving a constant into it. Fix borrow comparison for SUB.
61
e85e3205
RE
622006-06-13 Richard Earnshaw <rearnsha@arm.com>
63
64 * configure: Regenerated.
65
2f0122dc
DJ
662006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
67
68 * configure: Regenerated.
69
20e95c23
DJ
702006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
71
72 * configure: Regenerated.
73
727b6b4b
DD
742006-03-13 DJ Delorie <dj@redhat.com>
75
76 * mem.c (mem_put_byte): Hook simulated UART to stdout.
77 (mem_put_hi): Hook in simulated trace port.
78 (mem_get_byte): Hook in simulated uart control port.
79 * opc2c: Be more picky about matching special comments.
80 * r8c.opc (shift_op): Limit shift counts to -16..16.
81 (BMcnd): Map conditional codes.
82 * reg.c (condition_true): Mask condition code to 4 bits.
83 * syscalls.c: Include local syscall.h.
84 * syscall.h: New, copied from libgloss.
85
d45a4bef
JB
862005-10-06 Jim Blandy <jimb@redhat.com>
87
88 Simulator for Renesas M32C and M16C, by DJ Delorie <dj@redhat.com>,
89 with further work from Jim Blandy <jimb@redhat.com> and
90 Kevin Buettner <kevinb@redhat.com>.
91
92 * ChangeLog: New.
93 * Makefile.in: New.
94 * blinky.S: New.
95 * config.in: New.
96 * configure: New.
97 * configure.in: New.
98 * cpu.h: New.
99 * gdb-if.c: New.
100 * gloss.S: New.
101 * int.c: New.
102 * int.h: New.
103 * load.c: New.
104 * load.h: New.
105 * m32c.opc: New.
106 * main.c: New.
107 * mem.c: New.
108 * mem.h: New.
109 * misc.c: New.
110 * misc.h: New.
111 * opc2c.c: New.
112 * r8c.opc: New.
113 * reg.c: New.
114 * safe-fgets.c: New.
115 * safe-fgets.h: New.
116 * sample.S: New.
117 * sample.ld: New.
118 * sample2.c: New.
119 * srcdest.c: New.
120 * syscalls.c: New.
121 * syscalls.h: New.
122 * trace.c: New.
123 * trace.h: New.
124
125