TLS on GNU/Hurd (was Re: configure.in broken.)

Ulrich Drepper drepper@redhat.com
Fri Sep 3 17:10:00 GMT 2004


Alfred M. Szmidt wrote:

>    /* Fill in the DTV slot so that a later LD/GD access will find it.  */
> -  THREAD_DTV ()[map->l_tls_modid].pointer = dest;
> +  {
> +    dtv_t *dtv = THREAD_DTV ();
> +    dtv[map->l_tls_modid].pointer = dest;
> +  }

This is wrong.  All the error means is that the THREAD_DTV return value
has the wrong type.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖



More information about the Libc-alpha mailing list