Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/06/1999 06:56:29
Module Name:	src
Committed By:	kleink
Date:		Thu May  6 13:56:28 UTC 1999

Modified Files:
	src/lib/libc/arch/arm32/fplib: environment.h fplib_glue.S fplib_libc.c
	    softfloat-macros.h softfloat-specialize.h softfloat.c softfloat.h
Log Message:
* Prefix softfloat symbols which require external linkage with _arm32_ to
move them out of user namespace; declare those not requiring external linkage
static.
* In due course, disable those functions that require neither external nor
internal linkage.
Addresses PR port-arm32/7517.