svn commit: trunk/uClibc/libc/sysdeps/linux/xtensa/bits

czankel at uclibc.org czankel at uclibc.org
Sat Sep 13 20:22:33 UTC 2008


Author: czankel
Date: 2008-09-13 13:22:33 -0700 (Sat, 13 Sep 2008)
New Revision: 23392

Log:
xtensa: The Xtensa port needs to define the __UCLIBC_TRUNCATE64_HAS_4_ARGS__ macro so that a dummy argument will be inserted before the long long length argument, which is expected to be in an even/odd register pair.

-This line, and those below, will be ignored--

M    uClibc_arch_features.h


Modified:
   trunk/uClibc/libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h	2008-09-13 19:54:56 UTC (rev 23391)
+++ trunk/uClibc/libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h	2008-09-13 20:22:33 UTC (rev 23392)
@@ -12,7 +12,7 @@
 #define __UCLIBC_MMAP_HAS_6_ARGS__
 
 /* does your target use syscall4() for truncate64 ? (32bit arches only) */
-#undef __UCLIBC_TRUNCATE64_HAS_4_ARGS__
+#define __UCLIBC_TRUNCATE64_HAS_4_ARGS__
 
 /* does your target have a broken create_module() ? */
 #undef __UCLIBC_BROKEN_CREATE_MODULE__




More information about the uClibc-cvs mailing list