diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-24 19:14:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-24 19:14:59 +0000 |
commit | 5bbcba0db58cef39ec4b582cd665ccb019dc6763 (patch) | |
tree | 5e18843757e510eddaef04aa3213bcb351681319 /ChangeLog | |
parent | 369b849f1a382df2c1ee5d3a997bf318950cf5ab (diff) | |
download | glibc-5bbcba0db58cef39ec4b582cd665ccb019dc6763.zip glibc-5bbcba0db58cef39ec4b582cd665ccb019dc6763.tar.gz glibc-5bbcba0db58cef39ec4b582cd665ccb019dc6763.tar.bz2 |
* elf/dl-misc.c: Include <sysdep.h>.
(_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
* sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
* sysdeps/unix/sysv/linux/init-first.c: Not here.
* sysdeps/powerpc/elf/libc-start.c: Or here.
* sysdeps/unix/sysv/aix/libc-start.c: Or here.
* sysdeps/unix/sysv/aix/start-libc.c: Or here.
* sysdeps/unix/sysv/aix/init-first.c: Or here.
* sysdeps/generic/libc-start.c: Or here.
* sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
access with [! SHARED].
* sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-10-24 Jakub Jelinek <jakub@redhat.com> + * elf/dl-misc.c: Include <sysdep.h>. + (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up. + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros. (INLINE_SYSCALL): Use that. @@ -27,6 +30,17 @@ 2002-10-24 Roland McGrath <roland@redhat.com> + * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here. + * sysdeps/unix/sysv/linux/init-first.c: Not here. + * sysdeps/powerpc/elf/libc-start.c: Or here. + * sysdeps/unix/sysv/aix/libc-start.c: Or here. + * sysdeps/unix/sysv/aix/start-libc.c: Or here. + * sysdeps/unix/sysv/aix/init-first.c: Or here. + * sysdeps/generic/libc-start.c: Or here. + * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up + access with [! SHARED]. + * sysdeps/unix/sysv/aix/init-first.c (init): Likewise. + * libio/bug-wfflush.c: New file. * libio/Makefile (tests): Add bug-wfflush. |