diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-11 07:59:54 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-11 07:59:54 +0000 |
commit | 99c79b2e5df013418216e90185370f8a7b68d165 (patch) | |
tree | 2e6214acdf175de97d14d1fa099f383ece316fe9 /bfd/elf32-i370.c | |
parent | 39d4ef0921acdfe6433b9630a37e3fc957b6d797 (diff) | |
download | gdb-99c79b2e5df013418216e90185370f8a7b68d165.zip gdb-99c79b2e5df013418216e90185370f8a7b68d165.tar.gz gdb-99c79b2e5df013418216e90185370f8a7b68d165.tar.bz2 |
2001-08-10 Andreas Jaeger <aj@suse.de>
* elf64-sparc.c: Add missing prototypes.
* elf32-cris.c: Likewise.
* elf32-i370.c: Likewise.
* elf64-hppa.c: Likewise.
* elf64-s390.c: Likewise.
Diffstat (limited to 'bfd/elf32-i370.c')
-rw-r--r-- | bfd/elf32-i370.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/elf32-i370.c b/bfd/elf32-i370.c index d70ba53..4a43496 100644 --- a/bfd/elf32-i370.c +++ b/bfd/elf32-i370.c @@ -253,6 +253,9 @@ static reloc_howto_type i370_elf_howto_raw[] = }; static void i370_elf_howto_init PARAMS ((void)); +static reloc_howto_type *i370_elf_reloc_type_lookup + PARAMS ((bfd *, bfd_reloc_code_real_type)); + static void i370_elf_info_to_howto PARAMS ((bfd *abfd, arelent *cache_ptr, Elf32_Internal_Rela *dst)); static boolean i370_elf_set_private_flags PARAMS ((bfd *, flagword)); @@ -309,6 +312,8 @@ static boolean i370_elf_relocate_section PARAMS ((bfd *, Elf_Internal_Rela *relocs, Elf_Internal_Sym *local_syms, asection **)); +static void i370_elf_post_process_headers + PARAMS ((bfd *, struct bfd_link_info *)); static boolean i370_elf_create_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *)); @@ -1709,7 +1714,7 @@ int i370_noop() #define elf_backend_add_symbol_hook \ (boolean (*) PARAMS ((bfd *, struct bfd_link_info *, \ const Elf_Internal_Sym *, const char **, flagword *, \ - asection **, bfd_vma *))) i370_noop + asection **, bfd_vma *))) i370_noop #define elf_backend_finish_dynamic_symbol \ (boolean (*) PARAMS ((bfd *, struct bfd_link_info *, \ struct elf_link_hash_entry *, \ |