qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/17] tests/tcg: Add -fno-stack-protector


From: Richard Henderson
Subject: Re: [PATCH 02/17] tests/tcg: Add -fno-stack-protector
Date: Sat, 28 Oct 2023 12:14:50 -0700
User-agent: Mozilla Thunderbird

On 10/28/23 03:32, Alex Bennée wrote:
From: Akihiko Odaki <akihiko.odaki@daynix.com>

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]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  tests/tcg/mips/hello-mips.c       | 4 ++--
  tests/tcg/Makefile.target         | 2 +-
  tests/tcg/aarch64/Makefile.target | 2 +-
  tests/tcg/arm/Makefile.target     | 2 +-
  tests/tcg/cris/Makefile.target    | 2 +-
  tests/tcg/hexagon/Makefile.target | 2 +-
  tests/tcg/i386/Makefile.target    | 2 +-
  tests/tcg/minilib/Makefile.target | 2 +-
  tests/tcg/mips/Makefile.target    | 2 +-
  9 files changed, 10 insertions(+), 10 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]