diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 08:42:54 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 08:42:54 +0000 |
| commit | ff0bf75374401cd3a726d209198dca4af272b1c2 (patch) | |
| tree | 7acb04059fc30aefb6a89284c02b818ccb350175 /ChangeLog | |
| parent | bdd24a302efff7f6e7df9a0accbc382a12d803ff (diff) | |
| download | glibc-ff0bf75374401cd3a726d209198dca4af272b1c2.tar.xz glibc-ff0bf75374401cd3a726d209198dca4af272b1c2.zip | |
* sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
* elf/dl-load.c (local_strdup): Remove inline.
(_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
* elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
part of the object.
* sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-07-26 Ulrich Drepper <drepper@redhat.com> + + * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup. + + * elf/dl-load.c (local_strdup): Remove inline. + (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list. + * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as + part of the object. + + * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning. + 2008-07-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have |
