OSDN Git Service

Add LM32 port.
authorNick Clifton <nickc@redhat.com>
Tue, 23 Dec 2008 19:10:17 +0000 (19:10 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 23 Dec 2008 19:10:17 +0000 (19:10 +0000)
commit0d1845ec33cf76021a56ae85c75337b6b294ade7
treec63de6a3c1fa258a447e10265de180a3d158f951
parent2baaecceed1201d82a1919a9a6cc2f094b44ed6b
Add LM32 port.
34 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
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/lm32.h [new file with mode: 0644]
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 [new file with mode: 0644]
opcodes/lm32-desc.c [new file with mode: 0644]
opcodes/lm32-desc.h [new file with mode: 0644]
opcodes/lm32-dis.c [new file with mode: 0644]
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]