diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-18 00:00:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-18 00:00:50 +0000 |
commit | 1d53508d2c614ca42e93b26e4fd3d2560e92e6e1 (patch) | |
tree | a9792b6cb40511ae4d16b45ce40f2828acf9cc3e /nptl/Makefile | |
parent | f23b30e23b93d55dfa6f11e8eaa7f0f9dd492d93 (diff) | |
download | glibc-1d53508d2c614ca42e93b26e4fd3d2560e92e6e1.tar.gz glibc-1d53508d2c614ca42e93b26e4fd3d2560e92e6e1.tar.xz glibc-1d53508d2c614ca42e93b26e4fd3d2560e92e6e1.zip |
Update.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_mutex_lock): Add ax to clobber list. (lll_mutex_cond_lock): Likewise. (lll_mutex_unlock): Likewise. (lll_lock): Likewise. (lll_unlock): Likewise.
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 fab063dbcb..349f3ac312 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -364,6 +364,7 @@ CFLAGS-tst-cancelx14.c += -fexceptions CFLAGS-tst-cancelx15.c += -fexceptions CFLAGS-tst-cancelx16.c += -fexceptions CFLAGS-tst-cancelx17.c += -fexceptions +CFLAGS-tst-cancelx18.c += -fexceptions CFLAGS-tst-cleanupx0.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-tst-cleanupx1.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-tst-cleanupx2.c += -fexceptions |