]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
configure.in (skipdirs): Don't build target-libiberty for SPU.
authorTrevor Smigiel <tsmigiel@gcc.gnu.org>
Tue, 21 Nov 2006 01:35:42 +0000 (01:35 +0000)
committerTrevor Smigiel <tsmigiel@gcc.gnu.org>
Tue, 21 Nov 2006 01:35:42 +0000 (01:35 +0000)
commit85d9c13c208f254dad25773cdc6e44219c3ebe0d
tree660a6a760b01414d76e3d26c200e8946444802a6
parent99f8a411dc763471dcd73cef8b42663e3c64c3f8
configure.in (skipdirs): Don't build target-libiberty for SPU.

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.

From-SVN: r119041
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