Date: Thu, 1 Jul 2010 00:48:00 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gmon gmon.c Message-ID: <201007010048.o610mNrI014828@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2010-07-01 00:48:00 UTC FreeBSD src repository Modified files: lib/libc/gmon gmon.c Log: SVN rev 209620 on 2010-07-01 00:48:00Z by marcel Simplify the calculation of s_scale by rewriting the FP expression to use uintmax_t instead of float and thereby eliminating the need for a non-FP version. Tested on: amd64, ia64 & powerpc (book-E) Suggested by: bde MFC after: 1 month Revision Changes Path 1.25 +5 -20 src/lib/libc/gmon/gmon.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007010048.o610mNrI014828>