Grrr. The mn10200 and mn10300 are _not_ similar enough to easily support
authorJeff Law <law@redhat.com>
Thu, 3 Oct 1996 16:42:22 +0000 (16:42 +0000)
committerJeff Law <law@redhat.com>
Thu, 3 Oct 1996 16:42:22 +0000 (16:42 +0000)
commitae1b99e42dbce238cd7eb5efd38672b8306f1148
tree62cc3acea6d14f13f329d7ea5e4813255f126d27
parentfeede9b69925572e68d3859b2fcb610bddd2e713
Grrr.  The mn10200 and mn10300 are _not_ similar enough to easily support
with a single generic configuration.  So break them up into two different
configurations.  See the individual ChangeLogs for additional detail.
40 files changed:
ChangeLog
bfd/.Sanitize
bfd/ChangeLog
bfd/Makefile.in
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-mn10200.c [new file with mode: 0644]
bfd/cpu-mn10300.c [new file with mode: 0644]
bfd/cpu-mn10x00.c [deleted file]
bfd/elf32-mn10200.c [new file with mode: 0644]
bfd/elf32-mn10300.c [new file with mode: 0644]
bfd/elf32-mn10x00.c [deleted file]
bfd/targets.c
config.sub
configure.in
gas/config/.Sanitize
gas/config/tc-mn10300.c [new file with mode: 0644]
gas/config/tc-mn10x00.c [deleted file]
gas/config/tc-mn10x00.h [deleted file]
gas/configure
gas/configure.in
gas/testsuite/ChangeLog
gas/testsuite/gas/.Sanitize
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/opcode/.Sanitize
include/opcode/ChangeLog
include/opcode/mn10300.h [new file with mode: 0644]
include/opcode/mn10x00.h [deleted file]
opcodes/.Sanitize
opcodes/ChangeLog
opcodes/mn10200-dis.c [new file with mode: 0644]
opcodes/mn10200-opc.c [new file with mode: 0644]
opcodes/mn10300-dis.c [new file with mode: 0644]
opcodes/mn10300-opc.c [new file with mode: 0644]
opcodes/mn10x00-dis.c [deleted file]
opcodes/mn10x00-opc.c [deleted file]
This page took 0.033266 seconds and 4 git commands to generate.