1 2006-03-13 DJ Delorie <dj@redhat.com>
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.
13 2005-10-06 Jim Blandy <jimb@redhat.com>
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>.