Re: [PATCH v1 05/14] semihosting: move semihosting tests to multiarch

2021-03-20 Thread Richard Henderson
On 3/20/21 7:36 AM, Alex Bennée wrote: It may be arm-compat-semihosting but more than one architecture uses it so lets move the tests into the multiarch area. We gate it on the feature and split the semicall.h header between the arches. Also clean-up a bit of the Makefile messing about to one co

[PATCH v1 05/14] semihosting: move semihosting tests to multiarch

2021-03-20 Thread Alex Bennée
It may be arm-compat-semihosting but more than one architecture uses it so lets move the tests into the multiarch area. We gate it on the feature and split the semicall.h header between the arches. Also clean-up a bit of the Makefile messing about to one common set of runners. Signed-off-by: Alex