* libhppa.h (hppa_rebuild_insn): Moved here from elf32-hppa.c.
authorJeff Law <law@redhat.com>
Sat, 26 Feb 1994 04:58:57 +0000 (04:58 +0000)
committerJeff Law <law@redhat.com>
Sat, 26 Feb 1994 04:58:57 +0000 (04:58 +0000)
commitf5bfdacd4739f94313ebef51ebbe7c88fb9f58f6
treeac58309f5c0338a6781b070f025c6d55a09bbe3d
parente03095c9bb70a8fa0fcf9e9e74cfd381e2f8ae73
    * libhppa.h (hppa_rebuild_insn): Moved here from elf32-hppa.c.

        * elf32-hppa.h (elf_hppa_tc_symbol): Add new arguments.
        (elf_hppa_tc_make_sections): Likewise.
        (elf_hppa_final_processing): Add extern decl.

        * elf32-hppa.c: First half of major cleanup.  Add/cleanup lots of
        comments.  PARAMize some static functions.  Delete unused functions.
        Delete unused/unnecessary arguments to many functions.  Group
        static vars together.  Collapse common case statements together
        in many places.  Use default case when possible instead of listing
        each case separately.  Abort for bad errors until we get error
        code propogation working.  Work on spacing and indention problems.
        Add FIXMEs for some unresolved problems.  Delete hopelessly broken
        COMPLEX relocation support (it's never used anyway).
        (hppa_elf_rebuild_insn): Delete.  Moved into libhppa.h.
        (elf_hppa_tc_symbol): Accept and use new arguments (symext chains).
        (elf_hppa_tc_make_sections): Likewise.
bfd/ChangeLog
bfd/elf32-hppa.c
bfd/elf32-hppa.h