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