This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r152493 - in /branches/named-addr-spaces-branch...


Author: uweigand
Date: Tue Oct  6 13:46:45 2009
New Revision: 152493

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152493
Log:
	* config/spu/spu.opt (-maddress-space-conversion): Use Mask
	instead of InverseMask.  Remove RejectNegative.
	(-mno-address-space-conversion): Remove.
	(-mno-atomic-updates): Remove.
	* config/spu/spu.h (TARGET_DEFALT): Add MASK_ADDRESS_SPACE_CONVERSION.
	* config/spu/spu.c (spu_addr_space_subset_p): Test for
	!MASK_ADDRESS_SPACE_CONVERSION instead of
	TARGET_NO_ADDRESS_SPACE_CONVERSION.

Modified:
    branches/named-addr-spaces-branch/gcc/ChangeLog.named
    branches/named-addr-spaces-branch/gcc/ChangeLog.named2
    branches/named-addr-spaces-branch/gcc/config/spu/spu.c
    branches/named-addr-spaces-branch/gcc/config/spu/spu.h
    branches/named-addr-spaces-branch/gcc/config/spu/spu.opt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]