Subject: CVS commit: src/sys/arch/sh5/sh5
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/15/2004 05:21:36
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.