OSDN Git Service

Add support for the Z80 processor family
authornickc <nickc>
Tue, 25 Oct 2005 17:40:08 +0000 (17:40 +0000)
committernickc <nickc>
Tue, 25 Oct 2005 17:40:08 +0000 (17:40 +0000)
commit8e37be29b2804bbf9ca22afab981d3df1391ba43
treeb79266454519dc9d3b77b35f933d0a1d7b0b6727
parentb1da658dae6aed77146d6da896078f9f81b8ed40
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]