]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Backport from master:
authorChung-Lin Tang <cltang@codesourcery.com>
Tue, 20 Jan 2015 04:26:39 +0000 (20:26 -0800)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 24 Aug 2017 12:46:34 +0000 (09:46 -0300)
Define elf_backend_default_execstack as 0 for Nios II.

bfd/ChangeLog
bfd/elf32-nios2.c

index 7ae31f947a0023baa9cbc8c44871f4d62b29e70e..8326438ef5ba7dcb0d483fc29d64af6300e32721 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
+
+       Backport from master
+       * elf32-nios2.c (elf_backend_default_execstack): Define as 0.
+
 2015-01-11  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/17827
index 20c71f1b38b06e42c29529576439c2902b21b6d7..d0335aa331b887d65409c13b087e6a6f45809584 100644 (file)
@@ -5307,5 +5307,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"