Subject: CVS commit: src/gnu/dist/gcc/gcc/config/sparc
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/23/2003 10:19:03
Module Name:	src
Committed By:	martin
Date:		Sat Aug 23 10:19:03 UTC 2003

Modified Files:
	src/gnu/dist/gcc/gcc/config/sparc: sparc.md

Log Message:
Shifts with >= 32 bit used to generate illegal code for 64bit targets,
fix by using for example "sllx" instead of "sll" in this cases.
Submitted to the gcc maintainers as attachment to [Bug c/11965] in their
bugzilla.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/config/sparc/sparc.md

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.