diff options
author | Jeff Law <law@redhat.com> | 1994-02-28 00:32:14 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-28 00:32:14 +0000 |
commit | 6e58a4e5db91941cf8c0845a8a8e7329a5b8281a (patch) | |
tree | e90a8a8e39ee96cee4bab0f76586fa22a205889e /bfd/elf32-hppa.h | |
parent | 2e39abdb9621a5985ac86f08a6a96df8466628e9 (diff) | |
download | gdb-6e58a4e5db91941cf8c0845a8a8e7329a5b8281a.zip gdb-6e58a4e5db91941cf8c0845a8a8e7329a5b8281a.tar.gz gdb-6e58a4e5db91941cf8c0845a8a8e7329a5b8281a.tar.bz2 |
* elf32-hppa.h (hppa_look_for_stub_in_section): Fix typo. Delete
unused symbols argument.
* elf32-hppa.c (hppa_elf_stub_reloc): Accept asymbol ** rather
than asymbol * for original target symbol. All callers changed.
Set reloc->sym_ptr_ptr appropriately.
(hppa_elf_build_linker_stub): Set reloc->sym_ptr_ptr correctly.
(hppa_elf_look_for_stubs_in_section): No longer need symbols
argument. Use the output symbols when canonicalizing the relocs,
creating them if necessary.
* linker.c (_bfd_generic_link_output_symbols): Do not rebuild/clobber
the output symbols if they already exist.
Diffstat (limited to 'bfd/elf32-hppa.h')
-rw-r--r-- | bfd/elf32-hppa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h index 86e8e3c..eb8c8bd 100644 --- a/bfd/elf32-hppa.h +++ b/bfd/elf32-hppa.h @@ -348,8 +348,8 @@ void elf_hppa_tc_symbol elf32_hppa_reloc_type **hppa_elf_gen_reloc_type PARAMS ((bfd *, elf32_hppa_reloc_type, int, int)); -asymbol * hppa_look_for_stub_in_section - PARAMS ((bfd *, bfd *, bfd *, asection *, asymbol **, +asymbol * hppa_look_for_stubs_in_section + PARAMS ((bfd *, bfd *, bfd *, asection *, int *, struct bfd_link_info *)); void elf_hppa_final_processing PARAMS ((void)); |