*** empty log message ***
[external/binutils.git] / sim / m32c / ChangeLog
1 2006-03-13  DJ Delorie  <dj@redhat.com>
2
3         * mem.c (mem_put_byte): Hook simulated UART to stdout.
4         (mem_put_hi): Hook in simulated trace port.
5         (mem_get_byte): Hook in simulated uart control port.
6         * opc2c: Be more picky about matching special comments.
7         * r8c.opc (shift_op): Limit shift counts to -16..16.
8         (BMcnd): Map conditional codes.
9         * reg.c (condition_true): Mask condition code to 4 bits.
10         * syscalls.c: Include local syscall.h.
11         * syscall.h: New, copied from libgloss.
12
13 2005-10-06  Jim Blandy  <jimb@redhat.com>
14
15         Simulator for Renesas M32C and M16C, by DJ Delorie <dj@redhat.com>,
16         with further work from Jim Blandy <jimb@redhat.com> and
17         Kevin Buettner <kevinb@redhat.com>.
18         
19         * ChangeLog: New.
20         * Makefile.in: New.
21         * blinky.S: New.
22         * config.in: New.
23         * configure: New.
24         * configure.in: New.
25         * cpu.h: New.
26         * gdb-if.c: New.
27         * gloss.S: New.
28         * int.c: New.
29         * int.h: New.
30         * load.c: New.
31         * load.h: New.
32         * m32c.opc: New.
33         * main.c: New.
34         * mem.c: New.
35         * mem.h: New.
36         * misc.c: New.
37         * misc.h: New.
38         * opc2c.c: New.
39         * r8c.opc: New.
40         * reg.c: New.
41         * safe-fgets.c: New.
42         * safe-fgets.h: New.
43         * sample.S: New.
44         * sample.ld: New.
45         * sample2.c: New.
46         * srcdest.c: New.
47         * syscalls.c: New.
48         * syscalls.h: New.
49         * trace.c: New.
50         * trace.h: New.
51
52