]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/Makefile.am
Add TMS320C4x support
authorNick Clifton <nickc@redhat.com>
Wed, 28 Aug 2002 10:38:51 +0000 (10:38 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 28 Aug 2002 10:38:51 +0000 (10:38 +0000)
commit026df7c5e64e4a8de40c8d744980b511bcce983d
tree5f4b6f8bf3dcf5b10eb51d25d82f5fac4e0f25ac
parentdf44284ec4c9d3b10c45d9b09b5b6cd8dd8d8630
Add TMS320C4x support
47 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/coff-tic4x.c [new file with mode: 0644]
bfd/coffswap.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-tic4x.c [new file with mode: 0644]
bfd/targets.c
bfd/ticoff.h [new file with mode: 0644]
binutils/ChangeLog
binutils/objdump.c
binutils/testsuite/binutils-all/objdump.exp
gas/ChangeLog
gas/NEWS
gas/config/obj-coff.c
gas/config/obj-coff.h
gas/config/tc-tic4x.c [new file with mode: 0644]
gas/config/tc-tic4x.h [new file with mode: 0644]
gas/configure
gas/configure.in
include/ChangeLog
include/coff/internal.h
include/coff/ti.h
include/coff/tic4x.h [new file with mode: 0644]
include/dis-asm.h
include/opcode/tic4x.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/NEWS
ld/configure.tgt
ld/emulparams/tic3xcoff.sh [new file with mode: 0644]
ld/emulparams/tic4xcoff.sh [new file with mode: 0644]
ld/scripttempl/tic3xcoff.sc [new file with mode: 0644]
ld/scripttempl/tic4xcoff.sc [new file with mode: 0644]
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/tic4x-dis.c [new file with mode: 0644]