X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felfxx-tilegx.h;h=a5afc549d8e83bfe275746e79c784e5e70db10e6;hb=b7dc48b4a8006abb552c5e7d22f9841c86f2537d;hp=4c3f2bf1d094fbaf4dc3538a16e04dc792829c11;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elfxx-tilegx.h b/bfd/elfxx-tilegx.h index 4c3f2bf1d0..a5afc549d8 100644 --- a/bfd/elfxx-tilegx.h +++ b/bfd/elfxx-tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx ELF specific backend routines. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2018 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -73,14 +73,10 @@ tilegx_elf_gc_mark_hook (asection *, struct elf_link_hash_entry *, Elf_Internal_Sym *); -extern bfd_boolean -tilegx_elf_gc_sweep_hook (bfd *, struct bfd_link_info *, - asection *, const Elf_Internal_Rela *); - extern bfd_vma tilegx_elf_plt_sym_val (bfd_vma, const asection *, const arelent *); -extern void +extern bfd_boolean tilegx_info_to_howto_rela (bfd *, arelent *, Elf_Internal_Rela *); extern int @@ -96,4 +92,4 @@ extern bfd_boolean tilegx_elf_finish_dynamic_sections (bfd *, struct bfd_link_info *); extern bfd_boolean -_bfd_tilegx_elf_merge_private_bfd_data (bfd *, bfd *); +_bfd_tilegx_elf_merge_private_bfd_data (bfd *, struct bfd_link_info *);