diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-08 01:07:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-08 01:07:04 +0000 |
commit | f6ed654cabb55cc809bde696ad8357498af39757 (patch) | |
tree | 699d12220dc547380f544f9d7cf3996e60459d93 /nptl/Makefile | |
parent | f2a8406a4f5974230d33995105160a8bacbce500 (diff) | |
download | glibc-f6ed654cabb55cc809bde696ad8357498af39757.tar.gz glibc-f6ed654cabb55cc809bde696ad8357498af39757.tar.xz glibc-f6ed654cabb55cc809bde696ad8357498af39757.zip |
* sysdeps/x86_64/memset.S: Add sfence after movnti.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index f239846fb7..00cf40d695 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -222,6 +222,7 @@ tests = tst-typesizes \ tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 \ tst-align tst-align2 tst-align3 \ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ + tst-basic7 \ tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \ tst-raise1 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 tst-join6 \ |