]> git.ipfire.org Git - thirdparty/gcc.git/commit - configure.in
ChangeLog
authortsmigiel <tsmigiel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Nov 2006 01:35:42 +0000 (01:35 +0000)
committertsmigiel <tsmigiel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Nov 2006 01:35:42 +0000 (01:35 +0000)
commit644459d010da636f231ef4b70f9142c96d6ed9e9
tree660a6a760b01414d76e3d26c200e8946444802a6
parent8543a44827ae51f7ae6f3ba02b9472746cbc825c
ChangeLog

* configure.in (skipdirs) : Don't build target-libiberty for SPU.
* configure : Rebuilt.

gcc/ChangeLog

* config.gcc : Add target for SPU.
* config/spu/constraints.md : New file.
* config/spu/crt0.c : New file.
* config/spu/crtend.c : New file.
* config/spu/crti.asm : New file.
* config/spu/crtn.asm : New file.
* config/spu/float_unsdidf.c : New file.
* config/spu/float_unssidf.c : New file.
* config/spu/predicates.md : New file.
* config/spu/spu-builtins.def : New file.
* config/spu/spu-builtins.h : New file.
* config/spu/spu-builtins.md : New file.
* config/spu/spu-c.c : New file.
* config/spu/spu-elf.h : New file.
* config/spu/spu-modes.def : New file.
* config/spu/spu-protos.h : New file.
* config/spu/spu.c : New file.
* config/spu/spu.h : New file.
* config/spu/spu.md : New file.
* config/spu/spu.opt : New file.
* config/spu/spu_internals.h : New file.
* config/spu/spu_intrinsics.h : New file.
* config/spu/spu_mfcio.h : New file.
* config/spu/t-spu-elf : New file.
* config/spu/vec_types.h : New file.
* config/spu/vmx2spu.h : New file.
* doc/contrib.texi : Document SPU contributor.
* doc/extend.texi : Document SPU extensions.
* doc/invoke.texi : Document SPU options.
* doc/md.texi : Document SPU constraints.

libcpp/ChangeLog

* configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
* configure : Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119041 138bc75d-0d04-0410-961f-82ee72b054a4
37 files changed:
ChangeLog
configure
configure.in
gcc/ChangeLog
gcc/config.gcc
gcc/config/spu/constraints.md [new file with mode: 0644]
gcc/config/spu/crt0.c [new file with mode: 0644]
gcc/config/spu/crtend.c [new file with mode: 0644]
gcc/config/spu/crti.asm [new file with mode: 0644]
gcc/config/spu/crtn.asm [new file with mode: 0644]
gcc/config/spu/float_unsdidf.c [new file with mode: 0644]
gcc/config/spu/float_unssidf.c [new file with mode: 0644]
gcc/config/spu/predicates.md [new file with mode: 0644]
gcc/config/spu/spu-builtins.def [new file with mode: 0644]
gcc/config/spu/spu-builtins.h [new file with mode: 0644]
gcc/config/spu/spu-builtins.md [new file with mode: 0644]
gcc/config/spu/spu-c.c [new file with mode: 0644]
gcc/config/spu/spu-elf.h [new file with mode: 0644]
gcc/config/spu/spu-modes.def [new file with mode: 0644]
gcc/config/spu/spu-protos.h [new file with mode: 0644]
gcc/config/spu/spu.c [new file with mode: 0644]
gcc/config/spu/spu.h [new file with mode: 0644]
gcc/config/spu/spu.md [new file with mode: 0644]
gcc/config/spu/spu.opt [new file with mode: 0644]
gcc/config/spu/spu_internals.h [new file with mode: 0644]
gcc/config/spu/spu_intrinsics.h [new file with mode: 0644]
gcc/config/spu/spu_mfcio.h [new file with mode: 0644]
gcc/config/spu/t-spu-elf [new file with mode: 0644]
gcc/config/spu/vec_types.h [new file with mode: 0644]
gcc/config/spu/vmx2spu.h [new file with mode: 0644]
gcc/doc/contrib.texi
gcc/doc/extend.texi
gcc/doc/invoke.texi
gcc/doc/md.texi
libcpp/ChangeLog
libcpp/configure
libcpp/configure.ac