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-cris.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-cris.c')
-rw-r--r-- | bfd/elf32-cris.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index a679c4f..e57202b 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -72,6 +72,10 @@ static struct bfd_link_hash_table *elf_cris_link_hash_table_create PARAMS ((bfd *)); static boolean elf_cris_adjust_dynamic_symbol PARAMS ((struct bfd_link_info *, struct elf_link_hash_entry *)); +static boolean cris_elf_check_relocs + PARAMS ((bfd *, struct bfd_link_info *, asection *, + const Elf_Internal_Rela *)); + static boolean elf_cris_size_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *)); static boolean elf_cris_finish_dynamic_symbol @@ -2908,7 +2912,7 @@ elf_cris_discard_excess_program_dynamics (h, inf) asection *srelgot; BFD_ASSERT (dynobj != NULL); - + srelgot = bfd_get_section_by_name (dynobj, ".rela.got"); BFD_ASSERT (srelgot != NULL); |