about summary refs log tree commit diff
path: root/elf/tst-tlsmod4.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2002-08-251-0/+1
| | | | | | | | | | 2002-08-25 Ulrich Drepper <drepper@redhat.com> * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is not moved ahead of the fputs call. * elf/tst-tlsmod2.c (in_dso): Likewise. * elf/tst-tlsmod3.c (in_dso2): Likewise. * elf/tst-tlsmod4.c (in_dso): Likewise.
* * elf/tst-tlsmod4.c (in_dso): Insert a random library call before useRoland McGrath2002-08-121-1/+5
| | | | | | | of the TLS macros, otherwise the compiler might not have initialized the PIC register yet when we use the PLT via asm. * elf/tst-tlsmod3.c (in_dso2): Likewise. * elf/tst-tlsmod2.c (in_dso): Likewise.
* Update.Ulrich Drepper2002-02-141-0/+33
* elf/Makefile: Add rules to build and run tst-tls8. * elf/tst-tls8.c: New file. * elf/tst-tlsmod4.c: New file.