* sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
[glibc.git] / ChangeLog
blobe5c6f6e6a177a5188fb864e21657d6795f1350e3
1 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
4         by a GOT relocation to make Scrt1.o position independent.
5         * sysdeps/s390/s390-64/elf/start.S: Likewise.
7         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
8         six system call parameters.
9         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
11 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
14         malloc&bzero.
16         * sunrpc/svc_udp.c (BZERO): Remove definition.
17         (CALLOC): Define.
18         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
20         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
21         (des_SPtrans): Use uint32_t type.
22         (des_skb): Likewise.
24         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
26 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
28         [BZ #2509]
29         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
30         on 32-bit arches.
32 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
34         * locale/programs/ld-address.c (address_finish): Fix one more
35         place where the iso639 array might be accessed beyond the limits.
37 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
39         * nis/nis_table.c (nis_list): Avoid clearing res twice before
40         filling it for the first time.
42         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
43         Adjust all callers.
44         Free res object content before returning.
46         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
48         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
49         client->cl_auth.
51         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
52         cleanup for initial thread, just the free call on TVP.
54         * nscd/gai.c (__getline): Define.
57 See ChangeLog.16 for earlier changes.