X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felfxx-tilegx.h;h=e3101707538e8a32d585774c5556b2108ed68f45;hb=f03265d9cda1f5f8df238efa9b7a20330e5711f1;hp=90ea5c89e7aec4872b4b49c50ea96484433c0e0b;hpb=aa137e4d51ba6638b2714f8b3856d8abfd0bf143;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elfxx-tilegx.h b/bfd/elfxx-tilegx.h index 90ea5c89e7..e310170753 100644 --- a/bfd/elfxx-tilegx.h +++ b/bfd/elfxx-tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx ELF specific backend routines. - Copyright 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -22,7 +22,9 @@ #include "elf/internal.h" extern enum elf_reloc_type_class -tilegx_reloc_type_class (const Elf_Internal_Rela *); +tilegx_reloc_type_class (const struct bfd_link_info *, + const asection *, + const Elf_Internal_Rela *); extern reloc_howto_type * tilegx_reloc_name_lookup (bfd *, const char *); @@ -94,4 +96,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 *);