mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* elf64-x86-64.c (elf64_x86_64_elf_object_p): Make static.
Add prototypes where needed.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-08-10 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* elf64-x86-64.c (elf64_x86_64_elf_object_p): Make static.
|
||||||
|
Add prototypes where needed.
|
||||||
|
|
||||||
2001-08-10 H.J. Lu <hjl@gnu.org>
|
2001-08-10 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* bfd.c (bfd_sprintf_vma): Fix a typo in the last change.
|
* bfd.c (bfd_sprintf_vma): Fix a typo in the last change.
|
||||||
|
@ -126,6 +126,17 @@ static void elf64_x86_64_info_to_howto
|
|||||||
PARAMS ((bfd *, arelent *, Elf64_Internal_Rela *));
|
PARAMS ((bfd *, arelent *, Elf64_Internal_Rela *));
|
||||||
static struct bfd_link_hash_table *elf64_x86_64_link_hash_table_create
|
static struct bfd_link_hash_table *elf64_x86_64_link_hash_table_create
|
||||||
PARAMS ((bfd *));
|
PARAMS ((bfd *));
|
||||||
|
static boolean elf64_x86_64_elf_object_p PARAMS ((bfd *abfd));
|
||||||
|
static boolean elf64_x86_64_check_relocs
|
||||||
|
PARAMS ((bfd *, struct bfd_link_info *, asection *sec,
|
||||||
|
const Elf_Internal_Rela *));
|
||||||
|
static asection *elf64_x86_64_gc_mark_hook
|
||||||
|
PARAMS ((bfd *, struct bfd_link_info *, Elf_Internal_Rela *,
|
||||||
|
struct elf_link_hash_entry *, Elf_Internal_Sym *));
|
||||||
|
|
||||||
|
static boolean elf64_x86_64_gc_sweep_hook
|
||||||
|
PARAMS ((bfd *, struct bfd_link_info *, asection *,
|
||||||
|
const Elf_Internal_Rela *));
|
||||||
|
|
||||||
static struct bfd_hash_entry *elf64_x86_64_link_hash_newfunc
|
static struct bfd_hash_entry *elf64_x86_64_link_hash_newfunc
|
||||||
PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *, const char *));
|
PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *, const char *));
|
||||||
@ -331,7 +342,7 @@ elf64_x86_64_link_hash_table_create (abfd)
|
|||||||
return &ret->root.root;
|
return &ret->root.root;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean
|
static boolean
|
||||||
elf64_x86_64_elf_object_p (abfd)
|
elf64_x86_64_elf_object_p (abfd)
|
||||||
bfd *abfd;
|
bfd *abfd;
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user