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/ia64/ia64.h config/ia ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	itanium-sched-branch
Changes by:	vmakarov@gcc.gnu.org	2002-10-08 13:40:11

Modified files:
	gcc            : ChangeLog 
	gcc/config/ia64: ia64.h ia64.c ia64.md 
	gcc/doc        : invoke.texi 

Log message:
	2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
	Richard Henderson  <rth@redhat.com>
	
	* config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
	MASK_EARLY_STOP_BITS.
	(TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
	(TARGET_SWITCHES): Rename option `tune-stop-bits' to
	`early-stop-bits'.
	
	* config/ia64/ia64.c (ia64_dfa_new_cycle,
	final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
	instead of TARGET_TUNE_STOP_BITS.
	
	* doc/invoke.texi: Rename option `-mtune-stop-bits' to
	`-mearly-stop-bits'.
	
	* config/ia64/ia64.c (automata_option "v"): Comment it.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=itanium-sched-branch&r1=1.15391.2.11&r2=1.15391.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.h.diff?cvsroot=gcc&only_with_tag=itanium-sched-branch&r1=1.126.4.2&r2=1.126.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.c.diff?cvsroot=gcc&only_with_tag=itanium-sched-branch&r1=1.184.4.5&r2=1.184.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.md.diff?cvsroot=gcc&only_with_tag=itanium-sched-branch&r1=1.90.10.3&r2=1.90.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=itanium-sched-branch&r1=1.181.2.1&r2=1.181.2.2


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