diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 22:34:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 22:34:57 +0000 |
commit | 046b40694fb1872067a5dad6b937633e4f06ba87 (patch) | |
tree | 25c74f1c374b80ca5bfdd32fda85b1caa9ab3fc8 /elf/tst-tlsmod4.c | |
parent | 5dd6c2fbcf2f9f34909f263d5055506780786cd7 (diff) | |
download | glibc-046b40694fb1872067a5dad6b937633e4f06ba87.tar glibc-046b40694fb1872067a5dad6b937633e4f06ba87.tar.gz glibc-046b40694fb1872067a5dad6b937633e4f06ba87.tar.bz2 glibc-046b40694fb1872067a5dad6b937633e4f06ba87.zip |
Update.
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.
Diffstat (limited to 'elf/tst-tlsmod4.c')
-rw-r--r-- | elf/tst-tlsmod4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/tst-tlsmod4.c b/elf/tst-tlsmod4.c index c536303b47..5285e821b0 100644 --- a/elf/tst-tlsmod4.c +++ b/elf/tst-tlsmod4.c @@ -16,6 +16,7 @@ in_dso (int n, int *caller_bazp) int result = 0; puts ("foo"); /* Make sure PLT is used before macros. */ + asm ("" ::: "memory"); bazp = TLS_GD (baz); |