• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisióne38cb2d722a3072411059b6d8f978020c42e20a7 (tree)
Tiempo2015-01-20 13:20:39
AutorChung-Lin Tang <cltang@code...>
CommiterChung-Lin Tang

Log Message

Backport from master:

Define elf_backend_default_execstack as 0 for Nios II.

Cambiar Resumen

Diferencia incremental

--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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+
16 2014-11-24 Tejas Belagod <tejas.belagod@arm.com>
27
38 * elfnn-aarch64.c (elf_aarch64_compare_mapping): New.
--- a/bfd/elf32-nios2.c
+++ b/bfd/elf32-nios2.c
@@ -4132,5 +4132,6 @@ const struct bfd_elf_special_section elf32_nios2_special_sections[] =
41324132 #define TARGET_BIG_NAME "elf32-bignios2"
41334133
41344134 #define elf_backend_got_header_size 12
4135+#define elf_backend_default_execstack 0
41354136
41364137 #include "elf32-target.h"