This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for ia64


We need to check j0l () with 2.0 to verify if it is implemented on
ia64.


-- 
H.J. Lu (hjl@valinux.com)
---
2001-02-13  H.J. Lu  <hjl@gnu.org>

	* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __ftruncate64.

	* math/libm-test.inc (j0_test): Check j0 with 2.0.

Index: sysdeps/unix/sysv/linux/ia64/syscalls.list
===================================================================
RCS file: /work/cvs/gnu/glibc/sysdeps/unix/sysv/linux/ia64/syscalls.list,v
retrieving revision 1.1.1.9
diff -u -p -r1.1.1.9 syscalls.list
--- sysdeps/unix/sysv/linux/ia64/syscalls.list	2001/01/11 18:07:37	1.1.1.9
+++ sysdeps/unix/sysv/linux/ia64/syscalls.list	2001/02/14 03:49:52
@@ -11,7 +11,7 @@ statfs		-	statfs		i:sp	__statfs	statfs s
 mmap		-	mmap		b:aniiii __mmap		mmap __mmap64 mmap64
 getpeername	-	getpeername	i:ipp	__getpeername	getpeername
 getpriority	-	getpriority	i:ii	__getpriority	getpriority
-ftruncate	-	ftruncate	2	__ftruncate	ftruncate ftruncate64
+ftruncate	-	ftruncate	2	__ftruncate	ftruncate ftruncate64 __ftruncate64
 truncate	-	truncate	2	truncate	truncate64
 getrlimit	-	getrlimit	2	__getrlimit	getrlimit getrlimit64
 setrlimit	-	setrlimit	2	__setrlimit	setrlimit setrlimit64
Index: math/libm-test.inc
===================================================================
RCS file: /work/cvs/gnu/glibc/math/libm-test.inc,v
retrieving revision 1.1.1.10
diff -u -p -r1.1.1.10 libm-test.inc
--- math/libm-test.inc	2001/02/13 01:05:06	1.1.1.10
+++ math/libm-test.inc	2001/02/14 04:40:06
@@ -2825,7 +2825,7 @@ static void
 j0_test (void)
 {
   errno = 0;
-  FUNC(j0) (0);
+  FUNC(j0) (2.0);
   if (errno == ENOSYS)
     /* Function not implemented.  */
     return;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]