OSDN Git Service

semihosting: Split out common-semi-target.h
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Jun 2022 17:31:22 +0000 (10:31 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jun 2022 23:05:07 +0000 (04:35 +0530)
commit1b3b7693b7c3f94bd66a8425201a4bb7de5388e4
treef3ff4105441e6ad13ff63acaef8605991e7b6759
parenta1df4bab432fc62a0d14abc192ce063c432afd2e
semihosting: Split out common-semi-target.h

Move the ARM and RISCV specific helpers into
their own header file.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Luc Michel <lmichel@kalray.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
semihosting/arm-compat-semi.c
target/arm/common-semi-target.h [new file with mode: 0644]
target/riscv/common-semi-target.h [new file with mode: 0644]