gcc/gcc/config/crx crx-protos.h crx.c crx.h cr ...

woepaul@gcc.gnu.org woepaul@gcc.gnu.org
Fri Aug 19 07:47:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	woepaul@gcc.gnu.org	2005-08-19 07:47:35

Modified files:
	gcc/config/crx : crx-protos.h crx.c crx.h crx.opt 

Log message:
	* config/crx/crx.c: Implemented crx_decompose_address (like in the
	i386 port) so that crx_legitimate_address_p, crx_address_cost
	and crx_print_operand_address are using the same code for adress
	handling. Using symbolic displacements now gets rejected since
	the CRX register relative adressing mode can't handle unsigned
	32-bit values as displacements.
	* config/crx/crx.h: Simplified definitions for REG_OK_FOR_BASE_P,
	removed redundant parenthesis and obsolete macros.
	* config/crx/crx.opt: Added a new switch for debugging of address
	handling.
	* config/crx/crx-protos.h: Added new declarations for above.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/crx/crx-protos.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/crx/crx.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/crx/crx.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/crx/crx.opt.diff?cvsroot=gcc&r1=1.1&r2=1.2



More information about the Gcc-cvs mailing list