about summary refs log tree commit diff
path: root/nptl/sysdeps/sparc/tls.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-07-27 22:07:39 +0000
committerJakub Jelinek <jakub@redhat.com>2007-07-27 22:07:39 +0000
commitef0af159c51df55116336189c2e84c29bc5e8228 (patch)
treedc05b9f2acf6e51df71c8331f75c342031185213 /nptl/sysdeps/sparc/tls.h
parent74f2caf168045bb0446e635cc1fa6361f7fd37b6 (diff)
downloadglibc-ef0af159c51df55116336189c2e84c29bc5e8228.tar.gz
glibc-ef0af159c51df55116336189c2e84c29bc5e8228.tar.xz
glibc-ef0af159c51df55116336189c2e84c29bc5e8228.zip
2007-07-27 Jakub Jelinek <jakub@redhat.com>
	* sysdeps/sparc/tls.h (tcbhead_t): Move gscope_flag to the end
	of the structure for sparc32.

2007-07-26  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/sparc/tls.h (tcbhead_t): Add gscope_flag.
2007-07-27  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/sparc/tls.h (tcbhead_t): Move gscope_flag to the end
	of the structure for sparc32.

2007-07-26  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/sparc/tls.h (tcbhead_t): Add gscope_flag.
Diffstat (limited to 'nptl/sysdeps/sparc/tls.h')
-rw-r--r--nptl/sysdeps/sparc/tls.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/sysdeps/sparc/tls.h b/nptl/sysdeps/sparc/tls.h
index 788c974c1c..c4741c8fc8 100644
--- a/nptl/sysdeps/sparc/tls.h
+++ b/nptl/sysdeps/sparc/tls.h
@@ -46,9 +46,15 @@ typedef struct
   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__ */