]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/m32c/r8c.opc
* mem.c (mem_put_byte): Hook simulated UART to stdout.
authorDJ Delorie <dj@redhat.com>
Tue, 14 Mar 2006 03:34:28 +0000 (03:34 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 14 Mar 2006 03:34:28 +0000 (03:34 +0000)
commit727b6b4b411c55d0d6719556bcf6a5da5c54adb6
treef356cad6da3037f2447b33a9a826b98f4d25c0c7
parent1f810f7808a9364811ec4e9494eb5fc8daafe232
* mem.c (mem_put_byte): Hook simulated UART to stdout.
(mem_put_hi): Hook in simulated trace port.
(mem_get_byte): Hook in simulated uart control port.
* opc2c: Be more picky about matching special comments.
* r8c.opc (shift_op): Limit shift counts to -16..16.
(BMcnd): Map conditional codes.
* reg.c (condition_true): Mask condition code to 4 bits.
* syscalls.c: Include local syscall.h.
* syscall.h: New, copied from libgloss.
sim/m32c/ChangeLog
sim/m32c/mem.c
sim/m32c/r8c.opc
sim/m32c/reg.c
sim/m32c/syscall.h [new file with mode: 0644]
sim/m32c/syscalls.c