Subject: CVS commit: src/gnu/dist/binutils/opcodes
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/24/2005 23:53:18
Module Name:	src
Committed By:	christos
Date:		Sun Apr 24 23:53:18 UTC 2005

Modified Files:
	src/gnu/dist/binutils/opcodes: sparc-opc.c

Log Message:
Apply patch from the RedHat CVS tree. Avoids issue with -O3 using the
wrong registers with some opcodes, the error is:
Error: Illegal operands: There are only 32 single precision f registers; [0-31]
And the code to cause this is:
	return (cond) ? x : -x;
where x is double.


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 src/gnu/dist/binutils/opcodes/sparc-opc.c

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