mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2003-10-15 Jakub Jelinek <jakub@redhat.com> * elf/rtld.c (print_statistics): Print also number of relative relocations.
This commit is contained in:
@ -70,8 +70,13 @@ static pthread_descr manager_thread;
|
||||
#else
|
||||
static inline pthread_descr thread_segment(int seg)
|
||||
{
|
||||
# ifdef _STACK_GROWS_UP
|
||||
return (pthread_descr)(THREAD_STACK_START_ADDRESS + (seg - 1) * STACK_SIZE)
|
||||
+ 1;
|
||||
# else
|
||||
return (pthread_descr)(THREAD_STACK_START_ADDRESS - (seg - 1) * STACK_SIZE)
|
||||
- 1;
|
||||
# endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user