Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



Actually, I misread some stuff.  n/m && sorry for the noise.

On Thu, Mar 10, 2011 at 01:50:37PM +0000, Antti Kantee wrote:
> On Wed, Mar 09, 2011 at 11:10:09PM +0000, Joerg Sonnenberger wrote:
> > Log Message:
> > Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports
> > _rtld_tls_allocate and _rtld_tls_free. libpthread uses this functions to
> > setup the thread private area of all new threads. ld.elf_so is
> > responsible for setting up the private area for the initial thread.
> > Similar functions are called from _libc_init for static binaries, using
> > dl_iterate_phdr to access the ELF Program Header.
> > 
> > Add test cases to exercise the different TLS storage models. Test cases
> > are compiled and installed on all platforms, but are skipped on
> > platforms not marked for TLS support.
> 
> You are "skipping" them on all platforms due to using SUBDIR instead
> of TESTS_SUBDIR (SUBDIR doesn't get added to Atffile).  Was this
> your intention?


Home | Main Index | Thread Index | Old Index