]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/tst-tls5.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 2 Sep 2003 00:33:28 +0000 (00:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 2 Sep 2003 00:33:28 +0000 (00:33 +0000)
commitc874a32e887dd78c1480dcb32052f708dcd5c1e8
treeeb7b699b55229d28ae4c15d60981dd0cfbe0c013
parente3a88560b94668a5b4de5ca7161f3aea5f02e496
Update.

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.
24 files changed:
linuxthreads/ChangeLog
linuxthreads/tst-tls1.c [new file with mode: 0644]
linuxthreads/tst-tls1.h [new file with mode: 0644]
linuxthreads/tst-tls1mod.c [new file with mode: 0644]
linuxthreads/tst-tls1moda.c [new file with mode: 0644]
linuxthreads/tst-tls1modb.c [new file with mode: 0644]
linuxthreads/tst-tls1modc.c [new file with mode: 0644]
linuxthreads/tst-tls1modd.c [new file with mode: 0644]
linuxthreads/tst-tls1mode.c [new file with mode: 0644]
linuxthreads/tst-tls1modf.c [new file with mode: 0644]
linuxthreads/tst-tls2.sh [new file with mode: 0644]
nptl/ChangeLog
nptl/Makefile
nptl/tst-tls3.c
nptl/tst-tls3mod.c
nptl/tst-tls5.c [new file with mode: 0644]
nptl/tst-tls5.h [new file with mode: 0644]
nptl/tst-tls5mod.c [new file with mode: 0644]
nptl/tst-tls5moda.c [new file with mode: 0644]
nptl/tst-tls5modb.c [new file with mode: 0644]
nptl/tst-tls5modc.c [new file with mode: 0644]
nptl/tst-tls5modd.c [new file with mode: 0644]
nptl/tst-tls5mode.c [new file with mode: 0644]
nptl/tst-tls5modf.c [new file with mode: 0644]