GNU Binutils with patches for OS216
Revision | e38cb2d722a3072411059b6d8f978020c42e20a7 (tree) |
---|---|
Zeit | 2015-01-20 13:20:39 |
Autor | Chung-Lin Tang <cltang@code...> |
Commiter | Chung-Lin Tang |
Backport from master:
@@ -1,3 +1,8 @@ | ||
1 | +2015-01-20 Chung-Lin Tang <cltang@codesourcery.com> | |
2 | + | |
3 | + Backport from master | |
4 | + * elf32-nios2.c (elf_backend_default_execstack): Define as 0. | |
5 | + | |
1 | 6 | 2014-11-24 Tejas Belagod <tejas.belagod@arm.com> |
2 | 7 | |
3 | 8 | * elfnn-aarch64.c (elf_aarch64_compare_mapping): New. |
@@ -4132,5 +4132,6 @@ const struct bfd_elf_special_section elf32_nios2_special_sections[] = | ||
4132 | 4132 | #define TARGET_BIG_NAME "elf32-bignios2" |
4133 | 4133 | |
4134 | 4134 | #define elf_backend_got_header_size 12 |
4135 | +#define elf_backend_default_execstack 0 | |
4135 | 4136 | |
4136 | 4137 | #include "elf32-target.h" |