This is the mail archive of the gcc-patches@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]

Re: [patch] Remove TARGET_ADDR_SPACE_KEYWORDS target macro


Ulrich Weigand wrote:

> 	* c-common.h (c_register_addr_space): Add prototype.
> 	(ADDR_SPACE_KEYWORD): Remove.
> 	* c-common.c (c_register_addr_space): New function.
> 	(c_addr_space_name): Reimplement.
> 	(c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
> 
> 	* config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
> 	(REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
> 
> 	* doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
> 	Remove TARGET_ADDR_SPACE_KEYWORDS.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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