summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-06 09:09:35 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-06 09:09:35 +0000
commit0caba1fbdb2bb0d78bbf3a9cf4d227ad1c1f8f86 (patch)
treef86a1435f78ca214fb24daf9ba7a85f3dfd1ff54 /ChangeLog
parent6fb78a87583a6d2f65a0fb4a77c950ddc037876c (diff)
Updated to fedora-glibc-20041006T0900
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 22 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 60c8257c4a..aeb8bd9e93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,39 @@
2004-10-05 Ulrich Drepper <drepper@redhat.com>
+ * elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf
+ for prelink message.
+
+2004-10-05 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h.
+ * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
+
+2004-10-05 Ulrich Drepper <drepper@redhat.com>
+
* grp/initgroups.c: Remove duplicate group IDs.
* grp/compat-initgroups.c: Likewise.
* nscd/initgrcache.c: Likewise.
2004-10-05 Jakub Jelinek <jakub@redhat.com>
- * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h.
- * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Return 200112L
+ for _SC_CPUTIME or _SC_THREAD_CPUTIME.
+
+ * nscd/Makefile (nscd-cflags): Set to -DIS_IN_nscd=1, plus
+ -fpie if building PIE.
+ (CFLAGS-*.c): Use it.
+
+ * nscd/Makefile (relro-LDFLAGS): Add -Wl,-z,now if have-z-relro.
+ ($(objpfx)nscd): Add $(relro-LDFLAGS).
* sysdeps/unix/sysv/linux/i386/sysconf.c: Include hp-timing.h.
(__sysconf): Return -1 for _SC_CPUTIME or _SC_THREAD_CPUTIME if
!HP_TIMING_AVAIL.
- * nscd/connections.c: Include dlfcn.h and gnu/lib-names.h.
- (start_threads): If _POSIX_CLOCK_SELECTION is -1 but
- _POSIX_THREADS > 0, dlopen LIBPTHREAD_SO and look for
- pthread_condattr_setclock in it.
+2004-10-05 Ulrich Drepper <drepper@redhat.com>
- * nscd/Makefile (relro-LDFLAGS): Add -Wl,-z,now if have-z-relro.
- ($(objpfx)nscd): Add $(relro-LDFLAGS).
+ * nscd/Makefile (distribute): Remove TODO.
+ * nscd/TODO: Removed.
2004-10-04 Ulrich Drepper <drepper@redhat.com>