You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg/arm
Richard Henderson 6c180490b0 tests/tcg: Use --noexecstack with assembler files
Add the --noexecstack assembler command-line option to avoid:

  /usr/bin/ld: warning: boot.o: missing .note.GNU-stack section implies executable stack
  /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

which is enabled by default with current debian cross toolchains.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240724010733.22129-2-richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240729144414.830369-4-alex.bennee@linaro.org>
4 months ago
..
system tests/tcg: enable semiconsole test for Arm 1 year ago
Makefile.softmmu-target tests/tcg: Use --noexecstack with assembler files 4 months ago
Makefile.target tests/tcg: Use --noexecstack with assembler files 4 months ago
README
commpage.c tests/tcg: add simple commpage test case 5 years ago
fcvt.c tests/tcg/arm: Use vmrs/vmsr instead of mcr/mrc 5 months ago
fcvt.ref tests/tcg/arm: Fix fcvt result messages 5 months ago
float_convd.ref tests/tcg: add float_convd test 3 years ago
float_convs.ref tests/tcg: add generic version of float_convs 5 years ago
float_madds.ref tests/tcg: add float_madds test to multiarch 5 years ago
hello-arm.c avoid TABs in files that only contain a few 6 years ago
pcalign-a32.c tests/tcg: Add arm and aarch64 pc alignment tests 3 years ago
semicall.h tests/tcg: update licenses to GPLv2 as intended 9 months ago
test-arm-iwmmxt.S tests/tcg/arm: fix up test-arm-iwmmxt test 7 years ago

README

These are ARM specific guest programs

hello-arm
---------

A very simple inline assembly, write syscall based hello world

test-arm-iwmmxt
---------------

A simple test case for older iwmmxt extended ARMs