Date: Mon, 7 Mar 2005 21:27:37 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src s_fma.c s_frexp.c s_nextafter.c s_scalbn.c Message-ID: <200503072127.j27LRbv4024652@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-03-07 21:27:37 UTC FreeBSD src repository Modified files: lib/msun/src s_fma.c s_frexp.c s_nextafter.c s_scalbn.c Log: Replace strong references with weak references. There's no particularly good reason to do this, except that __strong_reference does type checking, whereas __weak_reference does not. On Alpha, the compiler won't accept a 'long double' parameter in place of a 'double' parameter even thought the two types are identical. Revision Changes Path 1.3 +1 -1 src/lib/msun/src/s_fma.c 1.10 +1 -1 src/lib/msun/src/s_frexp.c 1.11 +3 -3 src/lib/msun/src/s_nextafter.c 1.11 +2 -2 src/lib/msun/src/s_scalbn.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503072127.j27LRbv4024652>