OSDN Git Service

* mem.c (mem_put_byte): Hook simulated UART to stdout.
authordj <dj>
Tue, 14 Mar 2006 03:34:28 +0000 (03:34 +0000)
committerdj <dj>
Tue, 14 Mar 2006 03:34:28 +0000 (03:34 +0000)
commitfb03f9e243ed3b8d8347f83e0dbc589365107083
tree01cd82dca7ba295d0e383e33d3402c497c1b7a52
parentb457393dc58c04a889ab98d8af01c106dd2afb0c
* 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