about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-09-17 07:26:24 +0000
committerUlrich Drepper <drepper@redhat.com>2006-09-17 07:26:24 +0000
commitfb146a76a5bfbd4a7afd65a8c749715336444241 (patch)
treef4e85e84d5442fab7fc5b91873c89369ac3d4c06 /sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
parentbd6d3b7dadf39f8afbbb5736614c378aa970f5c3 (diff)
downloadglibc-fb146a76a5bfbd4a7afd65a8c749715336444241.tar.gz
glibc-fb146a76a5bfbd4a7afd65a8c749715336444241.tar.xz
glibc-fb146a76a5bfbd4a7afd65a8c749715336444241.zip
* io/Makefile (CFLAGS-fstatat.c): Set.
	(CFLAGS-fstatat64.c): Likewise.
	(CFLAGS-mknodat.c): Likewise.

	* sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
	* sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
	* sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.

2006-09-14  Jakub Jelinek  <jakub@redhat.com>
Diffstat (limited to 'sysdeps/ieee754/ldbl-128ibm/s_llrintl.c')
-rw-r--r--sysdeps/ieee754/ldbl-128ibm/s_llrintl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm/s_llrintl.c b/sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
index 7228489098..3718250b6e 100644
--- a/sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
+++ b/sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
@@ -1,4 +1,4 @@
-/* Round to int long double floating-point values.
+/* Round to long long int long double floating-point values.
    IBM extended format long double version.
    Copyright (C) 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
@@ -18,9 +18,6 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-/* This has been coded in assembler because GCC makes such a mess of it
-   when it's coded in C.  */
-
 #include <math.h>
 #include <fenv_libc.h>
 #include <math_ldbl_opt.h>