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