Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 03/08/2001 20:56:19
Module Name:	basesrc
Committed By:	bjh21
Date:		Thu Mar  8 18:56:19 UTC 2001

Modified Files:
	basesrc/lib/libc/arch/arm: Makefile.inc
	basesrc/lib/libc/arch/arm/softfloat: softfloat.h
	basesrc/lib/libc/softfloat: softfloat-for-gcc.h softfloat.c

Log Message:
Re-instate __fixunssfsi() and __fixunsdfsi(), but only for arm32 with a.out
binaries, because libc's provided them there forever.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/arch/arm/Makefile.inc
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/arch/arm/softfloat/softfloat.h
cvs rdiff -r1.3 -r1.4 basesrc/lib/libc/softfloat/softfloat-for-gcc.h \
    basesrc/lib/libc/softfloat/softfloat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.