New Cell SPU port.
commit999aabcd698783c01f555bd0fc792886c11c1be5
authorAlan Modra <amodra@bigpond.net.au>
Wed, 25 Oct 2006 06:49:21 +0000 (25 06:49 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 25 Oct 2006 06:49:21 +0000 (25 06:49 +0000)
tree7625efc29c4c2d73ea1dacacbdbcba37ba3dd1d7
parent31056e74b127811aee756c89d5e80f9fce7e914e
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 [copied from ld/testsuite/ld-scripts/empty-orphan.exp with 56% similarity]
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]