Add support for the Z80 processor family
commitd35e14863d21e7fbfdc164be51d6689cb7d9214f
authorNick Clifton <nickc@redhat.com>
Tue, 25 Oct 2005 17:40:19 +0000 (25 17:40 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 25 Oct 2005 17:40:19 +0000 (25 17:40 +0000)
tree4a41763cb35edca30b1a33d82068cb3837228567
parent5c818fc4573b0f1b6df519e47fce4d5b5bbe1370
Add support for the Z80 processor family
59 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/coff-z80.c [new file with mode: 0644]
bfd/coffcode.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-z80.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/app.c
gas/config/obj-coff.h
gas/config/tc-z80.c [new file with mode: 0644]
gas/config/tc-z80.h [new file with mode: 0644]
gas/configure.tgt
gas/doc/Makefile.am
gas/doc/Makefile.in
gas/doc/all.texi
gas/doc/as.texinfo
gas/doc/c-z80.texi [new file with mode: 0644]
gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp
gas/testsuite/gas/macros/macros.exp
gas/testsuite/gas/z80/quotes.d [new file with mode: 0644]
gas/testsuite/gas/z80/quotes.s [new file with mode: 0644]
gas/testsuite/gas/z80/redef.d [new file with mode: 0644]
gas/testsuite/gas/z80/redef.s [new file with mode: 0644]
gas/testsuite/gas/z80/z80.exp [new file with mode: 0644]
include/ChangeLog
include/coff/ChangeLog
include/coff/internal.h
include/coff/z80.h [new file with mode: 0644]
include/dis-asm.h
include/elf/ChangeLog
include/opcode/ChangeLog
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/NEWS
ld/configure.tgt
ld/emulparams/z80.sh [new file with mode: 0644]
ld/emultempl/z80.em [new file with mode: 0644]
ld/scripttempl/z80.sc [new file with mode: 0644]
ld/testsuite/ld-checks/checks.exp
ld/testsuite/ld-scripts/align.exp
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/z80-dis.c [new file with mode: 0644]