Module Name: src Committed By: martin Date: Mon Apr 8 12:10:54 UTC 2013
Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.c vax.md src/gnu/dist/gcc4/gcc/config/vax: vax.c vax.md Log Message: Fix "ashq" second argument sign extension (the assembler does not treat -1 as a 64bit value). Upstream reported as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875 Problemm noted by Jonny Billquist (in lint), hint for solution from mouse. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/config/vax/vax.c cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/config/vax/vax.md cvs rdiff -u -r1.18 -r1.19 src/gnu/dist/gcc4/gcc/config/vax/vax.c cvs rdiff -u -r1.16 -r1.17 src/gnu/dist/gcc4/gcc/config/vax/vax.md Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.