Re: [PATCH v5 12/14] ARC: Build Infrastructure

2020-04-17 Thread Vineet Gupta
On 4/17/20 5:12 PM, Vineet Gupta via Libc-alpha wrote: > On 4/17/20 4:10 PM, Joseph Myers wrote: >> On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote: >> >>> + GLIBC_PRIVATE { >>> +# A copy of sigaction lives in libpthread, and needs these. >>> +__default_rt_sa_restorer; >>> + } >> >>

Re: [PATCH v5 12/14] ARC: Build Infrastructure

2020-04-17 Thread Vineet Gupta
On 4/17/20 4:10 PM, Joseph Myers wrote: > On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote: > >> + GLIBC_PRIVATE { >> +# A copy of sigaction lives in libpthread, and needs these. >> +__default_rt_sa_restorer; >> + } > > Not a requirement for this port, given that this is GLIBC_PRIV

Re: [PATCH v5 12/14] ARC: Build Infrastructure

2020-04-17 Thread Joseph Myers
On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote: > + GLIBC_PRIVATE { > +# A copy of sigaction lives in libpthread, and needs these. > +__default_rt_sa_restorer; > + } Not a requirement for this port, given that this is GLIBC_PRIVATE so can always be changed later, but does sigact

[PATCH v5 12/14] ARC: Build Infrastructure

2020-04-08 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- config.h.in| 3 + scripts/build-many-glibcs.py | 9 + sysdeps/arc/Implies| 3 + sysdeps/arc/Makefile | 21 +++ sysdeps/arc/Versions | 8 + sys