Add DLX target
commitba57705f8e1adb942cc725144f9a484fb31a27d3
authorNick Clifton <nickc@redhat.com>
Tue, 28 May 2002 14:08:47 +0000 (28 14:08 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 28 May 2002 14:08:47 +0000 (28 14:08 +0000)
treefc16d2332dbaf9679ca3de2737b1326cc2f0a811
parentea1a79df6cb4874a68e44145c9801e1b2f268344
Add DLX target
59 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-dlx.c [new file with mode: 0644]
bfd/doc/Makefile.in
bfd/elf32-dlx.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/syms.c
bfd/targets.c
binutils/ChangeLog
binutils/readelf.c
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/tc-dlx.c [new file with mode: 0644]
gas/config/tc-dlx.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/doc/Makefile.in
gas/testsuite/ChangeLog
gas/testsuite/gas/dlx/alltests.exp [new file with mode: 0644]
gas/testsuite/gas/dlx/branch.d [new file with mode: 0644]
gas/testsuite/gas/dlx/branch.s [new file with mode: 0644]
gas/testsuite/gas/dlx/itype.d [new file with mode: 0644]
gas/testsuite/gas/dlx/itype.s [new file with mode: 0644]
gas/testsuite/gas/dlx/lhi.d [new file with mode: 0644]
gas/testsuite/gas/dlx/lhi.s [new file with mode: 0644]
gas/testsuite/gas/dlx/load.d [new file with mode: 0644]
gas/testsuite/gas/dlx/load.s [new file with mode: 0644]
gas/testsuite/gas/dlx/rtype.d [new file with mode: 0644]
gas/testsuite/gas/dlx/rtype.s [new file with mode: 0644]
gas/testsuite/gas/dlx/store.d [new file with mode: 0644]
gas/testsuite/gas/dlx/store.s [new file with mode: 0644]
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/dlx.h [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/dlx.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure.tgt
ld/emulparams/elf32_dlx.sh [new file with mode: 0644]
ld/scripttempl/dlx.sc [new file with mode: 0644]
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/dlx-dis.c [new file with mode: 0644]