summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-07 05:50:55 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-07 05:50:55 +0000
commitad5468d69f77b6b3db1d48bfe5799ec8ac61581a (patch)
tree162a08b0148dd34563c4cba0dcc13b9484dbe41f /ChangeLog
parent2b31830acf326389c996bd6b0dd47b4d44e821cd (diff)
downloadglibc-ad5468d69f77b6b3db1d48bfe5799ec8ac61581a.tar.gz
glibc-ad5468d69f77b6b3db1d48bfe5799ec8ac61581a.tar.xz
glibc-ad5468d69f77b6b3db1d48bfe5799ec8ac61581a.zip
Update.
	* elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explcitly
	taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4a63045c..764a7016c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explcitly
+	taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
+
 	* malloc/malloc.c: Makr all _int_* functions as static.
 
 2003-01-06  Jakub Jelinek  <jakub@redhat.com>