* config/tc-hppa.h (elf_tc_symbol): Delete. No longer used.
authorJeff Law <law@redhat.com>
Thu, 7 Apr 1994 17:39:16 +0000 (17:39 +0000)
committerJeff Law <law@redhat.com>
Thu, 7 Apr 1994 17:39:16 +0000 (17:39 +0000)
commit0b503989f524eabb6edf5090f4d2cdb40d12900d
treea14774602f05cedfdd3e8029b4c90ca745fc28cc
parentf39a73b1b6b80123ddef25fc45bba1b00adf9b94
    * config/tc-hppa.h (elf_tc_symbol): Delete.  No longer used.
        (elf_tc_make_sections): Likewise.
        (hppa_tc_make_sections, hppa_tc_symbol): Delete extern decls.

        * config/tc-hppa.c (hppa_tc_make_sections): Delete function.
        (hppa_tc_symbol): Likewise.

        * config/obj-elf.c (elf_frob_file): Delete elf_tc_symbol and
        elf_tc_make_sections stuff.  It was there to support PA braindamage
        which has been fixed, and in the case of elf_tc_make_sections is
        redundant with elf_tc_final_processing.
gas/ChangeLog
gas/config/tc-hppa.c