bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 18.2/34] hurd: Port trampoline.c to x86_64


From: Samuel Thibault
Subject: Re: [PATCH v2 18.2/34] hurd: Port trampoline.c to x86_64
Date: Mon, 10 Apr 2023 21:04:31 +0200
User-agent: NeoMutt/20170609 (1.8.3)

This will possibly need to be fixed according to the FSGS regset change.

Sergey Bugaev, le lun. 03 avril 2023 14:56:21 +0300, a ecrit:
> @@ -110,6 +132,10 @@ _hurd_setup_sighandler (struct hurd_sigstate *ss, const 
> struct sigaction *action
>             ucontext_t *uctxp;            /* Points to uctx, below.  */
>           } posix;
>       };
> +
> +#ifdef __x86_64__
> +      void *_pad;
> +#endif

Please mention what that is for.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]