]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Add support for msp430.
authorNick Clifton <nickc@redhat.com>
Mon, 30 Dec 2002 19:25:13 +0000 (19:25 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 30 Dec 2002 19:25:13 +0000 (19:25 +0000)
commit2469cfa28442dfd5e08b681dbcfd1ff098c6d420
tree4350aa576399c91dfdaab6b961bb78759c300727
parent3f8173588efb34476725b62fc46853fd00268139
Add support for msp430.
92 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-msp430.c [new file with mode: 0644]
bfd/elf32-msp430.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c
binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
binutils/readelf.c
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/config/tc-alpha.c
gas/config/tc-msp430.c [new file with mode: 0644]
gas/config/tc-msp430.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/doc/Makefile.am
gas/doc/Makefile.in
gas/doc/all.texi
gas/doc/as.texinfo
gas/doc/c-msp430.texi [new file with mode: 0644]
gas/testsuite/ChangeLog
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/msp430.h [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/msp430.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure
ld/configure.tgt
ld/emulparams/msp430x110.sh [new file with mode: 0644]
ld/emulparams/msp430x1101.sh [new file with mode: 0644]
ld/emulparams/msp430x1111.sh [new file with mode: 0644]
ld/emulparams/msp430x112.sh [new file with mode: 0644]
ld/emulparams/msp430x1121.sh [new file with mode: 0644]
ld/emulparams/msp430x122.sh [new file with mode: 0644]
ld/emulparams/msp430x1222.sh [new file with mode: 0644]
ld/emulparams/msp430x123.sh [new file with mode: 0644]
ld/emulparams/msp430x1232.sh [new file with mode: 0644]
ld/emulparams/msp430x133.sh [new file with mode: 0644]
ld/emulparams/msp430x1331.sh [new file with mode: 0644]
ld/emulparams/msp430x135.sh [new file with mode: 0644]
ld/emulparams/msp430x1351.sh [new file with mode: 0644]
ld/emulparams/msp430x147.sh [new file with mode: 0644]
ld/emulparams/msp430x148.sh [new file with mode: 0644]
ld/emulparams/msp430x149.sh [new file with mode: 0644]
ld/emulparams/msp430x155.sh [new file with mode: 0644]
ld/emulparams/msp430x156.sh [new file with mode: 0644]
ld/emulparams/msp430x157.sh [new file with mode: 0644]
ld/emulparams/msp430x167.sh [new file with mode: 0644]
ld/emulparams/msp430x168.sh [new file with mode: 0644]
ld/emulparams/msp430x169.sh [new file with mode: 0644]
ld/emulparams/msp430x311.sh [new file with mode: 0644]
ld/emulparams/msp430x312.sh [new file with mode: 0644]
ld/emulparams/msp430x313.sh [new file with mode: 0644]
ld/emulparams/msp430x314.sh [new file with mode: 0644]
ld/emulparams/msp430x315.sh [new file with mode: 0644]
ld/emulparams/msp430x323.sh [new file with mode: 0644]
ld/emulparams/msp430x325.sh [new file with mode: 0644]
ld/emulparams/msp430x336.sh [new file with mode: 0644]
ld/emulparams/msp430x337.sh [new file with mode: 0644]
ld/emulparams/msp430x412.sh [new file with mode: 0644]
ld/emulparams/msp430x413.sh [new file with mode: 0644]
ld/emulparams/msp430x435.sh [new file with mode: 0644]
ld/emulparams/msp430x436.sh [new file with mode: 0644]
ld/emulparams/msp430x437.sh [new file with mode: 0644]
ld/emulparams/msp430x447.sh [new file with mode: 0644]
ld/emulparams/msp430x448.sh [new file with mode: 0644]
ld/emulparams/msp430x449.sh [new file with mode: 0644]
ld/gen-doc.texi
ld/ld.texinfo
ld/scripttempl/elf32msp430.sc [new file with mode: 0644]
ld/scripttempl/elf32msp430_3.sc [new file with mode: 0644]
opcodes/ChangeLog
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/msp430-dis.c [new file with mode: 0644]