[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH glibc 2/3] XXX: Move __pthread_threads to ld.so
From: |
Sergey Bugaev |
Subject: |
Re: [RFC PATCH glibc 2/3] XXX: Move __pthread_threads to ld.so |
Date: |
Sat, 15 May 2021 20:07:35 +0300 |
On Sat, May 15, 2021 at 5:09 PM Samuel Thibault <samuel.thibault@gnu.org> wrote:
> This can't go to the generic-purpose dl-support.c file.
> Create a sysdeps/mach/hurd/dl-thread_gscope_wait.c file, it's already
> getting included by elf/Makefile's routine variable.
I'm creating sysdeps/htl/dl-thread_gscope_wait.c in the next commit.
Is there a reason this has to go into
sysdeps/mach/hurd/dl-thread_gscope_wait.c rather than there, it seems
rather specific to HTL?
> The rest looks ok, did you try to run make check to make sure nothing
> broke?
I started it and it ran for some time, apparently without crashing.
But then I interrupted it before it could finish, and anyway I don't
know where to look for results and how to interpret them. I'll figure
it out.
Sergey
- Re: glibc THREAD_GSCOPE and excessive gsync_wake (), (continued)
- Re: glibc THREAD_GSCOPE and excessive gsync_wake (), Samuel Thibault, 2021/05/08
- Re: glibc THREAD_GSCOPE and excessive gsync_wake (), Sergey Bugaev, 2021/05/08
- Re: glibc THREAD_GSCOPE and excessive gsync_wake (), Samuel Thibault, 2021/05/08
- [RFC PATCH glibc 3/3] XXX: Reimplement gscope, Sergey Bugaev, 2021/05/09
- [RFC PATCH glibc 1/3] XXX: Rename THREAD_GSCOPE_IN_TCB -> THREAD_GSCOPE_LINK_MAP, Sergey Bugaev, 2021/05/09
- [RFC PATCH glibc 2/3] XXX: Move __pthread_threads to ld.so, Sergey Bugaev, 2021/05/09
- [RFC PATCH glibc 0/3] Rewrite THREAD_GSCOPE, Sergey Bugaev, 2021/05/09