Re: [PATCH v4 09/15] ARC: Linux ABI

2020-03-26 Thread Vineet Gupta
On 3/26/20 5:38 PM, Joseph Myers wrote: > On Thu, 12 Mar 2020, Vineet Gupta via Libc-alpha wrote: > >> +/* And the whole bunch of them. We could have used `struct >> + user_regs' directly in the typedef, but tradition says that >> + the register set is an array, which does have some peculiar

Re: [PATCH v4 09/15] ARC: Linux ABI

2020-03-26 Thread Joseph Myers
On Thu, 12 Mar 2020, Vineet Gupta via Libc-alpha wrote: > +/* And the whole bunch of them. We could have used `struct > + user_regs' directly in the typedef, but tradition says that > + the register set is an array, which does have some peculiar > + semantics, so leave it that way. */ > +#

[PATCH v4 09/15] ARC: Linux ABI

2020-03-12 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- sysdeps/arc/nptl/pthreaddef.h | 32 +++ sysdeps/unix/sysv/linux/arc/bits/procfs.h | 35 +++ .../sysv/linux/arc/bits/types/__sigset_t.h| 12 +++ sysdeps/unix/sysv/linux/arc/getcontext.S | 63 + sysdeps/unix/sysv/linux