diff options
author | James Bowman <jamesb@excamera.com> | 2017-11-01 18:34:25 -0700 |
---|---|---|
committer | James Bowman <jamesb@excamera.com> | 2017-11-01 18:36:51 -0700 |
commit | dcc31d286ad05aa93577181f9a8292009622363e (patch) | |
tree | f455afb6e8e5f4ff9c702fa00d129091f94e9be5 /sim/ChangeLog | |
parent | 89f3c4b6b9b565720f88636d966f22923c03e9cb (diff) | |
download | gdb-dcc31d286ad05aa93577181f9a8292009622363e.zip gdb-dcc31d286ad05aa93577181f9a8292009622363e.tar.gz gdb-dcc31d286ad05aa93577181f9a8292009622363e.tar.bz2 |
FT32: support for FT32B processor - part 2/2
FT32B is a new FT32 family member.
This patch adds support for the compressed instructions to gdb and sim.
gdb/ChangeLog:
* ft32-tdep.c (ft32_fetch_instruction): New function.
(ft32_analyze_prologue): Use ft32_fetch_instruction().
sim/ChangeLog:
* ft32/interp.c (step_once): Add ft32 shortcode decoder.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index c39cf2d..3c1a351 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +2017-11-01 James Bowman <james.bowman@ftdichip.com> + + * ft32/interp.c (step_once): Add ft32 shortcode decoder. + 2017-10-12 James Bowman <james.bowman@ftdichip.com> * ft32/interp.c (step_once): Replace FT32_FLD_K8 with K15. |