bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/31134] 2.41: build fails with --enable-warn-execstack


From: kloczko.tomasz at gmail dot com
Subject: [Bug ld/31134] 2.41: build fails with --enable-warn-execstack
Date: Sun, 10 Dec 2023 23:16:09 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31134

--- Comment #1 from kloczek <kloczko.tomasz at gmail dot com> ---
Looks like DEFAULT_LD_ERROR_EXECSTACK is defined only when
--disable-error-rwx-segments is used.

[tkloczko@pers-jacek ld]$ grep -r DEFAULT_LD_ERROR_EXECSTACK
emultempl/elf.em:  link_info.error_execstack = DEFAULT_LD_ERROR_EXECSTACK;
config.in:#undef DEFAULT_LD_ERROR_EXECSTACK
configure.ac:AC_DEFINE_UNQUOTED(DEFAULT_LD_ERROR_EXECSTACK,
config.h:/* #undef DEFAULT_LD_ERROR_EXECSTACK */
eelf_iamcu.c:  link_info.error_execstack = DEFAULT_LD_ERROR_EXECSTACK;
eelf_i386.c:  link_info.error_execstack = DEFAULT_LD_ERROR_EXECSTACK;
eelf32_x86_64.c:  link_info.error_execstack = DEFAULT_LD_ERROR_EXECSTACK;
eelf_x86_64.c:  link_info.error_execstack = DEFAULT_LD_ERROR_EXECSTACK;

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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