* elf32-hppa.h (hppa_look_for_stub_in_section): Fix typo. Delete
authorJeff Law <law@redhat.com>
Mon, 28 Feb 1994 00:32:14 +0000 (00:32 +0000)
committerJeff Law <law@redhat.com>
Mon, 28 Feb 1994 00:32:14 +0000 (00:32 +0000)
commit6e58a4e5db91941cf8c0845a8a8e7329a5b8281a
treee90a8a8e39ee96cee4bab0f76586fa22a205889e
parent2e39abdb9621a5985ac86f08a6a96df8466628e9
    * 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.
bfd/ChangeLog
bfd/elf32-hppa.c
bfd/elf32-hppa.h
bfd/linker.c