Skip to content

Commit

Permalink
2007-07-27 Jakub Jelinek <jakub@redhat.com>
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
Jakub Jelinek committed Jul 27, 2007
1 parent cda7716 commit ed1e38d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
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-06-22 Jakub Jelinek <jakub@redhat.com>

* pthread_getattr_np.c (pthread_getattr_np): Clear cpuset and
Expand Down
6 changes: 6 additions & 0 deletions nptl/sysdeps/sparc/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */
Expand Down

0 comments on commit ed1e38d

Please sign in to comment.