aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-16 07:39:03 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-16 07:39:03 +0000
commit4cfde89657ffccbfb2801986d767964da400c7ec (patch)
treece5425783f8c4d8503a6dee2e1c7472e442cc614 /ChangeLog
parent553eca268c4d06b0c0c5966b1b8a0b01cd80cc02 (diff)
downloadglibc-4cfde89657ffccbfb2801986d767964da400c7ec.tar
glibc-4cfde89657ffccbfb2801986d767964da400c7ec.tar.gz
glibc-4cfde89657ffccbfb2801986d767964da400c7ec.tar.bz2
glibc-4cfde89657ffccbfb2801986d767964da400c7ec.zip
Update.
2003-06-16 Ulrich Drepper <drepper@redhat.com> * elf/rtld.c (dl_main): Use l_map_start not l_addr in Phdr computation so that prelinking wroks. * inet/netinet/ip6.h (IP6OPT_PAD1, IP6OPT_PADN): Define.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index abbe3a8bd2..d75612464b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-16 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/rtld.c (dl_main): Use l_map_start not l_addr in Phdr
+ computation so that prelinking wroks.
+
2003-06-15 Ulrich Drepper <drepper@redhat.com>
* elf/dl-iteratephdr.c (__dl_iterate_phdr): Don't skip dynamic
@@ -51,7 +56,7 @@
* include/netinet/in.h (inet6_option_alloc): Add libc_hidden_proto
definition.
- * inet/netinet/ip6.h (IP6OPT_PAD1, IP6OPT_PADn): Define.
+ * inet/netinet/ip6.h (IP6OPT_PAD1, IP6OPT_PADN): Define.
* inet/netinet/in.h: Add prototypes for inet6_option_* functions.
* inet/Makefile (routines): Add inet6_option.
* inet/inet6_option.c: New file.