diff options
author | Tarek BOCHKATI <tarek.bouchkati@gmail.com> | 2020-02-25 19:35:44 +0100 |
---|---|---|
committer | Tomas Vanek <vanekt@fbl.cz> | 2020-03-10 20:20:22 +0000 |
commit | a99bf2ea9449d0e8120682feb2bedc398adab8b2 (patch) | |
tree | 55699e8dae7a5bde3a59c627e3aa6c1590c0a23d /tcl | |
parent | 123e10288df62e6f66426cdab7adb93fd7348d5f (diff) | |
download | riscv-openocd-a99bf2ea9449d0e8120682feb2bedc398adab8b2.zip riscv-openocd-a99bf2ea9449d0e8120682feb2bedc398adab8b2.tar.gz riscv-openocd-a99bf2ea9449d0e8120682feb2bedc398adab8b2.tar.bz2 |
semihosting: reorganize semihosting commands
the same semihosting handlers chain is declared twice:
1. in src/target/armv4_5.c
2. in src/target/riscv/riscv.c
to make it simpler we moved the declaration into
'src/target/semihosting_common.c' under semihosting_common_handlers[].
then we used this into both of armv4_5.c and riscv.c
Change-Id: If813b3fd5eb2476658f1308f741c4e805141f617
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: http://openocd.zylin.com/5473
Tested-by: jenkins
Reviewed-by: Muhammad Omair Javaid <omair.javaid@linaro.org>
Reviewed-by: Tim Newsome <tim@sifive.com>
Reviewed-by: Liviu Ionescu <ilg@livius.net>
Diffstat (limited to 'tcl')
0 files changed, 0 insertions, 0 deletions