* sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"
authorRoland McGrath <roland@gnu.org>
Sat, 22 Mar 2003 00:07:21 +0000 (00:07 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 22 Mar 2003 00:07:21 +0000 (00:07 +0000)
commit4baa087aff637bae18105d983684d29457b04982
tree830b005f5e804bf58c5a01af76f993b7b9461cb3
parent002ff853059c14c55188a6cbe4fdbc4baa06219e
* sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"

constraint to permit non-constant BIT argument.
(atomic_bit_test_set): Likewise.
* sysdeps/x86_64/bits/atomic.h (atomic_bit_test_set): Likewise.
(atomic_bit_set): Likewise.  Use 1UL in case that BIT might be >= 32.
For quadword case, use "i" constraint if __builtin_constant_p and < 32
or "r" constraint otherwise.

* configure.in: Move AC_PROG_CC and other program-finding before all
the version checks.
* configure: Regenerated.
ChangeLog
configure
configure.in
linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/fork.c
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/fork.c