2000-03-24 H.J. Lu <hjl@gnu.org>
* elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype. (elf64_alpha_find_reloc_at_ofs): Likewise.
This commit is contained in:
parent
a1de33a8ee
commit
cd6f9321da
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-03-24 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
|
||||
(elf64_alpha_find_reloc_at_ofs): Likewise.
|
||||
|
||||
2000-03-17 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
|
||||
|
|
|
@ -125,6 +125,10 @@ static boolean elf64_alpha_finish_dynamic_sections
|
|||
PARAMS((bfd *, struct bfd_link_info *));
|
||||
static boolean elf64_alpha_final_link
|
||||
PARAMS((bfd *, struct bfd_link_info *));
|
||||
static boolean elf64_alpha_merge_ind_symbols
|
||||
PARAMS((struct alpha_elf_link_hash_entry *, PTR));
|
||||
static Elf_Internal_Rela * elf64_alpha_find_reloc_at_ofs
|
||||
PARAMS ((Elf_Internal_Rela *, Elf_Internal_Rela *, bfd_vma, int));
|
||||
|
||||
|
||||
struct alpha_elf_link_hash_entry
|
||||
|
|
Loading…
Reference in a new issue