From: Andreas Schwab Date: Mon, 26 Mar 2007 23:35:34 +0000 (+0000) Subject: * elfxx-ia64.c (elf_backend_default_execstack): Define to 0. X-Git-Tag: drow-reverse-20070409-branchpoint~121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4d2b80b9fea8d6cd5b4bd89d4ade3d38c87e89a;p=platform%2Fupstream%2Fbinutils.git * elfxx-ia64.c (elf_backend_default_execstack): Define to 0. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dc77e3a..ccaeda1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-03-27 Andreas Schwab + + * elfxx-ia64.c (elf_backend_default_execstack): Define to 0. + 2003-03-26 H.J. Lu * configure: Regenerated. diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 3c6a4a3..cc3f2fc 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -5820,6 +5820,7 @@ elfNN_hpux_backend_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED, #define elf_backend_reloc_type_class elfNN_ia64_reloc_type_class #define elf_backend_rela_normal 1 #define elf_backend_special_sections elfNN_ia64_special_sections +#define elf_backend_default_execstack 0 /* FIXME: PR 290: The Intel C compiler generates SHT_IA_64_UNWIND with SHF_LINK_ORDER. But it doesn't set the sh_link or sh_info fields.