diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 17:46:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 17:46:56 +0000 |
commit | 3f414923cf9937588d900b13ad8404be4dfbca67 (patch) | |
tree | 90140f67a22bcf68236cc1e3e8ed2e39d2257610 | |
parent | e7135e249030768da09120b7c8a284840265a3e4 (diff) | |
download | glibc-3f414923cf9937588d900b13ad8404be4dfbca67.tar glibc-3f414923cf9937588d900b13ad8404be4dfbca67.tar.gz glibc-3f414923cf9937588d900b13ad8404be4dfbca67.tar.bz2 glibc-3f414923cf9937588d900b13ad8404be4dfbca67.zip |
[BZ #6763]
the same treatment as narrow output code in last patch.
[BZ #6763]
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,10 +39,11 @@ using 64-bit arithmetic. * stdio-common/printf_fp.c (___printf_fp): Give wide outout code - the same treatment as narow output code in last patch. + the same treatment as narrow output code in last patch. * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup. + [BZ #6763] * 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 |