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/frv/frv.c config/frv/ ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth at gcc dot gnu dot org	2003-04-17 06:50:03

Modified files:
	gcc            : ChangeLog 
	gcc/config/frv : frv.c frv.h 

Log message:
	* config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
	all users with SYMBOL_REF_SMALL_P.
	(const_small_data_p): Use SYMBOL_REF_SMALL_P.
	(frv_encode_section_info): Remove.
	(frv_strip_name_encoding): Remove.
	(frv_in_small_data_p): Merge tests from encode_section_info.
	(frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
	* config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
	(SDATA_NAME_P): Remove.
	(ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
	(ASM_OUTPUT_LABELREF): Remove.
	(PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17481&r2=1.17482
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/frv/frv.c.diff?cvsroot=gcc&r1=1.19&r2=1.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/frv/frv.h.diff?cvsroot=gcc&r1=1.19&r2=1.20


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