r134617 - in /branches/named-addr-spaces-branch...
bje@gcc.gnu.org
bje@gcc.gnu.org
Thu Apr 24 04:25:00 GMT 2008
Author: bje
Date: Thu Apr 24 04:25:06 2008
New Revision: 134617
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134617
Log:
Intial changes to abstract away __ea:
* target.h (ea_pointer_mode): Rename to addr_space_pointer_mode.
* c-tree.h (struct c_declspecs): Remove ea_p, add address_space.
* c-decl.c: Access declspecs->address_space, not ->ea_p.
* tree.c: Update callers to targetm.addr_space_pointer_mode.
* fold-const.c: Likewise.
* expr.c: Likewise.
* convert.c: Likewise.
* varasm.c: Likewise.
(default_ea_pointer_mode): Rename from this ..
(default_addr_space_pointer_mode): .. to this.
* target-def.h (TARGET_EA_POINTER_MOE): Rename from this ..
(TARGET_ADDR_SPACE_POINTER_MODE): .. to this.
* output.h (default_ea_pointer_mode): Rename from this ..
(default_addr_space_pointer_mode): .. to this.
Modified:
branches/named-addr-spaces-branch/gcc/ChangeLog.named
branches/named-addr-spaces-branch/gcc/c-decl.c
branches/named-addr-spaces-branch/gcc/c-tree.h
branches/named-addr-spaces-branch/gcc/convert.c
branches/named-addr-spaces-branch/gcc/expr.c
branches/named-addr-spaces-branch/gcc/fold-const.c
branches/named-addr-spaces-branch/gcc/output.h
branches/named-addr-spaces-branch/gcc/target-def.h
branches/named-addr-spaces-branch/gcc/target.h
branches/named-addr-spaces-branch/gcc/tree.c
branches/named-addr-spaces-branch/gcc/varasm.c
More information about the Gcc-cvs
mailing list