Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sh5/sh5
Module Name: src
Committed By: jmc
Date: Wed Dec 15 05:21:36 UTC 2004
Modified Files:
src/sys/arch/sh5/sh5: locore_subr.S
Log Message:
Due to cpp always treating constants as signed and gas no longer accepting
X - -Y in any form, need to convert a subtract into + (-1 * val).
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/arch/sh5/sh5/locore_subr.S
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