[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r2959 - in /fsf/trunk/libc/nptl: ChangeLog sysdeps/sparc/tls.h
- To: commits@xxxxxxxxxx
- Subject: [commits] r2959 - in /fsf/trunk/libc/nptl: ChangeLog sysdeps/sparc/tls.h
- From: eglibc@xxxxxxxxxx
- Date: Sat, 28 Jul 2007 07:03:12 -0000
Author: eglibc
Date: Sat Jul 28 00:03:11 2007
New Revision: 2959
Log:
Import glibc-mainline for 2007-07-28
Modified:
fsf/trunk/libc/nptl/ChangeLog
fsf/trunk/libc/nptl/sysdeps/sparc/tls.h
Modified: fsf/trunk/libc/nptl/ChangeLog
==============================================================================
--- fsf/trunk/libc/nptl/ChangeLog (original)
+++ fsf/trunk/libc/nptl/ChangeLog Sat Jul 28 00:03:11 2007
@@ -1,3 +1,12 @@
+2007-07-27 Jakub Jelinek <jakub@xxxxxxxxxx>
+
+ * sysdeps/sparc/tls.h (tcbhead_t): Move gscope_flag to the end
+ of the structure for sparc32.
+
+2007-07-26 Aurelien Jarno <aurelien@xxxxxxxxxxx>
+
+ * sysdeps/sparc/tls.h (tcbhead_t): Add gscope_flag.
+
2007-07-23 Ulrich Drepper <drepper@xxxxxxxxxx>
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: Fix
Modified: fsf/trunk/libc/nptl/sysdeps/sparc/tls.h
==============================================================================
--- fsf/trunk/libc/nptl/sysdeps/sparc/tls.h (original)
+++ fsf/trunk/libc/nptl/sysdeps/sparc/tls.h Sat Jul 28 00:03:11 2007
@@ -46,9 +46,15 @@
dtv_t *dtv;
void *self;
int multiple_threads;
+#if __WORDSIZE == 64
+ int gscope_flag;
+#endif
uintptr_t sysinfo;
uintptr_t stack_guard;
uintptr_t pointer_guard;
+#if __WORDSIZE != 64
+ int gscope_flag;
+#endif
} tcbhead_t;
#else /* __ASSEMBLER__ */