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


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth at gcc dot gnu dot org	2003-04-17 10:25:01

Modified files:
	gcc            : ChangeLog 
	gcc/config/sh  : sh.c sh.h sh.md 

Log message:
	* config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
	(tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
	(legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
	(sh_encode_section_info): Remove.
	(sh_strip_name_encoding): Remove.
	* config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
	(DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
	(SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
	(ASM_OUTPUT_LABELREF): Remove.
	(ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
	* config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17490&r2=1.17491
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.c.diff?cvsroot=gcc&r1=1.208&r2=1.209
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.h.diff?cvsroot=gcc&r1=1.197&r2=1.198
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.md.diff?cvsroot=gcc&r1=1.142&r2=1.143


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