]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Add LM32 port.
authorNick Clifton <nickc@redhat.com>
Tue, 23 Dec 2008 19:10:25 +0000 (19:10 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 23 Dec 2008 19:10:25 +0000 (19:10 +0000)
commit84e94c9023c5d75f0ab10f9aa572003f9612b6ab
tree3751b6d7a3a336004ab82846b822b41c65e95699
parent0cd530490f8751125412c6c061640752724537ed
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 [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]