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]

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


Author: bje
Date: Wed May  7 08:56:54 2008
New Revision: 135034

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135034
Log:
	* target.h (struct gcc_target): Add valid_addr_space field.
	* target-def.h (TARGET_VALID_ADDR_SPACE): New.
	(TARGET_INITIALIZER): Add TARGET_VALID_ADDR_SPACE.
	* c-parser.c (legitimate_addr_space): Remove.
	(c_lex_one_token): Call target hook instead.
	* config/spu/spu.c: Define TARGET_VALID_ADDR_SPACE.
	(spu_valid_addr_space): New.

Modified:
    branches/named-addr-spaces-branch/gcc/ChangeLog.named
    branches/named-addr-spaces-branch/gcc/c-parser.c
    branches/named-addr-spaces-branch/gcc/config/spu/spu.c
    branches/named-addr-spaces-branch/gcc/target-def.h
    branches/named-addr-spaces-branch/gcc/target.h


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