(Lay some groundwork for TIc80 port that will be filled in incrementally.)
authorFred Fish <fnf@specifix.com>
Sat, 28 Dec 1996 04:09:34 +0000 (04:09 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 28 Dec 1996 04:09:34 +0000 (04:09 +0000)
commitcd6213ffae0d56407113218fe4241078e8bf29f6
treea958ecbb0af6558cf9a92fd2aaa565d19925351f
parent0b019fa141e52458e9e463bc088cb11191c37b47
(Lay some groundwork for TIc80 port that will be filled in incrementally.)
* TODO: Correct a misspelling.
start-sanitize-tic80
* coff-tic80.c: New file for TI TMS320C80 (MVP).
* cpu-tic80.c: New file for TI TMS320C80 (MVP).
* configure.in (case $vec): Add tic80coff_vec entry.
* configure: Regenerate with autoconf.
* archures.c (bfd_tic80_arch): Declare.
* bfd-in2.h (enum bfd_architecture): Add bfd_arch_tic80.
* config.bfd (case ${targ}): Add tic80*-*-coff* target.
* targets.c (tic80coff_vec): Add decl as extern bfd_target.
(bfd_target_vector): Add tic80coff_vec entry.
end-sanitize-tic80
bfd/ChangeLog
bfd/archures.c
bfd/bfd-in2.h
bfd/coff-tic80.c [new file with mode: 0644]
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-tic80.c [new file with mode: 0644]
This page took 0.024757 seconds and 4 git commands to generate.