Re: [PATCH v5 03/14] ARC: Thread Local Storage support
On 4/17/20 3:44 PM, Joseph Myers wrote: > On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote: > >> +/* Code to initially initialize the thread pointer. */ >> +# define TLS_INIT_TP(tcbp) \ >> + ({\ >> +
Re: [PATCH v5 03/14] ARC: Thread Local Storage support
On Wed, 8 Apr 2020, Vineet Gupta via Libc-alpha wrote: > +/* Code to initially initialize the thread pointer. */ > +# define TLS_INIT_TP(tcbp) \ > + ({ \ > + long result_var;