qemu/tests/tcg/mips
Akihiko Odaki 6367e823ca tests/tcg: Add -fno-stack-protector
A build of GCC 13.2 will have stack protector enabled by default if it
was configured with --enable-default-ssp option. For such a compiler,
it is necessary to explicitly disable stack protector when linking
without standard libraries.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20230731091042.139159-3-akihiko.odaki@daynix.com>
[AJB: fix comment string typo]
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231029145033.592566-3-alex.bennee@linaro.org>
(cherry picked from commit 580731dcc8)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2023-11-02 15:04:24 +03:00
..
include target/mips: tests/tcg: Add optional printing of more detailed failure info 2019-08-19 19:53:37 +02:00
user target/mips: tests/tcg: Fix target configurations for MSA tests 2019-08-19 19:53:37 +02:00
hello-mips.c tests/tcg: Add -fno-stack-protector 2023-11-02 15:04:24 +03:00
Makefile.target tests/tcg: Add -fno-stack-protector 2023-11-02 15:04:24 +03:00
README tests/tcg: move MIPS specific tests into subdir 2018-06-20 20:22:34 +01:00

MIPS
====

hello-mips
----------

A very simple inline assembly, write syscall based hello world