From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: alex.bennee@linaro.org
Subject: Re: [PATCH 1/2] tests/tcg: Use --noexecstack with assembler files
Date: Wed, 24 Jul 2024 08:57:53 +0200 [thread overview]
Message-ID: <4ef1c80b-17e2-497b-9af7-c7f4224be48a@linaro.org> (raw)
In-Reply-To: <20240724010733.22129-2-richard.henderson@linaro.org>
On 24/7/24 03:07, Richard Henderson wrote:
> 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>
> ---
> tests/tcg/Makefile.target | 2 +-
> tests/tcg/aarch64/Makefile.softmmu-target | 2 +-
> tests/tcg/alpha/Makefile.softmmu-target | 2 +-
> tests/tcg/arm/Makefile.softmmu-target | 2 +-
> tests/tcg/arm/Makefile.target | 2 +-
> tests/tcg/i386/Makefile.softmmu-target | 2 +-
> tests/tcg/loongarch64/Makefile.softmmu-target | 2 +-
> tests/tcg/riscv64/Makefile.softmmu-target | 2 +-
> tests/tcg/s390x/Makefile.softmmu-target | 2 +-
> tests/tcg/x86_64/Makefile.softmmu-target | 2 +-
> 10 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
next prev parent reply other threads:[~2024-07-24 6:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-24 1:07 [PATCH 0/2] tests/tcg: Fix new cross-compiler warnings Richard Henderson
2024-07-24 1:07 ` [PATCH 1/2] tests/tcg: Use --noexecstack with assembler files Richard Henderson
2024-07-24 6:57 ` Philippe Mathieu-Daudé [this message]
2024-07-24 1:07 ` [PATCH 2/2] tests/tcg/loongarch64: Use --no-warn-rwx-segments to link system tests Richard Henderson
2024-07-24 9:54 ` [PATCH 0/2] tests/tcg: Fix new cross-compiler warnings Alex Bennée
2024-07-24 10:50 ` Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ef1c80b-17e2-497b-9af7-c7f4224be48a@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).