]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/tcg/loongarch64: Use --no-warn-rwx-segments to link system tests
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 29 Jul 2024 14:44:04 +0000 (15:44 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 30 Jul 2024 10:44:13 +0000 (11:44 +0100)
commit4e4b685143e33b09c09c0f7cd3b5253218e8cf70
tree1695dc5fb809e15a429a3577923e8b36c223ca4d
parent6c180490b0fc8c31209c508bf203dd415bab9a1b
tests/tcg/loongarch64: Use --no-warn-rwx-segments to link system tests

Recent debian cross-linker for loongarch issues

  ld: warning: hello has a LOAD segment with RWX permissions

This is partially related to tests/tcg/loongarch64/system/kernel.ld,
but is not fixed by explicitly adding a single LOAD PHDR.
Disable the warning, since it does not apply to kernel images.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240724010733.22129-3-richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240729144414.830369-5-alex.bennee@linaro.org>
tests/tcg/loongarch64/Makefile.softmmu-target