This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r129754 - 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 23:32:12 -0000
- Subject: r129754 - in /branches/named-addr-spaces-branch...
Author: bje
Date: Mon Oct 29 23:32:11 2007
New Revision: 129754
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129754
Log:
* expr.c (expand_expr_addr_expr): Do not assume pointers are
ptr_mode or Pmode.
* varasm.c (make_decl_rtl): Likewise.
* config/spu/spu.c (TARGET_ASM_ALIGNED_DI_OP,
TARGET_ASM_ALIGNED_DI_OP): Use .quad and .8byte for DImode output,
which are perfectly good if the 32-bit assembler is built with
--enable-64-bit-bfd.
(ea_load_store): Call __cache_fetch-dirty on online __ea writes
that miss. Properly set up library call sym refs.
Modified:
branches/named-addr-spaces-branch/gcc/ChangeLog.named
branches/named-addr-spaces-branch/gcc/config/spu/spu.c
branches/named-addr-spaces-branch/gcc/expr.c
branches/named-addr-spaces-branch/gcc/varasm.c