diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-16 07:39:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-16 07:39:03 +0000 |
commit | 4cfde89657ffccbfb2801986d767964da400c7ec (patch) | |
tree | ce5425783f8c4d8503a6dee2e1c7472e442cc614 /ChangeLog | |
parent | 553eca268c4d06b0c0c5966b1b8a0b01cd80cc02 (diff) | |
download | glibc-4cfde89657ffccbfb2801986d767964da400c7ec.tar.gz |
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-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |