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