* cpu-mn10x00.c, elf32-mn10x00.c: New files.
authorJeff Law <law@redhat.com>
Thu, 3 Oct 1996 03:56:20 +0000 (03:56 +0000)
committerJeff Law <law@redhat.com>
Thu, 3 Oct 1996 03:56:20 +0000 (03:56 +0000)
commitefc2b0646361ecf67e838c7467e32026fd676f82
treec9e7348cc99fe1d0f8a66b27445e176fdbb72a30
parent3072af43b04914bb9fe9c6d269d0be6d4161679a
    * cpu-mn10x00.c, elf32-mn10x00.c: New files.
        * Makefile.in (ALL_MACHINES): Add cpu-mn10x00.o.
        (BFD32_BACKENDS): Similarly for elf32-mn10x00.o.
        (elf32-mn10x00.o): Add dependencies.
        * archures.c (enum bfd_architecture): Add bfd_arch_mn10x00.
        (bfd_mn10x00_arch): Declare.
        (bfd_archures_list): Add bfd_mn10x00_arch.
        * config.bfd: Add mn10x00-*-*.
        * configure.in: Add bfd_elf32_mn10x00_vec.
        * elf.c (prep_headers): Handle bfd_arch_mn10x00.
        * targets.c (bfd_elf32_mn10x00_vec): Declare.
        (bfd_target_vector): Add bfd_elf32_mn10x00_vec.
        * bfd-in2.h, configure: Rebuilt.
Stubbing out Matsushita support.
12 files changed:
bfd/.Sanitize
bfd/ChangeLog
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-mn10x00.c [new file with mode: 0755]
bfd/elf.c
bfd/elf32-mn10x00.c [new file with mode: 0644]
bfd/targets.c