This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_25-branch] Backport from master:


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=565b375cc7591babfa29f48602d0c62725071d6c

commit 565b375cc7591babfa29f48602d0c62725071d6c
Author: Chung-Lin Tang <cltang@codesourcery.com>
Date:   Mon Jan 19 20:26:39 2015 -0800

    Backport from master:
    
    Define elf_backend_default_execstack as 0 for Nios II.

Diff:
---
 bfd/ChangeLog     | 5 +++++
 bfd/elf32-nios2.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7ae31f9..8326438 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/elf32-nios2.c b/bfd/elf32-nios2.c
index 9b3f436..2739961 100644
--- a/bfd/elf32-nios2.c
+++ b/bfd/elf32-nios2.c
@@ -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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]