Re: [PATCH v2 09/22] tests/tcg: add HeapInfo checking to semihosting test

2021-03-24 Thread Richard Henderson
On 3/23/21 10:52 AM, Alex Bennée wrote: Query the SYS_HEAPINFO semicall and do some basic verification of the information via libc calls. Signed-off-by: Alex Bennée Message-Id:<20210320133706.21475-10-alex.ben...@linaro.org> --- v2 - expand test as suggested by Richard ---

Re: [PATCH v2 09/22] tests/tcg: add HeapInfo checking to semihosting test

2021-03-24 Thread Thomas Huth
On 23/03/2021 17.52, Alex Bennée wrote: Query the SYS_HEAPINFO semicall and do some basic verification of the information via libc calls. Signed-off-by: Alex Bennée Message-Id: <20210320133706.21475-10-alex.ben...@linaro.org> --- v2 - expand test as suggested by Richard ---

[PATCH v2 09/22] tests/tcg: add HeapInfo checking to semihosting test

2021-03-23 Thread Alex Bennée
Query the SYS_HEAPINFO semicall and do some basic verification of the information via libc calls. Signed-off-by: Alex Bennée Message-Id: <20210320133706.21475-10-alex.ben...@linaro.org> --- v2 - expand test as suggested by Richard --- .../multiarch/arm-compat-semi/semihosting.c | 55