Module Name: src Committed By: joerg Date: Thu Feb 25 12:36:36 UTC 2016
Modified Files: src/external/gpl3/binutils.old/dist/gas/config: tc-sparc.c src/external/gpl3/binutils/dist/gas/config: tc-sparc.c Log Message: SPARC before v8 requires a nop instruction between a floating point instruction and a floating point branch. SPARCv8 requires a nop only immediately after FPop2 (fcmp*) instructions. Adjust the logic to properly implement the v8 rules when targetting a less ancient architecture. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/binutils.old/dist/gas/config/tc-sparc.c cvs rdiff -u -r1.1.1.4 -r1.2 \ src/external/gpl3/binutils/dist/gas/config/tc-sparc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.