X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felfxx-ia64.h;h=64c55d642c14eeed9bdbc371f86dfaaf6a5fe038;hb=7242fa8aa7596b4e154ca96ddf5ce49353bf2e5d;hp=6f0aefc3733b7ab269518b0172075511ce3b8fc0;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elfxx-ia64.h b/bfd/elfxx-ia64.h index 6f0aefc373..64c55d642c 100644 --- a/bfd/elfxx-ia64.h +++ b/bfd/elfxx-ia64.h @@ -1,5 +1,5 @@ /* IA-64 support for 64-bit ELF - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2020 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of BFD, the Binary File Descriptor library. @@ -30,4 +30,11 @@ void ia64_elf_relax_brl (bfd_byte *contents, bfd_vma off); void ia64_elf_relax_ldxmov (bfd_byte *contents, bfd_vma off); bfd_reloc_status_type ia64_elf_install_value (bfd_byte *hit_addr, bfd_vma v, - unsigned int r_type); + unsigned int r_type); + +/* IA64 Itanium code generation. Called from linker. */ +extern void bfd_elf32_ia64_after_parse + (int); + +extern void bfd_elf64_ia64_after_parse + (int);