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 PING 2/5] Named address spaces: support multiple pointer modes


On 09/24/2009 11:19 AM, Ulrich Weigand wrote:
	* 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.

Better, thanks. Patch is ok.



r~



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