about summary refs log tree commit diff
path: root/nptl/tst-tls3mod.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of configuration optionsUlrich Drepper2011-09-101-4/+1
| | | | Make several tool features mandatory and simplify the code.
* Update.Ulrich Drepper2003-09-021-1/+8
| | | | | | | | | | | | | | | | | | | | | 2003-09-01 Jakub Jelinek <jakub@redhat.com> * Makefile (tests): Add tst-tls1. (module-names): Add tst-tls1mod{,a,b,c,d,e,f}. ($(objpfx)tst-tls1mod{,a,b,c,d,e,f}.so-no-z-defs): Set to yes. ($(objpfx)tst-tls1): New. ($(objpfx)tst-tls2.out): Likewise. (tests): Depend on $(objpfx)tst-tls2.out. * tst-tls1.c: New test. * tst-tls1.h: New. * tst-tls1mod.c: New. * tst-tls1moda.c: New. * tst-tls1modb.c: New. * tst-tls1modc.c: New. * tst-tls1modd.c: New. * tst-tls1mode.c: New. * tst-tls1modf.c: New. * tst-tls2.sh: New test.
* * Makeconfig (+includes): Don't use $(last-includes).Roland McGrath2003-03-231-0/+4
|
* Update.Ulrich Drepper2003-02-241-0/+81
* Makefile: Add rules to build and run tst-tls3. * tst-tls3.c: New file. * tst-tls3mod.c: New file.