Re: [RFC PATCH 07/23] hurd: Pass the data pointer to _hurd_stack_setup explicitly

2024-01-04 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le mer. 03 janv. 2024 20:14:40 +0300, a ecrit: > Instead of relying on the stack frame layout to figure out where the stack > pointer was prior to the _hurd_stack_setup () call, just pass the pointer > as an argument explicitly. This is less brittle and much more po

[RFC PATCH 07/23] hurd: Pass the data pointer to _hurd_stack_setup explicitly

2024-01-03 Thread Sergey Bugaev
Instead of relying on the stack frame layout to figure out where the stack pointer was prior to the _hurd_stack_setup () call, just pass the pointer as an argument explicitly. This is less brittle and much more portable. Signed-off-by: Sergey Bugaev --- sysdeps/mach/hurd/i386/static-start.S |