[RFC v2][PATCH 10/27] Add Infinity THREAD_SELF macros to sysdeps/mips/nptl/tls.h

Gary Benson gbenson@redhat.com
Wed Jun 15 15:23:00 GMT 2016


Pedro Alves wrote:
> On 06/13/2016 11:38 AM, Gary Benson wrote:
> > +/* Magic for Infinity to know how to do THREAD_SELF.  */
> > +# define I8_THREAD_SELF I8_TS_CONST_THREAD_AREA
> > +# define I8_TS_CTA_VALUE TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE
> > +
> 
> Wrap in parentheses to avoid precedence problems creeping in
> in future:
> 
> # define I8_TS_CTA_VALUE (TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE)
> 
> etc.
> 
> More instances throughout the series.

Thanks Pedro, I've updated my tree.

Cheers,
Gary

-- 
http://gbenson.net/



More information about the Libc-alpha mailing list