Make the objfile constructor private
[deliverable/binutils-gdb.git] / bfd / elfxx-tilegx.h
index 90ea5c89e7aec4872b4b49c50ea96484433c0e0b..5030dbce87f08391a096ddfbd123e42d21ff3017 100644 (file)
@@ -1,5 +1,5 @@
 /* TILE-Gx ELF specific backend routines.
-   Copyright 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2019 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 *);
@@ -71,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
@@ -94,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 *);
This page took 0.024831 seconds and 4 git commands to generate.