Re: [PATCH v2 1/4] hurd: Simplify init-first.c further

2023-02-24 Thread Samuel Thibault
Samuel Thibault, le ven. 24 févr. 2023 02:08:09 +0100, a ecrit: > Sergey Bugaev, le jeu. 23 févr. 2023 16:54:05 +0300, a ecrit: > > And from what I remember from building glibc on the Hurd > > itself back in 2021, make check takes a very long time and either > > never really completes or brings the

Re: [PATCH v2 1/4] hurd: Simplify init-first.c further

2023-02-23 Thread Samuel Thibault
Sergey Bugaev, le jeu. 23 févr. 2023 16:54:05 +0300, a ecrit: > And from what I remember from building glibc on the Hurd > itself back in 2021, make check takes a very long time and either > never really completes or brings the system into some weird state. Some checks pose problem indeed, see the

Re: [PATCH v2 1/4] hurd: Simplify init-first.c further

2023-02-23 Thread Sergey Bugaev
On Thu, Feb 23, 2023 at 2:26 AM Samuel Thibault wrote: > Did you try to run make check? No. I'm cross-compiling, so I don't think make check would be able to run any tests. And from what I remember from building glibc on the Hurd itself back in 2021, make check takes a very long time and either

Re: [PATCH v2 1/4] hurd: Simplify init-first.c further

2023-02-22 Thread Samuel Thibault
Hello, Thanks for this! Did you try to run make check? Sergey Bugaev via Libc-alpha, le mer. 22 févr. 2023 00:19:29 +0300, a ecrit: > This drops all of the return address rewriting kludges. The only > remaining hack is the jump out of a call stack while adjusting the > stack pointer. Is this ha

[PATCH v2 1/4] hurd: Simplify init-first.c further

2023-02-21 Thread Sergey Bugaev
This drops all of the return address rewriting kludges. The only remaining hack is the jump out of a call stack while adjusting the stack pointer. Signed-off-by: Sergey Bugaev --- sysdeps/mach/hurd/dl-sysdep.c | 5 +- sysdeps/mach/hurd/i386/dl-machine.h | 7 - sysdeps/mach/hurd/i386/in