diff options
Diffstat (limited to 'sim/m32c/ChangeLog')
-rw-r--r-- | sim/m32c/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index 5fca9c5..86cd750 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -269,6 +269,13 @@ (m32c_sim_restore_console): Disable if no termios. (mem_get_byte): Disable console input if no termios. +2009-05-08 Kevin Buettner <kevinb@redhat.com> + + * gdb-if.c (m32c_signal_to_host): Rename to + m32c_signal_to_target. Change signal return values from SIGILL, + SIGTRAP, SIGSEGV, etc. to TARGET_SIGNAL_ILL, TARGET_SIGNAL_TRAP, + TARGET_SIGNAL_SEGV, etc. Fix all callers. + 2009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com> * r8c.opc, m32c.opc: Add parentheses to remove warnings. @@ -406,5 +413,3 @@ * syscalls.h: New. * trace.c: New. * trace.h: New. - - |