From 0f8e278da2d58c48b59d79b9f23229412d964848 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 7 Jan 2021 03:07:42 -0500 Subject: sim: ChangeLog: move arch-specific entries into the arch dir We don't want arch-specific entries in the common ChangeLog files. Most arches do this already, so clean up the recent additions, and move some older entries down to help avoid confusing newcomers. --- sim/m32c/ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sim/m32c') 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 + + * 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 * r8c.opc, m32c.opc: Add parentheses to remove warnings. @@ -406,5 +413,3 @@ * syscalls.h: New. * trace.c: New. * trace.h: New. - - -- cgit v1.1