]> 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)
committerChung-Lin Tang <cltang@codesourcery.com>
Tue, 20 Jan 2015 04:26:39 +0000 (20:26 -0800)
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 9b3f4361ad682b7fc7aec86d8888dc238872ef92..2739961c6e273ed2c1f21d6a3a4e390a7f2d743e 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"