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]

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


Author: uweigand
Date: Thu Sep 24 19:36:11 2009
New Revision: 152143

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152143
Log:
	* target-def.h (TARGET_DEFAULT_ADDRESS_POINTER_MODES_P): Remove.
	* targhooks.c (target_default_address_pointer_modes_p): New function.
	* target.h (target_default_address_pointer_modes_p): Add prototype.

	* alias.c (find_base_value): Use target_default_address_pointer_modes_p
	instead of TARGET_DEFAULT_ADDRESS_POINTER_MODES_P.
	(find_base_term): Likewise.
	* rtlanal.c (nonzero_bits1): Likewise.
	(num_sign_bit_copies1): Likewise.
	* simplify-rtx.c (simplify_unary_operation_1): Likewise.

	* alias.c: Do not include "targhooks.h".
	* rtlanal.c: Likewise.
	* simplify-rtx.c: Likewise.
	* Makefile.in (alias.o): Update dependencies.
	(rtlanal.o): Likewise.
	(simplify-rtx.o): Likewise.

Modified:
    branches/named-addr-spaces-branch/gcc/ChangeLog.named
    branches/named-addr-spaces-branch/gcc/ChangeLog.named2
    branches/named-addr-spaces-branch/gcc/Makefile.in
    branches/named-addr-spaces-branch/gcc/alias.c
    branches/named-addr-spaces-branch/gcc/rtlanal.c
    branches/named-addr-spaces-branch/gcc/simplify-rtx.c
    branches/named-addr-spaces-branch/gcc/target-def.h
    branches/named-addr-spaces-branch/gcc/target.h
    branches/named-addr-spaces-branch/gcc/targhooks.c


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