From: Chung-Lin Tang Date: Tue, 20 Jan 2015 04:02:15 +0000 (-0800) Subject: Define elf_backend_default_execstack as 0 for Nios II. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03d5b77300e7f62ba87fb4cd82d4aed83f9a3cd2;p=binutils-gdb.git Define elf_backend_default_execstack as 0 for Nios II. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f81961067d6..3b15cef3826 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2015-01-20 Chung-Lin Tang + + * elf32-nios2.c (elf_backend_default_execstack): Define as 0. + 2015-01-20 Alan Modra PR ld/17615 diff --git a/bfd/elf32-nios2.c b/bfd/elf32-nios2.c index c72c460770b..4f992bfce7f 100644 --- a/bfd/elf32-nios2.c +++ b/bfd/elf32-nios2.c @@ -5308,5 +5308,6 @@ const struct bfd_elf_special_section elf32_nios2_special_sections[] = #define TARGET_BIG_NAME "elf32-bignios2" #define elf_backend_got_header_size 12 +#define elf_backend_default_execstack 0 #include "elf32-target.h"