Re: [PATCH] x86: Disable stack protector for naked functions

2024-10-04 Thread Uros Bizjak
On Fri, Oct 4, 2024 at 2:11 PM H.J. Lu wrote: > > Since naked functions should not enable stack protector, define > TARGET_STACK_PROTECT_RUNTIME_ENABLED_P to disable stack protector > for naked functions. > > gcc/ > > PR target/116962 > * config/i386/i386.cc (ix86_stack_protect_runtime_enabled_p):

[PATCH] x86: Disable stack protector for naked functions

2024-10-04 Thread H.J. Lu
. gcc/testsuite/ PR target/116962 * gcc.target/i386/pr116962.c: New file. OK for master? Thanks. -- H.J. From 99ab364f6657c2d2e5e4a389b07b00c12d4bad0d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 4 Oct 2024 16:21:15 +0800 Subject: [PATCH] x86: Disable stack protector for naked