Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/m68k/include
Module Name: src
Committed By: mhitch
Date: Thu Aug 3 20:32:07 UTC 2006
Modified Files:
src/sys/arch/m68k/include: asm_single.h
Log Message:
gcc4 checks for and warns of matching constraints that don't specify
a register operand. Remove the matching constraint and change the output
operand constraint from "=m" (write-only) to "+m" (read-write).
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/m68k/include/asm_single.h
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