diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-07 03:07:42 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-07 12:22:33 -0500 |
commit | 0f8e278da2d58c48b59d79b9f23229412d964848 (patch) | |
tree | a73db9bbf4d34efdbbedf7cb8e7822845eb6c1c0 /sim/m32c | |
parent | e6c1dbbfe8bed2b9396f74e3594701c8abe875ad (diff) | |
download | gdb-0f8e278da2d58c48b59d79b9f23229412d964848.zip gdb-0f8e278da2d58c48b59d79b9f23229412d964848.tar.gz gdb-0f8e278da2d58c48b59d79b9f23229412d964848.tar.bz2 |
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.
Diffstat (limited to 'sim/m32c')
-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. - - |