Browse Source

* elfxx-ia64.c (elf_backend_default_execstack): Define to 0.

drow-reverse-20070409-branch
Andreas Schwab 20 years ago
parent
commit
d4d2b80b9f
  1. 4
      bfd/ChangeLog
  2. 1
      bfd/elfxx-ia64.c

4
bfd/ChangeLog

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

1
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.

Loading…
Cancel
Save