Hi All,
This series are modifications in kselftests required to compile with alpha version of Morello Gnu toochain recently released [1].
The whole series can also be found here [2].
Thanks, Amit Daniel [1]: https://developer.arm.com/downloads/-/arm-gnu-toolchain-for-morello-download... [2]: git@git.morello-project.org:amitdaniel/linux.git gcc_kselftests_support_v1
Amit Daniel Kachhap (4): kselftests/arm64: morello: Fix the operand mismatch error kselftests/arm64: morello: Define uintcap_t if not defined kselftests/arm64: morello: Initialize the dynamic relocations kselftests/arm64: morello: Enable Gcc toolchain support
.../testing/selftests/arm64/morello/Makefile | 12 +- .../selftests/arm64/morello/bootstrap.c | 4 +- .../selftests/arm64/morello/freestanding.c | 7 + .../selftests/arm64/morello/freestanding.h | 3 + .../arm64/morello/freestanding_init_globals.c | 149 +++++++++++++++++- .../arm64/morello/freestanding_start.S | 5 +- 6 files changed, 166 insertions(+), 14 deletions(-)