Module Name: src
Committed By: christos
Date: Mon Jan 11 23:38:24 UTC 2010
Modified Files:
src/lib/libm/src: s_exp2.c
Log Message:
remove weak reference for now.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_exp2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/src/s_exp2.c
diff -u src/lib/libm/src/s_exp2.c:1.1 src/lib/libm/src/s_exp2.c:1.2
--- src/lib/libm/src/s_exp2.c:1.1 Mon Jan 11 11:28:39 2010
+++ src/lib/libm/src/s_exp2.c Mon Jan 11 18:38:24 2010
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: s_exp2.c,v 1.1 2010/01/11 16:28:39 christos Exp $");
+__RCSID("$NetBSD: s_exp2.c,v 1.2 2010/01/11 23:38:24 christos Exp $");
#ifdef __FBSDID
__FBSDID("$FreeBSD: src/lib/msun/src/s_exp2.c,v 1.7 2008/02/22 02:27:34 das Exp $");
#endif
@@ -394,6 +394,8 @@
}
}
+#ifdef notyet
#if (LDBL_MANT_DIG == 53)
__weak_reference(exp2, exp2l);
#endif
+#endif