Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/25/2000 07:26:13
Module Name: basesrc
Committed By: mycroft
Date: Tue Jul 25 04:26:13 UTC 2000
Modified Files:
basesrc/lib/libc/arch/sparc64/gen: fixunsdfsi.S
Log Message:
Make __dtoul() actually DTRT. The calling convention was totally wrong, and
the `big' value should be 2^63, not 2^31.
Also, nuke __fixunsdfsi(), since this is never output by the sparc64 compiler.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/arch/sparc64/gen/fixunsdfsi.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.