* elfxx-ia64.c (elf_backend_default_execstack): Define to 0.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 26 Mar 2007 23:35:34 +0000 (23:35 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 26 Mar 2007 23:35:34 +0000 (23:35 +0000)
bfd/ChangeLog
bfd/elfxx-ia64.c

index dc77e3a76774254621e3cb2c3a128beeb1cef3f0..ccaeda1870ad8c87dc3570e5db5f42c12ca5438c 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-27  Andreas Schwab  <schwab@suse.de>
+
+       * elfxx-ia64.c (elf_backend_default_execstack): Define to 0.
+
 2003-03-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
index 3c6a4a39b2be38b4e3ea21e3c27f30544efce2c9..cc3f2fc0449435a85c873d656163acebe2e540bc 100644 (file)
@@ -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.
This page took 0.026847 seconds and 4 git commands to generate.