* device/lib/acosf.c (acosf),
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 31 Aug 2004 04:19:16 +0000 (04:19 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 31 Aug 2004 04:19:16 +0000 (04:19 +0000)
commitf42d37bc960a8ad533003fcad5b70539e818887e
treea47ebd5bec1bd33815199d7696f1ab74cb29fc25
parent4d20eecf1c00c94313350b4b5db5889f61125242
* device/lib/acosf.c (acosf),
* device/lib/asinf.c (asinf),
* device/lib/atanf.c (atanf),
* device/lib/ceilf.c (ceilf),
* device/lib/cosf.c (cosf),
* device/lib/coshf.c (coshf),
* device/lib/cotf.c (cotf),
* device/lib/fabsf.c (fabsf),
* device/lib/floorf.c (floorf),
* device/lib/log10f.c (log10f),
* device/lib/logf.c (logf),
* device/lib/sinf.c (sinf),
* device/lib/sinhf.c (sinhf),
* device/lib/sqrtf.c (sqrtf),
* device/lib/tanf.c (tanf),
* device/lib/tanhf.c (tanhf),
* device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
replaced all instances of "reentrant" in the library functions
defined in math.h with this macro.
* support/regression/tests/float_trans.c: reenabled test for hc08

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3465 4a8a32a2-be11-0410-ad9d-d568d2c75423
19 files changed:
ChangeLog
device/include/math.h
device/lib/acosf.c
device/lib/asinf.c
device/lib/atanf.c
device/lib/ceilf.c
device/lib/cosf.c
device/lib/coshf.c
device/lib/cotf.c
device/lib/fabsf.c
device/lib/floorf.c
device/lib/log10f.c
device/lib/logf.c
device/lib/sinf.c
device/lib/sinhf.c
device/lib/sqrtf.c
device/lib/tanf.c
device/lib/tanhf.c
support/regression/tests/float_trans.c