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/elf64-hppa.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/elf64-hppa.c')
-rw-r--r-- | bfd/elf64-hppa.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index 4a87358..12a1641 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -198,10 +198,18 @@ static boolean elf64_hppa_adjust_dynamic_symbol static boolean elf64_hppa_size_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *)); +static boolean elf64_hppa_link_output_symbol_hook +PARAMS ((bfd *abfd, struct bfd_link_info *, const char *, + Elf_Internal_Sym *, asection *input_sec)); + static boolean elf64_hppa_finish_dynamic_symbol PARAMS ((bfd *, struct bfd_link_info *, struct elf_link_hash_entry *, Elf_Internal_Sym *)); +static int elf64_hppa_additional_program_headers PARAMS ((bfd *)); + +static boolean elf64_hppa_modify_segment_map PARAMS ((bfd *)); + static boolean elf64_hppa_finish_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *)); @@ -2658,7 +2666,7 @@ const struct elf_size_info hppa64_elf_size_info = #define elf_backend_object_p elf64_hppa_object_p #define elf_backend_final_write_processing \ elf_hppa_final_write_processing -#define elf_backend_fake_sections elf_hppa_fake_sections +#define elf_backend_fake_sections elf_hppa_fake_sections #define elf_backend_add_symbol_hook elf_hppa_add_symbol_hook #define elf_backend_relocate_section elf_hppa_relocate_section |