Add LM32 port.cgen-snapshot-20090101
commit76f667654ece0d5a90ac68816204263e0b31ad90
authorNick Clifton <nickc@redhat.com>
Tue, 23 Dec 2008 19:10:25 +0000 (23 19:10 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 23 Dec 2008 19:10:25 +0000 (23 19:10 +0000)
tree01d37a8b544ed39ad705010f52e06667b121a3d5
parentc5615800f5c110dbaaeb38e72d94f67f96bda6d2
Add LM32 port.
64 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-lm32.c [new file with mode: 0644]
bfd/elf32-lm32.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c
binutils/ChangeLog
binutils/MAINTAINERS
binutils/readelf.c
cpu/ChangeLog
cpu/lm32.cpu [new file with mode: 0644]
cpu/lm32.opc [new file with mode: 0644]
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/NEWS
gas/config/tc-lm32.c [new file with mode: 0644]
gas/config/tc-lm32.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/configure.tgt
gas/doc/Makefile.am
gas/doc/Makefile.in
gas/doc/all.texi
gas/doc/as.texinfo
gas/doc/c-lm32.texi [new file with mode: 0644]
gas/testsuite/ChangeLog
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/lm32.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/NEWS
ld/configure.tgt
ld/emulparams/elf32lm32.sh [new file with mode: 0644]
ld/emulparams/elf32lm32fd.sh [new file with mode: 0644]
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/merge.d
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/cgen-asm.in
opcodes/cgen-dis.in
opcodes/cgen-ibld.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/lm32-asm.c [copied from opcodes/cgen-asm.in with 56% similarity]
opcodes/lm32-desc.c [new file with mode: 0644]
opcodes/lm32-desc.h [new file with mode: 0644]
opcodes/lm32-dis.c [copied from opcodes/cgen-dis.in with 76% similarity]
opcodes/lm32-ibld.c [new file with mode: 0644]
opcodes/lm32-opc.c [new file with mode: 0644]
opcodes/lm32-opc.h [new file with mode: 0644]
opcodes/lm32-opinst.c [new file with mode: 0644]