gcc/gcc ChangeLog config/mips/mips.c config/mi ...

echristo@gcc.gnu.org echristo@gcc.gnu.org
Tue Feb 19 15:16:00 GMT 2002


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_0-branch
Changes by:	echristo@gcc.gnu.org	2002-02-19 15:16:54

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

Log message:
	2002-02-19  Eric Christopher  <echristo@redhat.com>
	
	PR 5405 Backport march/mtune patches for compatibility with
	recent binutils.
	* config/mips/mips.c (mips_parse_cpu): New.
	(mips_arch, mips_arch_string): Ditto.
	(mips_tune, mips_tune_string): Ditto.
	(override_options): Use above. Add warning for isa and arch
	incompatibility.
	(mips_asm_file_start): Use above.
	* config/mips/mips.h (mips_cpu_attr): Use mips_tune.
	(TARGET_OPTIONS): Add mtune/march.
	Change mips_cpu to mips_tune for scheduling.
	* config/mips/mips.md: Change mips_cpu to mips_arch in patterns.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.9240.2.987&r2=1.9240.2.988
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.c.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.107.2.6&r2=1.107.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.108.2.3&r2=1.108.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.md.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.87.4.4&r2=1.87.4.5



More information about the Gcc-cvs mailing list