about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-10 23:47:39 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-10 23:47:39 +0000
commitb1eab230118c7d65223927486afb7fe0b531bf33 (patch)
tree51c458add3ac839f3b4fd09e3d9ced303536cdf4 /ChangeLog
parent963100c9f9f079aac1cd891255d0eec5230052ae (diff)
downloadglibc-b1eab230118c7d65223927486afb7fe0b531bf33.tar.gz
glibc-b1eab230118c7d65223927486afb7fe0b531bf33.tar.xz
glibc-b1eab230118c7d65223927486afb7fe0b531bf33.zip
Update.
	* sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Also preserve
	r9, r10 and r11 for language specific registers.

2001-01-10  Jakub Jelinek  <jakub@redhat.com>

	* sunrpc/clnt_udp.c (clntudp_bufcreate): Set IP_RECVERR on the
	UDP socket.
	(clntudp_call): Handle MSG_ERRQUEUE.
	* sysdeps/generic/errqueue.h: New file.
	* sysdeps/unix/sysv/linux/errqueue.h: New file.

2001-01-10  H.J. Lu  <hjl@gnu.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0be44d386..1e6f88b175 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2001-01-10  H.J. Lu  <hjl@gnu.org>
 
+	* sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Also preserve
+	r9, r10 and r11 for language specific registers.
+
+2001-01-10  Jakub Jelinek  <jakub@redhat.com>
+
+	* sunrpc/clnt_udp.c (clntudp_bufcreate): Set IP_RECVERR on the
+	UDP socket.
+	(clntudp_call): Handle MSG_ERRQUEUE.
+	* sysdeps/generic/errqueue.h: New file.
+	* sysdeps/unix/sysv/linux/errqueue.h: New file.
+
+2001-01-10  H.J. Lu  <hjl@gnu.org>
+
 	* sysdeps/unix/sysv/linux/ia64/syscalls.list (s_getpagesize): Removed.
 
 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>