On 3/7/23 09:04, Alex Bennée wrote:
As we are about to have a common syscalls.c for gdbstub we need to
stub out one semihosting helper function for all targets.
Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
Cc: Richard Henderson<richard.hender...@linaro.org>
---
stubs/semihost-all.c | 17 +++++++++++++++++
stubs/semihost.c | 5 -----
stubs/meson.build | 1 +
3 files changed, 18 insertions(+), 5 deletions(-)
create mode 100644 stubs/semihost-all.c
We could name the file after the function that it implements, rather than "all". But
either way,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~