diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-04 00:55:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-04 00:55:29 +0000 |
commit | 69cae3cfaffd9b605d1a42a80498dd4f39fef824 (patch) | |
tree | 92b5efc44768a8d25487c3b0bbf3b3d1662d9a5f /nptl/sysdeps/i386/i586 | |
parent | b1473c3238fe41cc727cc351b6ee7ee631f8f134 (diff) | |
download | glibc-69cae3cfaffd9b605d1a42a80498dd4f39fef824.tar glibc-69cae3cfaffd9b605d1a42a80498dd4f39fef824.tar.gz glibc-69cae3cfaffd9b605d1a42a80498dd4f39fef824.tar.bz2 glibc-69cae3cfaffd9b605d1a42a80498dd4f39fef824.zip |
Update.
* sysdeps/i386/i686/bits/atomic.h: Use i486 version.
* sysdeps/i386/i486/bits/atomic.h: New file.
* sysdeps/i386/i586/bits/atomic.h: New file.
* sysdeps/i386/i686/pthread_spin_trylock.S: Define HAVE_CMOV and
include i486 version.
* sysdeps/i386/i486/pthread_spin_trylock.S: New file.
* sysdeps/i386/i586/pthread_spin_trylock.S: New file.
Patch by Marjin Ros <marjin@mad.scientist.com>.
Diffstat (limited to 'nptl/sysdeps/i386/i586')
-rw-r--r-- | nptl/sysdeps/i386/i586/bits/atomic.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/nptl/sysdeps/i386/i586/bits/atomic.h b/nptl/sysdeps/i386/i586/bits/atomic.h new file mode 100644 index 0000000000..9cb58d5f32 --- /dev/null +++ b/nptl/sysdeps/i386/i586/bits/atomic.h @@ -0,0 +1,20 @@ +/* Copyright (C) 2002 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include "../../i486/bits/atomic.h" |