Define elf_backend_default_execstack as 0 for Nios II.

This commit is contained in:
Chung-Lin Tang 2015-01-19 20:02:15 -08:00
parent 10ab94ebf8
commit 03d5b77300
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
* elf32-nios2.c (elf_backend_default_execstack): Define as 0.
2015-01-20 Alan Modra <amodra@gmail.com>
PR ld/17615

View File

@ -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"