]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
New Cell SPU port.
authorAlan Modra <amodra@gmail.com>
Wed, 25 Oct 2006 06:49:21 +0000 (06:49 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 25 Oct 2006 06:49:21 +0000 (06:49 +0000)
commite9f531299306c33f3e110bd66e7f9daa29845e23
tree7c95ff771856236efdfef25f95099f15c970e518
parent78de3ccc2a96d619e8a7f9bc1dc41d4b92286120
New Cell SPU 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-spu.c [new file with mode: 0644]
bfd/elf32-spu.c [new file with mode: 0644]
bfd/elf32-spu.h [new file with mode: 0644]
bfd/libbfd.h
bfd/po/SRC-POTFILES.in
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-spu.c [new file with mode: 0644]
gas/config/tc-spu.h [new file with mode: 0644]
gas/configure.tgt
gas/po/POTFILES.in
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/spu.h [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/spu-insns.h [new file with mode: 0644]
include/opcode/spu.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure.tgt
ld/emulparams/elf32_spu.sh [new file with mode: 0644]
ld/emultempl/spu_inc.s [new file with mode: 0644]
ld/emultempl/spu_ovl.S [new file with mode: 0644]
ld/emultempl/spu_ovl.o [new file with mode: 0644]
ld/emultempl/spuelf.em [new file with mode: 0644]
ld/ldlang.c
ld/ldlang.h
ld/scripttempl/elf.sc
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/sec64k.exp
ld/testsuite/ld-scripts/empty-orphan.exp
ld/testsuite/ld-scripts/phdrs.exp
ld/testsuite/ld-scripts/phdrs2.exp
ld/testsuite/ld-spu/ovl.d [new file with mode: 0644]
ld/testsuite/ld-spu/ovl.lnk [new file with mode: 0644]
ld/testsuite/ld-spu/ovl.s [new file with mode: 0644]
ld/testsuite/ld-spu/spu.exp [new file with mode: 0644]
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/po/POTFILES.in
opcodes/spu-dis.c [new file with mode: 0644]
opcodes/spu-opc.c [new file with mode: 0644]