[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: |
Samuel Thibault |
Subject: |
Re: [RFC PATCH glibc 2/3] XXX: Move __pthread_threads to ld.so |
Date: |
Sat, 15 May 2021 20:03:20 +0200 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Sergey Bugaev, le sam. 15 mai 2021 20:07:35 +0300, a ecrit:
> 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.
Yes, I notice that afterwards. I didn't notice I had written
sysdeps/hurd while yes, htl/ is where it should go.
> > 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.
It provides a summary at the end, and otherwise the .test-result files
provide each result.
Samuel
- Re: glibc THREAD_GSCOPE and excessive gsync_wake (), (continued)
- 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
- Re: [RFC PATCH glibc 2/3] XXX: Move __pthread_threads to ld.so, Samuel Thibault, 2021/05/15
- Re: [RFC PATCH glibc 2/3] XXX: Move __pthread_threads to ld.so, Samuel Thibault, 2021/05/15
[RFC PATCH glibc 0/3] Rewrite THREAD_GSCOPE, Sergey Bugaev, 2021/05/09