mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Update.
* sysdeps/i386/bits/select.h (__FD_ZERO): Remove memory output specification. It's not necessary.
This commit is contained in:
parent
ab7eb29230
commit
6dc0d457ec
@ -1,5 +1,8 @@
|
||||
1999-05-03 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/i386/bits/select.h (__FD_ZERO): Remove memory output
|
||||
specification. It's not necessary.
|
||||
|
||||
* elf/Makefile (trusted-dirs.st): Use gen-trusted-dirs.awk.
|
||||
* elf/gen-trusted-dirs.awk: New file.
|
||||
* elf/dl-load.c (systems_dirs): Moved into file scope. Initialize
|
||||
|
@ -27,11 +27,10 @@
|
||||
do { \
|
||||
int __d0, __d1; \
|
||||
__asm__ __volatile__ ("cld; rep; stosl" \
|
||||
: "=m" (__FDS_BITS (fdsp)[__FDELT (__FD_SETSIZE)]), \
|
||||
"=c" (__d0), "=D" (__d1) \
|
||||
: "a" (0), "1" (sizeof (__fd_set) \
|
||||
: "=c" (__d0), "=D" (__d1) \
|
||||
: "a" (0), "0" (sizeof (__fd_set) \
|
||||
/ sizeof (__fd_mask)), \
|
||||
"2" (&__FDS_BITS (fdsp)[0]) \
|
||||
"1" (&__FDS_BITS (fdsp)[0]) \
|
||||
: "memory"); \
|
||||
} while (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user