Re: [RFC PATCH glibc 23/34] elf: Stop including tls.h in ldsodefs.h

2023-04-10 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le dim. 19 mars 2023 18:10:06 +0300, a ecrit: > Nothing in there needs tls.h > > Signed-off-by: Sergey Bugaev > --- > sysdeps/generic/ldsodefs.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h > ind

Re: [RFC PATCH glibc 23/34] elf: Stop including tls.h in ldsodefs.h

2023-04-03 Thread Sergey Bugaev
On Mon, Apr 3, 2023 at 2:20 AM Samuel Thibault wrote: > Sergey Bugaev, le dim. 19 mars 2023 18:10:06 +0300, a ecrit: > > Nothing in there needs tls.h > > Ok but includers might be erroneously relying on it. Did you try to > build various configurations, to make sure that this isn't breaking any?

Re: [RFC PATCH glibc 23/34] elf: Stop including tls.h in ldsodefs.h

2023-04-02 Thread Samuel Thibault
Sergey Bugaev, le dim. 19 mars 2023 18:10:06 +0300, a ecrit: > Nothing in there needs tls.h Ok but includers might be erroneously relying on it. Did you try to build various configurations, to make sure that this isn't breaking any? > > Signed-off-by: Sergey Bugaev > --- > sysdeps/generic/ldso

[RFC PATCH glibc 23/34] elf: Stop including tls.h in ldsodefs.h

2023-03-19 Thread Sergey Bugaev
Nothing in there needs tls.h Signed-off-by: Sergey Bugaev --- sysdeps/generic/ldsodefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h index c99dad77..5f21bc63 100644 --- a/sysdeps/generic/ldsodefs.h +++ b/sysdeps/generic/ldsodefs.h @@