This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r129740 - in /branches/named-addr-spaces-branch...
- From: bje at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 29 Oct 2007 22:22:13 -0000
- Subject: r129740 - in /branches/named-addr-spaces-branch...
Author: bje
Date: Mon Oct 29 22:22:13 2007
New Revision: 129740
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129740
Log:
* config.gcc (spu-*-elf*) [extra_headers]: Add spu_cache.h.
* config/spu/spu_cache.h: New file.
* config/spu/cachemgr.c: Likewise.
* config/spu/cache.S: Likewise.
* config/spu/t-spu-elf (EXTRA_MULTILIB_PARTS): Add
libgcc_cachemgr.a, libgcc_cachemgr_nonatomic.a, libgcc_cache8k.a,
libgcc_cache16k.a, libgcc_cache32k.a, libgcc_cache64k.a,
libgcc_cache128k.a.
(cachemgr.o, %/cachemgr.o): New targets.
(cachemgr_nonatomic.o, %/cachemgr_nonatomic.o): Likewise.
(libgcc_%.a, %/libgcc_%.a): Likewise.
(cache8k.o, cache16k.o, cache32k.o, cache64k.o, cache128k.o,
%/cache8k.o, %/cache16k.o, %/cache32k.o, %/cache64k.o,
%/cache128k.o): Likewise.
Added:
branches/named-addr-spaces-branch/gcc/config/spu/cache.S
branches/named-addr-spaces-branch/gcc/config/spu/cachemgr.c
branches/named-addr-spaces-branch/gcc/config/spu/spu_cache.h
Modified:
branches/named-addr-spaces-branch/gcc/ChangeLog.named
branches/named-addr-spaces-branch/gcc/config.gcc
branches/named-addr-spaces-branch/gcc/config/spu/t-spu-elf