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/ft32 | |
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/ft32')
-rw-r--r-- | sim/ft32/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ft32/ChangeLog b/sim/ft32/ChangeLog index f04122c..bc768d5 100644 --- a/sim/ft32/ChangeLog +++ b/sim/ft32/ChangeLog @@ -2,6 +2,14 @@ * configure: Regenerate. +2017-11-01 James Bowman <james.bowman@ftdichip.com> + + * interp.c (step_once): Add ft32 shortcode decoder. + +2017-10-12 James Bowman <james.bowman@ftdichip.com> + + * interp.c (step_once): Replace FT32_FLD_K8 with K15. + 2017-09-06 John Baldwin <jhb@FreeBSD.org> * configure: Regenerate. |