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