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.