Home | History | Annotate | Download | only in tls
History log of /src/tests/lib/libc/tls/Makefile
RevisionDateAuthorComments
 1.6  18-Jul-2016  christos Not designed for PIE
 1.5  18-Jun-2016  joerg branches: 1.5.2;
Link static test program with LDSTATIC to deal with PIE.
 1.4  18-Nov-2011  joerg Add some dependencies
 1.3  30-Mar-2011  he branches: 1.3.4;
Put tests depending on dlopen etc. under a test for MKPIC, and move
the corresponding entries in the set lists over to the shl.mi file.
This should bring the sun2 port back to a buildable state.
 1.2  10-Mar-2011  skrll Deal with all objdir methods.
 1.1  09-Mar-2011  joerg 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.

This material is based upon work partially supported by
The NetBSD Foundation under a contract with Joerg Sonnenberger.

It is inspired by the TLS support in FreeBSD by Doug Rabson and the
clean ups of the DragonFly port of the original FreeBSD modifications.
 1.3.4.1  17-Apr-2012  yamt sync with head
 1.5.2.1  26-Jul-2016  pgoyette Sync with HEAD

RSS XML Feed