* coff-h8300.c: Remove #if 0 code.
authorJeff Law <law@redhat.com>
Tue, 18 Jun 1996 22:26:09 +0000 (22:26 +0000)
committerJeff Law <law@redhat.com>
Tue, 18 Jun 1996 22:26:09 +0000 (22:26 +0000)
commit2459179f7a082da7b16b89f914c055f3656c54c5
treee1a3bad12d8a263f594c39267832bdf8fee01682
parent24b018ee7287634e2db7944185d94985a0ba1bc4
    * coff-h8300.c: Remove #if 0 code.
        (compatable): Don't allow mixing/matching of different architectures.
Just stuff I noticed.

start-sanitize-h8s
        * archures.c (bfd_mach_h8300s): Add.
        * bfd-in2.h: Rebuilt.
        * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too.
        (BADMAG): Likewise.
        (h8300_reloc16_estimate): Likewise.
        (h8300_reloc16_extra_cases): Likewise.
        (h8300_bfd_link_add_symbols): Likewise.
        * coffcode.h (coff_set_arch_mach_hook): Likewise.
        (coff_set_flags): Likewise.
        * cpu-h8300.c (h8300_scan): Likewise.
        Add H8/S to bfd_h8300_arch list.
end-sanitize-h8s
H8/S support.  Sanitized away until we know its official status.
bfd/.Sanitize