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 defaults.h varasm.c config/m ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-04-11 06:21:05

Modified files:
	gcc            : ChangeLog defaults.h varasm.c 
	gcc/config/mips: iris5.h 
	gcc/config/rs6000: sysv4.h 
	gcc/doc        : tm.texi 

Log message:
	2004-04-11  Andrew Pinski  <pinskia@physics.uc.edu>
	
	* varasm.c (text_section): Use TEXT_SECTION_ASM_OP and
	ASM_OUTPUT_ALIGN instead of SECTION_FORMAT_STRING
	and NORMAL_TEXT_SECTION_NAME.
	(unlikely_text_section): Check targetm.have_named_sections
	instead of TARGET_ASM_NAMED_SECTION and use TEXT_SECTION_ASM_OP
	instead of SECTION_FORMAT_STRING.
	* config/mips/iris5.h (current_section_name): Add
	in_unlikely_executed_text case and move the abort into the switch.
	* config/rs6000/sysv4.h (HOT_TEXT_SECTION_NAME): Remove.
	(NORMAL_TEXT_SECTION_NAME): Remove.
	(UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
	(SECTION_FORMAT_STRING): Remove.
	* defaults.h (SECTION_FORMAT_STRING): Remove.
	* tm.texi (NORMAL_TEXT_SECTION_NAME): Remove.
	(SECTION_FORMAT_STRING): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3381&r2=2.3382
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/defaults.h.diff?cvsroot=gcc&r1=1.134&r2=1.135
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&r1=1.419&r2=1.420
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/iris5.h.diff?cvsroot=gcc&r1=1.29&r2=1.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/sysv4.h.diff?cvsroot=gcc&r1=1.147&r2=1.148
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&r1=1.319&r2=1.320


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