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]

gcc/gcc ChangeLog config/vax/vax.c config/vax/ ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	matt@gcc.gnu.org	2005-04-27 02:18:44

Modified files:
	gcc            : ChangeLog 
	gcc/config/vax : vax.c vax.h vax-protos.h 

Log message:
	2005-04-27  Matt Thomas <matt@3am-software.com>
	
	* config/vax/vax.c (legitimate_constant_address_p): New.  Formerly
	CONSTANT_ADDRESS_P in config/vax/vax.h
	(legitimate_constant_p): Added.  Formerly CONSTANT_P in vax.h.
	(INDEX_REGISTER_P): New.
	(BASE_REGISTER_P): New.
	(indirectable_constant_address_p): New.  Adapted from
	INDIRECTABLE_CONSTANT_ADDRESS_P in vax.h.
	Use SYMBOL_REF_LOCAL_P.
	(indirectable_address_p): New.  Adapted from
	INDIRECTABLE_ADDRESS_P in vax.h.
	(nonindexed_address_p): New.  Adapted from
	GO_IF_NONINDEXED_ADDRESS in vax.h.
	(index_temp_p): New.  Adapted from
	INDEX_TERM_P in vax.h.
	(reg_plus_index_p): New.  Adapted from
	GO_IF_REG_PLUS_INDEX in vax.h.
	(legitimate_address_p): New.  Adapted from
	GO_IF_LEGITIMATE_ADDRESS in vax.h
	(vax_mode_dependent_address_p): New.  Adapted from
	GO_IF_MODE_DEPENDENT_ADDRESS in vax.h
	* config/vax/vax.h (CONSTANT_ADDRESS_P): Use
	legitimate_constant_address_p
	(CONSTANT_P): Use legitimate_constant_p.
	(INDIRECTABLE_CONSTANT_ADDRESS_P): Removed.
	(INDIRECTABLE_ADDRESS_P): Removed.
	(GO_IF_NONINDEXED_ADDRESS): Removed.
	(INDEX_TEMP_P): Removed.
	(GO_IF_REG_PLUS_INDEX): Removed.
	(GO_IF_LEGITIMATE_ADDRESS): Use legitimate_address_p.
	Two definitions, depending on whether REG_OK_STRICT is defined.
	(GO_IF_MODE_DEPENDENT_ADDRESS): Use vax_mode_dependent_address_p.
	Two definitions, depending on whether REG_OK_STRICT is defined.
	* config/vax/vax-protos.h (legitimate_constant_address_p): Prototype
	added.
	(legitimate_constant_p): Prototype added.
	(legitimate_address_p): Prototype added.
	(vax_mode_dependent_address_p): Prototype added.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8476&r2=2.8477
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/vax/vax.c.diff?cvsroot=gcc&r1=1.60&r2=1.61
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/vax/vax.h.diff?cvsroot=gcc&r1=1.70&r2=1.71
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/vax/vax-protos.h.diff?cvsroot=gcc&r1=1.18&r2=1.19


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