Re: [PATCH 3/3 v6] ARC: hsdk: initial port for HSDK board

2017-06-28 Thread Rob Herring
On Mon, Jun 26, 2017 at 04:25:35PM +, Alexey Brodkin wrote: > Hi Rob, > > On Mon, 2017-06-26 at 10:51 -0500, Rob Herring wrote: > > On Mon, Jun 26, 2017 at 10:11 AM, Eugeniy Paltsev > > wrote: > > > > > > From: Alexey Brodkin > > > > > [snip] > > > > + > > > +   chosen { > > > + 

Re: ucontect vs. ucontext_t (was Re: [RFC 4/6] ARC: Initial port to glibc)

2017-06-28 Thread Vineet Gupta
On 06/28/2017 12:30 PM, Joseph Myers wrote: On Wed, 28 Jun 2017, Vineet Gupta wrote: I see no references to ucontext at all in ARC libgcc (ARC doesn't have a linux-unwind.h file). Those bits are still in flight, Claudiu ? -Vineet ___ linux-snps-arc

Re: ucontect vs. ucontext_t (was Re: [RFC 4/6] ARC: Initial port to glibc)

2017-06-28 Thread Joseph Myers
On Wed, 28 Jun 2017, Vineet Gupta wrote: > On 06/27/2017 02:56 PM, Joseph Myers wrote: > > > +/* Userlevel context. */ > > > +typedef struct ucontext > > > + { > > > +unsigned long uc_flags; > > > +struct ucontext *uc_link; > > This is now struct ucontext_t. > > Isn't this an ABI change

Re: ucontect vs. ucontext_t (was Re: [RFC 4/6] ARC: Initial port to glibc)

2017-06-28 Thread Szabolcs Nagy
[ignoring newsgroups] On 28/06/17 09:48, Vineet Gupta wrote: > On 06/27/2017 02:56 PM, Joseph Myers wrote: >>> +/* Userlevel context. */ >>> +typedef struct ucontext >>> + { >>> +unsigned long uc_flags; >>> +struct ucontext *uc_link; >> This is now struct ucontext_t. > > Isn't this an A

ucontect vs. ucontext_t (was Re: [RFC 4/6] ARC: Initial port to glibc)

2017-06-28 Thread Vineet Gupta
On 06/27/2017 02:56 PM, Joseph Myers wrote: +/* Userlevel context. */ +typedef struct ucontext + { +unsigned long uc_flags; +struct ucontext *uc_link; This is now struct ucontext_t. Isn't this an ABI change. After making change as you suggested, building gcc/libgcc itself fails now