Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/gnu/dist/binutils/opcodes



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.




Home | Main Index | Thread Index | Old Index