]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Add support for Score target.
authorNick Clifton <nickc@redhat.com>
Sat, 16 Sep 2006 23:51:50 +0000 (23:51 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 16 Sep 2006 23:51:50 +0000 (23:51 +0000)
commit1c0d3aa6ae7db5d61f1166cf907ed034d0ac4980
tree649703aa90d3ccbe80e1442bfbb36380db2c7edd
parent0112cd268b205d8176b8b4d00988a334822956cf
Add support for Score target.
54 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-score.c [new file with mode: 0644]
bfd/elf32-score.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/NEWS
gas/config/tc-score.c [new file with mode: 0644]
gas/config/tc-score.h [new file with mode: 0644]
gas/configure.tgt
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp
gas/testsuite/gas/elf/section2.e-score [new file with mode: 0644]
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/score.h [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/score-datadep.h [new file with mode: 0644]
include/opcode/score-inst.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/NEWS
ld/configure.tgt
ld/emulparams/scoreelf.sh [new file with mode: 0644]
ld/emultempl/scoreelf.em [new file with mode: 0644]
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/merge.d
ld/testsuite/ld-elfcomm/elfcomm.exp
ld/testsuite/ld-srec/srec.exp
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/score-dis.c [new file with mode: 0644]
opcodes/score-opc.h [new file with mode: 0644]