aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-07 21:34:51 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-07 21:34:51 +0000
commite39e69563a5046efc5ffb0385364fb0bc1095c43 (patch)
treec0235d22ea708184355fdde85afcddc2ee19e196 /ChangeLog
parent21e41c58872fec4ea9d7b21807bcc242337b1e2c (diff)
downloadglibc-e39e69563a5046efc5ffb0385364fb0bc1095c43.tar
glibc-e39e69563a5046efc5ffb0385364fb0bc1095c43.tar.gz
glibc-e39e69563a5046efc5ffb0385364fb0bc1095c43.tar.bz2
glibc-e39e69563a5046efc5ffb0385364fb0bc1095c43.zip
Update.
* elf/Makefile (all-rtld-routines): Evaluate $(sysdep-rtld-routines) too. * sysdeps/powerpc/Makefile (sysdep-rtld-routines): New variable. (sysdep_routines): Remove dl-start. Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 356e51fb60..d1231a7dac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2000-09-07 Ulrich Drepper <drepper@redhat.com>
+ * elf/Makefile (all-rtld-routines): Evaluate $(sysdep-rtld-routines)
+ too.
+ * sysdeps/powerpc/Makefile (sysdep-rtld-routines): New variable.
+ (sysdep_routines): Remove dl-start.
+ Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
+
* assert/__assert.c: Undefine NDEBUG before include <assert.h>.
* sysdeps/unix/sysv/linux/msgsnd.c (msgsnd): Add cast to avoid warning.