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