Subject: CVS commit: [netbsd-3] src/gnu/dist/binutils/opcodes
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/21/2005 18:52:17
Module Name: src
Committed By: tron
Date: Mon Nov 21 18:52:17 UTC 2005
Modified Files:
src/gnu/dist/binutils/opcodes [netbsd-3]: sparc-opc.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #958):
gnu/dist/binutils/opcodes/sparc-opc.c: revision 1.2
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.1.1.2.2.1 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.