OSDN Git Service

Add DLX target
authornickc <nickc>
Tue, 28 May 2002 14:07:41 +0000 (14:07 +0000)
committernickc <nickc>
Tue, 28 May 2002 14:07:41 +0000 (14:07 +0000)
commitd863a626225b8b4734c85612b80e63623387b29e
treed144995c57ad434c4f4873c6e77b5004119fc258
parenta586bfa6721de4103260246352fcaa98e66ecc08
Add DLX target
42 files changed:
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]