Date: Thu, 14 Feb 2008 15:10:34 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src s_ceil.c s_ceill.c s_floor.c s_floorl.c s_trunc.c s_truncl.c Message-ID: <200802141510.m1EFAYQt078135@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2008-02-14 15:10:34 UTC FreeBSD src repository Modified files: lib/msun/src s_ceil.c s_ceill.c s_floor.c s_floorl.c s_trunc.c s_truncl.c Log: Oops, the weak reference for ceill(), floorl() and truncl() was in the wrong file. This broke arm and powerpc. Reported by: grehan Revision Changes Path 1.10 +4 -0 src/lib/msun/src/s_ceil.c 1.9 +0 -4 src/lib/msun/src/s_ceill.c 1.10 +4 -0 src/lib/msun/src/s_floor.c 1.8 +0 -4 src/lib/msun/src/s_floorl.c 1.2 +4 -0 src/lib/msun/src/s_trunc.c 1.9 +0 -4 src/lib/msun/src/s_truncl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802141510.m1EFAYQt078135>