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.
This commit is contained in:
Mike Frysinger
2021-01-07 03:07:42 -05:00
parent e6c1dbbfe8
commit 0f8e278da2
10 changed files with 524 additions and 509 deletions

View File

@@ -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.