Update.
[glibc.git] / ChangeLog
blobd739e77fcf5b1447513e5ec061c72e9fb31d7e47
1 2005-07-15  Andreas Jaeger  <aj@suse.de>
3         * debug/Makefile (tst-lfschk3-ENV): New, set locale.
4         (tst-lfschk2-ENV): New.
5         (tst-lfschk1-ENV): New.
6         (tst-chk3-ENV): New.
7         (tst-chk2-ENV): New.
8         (tst-chk1-ENV): New.
10         * include/stdlib.h: Remove malloc attribute from __posix_memalign.
11         * stdlib/stdlib.h: Likewise.
13 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
15         * wcsmbs/bits/wchar2.h: New file.
16         * include/bits/wchar2.h: New file.
17         * wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
18         requested.
19         * wcsmbs/wcsncpy.c: Add __wcsncpy alias.
20         * string/bits/string3.h: Add fortified stpncpy definitions.
21         * sysdeps/generic/stpncpy_chk.c: New file.
22         * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
23         Export _IO_wstrn_jumps.
24         * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
25         * include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
26         * debug/fgetws_chk.c: New file.
27         * debug/fgetws_u_chk.c: New file.
28         * debug/fwprintf_chk.c: New file.
29         * debug/swprintf_chk.c: New file.
30         * debug/vfwprintf_chk.c: New file.
31         * debug/vswprintf_chk.c: New file.
32         * debug/vwprintf_chk.c: New file.
33         * debug/wcpcpy_chk.c: New file.
34         * debug/wcpncpy_chk.c: New file.
35         * debug/wcscat_chk.c: New file.
36         * debug/wcscpy_chk.c: New file.
37         * debug/wcsncat_chk.c: New file.
38         * debug/wcsncpy_chk.c: New file.
39         * debug/wmemcpy_chk.c: New file.
40         * debug/wmemmove_chk.c: New file.
41         * debug/wmempcpy_chk.c: New file.
42         * debug/wmemset_chk.c: New file.
43         * debug/wprintf_chk.c: New file.
44         * debug/tst-chk1.c: Add tests for new functions.
45         * debug/Versions: Export new functions.
46         * debug/Makefile (routines): Add new functions.
48 2005-07-13  Ulrich Drepper  <drepper@redhat.com>
50         * nscd/nscd_helper.c: Add a few __builtin_expect.
52         * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
53         * nscd/nscd_helper.c (wait_on_socket): New function.
54         (get_mapping): Use wait_on_socket instead of poll.  The former handles
55         EINTR of poll correctly.
56         (__nscd_open_socket): Likewise.
57         (get_mapping): Make sure BUF is aligned correctly.
58         (get_mapping): Use munmap on correct pointer.
60 2005-07-12  Ulrich Drepper  <drepper@redhat.com>
62         * include/libc-symbols.h: Define macros for librt hidden symbols.
63         * include/time.h: Add librt_hidden_proto definition for clock_gettime.
64         * sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
65         * sysdeps/unix/clock_gettime.c: Likewise.
67         * stdlib/bits/stdlib.h: New file.
68         * stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
69         requested.
70         * Makefile (headers): Add bits/stdlib.h.
71         * include/bits/stdlib.h: New file.
72         * debug/Depend: New file.
73         * debug/ptsname_r_chk.c: New file.
74         * debug/realpath_chk.c: New file.
75         * debug/wctomb_chk.c: New file.
76         * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
77         wctomb_chk.
78         * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
79         __wctomb_chk.
80         * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
81         __wctomb_chk.
83 2005-07-12  Jakub Jelinek  <jakub@redhat.com>
85         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
86         (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
87         instead of read and close_not_cancel_no_status instead of close.
89         * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
90         HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
92 2005-06-27  Carlos O'Donell  <carlos@systemhalted.org>
94         * posix/regcomp.c (re_compile_internal): Call __libc_lock_init
95         after init_dfa.
97 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
99         * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret.  Remove
100         alignment.
101         * sysdeps/x86_64/fpu/s_sincos.S: New file.
103         * include/fenv.h: Add libm_hidden_proto for fesetround and
104         feholdexcept.
105         * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def.
106         * sysdeps/alpha/fpu/fesetround.c: Likewise.
107         * sysdeps/generic/feholdexcpt.c: Likewise.
108         * sysdeps/generic/fesetround.c: Likewise.
109         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
110         * sysdeps/i386/fpu/fesetround.c: Likewise.
111         * sysdeps/ia64/fpu/feholdexcpt.c: Likewise.
112         * sysdeps/ia64/fpu/fesetround.c: Likewise.
113         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
114         * sysdeps/powerpc/fpu/fesetround.c: Likewise.
115         * sysdeps/s390/fpu/feholdexcpt.c: Likewise.
116         * sysdeps/s390/fpu/fesetround.c: Likewise.
117         * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise.
118         * sysdeps/sh/sh4/fpu/fesetround.c: Likewise.
119         * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
120         * sysdeps/sparc/fpu/fesetround.c: Likewise.
121         * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise.
122         * sysdeps/x86_64/fpu/fesetround.c: Likewise.
123         * sysdeps/generic/s_significand.c (__significand): Use __ilogb not
124         ilogb.
125         * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf
126         not ilogbf.
127         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and
128         __cos, not sin and cos.
130 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
132         * resolv/res_send.c (send_dg): Recognize referral results and
133         treat them as server errors.
134         Based on a patch by Jason Vas Dias <jvdias@redhat.com>.
136 2005-07-08  Carlos O'Donell  <carlos@systemhalted.org>
138         * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.
140         * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
141         * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
142         * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
143         * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
144         * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
145         * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
147 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
149         * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
150         * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise.
151         * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
152         * sysdeps/generic/s_ctan.c (__ctan): Likewise.
153         * sysdeps/generic/s_ctanf.c (__ctanf): Likewise.
154         * sysdeps/generic/s_ctanl.c (__ctanl): Likewise.
156 2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
158         [BZ #974]
159         * csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
160         (__preinit_array_end): Likewise.
161         (__init_array_start): Likewise.
162         (__init_array_end): Likewise.
163         (__libc_csu_init): Take int argc, char **argv, char **envp.
164         Call preinit_array and init_array with argc, argv, envp.
165         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
166         INIT_MAIN_ARGS.
167         * sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
168         * elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
169         tst-array5dep.c, and tst-array5.exp.
170         (tests): Add tst-array5.
171         (tests-static): Add tst-array5-static.
172         ($(objpfx)tst-array5): New target.
173         ($(objpfx)tst-array5.out): Likewise.
174         ($(objpfx)tst-array5-static.out): Likewise.
175         * elf/tst-array5-static.c: New file.
176         * elf/tst-array5-static.exp: Likewise.
177         * elf/tst-array5.c: Likewise.
178         * elf/tst-array5.exp: Likewise.
179         * elf/tst-array5dep.c: Likewise.
181 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
183         * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
185 2005-07-05  Jakub Jelinek  <jakub@redhat.com>
187         * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
188         Reported by Ulrich Weigand <uweigand@de.ibm.com>.
190         * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.
192 2005-07-06  Ulrich Drepper  <drepper@redhat.com>
194         * elf/dl-error.c (_dl_signal_error): When testing for executable
195         being relocated, take into account that nothing might even be loaded.
197         * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define
198         consider_profiling always to zero.  Don't count of compiler to
199         remove unreached if block.
200         * sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile):
201         Don't compile.
202         * sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
203         * sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
204         * sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile):
205         Likewise.
206         * sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile):
207         Likewise.
208         * sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF]
209         (_dl_profile_resolve): Likewise.
210         * sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF]
211         (_dl_profile_resolve): Likewise.
212         * gmon/Makefile: Add rules to build and run tst-profile-static.
213         * gmon/tst-profile-static.c: New file.
214         * Makeconfig (+link-static): Allow passing program-specific flags.
216 2005-07-05  Thorsten Kukuk  <kukuk@suse.de>
218         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
219         module provides getgrgid_r.
220         (getgrnam_plusgroup): Preserve original return value.
221         * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
222         original return value.
223         * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.
225 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
227         * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
228         MB_CUR_MAX.
229         (build_wcs_upper_buffer): Likewise.
231         * csu/elf-init.c (__libc_csu_fini): Pretty printing.
233 2005-07-02  Roland McGrath  <roland@redhat.com>
235         * NEWS: Note LinuxThreads removal.
236         * manual/install.texi (Installation): Don't mention linuxthreads.
237         (Configuring and compiling): Don't use linuxthreads as example.
239         * sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only,
240         not linuxthreads.
241         * sysdeps/unix/sysv/linux/configure: Regenerated.
242         * resolv/Depend: Add nptl.
243         * rt/Depend: Likewise.
245         * linuxthreads, linuxthreads_db: Directories removed (preserved in
246         ports repository).
248 2005-06-27  Jakub Jelinek  <jj@ultra.linux.cz>
250         [BZ #1037]
251         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
252         use -mcpu=v8.
254 2005-06-16  Jakub Jelinek  <jakub@redhat.com>
256         [BZ #1016]
257         * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.
259 2005-06-23  Thorsten Kukuk  <kukuk@suse.de>
261         * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
262         with own translation.
264 2005-06-25  Jakub Jelinek  <jakub@redhat.com>
266         * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
267         t2 to uint32_t instead of ulong.
268         * sunrpc/Makefile (tests): Add tst-xdrmem.
269         * sunrpc/tst-xdrmem.c: New test.
271         * Versions.def (ld): Add GLIBC_2.4.
272         * configure.in: Add --enable-stackguard-randomization option.
273         (ENABLE_STACKGUARD_RANDOMIZE): New define.
274         * config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
275         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
276         (_dl_setup_stack_chk_guard): New inline function.
277         * sysdeps/generic/dl-osinfo.h: Include stdint.h.
278         (_dl_setup_stack_chk_guard): New inline function.
279         * elf/rtld.c (__stack_chk_guard): New variable.
280         (dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
281         Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
282         use THREAD_SET_STACK_GUARD if defined.
283         * elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
284         * sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
285         (__libc_start_main): Set __stack_chk_guard to
286         _dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
287         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
288         traces of TLS_INIT_TP_EXPENSIVE.
289         * debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
290         * debug/Makefile (routines): Add stack_chk_fail.
291         (static-only-routines): Add stack_chk_fail_local.
292         * debug/stack_chk_fail_local.c: New file.
293         * debug/stack_chk_fail.c: New file.
294         * elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
295         tests.
296         * elf/tst-stackguard1.c: New file.
297         * elf/tst-stackguard1-static.c: New file.
298         * elf/stackguard-macros.h: New file.
300 2005-06-21  Ulrich Drepper  <drepper@redhat.com>
302         * resource/Makefile (tests): Add tst-getrlimit.
303         * resource/tst-getrlimit.c: New file.
305         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
306         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
307         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
309 2005-06-20  Ulrich Drepper  <drepper@redhat.com>
311         * nscd/nscd.init: Get more in line with lsb3.
312         * nscd/nscd.c: Adjust some error codes to fit in better with lsb3.
313         * nscd/connections.c: Likewise.
315 2005-06-20  Jakub Jelinek  <jakub@redhat.com>
317         * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
318         _LINUX_QUOTA_VERSION >= 2.
319         (_LINUX_QUOTA_VERSION): Define if not yet defined.
321         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,
322         RLIMIT_RTPRIO): Add.
323         (RLIMIT_NLIMITS): Adjust.
324         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE,
325         RLIMIT_RTPRIO): Add.
326         (RLIMIT_NLIMITS): Adjust.
327         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE,
328         RLIMIT_RTPRIO): Add.
329         (RLIMIT_NLIMITS): Adjust.
330         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE,
331         RLIMIT_RTPRIO): Add.
332         (RLIMIT_NLIMITS): Adjust.
334 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
336         * time/mktime.c: Always include <string.h> for prototype of
337         implicitly used memcpy.
339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
340         (truncate64): Use __truncate, not truncate.
341         (__have_no_truncate64): Renamed from have_no_truncate64.
342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
343         (__have_no_truncate64): Renamed from have_no_truncate64.
345         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
346         float functions for gcc 4.
348 2005-06-10  Jakub Jelinek  <jakub@redhat.com>
350         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
351         Handle prelinked libraries and binaries with new style PLT.
353 2005-06-07  Jakub Jelinek  <jakub@redhat.com>
355         * elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI,
356         R_PPC_REL16_HA): Define.
358 2005-06-14  Alan Modra  <amodra@bigpond.net.au>
360         * config.h.in (HAVE_ASM_PPC_REL16): Add.
361         * elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define.
362         * elf/tls-macros.h (PowerPC32): Include config.h.  Add variants of
363         TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout.
364         * sysdeps/powerpc/powerpc32/configure.in: New file,
365         * sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file.
366         * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.
367         (ppc_got): New inline function.
368         (elf_machine_dynamic): Use ppc_got.  Add attribute const.
369         (elf_machine_load_address): Add attribute const.  Don't use int vars.
370         Use bcl rather than bl to save trashing branch target stack.  Use
371         elf_machine_dynamic rather than duplicating code here.
372         (elf_machine_runtime_setup): New inline function replacing define.
373         Handle new PLT.
374         (elf_machine_fixup_plt): Handle new PLT.
375         (elf_machine_rela): Likewise.
376         * sysdeps/powerpc/powerpc32/sysdep.h: Include config.h.
377         (CALL_MCOUNT): Don't set up counter vars.
378         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment.
379         * sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't
380         define when HAVE_ASM_PPC_REL16.
381         (_start): Add HAVE_ASM_PPC_REL16 code.
382         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl
383         into the GOT when HAVE_ASM_PPC_REL16.
384         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
385         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto.
386         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise.
387         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
388         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
389         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
390         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise.
391         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
392         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
393         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
394         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
395         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
396         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
397         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp):
398         Likewise.
399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise.
400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
401         (__getcontext): Likewise.
402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
403         (__setcontext): Likewise.
404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
405         (__swapcontext): Likewise.
406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock):
407         Comment.
408         (__socket): Bomb if NARGS >= 7.  Invoke CGOTSETUP and CGOTRESTORE.
410 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
412         * sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
413         to use __GI_memset.
414         * sysdeps/posix/signal.c: Likewise.
415         * sysdeps/posix/sigset.c: Likewise.
416         * sysdeps/posix/sysv_signal.c: Likewise.
417         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
418         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
419         * sysdeps/unix/sysv/linux/system.c: Likewise.
421 2005-06-15  Jakub Jelinek  <jakub@redhat.com>
423         * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
424         or both classes equal here.
425         (parse_config_file): If both classes are equal, clear the second one.
427 2005-06-08  Karl Kelley  <kekelley@iastate.edu>
429         * hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
430         * hesiod/hesiod.c (hesiod_init): Initialize classes.  Fail if no
431         valid classes were given or if both are equal.
432         (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
433         and C_HS order.
434         (parse_config_file): Handle classes keyword.
435         * hesiod/README.hesiod: Mention addition of the classes keyword.
437 2005-06-14  Ulrich Drepper  <drepper@redhat.com>
439         * configure.in: Add test for availability of libaudit.
440         * config.h.in: Define HAVE_LIBAUDIT.
441         * config.make.in: Define have-libaudit.
442         * nscd/Makefile: If libaudit is available, link nscd with it.
443         * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
444         Patch by Steve Grubb <sgrubb@redhat.com>.
446         * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
447         * sysdeps/posix/posix_fallocate64.c: Likewise.
448         * include/string.h: Use libc_hidden_proto for strnlen.
449         * sysdeps/generic/strnlen.c: Add libc_hidden_def.
450         * include/libintl.h: Use libc_hidden_proto for __dcgettext.
451         * intl/dcgettext.c: Add libc_hidden_def.
452         * include/execinfo.h: Add libc_hidden_proto for __backtrace and
453         __backtrace_symbols_fd.
454         * sysdeps/generic/backtrace.c: Add libc_hidden_def.
455         * sysdeps/generic/backtracesymsfd.c: Likewise.
456         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
457         * sysdeps/i386/backtrace.c: Likewise.
458         * sysdeps/ia64/backtrace.c: Likewise.
459         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
460         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
461         * sysdeps/s390/s390-32/backtrace.c: Likewise.
462         * sysdeps/s390/s390-64/backtrace.c: Likewise.
464 2005-06-13  Ulrich Drepper  <drepper@redhat.com>
466         * sysdeps/unix/clock_gettime.c (clock_gettime): Implement case
467         where HANDLED_REALTIME is not defined.  [BZ #966]
469 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
471         * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
472         __netlink_receive): Remove prototypes.
473         (__netlink_request): New prototype.
474         * sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
475         <stdint.h>.
476         (__netlink_sendreq): Make static.
477         (__netlink_receive): Rename to...
478         (__netlink_request): ... this.  Add type argument, call
479         __netlink_sendreq.  If MSG_TRUNC is set after recvmsg, retry
480         with a bigger buffer.  Don't record buffers that contain no
481         messages we are expecting.
482         (getifaddrs): Use __netlink_request instead of __netlink_sendreq
483         and __netlink_receive pairs.  Formatting.
484         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
485         __netlink_request instead of __netlink_sendreq and __netlink_receive
486         pair.
488 2005-06-13  Thorsten Kukuk  <kukuk@suse.de>
490         * sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel
491         headers, instead copy important structs/defines.
493 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
495         * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
496         _dl_debug_state call.
498 2005-06-12  Ulrich Drepper  <drepper@redhat.com>
500         * elf/dl-error.c (_dl_signal_error): Store information about use of
501         real malloc in the catch object.
502         (_dl_catch_error): Forward information about malloc use to caller
503         in new parameter.
504         (_dl_out_of_memory): Make static.
505         * elf/dl-deps.c: Adjust callers of _dl_catch_error.
506         * elf/dl-libc.c: Likewise.
507         * elf/dl-open.c: Likewise.
508         * elf/rtld.c: Likewise.
509         Add new --audit option.
510         * sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration.
511         (rtld_global_ro._dl_signal_error): Add new parameter.
512         * include/dlfcn.h (_dl_catch_error): Add new parameter.
513         * dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to
514         _dl_catch_error.  Only free if the returned newly value says so.
516 2005-06-01  Roland McGrath  <roland@redhat.com>
518         [BZ #959]
519         * posix/tst-mmap.c (main): Fill the test file with enough data for the
520         page size.
522 2005-05-30  Jakub Jelinek  <jakub@redhat.com>
524         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
525         GLRO(dl_osversion) has been already set to a value smaller than
526         _dl_discover_osversion (), don't overwrite it here.
528 2005-05-24  Thomas Schwinge  <schwinge@nic-nac-project.de>
530         * sysdeps/mach/i386/syscall.S (syscall): Call END.
532 2005-05-28  Richard Henderson  <rth@redhat.com>
534         * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
535         * sysdeps/alpha/dl-dtprocnum.h: New file.
536         * sysdeps/alpha/dl-machine.h (DT_ALPHA): New.
537         (elf_machine_load_address): Simplify to rely on gprel relocations.
538         (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format.
539         Remove thread safety workaround for binutils 2.6.
540         (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format.
541         * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New.
542         (_dl_runtime_profile_new): New.
543         (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve.
544         (_dl_runtime_profile_old): Rename from _dl_runtime_profile.  Fix
545         typo in _dl_call_pltexit argument loading.
547         * sysdeps/alpha/div_libc.h (funcnoplt): New.
548         * sysdeps/alpha/divl.S: Use it.
549         * sysdeps/alpha/divq.S: Likewise
550         * sysdeps/alpha/divqu.S: Likewise.
551         * sysdeps/alpha/reml.S: Likewise.
552         * sysdeps/alpha/remq.S: Likewise.
553         * sysdeps/alpha/remqu.S: Likewise.
555 2005-05-26  Andreas Schwab  <schwab@suse.de>
557         * locale/Makefile (CFLAGS-loadlocale.c): Don't define.
559 2005-05-26  Ulrich Drepper  <drepper@redhat.com>
561         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value.
562         Reported by Colin Gibbs <colin@gibbsonline.net>.  [BZ #954]
564 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
566         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent
567         _dl_hwcap access in PIC && !SHARED case.
568         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
570 2005-05-25  Dwayne Grant McConnell  <dgm69@us.ibm.com>
572         * gmon/gmon.c: Add space in weak_alias use.
573         * linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
574         * sysdeps/alpha/htonl.S: Likewise.
575         * sysdeps/alpha/htons.S: Likewise.
576         * sysdeps/alpha/elf/start.S: Likewise.
577         * sysdeps/i386/i386-mcount.S: Likewise.
578         * sysdeps/ia64/strchr.S: Likewise.
579         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
580         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
581         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
582         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
583         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
584         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
585         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
586         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
587         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
588         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
589         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
590         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
591         * sysdeps/mach/hurd/readdir64_r.c: Likewise.
592         * sysdeps/mach/hurd/sigaltstack.c: Likewise.
593         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
594         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
595         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
596         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
597         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
598         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
599         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
600         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
601         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
602         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
603         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
604         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
605         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
606         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
607         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
608         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
609         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
610         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
611         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
612         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
613         * sysdeps/sparc/sparc32/memset.S: Likewise.
614         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
615         * sysdeps/sparc/sparc32/strchr.S: Likewise.
616         * sysdeps/sparc/sparc32/strchr.S: Likewise.
617         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
618         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
619         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
620         * sysdeps/sparc/sparc64/memset.S: Likewise.
621         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
622         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
623         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
624         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
625         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
626         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
627         * sysdeps/unix/sysv/linux/alpha/getcontext.S: Likewise.
628         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
629         * sysdeps/unix/sysv/linux/alpha/setcontext.S: Likewise.
630         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
631         * sysdeps/unix/sysv/linux/alpha/swapcontext.S: Likewise.
632         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
633         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
634         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
635         * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
636         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
637         * sysdeps/unix/sysv/linux/i386/makecontext.S: Likewise.
638         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
639         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
640         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise.
641         * sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise.
642         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
643         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
645         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
646         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
647         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
648         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
649         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
650         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
651         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
652         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
653         * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: Likewise.
654         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
655         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
656         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
657         * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
658         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
659         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Likewise.
660         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
661         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
662         * sysdeps/x86_64/_mcount.S: Likewise.
664 2005-05-24  Roland McGrath  <roland@redhat.com>
666         * sysdeps/unix/sysv/linux/i386/sysdep.h
667         (SETUP_PIC_REG, LOAD_PIC_REG): Move these macros ...
668         * sysdeps/i386/sysdep.h [PIC]: ... to here.
670 2005-05-23  Roland McGrath  <roland@redhat.com>
672         * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
673         Subdirectories moved to ports repository.
674         * configure.in (base_machine): Remove arm* and thumb* patterns.
675         * shlib-versions (arm.*-.*-linux.*): Remove this pattern.
677 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
679         * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
680         implementations are broken and don't accept ports < 512.
682 2005-05-22  Dmitry V. Levin  <ldv@altlinux.org>
684         [BZ #961]
685         * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
686         declarations.
688 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
690         * sunrpc/pm_getport.c (__get_socket): New function.
691         (pmap_getport): Use it to open a non-reserved socket to the portmapper
692         for TCP.
693         * include/rpc/pmap_clnt.h (__get_socket): Declare.
694         * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
695         non-reserved socket for the portmapper.
696         Based on a patch by Steve Dickson <steved@redhat.com>.
698         * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
699         If we tried looking at the usual range without success extend the
700         range to even lower ports.
702         * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
704 2005-05-22  Andreas Schwab  <schwab@suse.de>
706         * elf/rtld.c: Include <dl-osinfo.h>.
708 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
710         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use
711         JUMPTARGET.  Instead append @local to __syscall_error.
712         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Delete all occurrences
713         of JUMPTARGET.  Instead append @local to labels.
714         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
715         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
716         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Likewise.
717         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Likewise.
722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
726         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Use float constants.
727         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
728         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
729         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
730         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.  Use one GOT
731         slot to access both constants.
732         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
733         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
735         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete.
736         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (TWO23.0): Delete.
737         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (TWO52.0): Delete.
738         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (TWO23.0): Delete.
739         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Comment typo.
740         (NEGZERO.0, POINTFIVE.0): Delete.
741         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (TWO52.0): Delete.
742         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (TWO23.0): Delete.
743         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Code in .text.
744         (TWO52.0, POINTFIVE.0): Delete.
745         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Code in .text.
746         (TWO23.0, POINTFIVE.0): Delete.
747         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Code in .text.
748         (TWO52.0): Delete.
749         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Code in .text.
750         (TWO23.0): Delete.
751         * sysdeps/powerpc/powerpc32/memset.S (memset): Formatting.
753 2005-05-19  Richard Henderson  <rth@redhat.com>
755         * sysdeps/unix/clock_gettime.c (clock_gettime): Fix typo around
756         CLOCK_REALTIME.
758         * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_bool_32_acq,
759         __arch_compare_and_exchange_bool_64_acq,
760         __arch_compare_and_exchange_val_32_acq,
761         __arch_compare_and_exchange_val_64_acq, atomic_exchange_and_add):
762         Use __sync builtin without _si or _di suffix.
764 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
766         [BZ #955]
767         * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
768         <UFFFF> and above.
770 2005-05-17  Andreas Schwab  <schwab@suse.de>
772         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
773         (clock_getcpuclockid): Always return a defined value.
775 2005-05-17  Neal H. Walfield  <neal@gnu.org>
777         * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
778         instead of [SALEN].
779         (gaih_inet): Likewise.
781 2005-05-11  Ulrich Drepper  <drepper@redhat.com>
783         * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.
784         (Elf64_auxv_t): Likewise.
785         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
786         removal of a_ptr element in ElfXX_auxv_t.
787         * elf/dl-support.c (_dl_aux_init): Likewise.
789 2005-05-09  Daniel Jacobowitz  <dan@codesourcery.com>
791         * sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
792         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
794 2005-05-09  Alan Modra  <amodra@bigpond.net.au>
796         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
797         .pushsection/.popsection in place of .section/.previous.
799 2005-05-08  Ulrich Drepper  <drepper@redhat.com>
801         * MakeTAGS: Make xgettext not look into test cases.
803         * MakeTAGS: Make sure translations in error calls are marked with
804         c-format by xgettext.
806 2005-05-07  Ulrich Drepper  <drepper@redhat.com>
808         * intl/libintl.h: Always use __attribute_format_arg__ for gettext
809         functions since gcc sometimes forgets the attribute for the
810         standard functions.
812 2005-05-06  Jakub Jelinek  <jakub@redhat.com>
814         [BZ #934]
815         * posix/regex_internal.h: Include bits/libc-lock.h or define dummy
816         __libc_lock_* macros if not _LIBC.
817         (struct re_dfa_t): Add lock.
818         * posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
819         * posix/regexec.c (regexec, re_search_stub): Add locking.
821 2005-05-04  Jakub Jelinek  <jakub@redhat.com>
823         * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)
824         as argument to the scripts.
825         * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir.
826         * intl/tst-gettext4.sh: Likewise.  Use run_program_prefix argument.
827         * intl/tst-gettext5.sh: Likewise.
829         * intl/tst-translit.sh: Add mkdir -p.
831         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use
832         .ifndef/.endif to allow use of this macro more than once per .S
833         file.
834         (LOAD_PIC_REG): New macro.
835         * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame
836         information.
837         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
838         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
839         * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro.  Add call frame
840         information.
841         * sysdeps/i386/fpu/e_log10f.S: Likewise.
842         * sysdeps/i386/fpu/s_expm1.S: Likewise.
843         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
844         * sysdeps/i386/fpu/e_log2l.S: Likewise.
845         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
846         * sysdeps/i386/fpu/s_lrint.S: Likewise.
847         * sysdeps/i386/fpu/s_llrint.S: Likewise.
848         * sysdeps/i386/fpu/s_ilogbf.S: Likewise.
849         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
850         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
851         * sysdeps/i386/fpu/e_log.S: Likewise.
852         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
853         * sysdeps/i386/fpu/s_lrintl.S: Likewise.
854         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
855         * sysdeps/i386/fpu/e_scalb.S: Likewise.
856         * sysdeps/i386/fpu/s_log1p.S: Likewise.
857         * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
858         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
859         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
860         * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
861         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
862         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
863         * sysdeps/i386/fpu/s_lrintf.S: Likewise.
864         * sysdeps/i386/fpu/e_acosh.S: Likewise.
865         * sysdeps/i386/fpu/s_cexp.S: Likewise.
866         * sysdeps/i386/fpu/s_ilogbl.S: Likewise.
867         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
868         * sysdeps/i386/fpu/e_powl.S: Likewise.
869         * sysdeps/i386/fpu/e_powf.S: Likewise.
870         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
871         * sysdeps/i386/fpu/e_logl.S: Likewise.
872         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
873         * sysdeps/i386/fpu/s_frexp.S: Likewise.
874         * sysdeps/i386/fpu/e_pow.S: Likewise.
875         * sysdeps/i386/fpu/e_logf.S: Likewise.
876         * sysdeps/i386/fpu/e_log2.S: Likewise.
877         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
878         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
879         * sysdeps/i386/fpu/s_llrintf.S: Likewise.
880         * sysdeps/i386/fpu/s_ilogb.S: Likewise.
881         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
882         * sysdeps/i386/fpu/e_atanh.S: Likewise.
883         * sysdeps/i386/fpu/e_log10.S: Likewise.
884         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
885         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
886         * sysdeps/i386/fpu/s_llrintl.S: Likewise.
887         * sysdeps/i386/fpu/e_log10l.S: Likewise.
888         * sysdeps/i386/fpu/s_nearbyint.S: Likewise.
889         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
890         * sysdeps/i386/fpu/e_log2f.S: Likewise.
891         * sysdeps/i386/addmul_1.S: Various fixes to cfi handling.
892         * sysdeps/i386/mul_1.S: Likewise.
893         * sysdeps/i386/strtok.S: Likewise.
894         * sysdeps/i386/sub_n.S: Likewise.
895         * sysdeps/i386/submul_1.S: Likewise.
896         * sysdeps/i386/i586/addmul_1.S: Likewise.
897         * sysdeps/i386/i586/memcpy.S: Likewise.
898         * sysdeps/i386/i586/mul_1.S: Likewise.
899         * sysdeps/i386/i586/rshift.S: Likewise.
900         * sysdeps/i386/i586/sub_n.S: Likewise.
901         * sysdeps/i386/i586/submul_1.S: Likewise.
902         * sysdeps/i386/i686/memcmp.S: Likewise.
903         * sysdeps/i386/i686/memmove.S: Likewise.
904         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
905         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
906         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
907         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
909 2005-05-03  Ulrich Drepper  <drepper@redhat.com>
911         * sysdeps/i386/add_n.S: Add call frame information.
912         * sysdeps/i386/addmul_1.S: Likewise.
913         * sysdeps/i386/bsd-setjmp.S: Likewise.
914         * sysdeps/i386/lshift.S: Likewise.
915         * sysdeps/i386/memchr.S: Likewise.
916         * sysdeps/i386/memcmp.S: Likewise.
917         * sysdeps/i386/mul_1.S: Likewise.
918         * sysdeps/i386/rawmemchr.S: Likewise.
919         * sysdeps/i386/rshift.S: Likewise.
920         * sysdeps/i386/stpncpy.S: Likewise.
921         * sysdeps/i386/strchr.S: Likewise.
922         * sysdeps/i386/strchrnul.S: Likewise.
923         * sysdeps/i386/strcspn.S: Likewise.
924         * sysdeps/i386/strpbrk.S: Likewise.
925         * sysdeps/i386/strrchr.S: Likewise.
926         * sysdeps/i386/strspn.S: Likewise.
927         * sysdeps/i386/strtok.S: Likewise.
928         * sysdeps/i386/sub_n.S: Likewise.
929         * sysdeps/i386/submul_1.S: Likewise.
930         * sysdeps/i386/elf/bsd-setjmp.S: Likewise.
931         * sysdeps/i386/i486/strcat.S: Likewise.
932         * sysdeps/i386/i586/add_n.S: Likewise.
933         * sysdeps/i386/i586/addmul_1.S: Likewise.
934         * sysdeps/i386/i586/lshift.S: Likewise.
935         * sysdeps/i386/i586/memcpy.S: Likewise.
936         * sysdeps/i386/i586/memset.S: Likewise.
937         * sysdeps/i386/i586/mul_1.S: Likewise.
938         * sysdeps/i386/i586/rshift.S: Likewise.
939         * sysdeps/i386/i586/strchr.S: Likewise.
940         * sysdeps/i386/i586/strcpy.S: Likewise.
941         * sysdeps/i386/i586/sub_n.S: Likewise.
942         * sysdeps/i386/i586/submul_1.S: Likewise.
943         * sysdeps/i386/i686/add_n.S: Likewise.
944         * sysdeps/i386/i686/memcmp.S: Likewise.
945         * sysdeps/i386/i686/memmove.S: Likewise.
946         * sysdeps/i386/i686/mempcpy.S: Likewise.
947         * sysdeps/i386/i686/memset.S: Likewise.
948         * sysdeps/i386/i686/strtok.S: Likewise.
949         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
950         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
951         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
952         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
953         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
954         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
956         * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.
958         * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available
959         on ppc in 2.6.12.
961 2005-04-29  Jakub Jelinek  <jakub@redhat.com>
963         * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
964         call ftruncate if offset is bigger than current size.  Make sure
965         the file is offset + len bytes long if that is more than current size.
966         Don't overwrite previous content of the file.
967         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
968         Likewise.
970 2005-05-02  Roland McGrath  <roland@redhat.com>
972         [BZ #924]
973         * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value.
975 2005-04-29  Roland McGrath  <roland@redhat.com>
977         * timezone/africa: Update from tzdata2005i.
978         * timezone/asia: Likewise.
979         * timezone/northamerica: Likewise.
980         * timezone/yearistype: Likewise.
982         * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
984 2005-04-29  Ulrich Drepper  <drepper@redhat.com>
986         * nis/nis_table.c: Fix realloc handling.
987         * nis/nis_removemember.c: Likewise.
989 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
991         [BZ #798]
992         * nscd/Makefile: Help losers who use --with-headers.
994 2005-04-28  Roland McGrath  <roland@redhat.com>
996         [BZ #796]
997         * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
998         Define NEED_DL_SYSINFO_DSO for all platforms.
1000         * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
1001         * sysdeps/alpha/dl-sysdep.h: Likewise.
1002         Use #include_next instead of duplicating generic file's contents.
1003         * sysdeps/ia64/dl-sysdep.h: Likewise.
1004         * sysdeps/sparc/dl-sysdep.h: Likewise.
1006 2005-03-22  Steven Munroe  <sjmunroe@us.ibm.com>
1008         * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
1010 2005-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
1012         [BZ #781]
1013         * sysdeps/unix/sysv/linux/kernel-features.h
1014         (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
1015         (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
1016         (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
1017         with 2.6.1.
1018         (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
1020 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
1022         * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
1023         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1024         * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate
1025         cfi_startproc and cfi_endproc.
1027         * configure.in: Remove ultrasparc names.
1029         * sysdeps/i386/i686/memcmp.S: Move misplaced END.
1031 2005-03-27  Bruno Haible  <bruno@clisp.org>
1033         Make it possible for multiple threads to use gettext() in different
1034         locales.
1035         * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
1036         (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
1037         field.
1038         (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
1039         (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
1040         search and newp.
1042         * intl/tst-gettext4.c: New file.
1043         * intl/tst-gettext4.sh: New file.
1044         * intl/tst-gettext4-de.po: New file.
1045         * intl/tst-gettext4-fr.po: New file.
1046         * intl/tst-gettext5.c: New file.
1047         * intl/tst-gettext5.sh: New file.
1048         * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
1049         tst-gettext4-fr.po, tst-gettext5.sh.
1050         (multithread-test-srcs): New variable.
1051         (test-srcs): Add its contents.
1052         (tests): Depend on tst-gettext4.out, tst-gettext5.out.
1053         (tst-gettext4.out, tst-gettext5.out): New rules.
1054         (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
1055         Add rule for linking the multithread-test-srcs with the appropriate
1056         thread-library.
1058 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
1060         * po/rw.po: New file.  From translation team.
1062         * scripts/config.guess: Update from upstream.
1063         * scripts/config.sub: Likewise.
1065 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
1067         * nscd/connections.c (nscd_run): Use time() value in prune_cache
1068         call, not timeout value, since the latter might be from another clock.
1070 2005-04-27  Roland McGrath  <roland@redhat.com>
1072         [BZ #877]
1073         * posix/unistd.h: Remove __nonnull from acct decl.
1075         * rt/tst-cpuclock1.c: New file.
1076         * rt/tst-cpuclock2.c: New file.
1077         * rt/tst-cputimer1.c: New file.
1078         * rt/tst-cputimer2.c: New file.
1079         * rt/tst-cputimer3.c: New file.
1080         * rt/Makefile (tests): Add them.
1082         * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
1083         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
1084         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
1085         (HAS_CPUCLOCK): New macro.
1086         (clock_getcpuclockid): Function removed.
1087         #include the new linux file to define it instead.
1088         * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
1089         New function, broken out of ...
1090         (clock_gettime) [HP_TIMING_AVAIL]: ... here.  Call it.
1091         (realtime_gettime): New function, broken out of ...
1092         (clock_gettime) [! HANDLED_REALTIME]: ... here.  Call it.
1093         (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
1094         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
1095         (SYSDEP_GETTIME_CPUTIME): New macro.
1096         (SYSDEP_GETTIME): Use both.
1097         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
1098         out of ...
1099         (SYSDEP_GETTIME): ... here.  Use it.
1100         [__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
1101         (SYSDEP_GETTIME_CPUTIME): New macro.  Handle CPU timers by trying
1102         kernel support and falling back to hp-timing code.
1103         * sysdeps/posix/clock_getres.c
1104         [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
1105         (clock_getres) [HP_TIMING_AVAIL]: ... here.  Call it.
1106         (realtime_getres): New function, broken out of ...
1107         (clock_getres) [! HANDLED_REALTIME]: ... here.  Call it.
1108         (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
1109         * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
1110         (SYSDEP_GETRES_CPUTIME): New macro.
1111         (SYSDEP_GETRES): Use both.
1112         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
1113         out of ...
1114         (SYSDEP_GETRES): ... here.  Use it.
1115         [__NR_clock_getres] (HANDLED_CPUTIME): Define it.
1116         (SYSDEP_GETRES_CPUTIME): New macro.  Handle CPU timers by trying
1117         kernel support and falling back to hp-timing code.
1118         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
1119         CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
1120         translating to the kernel clockid_t for our own process/thread clock.
1122 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
1124         * stdlib/test-canon.c: Make doesExist a directory and add more tests
1125         for the new error case.
1127 2004-06-02  Dmitry V. Levin  <ldv@altlinux.org>
1128             Ranjani Murthy <ranmur@gmail.com>
1130         * stdlib/canonicalize.c (__realpath): Change realpath(3) to
1131         return NULL and set errno to ENOTDIR for such pathnames like
1132         "/path/to/existing-non-directory/".
1134 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
1136         * time/strptime_l.c (__strptime_internal): Handle 'z' to set
1137         tm_gmtoff.
1138         * time/Makefile (tests): Add tst-strptime2.
1139         * time/tst-strptime2.c: New file.
1141 2005-04-26  Jakub Jelinek  <jakub@redhat.com>
1143         * elf/dl-close.c: Include stddef.h.
1144         (_dl_close): If called recursively, just remember GC needs to be rerun
1145         and decrease l_direct_opencount.  Avoid GC if l_direct_opencount
1146         decreased to 1.  Rerun GC at the end if any destructor unloaded some
1147         additional libraries.
1148         * elf/Makefile: Add rules to build and run unload6 test.
1149         * elf/unload6.c: New test.
1150         * elf/unload6mod1.c: New file.
1151         * elf/unload6mod2.c: New file.
1152         * elf/unload6mod3.c: New file.
1154         * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p
1155         if magic_p is not NULL.
1156         (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed.
1157         (malloc_check): Fail if sz == -1.
1158         (free_check): Adjust mem2chunk_check caller.
1159         (realloc_check): Likewise.  Fail if bytes == -1.  If bytes == 0 and
1160         oldmem != NULL, call free_check and return NULL.  If reallocating
1161         and returning NULL, invert magic byte again to make oldmem valid
1162         region for further checking.
1163         (memalign_check): Fail if bytes == -1.
1164         * malloc/Makefile: Add rules to build and run tst-mcheck.
1165         * malloc/tst-mcheck.c: New test.
1167 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
1169         * stdio-common/vfscanf.c: Correctly account for characters of
1170         decimal points right after +-.
1172 2005-04-26  Roland McGrath  <roland@redhat.com>
1174         * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of
1175         ifeq ($(subdir),elf) to distinguish main driver from subdir runs.
1177 2005-04-25  Roland McGrath  <roland@redhat.com>
1179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1180         (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
1182         * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
1184         * elf/dl-load.c: Revert last change.
1186 2005-04-24  Ulrich Drepper  <drepper@redhat.com>
1188         * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
1189         Patch by Hamed Malek <hamed@bamdad.org>.
1191 2005-04-21  Roland McGrath  <roland@redhat.com>
1193         * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
1194         since Linux ignores it in user mmap calls.
1196 2005-04-17  David S. Miller  <davem@davemloft.net>
1198         * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
1199         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1201 2005-04-15  Roland McGrath  <roland@redhat.com>
1203         * timezone/Makefile (zic-deps): New variable.
1204         ($(testdata)/America/New_York): Use it instead of explicit deps.
1205         ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
1206         ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
1207         (%/UTC %/Universal): New pattern rule, replaces ...
1208         ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
1209         ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
1210         ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
1212 2005-04-14  Roland McGrath  <roland@redhat.com>
1214         * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
1215         (extract): Filter-out distinfo file name.
1217         [BZ #253]
1218         * MakeTAGS (text-srcs): Match %.bash.in files too.
1220         [BZ #253]
1221         * nscd/Makefile (all-nscd-modules): New variable, include selinux
1222         module regardless of configuration.
1223         (distribute): Use that instead of $(nscd-modules).
1225 2005-04-13  David S. Miller  <davem@davemloft.net>
1227         Add sparc64 TLS and NPTL support.
1228         * elf/tls-macros.h: Add Sparc64 defines.
1229         * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as
1230         always_inline.
1231         (elf_machine_fixup_plt): Likewise.
1232         (elf_machine_rela): Handle TLS relocations.
1233         (elf_machine_type_cleaa): Likewise.
1234         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1235         (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc.
1236         It does not always fit in R_SPARC_GOT13 when building -fPIC.
1237         Also, add TLS handling.
1238         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1239         Increase it to 2.4.21 for sparc64.
1240         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate
1241         backtrace by zero'ing out %fp.  Store away flags, func_ptr,
1242         and func_arg in global registers not local registers.
1243         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS,
1244         and CTID arguments properly.  Add RESET_PID handling.
1245         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we
1246         do not invoke __sigprocmask().  We can always assume rt signals
1247         are present on sparc64, so just do an inline syscall.
1249 2005-04-13  Jakub Jelinek  <jakub@redhat.com>
1251         * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple
1252         inclusion guard for the first half of the header.
1253         (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL,
1254         ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup,
1255         elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the
1256         #ifndef dl_machine_h guarded part of the header.
1258 2005-04-14  Ulrich Drepper  <drepper@redhat.com>
1260         [BZ #851]
1261         * posix/execvp.c (execvp): Use file name including path when
1262         trying to run it with shell.
1263         * posix/Makefile: Add rules to build and run tst-execvp3.
1264         * posix/tst-execvp3.c: New file.
1266 2005-04-12  Ulrich Drepper  <drepper@redhat.com>
1268         * stdlib/random_r.c (__initstate_r): Don't use non-existing state.
1269         * string/tst-strfry.c: New file.
1270         * string/Makefile (tests): Add tst-strfry.
1272 2005-04-11  James A. Morrison  <ja2morri@uwaterloo.ca>
1274         * manual/string.texi: Fix typo in wmemcpy decl.
1276 2005-04-10  David S. Miller  <davem@davemloft.net>
1278         * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
1280 2005-04-08  Carlos O'Donell <carlos@baldric.uwo.ca>
1282         * FAQ.in: Explain why `make' might fail running rpcgen.
1283         * FAQ: Regenerated.
1285 2005-04-07  Roland McGrath  <roland@redhat.com>
1287         * po/libc.pot: Regenerated.
1289 2005-04-07  Roland McGrath  <roland@redhat.com>
1291         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)
1292         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
1293         GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version,
1294         we can skip the uname call if it's there.
1295         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use
1296         DL_SYSDEP_OSCHECK here.
1297         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead.
1299         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro):
1300         Add _dl_sysinfo_map.
1301         * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the
1302         rtld_is_main case.  Call it unconditionally later.
1303         Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call.
1304         Initialize GLRO(dl_sysinfo_map).
1305         * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called.
1306         * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro.
1307         (_dl_important_hwcaps)
1308         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
1309         GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names
1310         and bit values.
1311         * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro.
1312         (hwcap_extra): New static variable.
1313         (is_hwcap_platform): Check hwcap_extra for a matching name.
1314         Remove tls special case.
1315         (path_hwcap): Likewise.
1316         (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits
1317         and their names, stored in hwcap_extra.
1318         (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls".
1320         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for
1321         _dl_hwcap and _dl_hwcap_mask.
1322         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for
1323         AT_HWCAP to unsigned long int.
1324         * elf/dl-support.c (_dl_aux_init): Likewise.
1325         (_dl_hwcap): Update defn.
1327         * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic.
1328         * elf/ldconfig.c (search_dir): Likewise.
1330 2005-04-05  Roland McGrath  <roland@redhat.com>
1332         * NEWS: Copy 2.3.5 section from 2.3 branch.
1334         * intl/tst-codeset.sh: Use mkdir -p.  Put msgfmt output in temporary
1335         file and mv it into place.
1336         * intl/tst-gettext3.sh: Likewise.
1338         * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
1339         are up to date in srcdir.  Touch all configure scripts after export.
1341         * iconv/gconv_int.h: Include <ctype.h> and <string.h>.
1343 2005-04-05  H.J. Lu  <hongjiu.lu@intel.com>
1345         [BZ #592]
1346         * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
1347         (comment changes only).
1348         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
1349         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
1350         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
1351         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
1352         * sysdeps/ia64/fpu/e_exp.S: Likewise.
1353         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
1354         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
1355         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
1356         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
1357         * sysdeps/ia64/fpu/e_expf.S: Likewise.
1358         * sysdeps/ia64/fpu/e_log.S: Likewise.
1359         * sysdeps/ia64/fpu/e_logf.S: Likewise.
1360         * sysdeps/ia64/fpu/e_pow.S: Likewise.
1361         * sysdeps/ia64/fpu/e_powf.S: Likewise.
1362         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
1363         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
1364         * sysdeps/ia64/fpu/libm_error.c: Likewise.
1365         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
1366         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
1367         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
1368         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
1369         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
1370         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
1371         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
1372         * sysdeps/ia64/fpu/s_cos.S: Likewise.
1373         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
1374         * sysdeps/ia64/fpu/s_erf.S: Likewise.
1375         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
1376         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
1377         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
1378         * sysdeps/ia64/fpu/s_erff.S: Likewise.
1379         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
1380         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
1381         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
1382         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
1383         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
1384         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
1385         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
1386         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
1387         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
1389 2005-04-05  Roland McGrath  <roland@redhat.com>
1391         * scripts/config.guess: Update from master, timestamp='2005-03-24'.
1392         * scripts/config.sub: Update from master, timestamp='2005-02-10'.
1394 2005-04-04  David S. Miller  <davem@davemloft.net>
1396         * sysdeps/sparc/sparc32/dl-trampoline.S: New file.
1397         * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there.
1398         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
1399         (elf_machine_runtime_setup): Test for dl_profile non-null.
1400         * sysdeps/sparc/sparc64/dl-trampoline.S: New file.
1401         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
1402         * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there.
1403         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
1404         (elf_machine_runtime_setup): Test for dl_profile non-null.
1405         * sysdeps/sparc/bits/link.h: New file.
1406         * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval,
1407         La_sparc64_regs, La_sparc64_retval): New.
1408         (struct audit_ifaces): Add sparc entries.
1409         * elf/tst-auditmod1.c: Add sparc entries.
1411 2005-03-27  Bruno Haible  <bruno@clisp.org>
1413         * intl/tst-gettext3.c: New file.
1414         * intl/tst-gettext3.sh: New file.
1415         * intl/Makefile (distribute): Add tst-gettext3.sh.
1416         (test-srcs): Add tst-gettext3.
1417         (tests): Depend on tst-gettext3.out.
1418         (tst-gettext3.out): New rule.
1419         (CFLAGS-tst-gettext3.c): New variable.
1421         Fix bug exposed by tst-gettext3.
1422         * intl/gettextP.h (struct converted_domain): New type.
1423         (struct loaded_domain): Remove the conv, conv_tab fields. Add
1424         conversions, nconversions fields.
1425         (_nl_init_domain_conv): Remove declaration.
1426         (_nl_free_domain_conv): Remove declaration.
1427         (_nl_find_msg): Add convert argument.
1428         * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1.
1429         (_nl_find_msg): Add convert argument. When a conversion to a different
1430         charset is needed, create a new converted_domain element, instead of
1431         throwing away the old converted translations.
1432         (get_output_charset): New function.
1433         * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function.
1434         (_nl_free_domain_conv): Remove function.
1435         (_nl_load_domain): Initialize the conversions array to empty. Use
1436         _nl_find_msg instead of _nl_init_domain_conv to retrieve the header
1437         entry.
1438         (_nl_unload_domain): Free the conversions array and its contents.
1440         * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field.
1441         (struct binding): Likewise.
1442         * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr
1443         modifications.
1445 2005-04-04  Jakub Jelinek  <jakub@redhat.com>
1447         * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
1448         of trying to encode uninitialized arglen.
1450 2005-04-04  Ulrich Drepper  <drepper@redhat.com>
1452         [BZ #825]
1453         * timezone/scheck.c: Update from tzcode2005h.
1454         * timezone/tzfile.h: Likewise.
1455         * timezone/zdump.c: Likewise.
1456         * timezone/zic.c: Likewise.
1458         [BZ #825]
1459         * timezone/antarctica: Update from tzdata2005h.
1460         * timezone/asia: Likewise.
1461         * timezone/australasia: Likewise.
1462         * timezone/etcetera: Likewise.
1463         * timezone/europe: Likewise.
1464         * timezone/northamerica: Likewise.
1465         * timezone/southamerica: Likewise.
1466         * timezone/leapseconds: Likewise.
1467         * timezone/iso3166.tab: Likewise.
1469 2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1471         [BZ #592]
1472         * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright.
1474 2005-04-01  Ulrich Drepper  <drepper@redhat.com>
1476         * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range.
1477         * wcsmbs/wctob.c (wctob): Likewise.
1478         * wcsmbs/wchar.h (btowc): Add optimized inline function.
1479         (wctob): Likewise.
1481 2005-03-31  Jakub Jelinek  <jakub@redhat.com>
1483         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally
1484         equivalent, but shorter instructions.
1485         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1486         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1487         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
1488         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1489         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1490         * sysdeps/x86_64/strchr.S: Likewise.
1491         * sysdeps/x86_64/memset.S: Likewise.
1492         * sysdeps/x86_64/strcspn.S: Likewise.
1493         * sysdeps/x86_64/strcmp.S: Likewise.
1494         * sysdeps/x86_64/elf/start.S: Likewise.
1495         * sysdeps/x86_64/strspn.S: Likewise.
1496         * sysdeps/x86_64/dl-machine.h: Likewise.
1497         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
1498         * sysdeps/x86_64/bsd-setjmp.S: Likewise.
1499         * sysdeps/x86_64/strtok.S: Likewise.
1501 2005-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1503         [BZ #592]
1504         * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21.
1505         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
1506         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
1507         * sysdeps/ia64/fpu/e_acosh.S: Likewise.
1508         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
1509         * sysdeps/ia64/fpu/e_acos.S: Likewise.
1510         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
1511         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
1512         * sysdeps/ia64/fpu/e_asin.S: Likewise.
1513         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
1514         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
1515         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
1516         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
1517         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
1518         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
1519         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
1520         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
1521         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
1522         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
1523         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
1524         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
1525         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
1526         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
1527         * sysdeps/ia64/fpu/e_expf.S: Likewise.
1528         * sysdeps/ia64/fpu/e_exp.S: Likewise.
1529         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
1530         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
1531         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
1532         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
1533         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
1534         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
1535         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1536         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1537         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1538         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
1539         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
1540         * sysdeps/ia64/fpu/e_log2.S: Likewise.
1541         * sysdeps/ia64/fpu/e_logf.S: Likewise.
1542         * sysdeps/ia64/fpu/e_logl.S: Likewise.
1543         * sysdeps/ia64/fpu/e_log.S: Likewise.
1544         * sysdeps/ia64/fpu/e_powf.S: Likewise.
1545         * sysdeps/ia64/fpu/e_powl.S: Likewise.
1546         * sysdeps/ia64/fpu/e_pow.S: Likewise.
1547         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
1548         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
1549         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
1550         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
1551         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
1552         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
1553         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
1554         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
1555         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
1556         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
1557         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
1558         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
1559         * sysdeps/ia64/fpu/libm_error.c: Likewise.
1560         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
1561         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
1562         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
1563         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
1564         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
1565         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
1566         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
1567         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
1568         * sysdeps/ia64/fpu/libm_support.h: Likewise.
1569         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
1570         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
1571         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
1572         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
1573         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
1574         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
1575         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
1576         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
1577         * sysdeps/ia64/fpu/s_cos.S: Likewise.
1578         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
1579         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
1580         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
1581         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
1582         * sysdeps/ia64/fpu/s_erf.S: Likewise.
1583         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
1584         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
1585         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
1586         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
1587         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
1588         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
1589         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
1590         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
1591         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
1592         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
1593         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
1594         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
1595         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
1596         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
1597         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
1598         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
1599         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
1600         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
1601         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
1602         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
1603         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
1604         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
1605         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
1606         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
1607         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
1608         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
1609         * sysdeps/ia64/fpu/s_logb.S: Likewise.
1610         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
1611         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
1612         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
1613         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
1614         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
1615         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
1616         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
1617         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
1618         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
1619         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
1620         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
1621         * sysdeps/ia64/fpu/s_round.S: Likewise.
1622         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
1623         * sysdeps/ia64/fpu/s_scalbn.c: Likewise.
1624         * sysdeps/ia64/fpu/s_scalbnf.c: Likewise.
1625         * sysdeps/ia64/fpu/s_scalbnl.c: Likewise.
1626         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
1627         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
1628         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
1629         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
1630         * sysdeps/ia64/fpu/s_tan.S: Likewise.
1631         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1632         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1633         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1634         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
1635         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
1636         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
1638         [BZ #592]
1639         * sysdeps/ia64/fpu/libm_cpu_defs.h: New file.
1640         * sysdeps/ia64/fpu/libm_error_codes.h: New file.
1642         [BZ #592]
1643         * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm
1644         2005-03-21.
1645         * sysdeps/ia64/fpu/import_file.awk: Likewise.
1646         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
1647         * sysdeps/ia64/fpu/Makefile: Likewise.
1649 2005-03-29  Jakub Jelinek  <jakub@redhat.com>
1651         * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
1652         avoid calling mbsrtowcs twice.
1654 2005-03-29  Roland McGrath  <roland@redhat.com>
1656         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
1657         function, inline broken out of ...
1658         (DL_SYSDEP_OSCHECK): ... here.  Use that.
1659         Do the discovery and set GLRO(dl_osversion) if successful,
1660         if __LINUX_KERNEL_VERSION <= 0.
1661         * elf/dl-load.c: Don't include dl-osinfo.h here.
1663 2005-03-29  Alfred M. Szmidt  <ams@gnu.org>
1665         * manual/install.texi (Tools for Compilation): GNU binutils 2.15
1666         is now needed.
1668 2005-03-19  Bruno Haible  <bruno@clisp.org>
1670         * intl/dcigettext.c (struct known_translation_t): Change type of
1671         domainname field to 'const char *'.
1672         (DCIGETTEXT): Remove const-cast.
1674 2005-03-29  Thorsten Kukuk  <kukuk@suse.de>
1676         [BZ #661]
1677         * grp/initgroups.c (internal_getgrouplist): Check if we have
1678         enough space before adding the primary group to the list.
1680         * posix/tst-execle1.c (do_test): Fix execle arguments.
1681         * posix/tst-execle2.c (do_test): Likewise.
1683 2005-03-28  Roland McGrath  <roland@redhat.com>
1685         * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
1686         Reported by Mark Mitchell <mark@codesourcery.com>.
1687         * Versions.def (libm): Define GLIBC_2.4 set.
1688         * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
1689         * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
1690         * sysdeps/ia64/Versions: Likewise.
1691         * sysdeps/m68k/Versions: Likewise.
1692         * sysdeps/sparc/sparc64/Versions: Likewise.
1693         * sysdeps/x86_64/Versions: New file.
1694         * sysdeps/mips/mips64/Versions: New file.
1696         * locale/langinfo.h (_NL_LOCALE_NAME): New macro.
1697         [__USE_GNU] (NL_LOCALE_NAME): New macro.
1698         * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
1699         return locale name string for the category.
1701 2005-03-25  Jakub Jelinek  <jakub@redhat.com>
1703         * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
1704         <wcstol_l.c>.
1706 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
1708         * sysdeps/mips/atomicity.h: Remove unused file.
1709         * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations.
1710         * sysdeps/mips/dl-tls.h: New file.
1711         * sysdeps/mips/libc-tls.c: New file.
1712         * sysdeps/mips/tls-macros.h: New file.
1713         * sysdeps/mips/bits/atomic.h: New file.
1714         * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion.
1715         * sysdeps/mips/elf/configure.in: New file.
1716         * sysdeps/mips/elf/configure: Generated.
1717         * sysdeps/mips/sys/asm.h: New file.
1718         * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
1719         * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument
1720         clone support.
1721         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1722         (INTERNAL_SYSCALL_NCS): New.
1723         (INTERNAL_SYSCALL): Update for non-constant support.
1724         (internal_syscall0): Likewise.
1725         (internal_syscall1): Likewise.
1726         (internal_syscall2): Likewise.
1727         (internal_syscall3): Likewise.
1728         (internal_syscall4): Likewise.
1729         (internal_syscall5): Likewise.
1730         (internal_syscall6): Likewise.
1731         (internal_syscall7): Likewise.
1732         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD):
1733         Update to match the kernel.
1734         (SIGEV_CALLBACK): Likewise.
1735         (SIGEV_THREAD_ID): Likewise.
1737 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
1739         [BZ #783]
1740         * elf/tst-auditmod1.c: Add MIPS support.
1741         * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
1742         (La_mips_32_retval): New.
1743         (La_mips_64_regs): New.
1744         (La_mips_64_retval): New.
1745         (struct audit_ifaces): Add MIPS entries.
1746         * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
1747         (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
1748         ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
1749         ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
1750         (RTLD_START): Align the stack before calling _dl_init_internal.
1751         Use .ent for _dl_start_user.
1752         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
1753         (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
1754         (elf_machine_runtime_setup): Use "auto inline".
1755         (elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
1756         (elf_machine_got_rel): Likewise.  Use RESOLVE_MAP.
1757         * sysdeps/mips/dl-trampoline.c: New file.
1758         * sysdeps/mips/bits/link.h: New file.
1759         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1760         (internal_syscall5): Use register operands instead of non-lvalue
1761         memory operands.
1762         (internal_syscall6): Likewise.
1763         (internal_syscall7): Likewise.
1765 2005-03-27  Andreas Jaeger  <aj@suse.de>
1767         * debug/warning-nop.c (__builtin___memcpy_chk): Define away to
1768         avoid warnings with older compiler.
1769         (__builtin___memcpy_chk): Likewise.
1770         (__builtin___memmove_chk: Likewise.
1771         (__builtin___mempcpy_chk): Likewise.
1772         (__builtin___memset_chk): Likewise.
1773         (__builtin___stpcpy_chk): Likewise.
1774         (__builtin___strcat_chk): Likewise.
1775         (__builtin___strcpy_chk): Likewise.
1776         (__builtin___strncat_chk): Likewise.
1777         (__builtin___strncpy_chk): Likewise.
1778         (__builtin_object_size): Likewise.
1780 2005-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1782         * elf/tls-macros.h: Correct typo.
1784 2005-03-23  Jakub Jelinek  <jakub@redhat.com>
1786         [BZ #822]
1787         * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
1788         (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
1790 2005-03-22  Roland McGrath  <roland@redhat.com>
1792         * locale/setlocale.c: Comment typo.
1794         * scripts/versions.awk: No errors for GLIBC_PRIVATE.
1796         * Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
1798         * scripts/versions.awk: Print all errors and die at the end.
1799         Use library name in versions array keys.
1801 2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
1803         * elf/elf.h (PT_ARM_EXIDX): New macro.
1805 2005-03-21  Thorsten Kukuk  <kukuk@suse.de>
1807         * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
1808         Convert correctly between long/int on 64bit big-endian.
1810 2005-03-21  David Mosberger  <davidm@hpl.hp.com>
1812         * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
1813         with more than 8 output registers.  Fix this by passing original
1814         ar.pfs to _mcount_ret_helper via r3.
1816 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
1818         [BZ #786]
1819         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle
1820         GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx).
1821         * elf/Makefile: Add rules to build and run tst-tls15.
1822         * elf/tst-tls15.c: New test.
1823         * elf/tst-tlsmod15a.c: New file.
1824         * elf/tst-tlsmod15b.c: New file.
1826 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
1828         * elf/rtld.c (dl_main): Always call init_tls if we have audit modules.
1830 2005-03-20  Alfred M. Szmidt  <ams@gnu.org>
1832         * elf/dl-open.c (dl_open_worker): Fix typo.
1834 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
1836         * malloc/malloc.c (public_cALLOc): We cannot skip the memory
1837         clearing if perturb_byte != 0.
1839 2005-03-20  Jakub Jelinek  <jakub@redhat.com>
1841         * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t
1842         instead of __off_t for last argument.
1843         * debug/Makefile (tests): Add tst-lfschk{1,2,3}.
1844         * debug/tst-lfschk1.c: New test.
1845         * debug/tst-lfschk2.c: New test.
1846         * debug/tst-lfschk3.c: New test.
1848 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
1850         * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
1851         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
1852         and __USE_XOPEN guards to match linux/bits/termios.h.
1853         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1854         (CMSPAR): Define.
1855         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1857 2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>
1859         * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
1861 2005-02-27  Denis Barbier  <barbier@debian.org>
1863         [BZ #38]
1864         * locale/iso-4217.def: Add CSD currency.
1866 2005-03-19  Ulrich Drepper  <drepper@redhat.com>
1868         * inet/test-ifaddrs.c: Use test-skeleton.
1869         * inet/test_ifindex.c: Likewise.
1871         [BZ #821]
1872         * elf/dl-lookup.c (add_dependency): Always search l_initfini if
1873         the list exists.
1875         [BZ #821]
1876         * elf/Makefile: Add rules to build and run order2.
1877         * elf/order2.c: New file.
1878         * elf/order2mod1.c: New file.
1879         * elf/order2mod2.c: New file.
1880         * elf/order2mod3.c: New file.
1881         * elf/order2mod4.c: New file.
1883 2005-03-19  Jakub Jelinek  <jakub@redhat.com>
1885         [BZ #821]
1886         * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
1887         it has been incremented before.
1889 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
1891         [BZ #821]
1892         * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
1893         function _dl_sort_fini.
1894         (_dl_sort_fini): New function.
1895         * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
1896         * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
1897         destructors to call them in the right order.
1899 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
1901         * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave.
1902         (La_ppc64_retval): Correct size of lrc_fp.
1903         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve):
1904         Fix up ABI problems and complete function.
1906 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
1908         * math/test-misc.c (main): Add some more tests.
1910 2005-03-17  Jakub Jelinek  <jakub@redhat.com>
1912         * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed
1913         __wcrtomb.  Check return values of other __wcrtomb calls.
1914         * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars):
1915         Change mbclen type to size_t.
1916         (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t.
1917         Handle mb chars whose upper case doesn't have multibyte representation
1918         in locale's charset.
1920 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
1922         * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc,
1923         public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with
1924         #ifndef _LIBC.
1926         [BZ #779]
1927         * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
1928         initialized.
1930 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
1932         * misc/sys/cdefs.h (__always_inline): Define.
1933         * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd):
1934         Use __always_inline instead of __inline.
1935         * socket/bits/socket2.h (recv, recvfrom): Likewise.
1936         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise.
1937         * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk,
1938         __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk,
1939         __strcat_ichk, __strncat_ichk): Use __always_inline instead of
1940         __inline__ __attribute__ ((__always_inline__)).
1942 2005-03-09  Jakub Jelinek  <jakub@redhat.com>
1944         * debug/tst-chk1.c: Include sys/socket.h and sys/un.h.
1945         (do_test): Add new tests for recv, recvfrom, getcwd, getwd and
1946         readlink.  Add some more tests for read, pread, pread64, fgets and
1947         fgets_unlocked.
1949         * posix/bits/unistd.h (read, pread, pread64, readlink,
1950         getcwd, getwd): Change macros into extern inline functions.
1951         (__read_alias, __pread_alias, __pread64_alias, __readlink_alias,
1952         __getcwd_alias, __getwd_alias): New prototypes.
1953         * socket/bits/socket2.h (recv, recvfrom): Change macros into
1954         extern inline functions.
1955         (__recv_alias, __recvfrom_alias): New prototypes.
1956         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros
1957         into extern inline functions.
1958         (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes.
1960         * debug/pread_chk.c (__pread_chk): Fix order of arguments passed
1961         to __pread.
1962         * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed
1963         to __pread64.
1965 2005-03-18  Daniel Jacobowitz  <dan@codesourcery.com>
1967         * configure.in: Use %function instead of @function.
1969 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
1971         [BZ #821]
1972         * include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
1973         Change type of l_idx to int.
1974         * elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
1975         determine whether a DSO has to be unloaded.  Instead compute this
1976         in this function.
1977         * elf/dl-deps.c: No need to manipulate l_opencount anymore.
1978         * elf/dl-lookup.c: Likewise.
1979         * elf/rtld.c: Likewise
1980         * elf/dl-open.c: Likewise.  Use l_init_called to determine whether
1981         object was just loaded.
1982         * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
1983         * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
1984         is about to be unloaded as a match.
1985         (_dl_map_object): Likewise.
1986         * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
1987         to be unloaded.
1988         * elf/circleload1.c: Don't use l_opencount anymore.
1989         * elf/neededtest.c: Likewise.
1990         * elf/neededtest2.c: Likewise.
1991         * elf/neededtest3.c: Likewise.
1992         * elf/neededtest4.c: Likewise.
1993         * elf/unload.c: Likewise.
1994         * elf/unload2.c: Likewise.
1995         * elf/loadtest.c: Likewise.
1997         [BZ #821]
1998         * elf/rtld.c: Preloading errors are now never fatal.
2000 2005-03-08  Jakub Jelinek  <jakub@redhat.com>
2002         [BZ #821]
2003         * elf/Makefile: Add rules to build and run unload5 test.
2004         * elf/unload5.c: New file.
2006         [BZ #821]
2007         * elf/Makefile: Add rules to build and run unload4 test.
2008         * elf/unload4.c: New file.
2009         * elf/unload4mod1.c: New file.
2010         * elf/unload4mod2.c: New file.
2011         * elf/unload4mod3.c: New file.
2012         * elf/unload4mod4.c: New file.
2014 2005-03-17  Roland McGrath  <roland@redhat.com>
2016         * nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
2018 2005-03-16  Richard Henderson  <rth@redhat.com>
2020         * include/libc-symbols.h (__hidden_proto): Remove bogus declaration
2021         of internal.
2022         (__hidden_def1, __hidden_dot_def1): Remove.
2023         (__hidden_def2, __hidden_def3): Remove.
2024         (__hidden_ver1): New.
2025         (hidden_ver, hidden_def, hidden_weak): Use it.
2026         (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
2027         version of the macro.
2029         * include/wchar.h (__wcscoll): Remove.
2030         * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
2031         * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
2033 2005-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2035         * elf/elf.h: Define MIPS TLS relocations.
2037 2005-03-16  Ulrich Drepper  <drepper@redhat.com>
2039         * elf/circleload1.c (main): Pretty printing.
2041 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2043         * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
2044         Patch by Dan Kegel <dank@kegel.com>.
2046         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
2047         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
2048         Add inline keyword.
2049         * sysdeps/alpha/dl-machine.h (elf_machine_rela,
2050         elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
2051         attribute.
2052         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
2053         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
2054         static inline into auto inline.
2055         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
2056         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
2057         * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
2058         Likewise.
2059         * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
2060         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
2061         Likewise.
2063 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2065         [BZ #789]
2066         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints.
2067         Remove memory clobber.
2069         * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition
2070         thread-safe.  Subtract GLRO(dl_hp_timing_overhead) from Diff.
2072 2005-03-14  Jakub Jelinek  <jakub@redhat.com>
2074         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include
2075         asm/types.h.
2077 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
2079         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
2080         MAP_NONBLOCK.
2081         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
2082         Correct MAP_GROWSDOWN value.
2084 2005-03-13  Roland McGrath  <roland@redhat.com>
2086         * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps
2087         version if there is one.  Only #error if macros are then undefined.
2088         * sysdeps/generic/tls-macros.h: New file.
2090 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
2092         * sysdeps/hppa/configure.in: Remove old Makefile leftovers.
2093         * sysdeps/hppa/configure: Regenerated.
2095 2005-03-08  Roland McGrath  <roland@redhat.com>
2097         * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
2098         array types match exactly in C alias decls.
2100 2005-03-07  Ulrich Drepper  <drepper@redhat.com>
2102         * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
2103         mallopt appropriately.
2104         * malloc/malloc.h: Define M_PERTURB.
2105         * malloc/malloc.c (perturb_byte): New variable.
2106         (alloc_perturb, free_perturb): New macros.
2107         (_int_malloc): Before returning, overwrite the memory if this is
2108         requested.
2109         (_int_free): Overwrite freed memory if requested.
2110         (mALLOPt): Handle M_PERTURB.
2111         * test-skeleton.c: Add call to mallopt with M_PERTURB command.
2113         * elf/dl-close.c (_dl_close): Decrement l_opencount before
2114         printing debug message.
2115         * elf/dl-open.c (dl_open_worker): Always print the new opencount
2116         in debug messages.
2118 2005-03-06  Ulrich Drepper  <drepper@redhat.com>
2120         * elf/dl-close.c (_dl_close): Unify debug message format.
2122         * elf/dl-close.c (_dl_close): Print debug message just before
2123         destroying a link map.
2125         * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
2126         * elf/dl-version.c (match_symbol): Likewise.
2128         * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.
2130         * debug/recv_chk.c (__recv_chk): Always fail if request could
2131         overflow the buffer.
2132         * debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
2133         * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
2134         we know the call succeeds.
2135         (recvfrom): Likewise.
2137 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
2139         * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
2140         warning.
2141         * posix/regex_internal.c (re_string_reconstruct): Add cast to
2142         avoid warning.
2143         (build_wcs_upper_buffer): Change type of bug to plain char.
2144         * locale/weightwc.h (findidx): Add casts to avoid warnings.
2145         * time/mktime.c (ranged_convert): Initialize tm to make the
2146         compiler happy.
2147         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings.
2148         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings.
2149         * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings.
2150         * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings.
2151         * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
2152         * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf.
2153         * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.
2154         * sysdeps/generic/strchrnul.c: Add cast to avoid warning.
2155         * libio/iofwide.c: Add casts to avoid warnings.
2156         * stdio-common/printf-prs.c (parse_printf_format): Introduce new
2157         variable f to avoid warnings.
2158         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2159         Fix a few casts to avoid warnings.
2160         * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
2161         to avoid warning.
2163         * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
2164         dynamically sized array.
2165         (build_wcs_upper_buffer): Likewise.
2167 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
2169         * include/bits/unistd.h: New file.
2170         * include/bits/socket2.h: New file.
2172 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
2174         * sunrpc/key_call.c: Remove doors support.
2175         * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
2176         * configure.in: Remove test for doors support which never existed.
2177         * config.make.in: Remove have_doors entry.
2179         * configure.in: Make sure at least gcc 3.4 is used.  Undo last change.
2180         * config.make.in: Undo last change.
2182         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
2183         -mtune.
2185 2005-03-05  Roland McGrath  <roland@redhat.com>
2187         * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
2188         (_dl_out_of_memory): Use rtld_hidden_proto.
2189         * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def.
2190         (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory.
2191         * elf/dl-open.c (_dl_open): Likewise.
2192         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
2194         * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *.
2196         * elf/dl-addr.c (_dl_addr): Add a cast.
2198         [BZ #821]
2199         * elf/unload3mod4.c: Declare foo.
2200         * elf/testobj2.c: Include <stdio.h>.
2202         * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal
2203         value constant, and use it in the defn.
2204         * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl.
2205         Use actual size for compat array decls.
2207         * config.make.in (cc-mtune): New substituted variable.
2208         * configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
2209         done only if libc_mtune_example is defined.
2210         * sysdeps/i386/configure.in (libc_mtune_example): Set it.
2211         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
2213 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
2215         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
2216         unconditionally to (defined RTLD_BOOTSTRAP).
2217         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
2219 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
2221         * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
2222         $(inst_slibdir) in AS_NEEDED directive.
2224 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
2226         * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
2228 2005-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2230         [BZ #776]
2231         * iconv/iconvconfig.c: Fix comment for the output file.
2232         (write_output): Clear padding in header.
2234 2005-03-03  Ulrich Drepper  <drepper@redhat.com>
2236         [BZ #821]
2237         * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
2238         loader is closed.  Fixes unload3.
2239         * elf/tst-global1.c: New file.
2240         * elf/Makefile (tests): Add tst-global1.
2241         * elf/testobj2.c (p): New function.
2243 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
2245         [BZ #821]
2246         * elf/Makefile: Add rules to build and run unload3 test.
2247         * elf/unload3.c: New test.
2248         * elf/unload3mod1.c: New file.
2249         * elf/unload3mod2.c: New file.
2250         * elf/unload3mod3.c: New file.
2251         * elf/unload3mod4.c: New file.
2253 2005-02-21  Alan Modra <amodra@bigpond.net.au>
2255         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
2256         use __uint128_t.
2258 2005-03-01  Jakub Jelinek  <jakub@redhat.com>
2260         * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
2261         of __bos.
2262         * socket/bits/socket2.h (recv, recvfrom): Likewise.
2264 2005-03-01  Roland McGrath  <roland@redhat.com>
2266         [BZ #721]
2267         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
2268         of [RESOLVE_MAP].
2270 2005-03-01  Alfred M. Szmidt  <ams@gnu.org>
2272         [BZ #777]
2273         * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
2274         Add missing initializer.
2276         [BZ #777]
2277         * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
2278         USE_TLS && !USE___THREAD].
2280 2005-02-26  GOTO Masanori  <gotom@debian.or.jp>
2282         * csu/Makefile: Use printf instead of echo for some shells.
2284 2005-02-28  Roland McGrath  <roland@redhat.com>
2286         * debug/warning-nop.c (__nop): Rename to nop, make it static.
2287         (__warndecl): Use alias attribute directly, instead of strong_alias
2288         macro.  Add attribute_hidden.
2290 2005-02-28  Ulrich Drepper  <drepper@redhat.com>
2292         * posix/bits/unistd.h: Avoid calling __*_chk variants if we can
2293         determine the call will never trigger a failure.
2294         * debug/read_chk.c (__read_chk): Always fail if the buffer is too
2295         small.
2296         * debug/readlink_chk.c (__readlink_chk): Likewise.
2297         * debug/pread64_chk.c (__pread64_chk): Likewise.
2298         * debug/pread_chk.c (__pread_chk): Likewise.
2300         * sysdeps/i386/i686/memset_chk.S: Remove alias and warning.
2301         * sysdeps/x86_64/memset_chk.S: Likewise.
2303 2005-02-24  Roland McGrath  <roland@redhat.com>
2305         * debug/Versions (libc: GLIBC_2.4): Remove
2306         __memset_zero_constant_len_parameter.
2307         * sysdeps/generic/memset_chk.c: Remove alias and warning.
2308         * misc/sys/cdefs.h (__warndecl): New macro.
2309         * debug/warning-nop.c: New file.
2310         * string/bits/string3.h (memset): Call __warn_memset_zero_len with no
2311         arguments, instead of calling __memset_zero_constant_len_parameter.
2312         Use __warndecl for __warn_memset_zero_len.
2313         * debug/Makefile (routines): Add $(static-only-routines).
2314         (static-only-routines): New variable.
2316 2005-02-27  Ulrich Drepper  <drepper@redhat.com>
2318         * po/tr.po: Update from translation team.
2320 2005-02-26  Ulrich Drepper  <drepper@redhat.com>
2322         * elf/dl-addr.c: Cleanups.  Move declaration next to first use.
2324         * dlfcn/dlerror.c (check_free): New function.  Extract common code
2325         from fini and free_key_mem.  Check whether this is libdl in the
2326         base namespace.
2328 2005-02-25  Ulrich Drepper  <drepper@redhat.com>
2330         * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information
2331         to debug output.
2333 2004-11-11  Richard Sandiford  <rsandifo@redhat.com>
2335         [BZ #758]
2336         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only
2337         preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names
2338         like __NR_N32_open.  Just include <asm/unistd.h> otherwise.
2339         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2340         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete
2341         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the
2342         standard __NR prefix.
2343         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise.
2344         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that
2345         the output file is compatible with both pre-2.6 and 2.6 kernel headers.
2346         Extract separate syscall lists for each ABI.
2348 2005-02-23  Ulrich Drepper  <drepper@redhat.com>
2350         * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
2352         [BZ #719]
2353         * elf/Makefile: Run tst-tls9-static again.
2355 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
2357         [BZ #719]
2358         * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
2359         slotinfo array.
2360         (__libc_setup_tls): Initialize length of DTV based on array length.
2361         * elf/dl-load.c: Revert last change.
2362         * sysdeps/generic/dl-tls.c: Revert last change.
2364         * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
2365         tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
2366         tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
2367         * posix/tst-execl1.c: New file.
2368         * posix/tst-execl2.c: New file.
2369         * posix/tst-execle1.c: New file.
2370         * posix/tst-execle2.c: New file.
2371         * posix/tst-execlp1.c: New file.
2372         * posix/tst-execlp2.c: New file.
2373         * posix/tst-execv1.c: New file.
2374         * posix/tst-execv2.c: New file.
2375         * posix/tst-execve1.c: New file.
2376         * posix/tst-execve2.c: New file.
2377         * posix/tst-execvp1.c: New file.
2378         * posix/tst-execvp2.c: New file.
2380 2005-02-22  Roland McGrath  <roland@redhat.com>
2382         * include/signal.h: Revert last change.
2383         (__sigemptyset): Use __builtin_memset instead of memset.
2385 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
2387         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use
2388         non-cancelable I/O functions.
2390 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
2392         [BZ #769]
2393         * nscd/nscd-client.h: Include sys/uio.h.
2394         (__readall, __readvall, writeall): New prototypes.
2395         * nscd/connections.c (writeall): New function.
2396         (handle_request): Use it.
2397         * nscd/aicache.c (addhstaiX): Likewise.
2398         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2399         * nscd/hstcache.c (cache_addhst): Likewise.
2400         * nscd/grpcache.c (cache_addgr): Likewise.
2401         * nscd/pwdcache.c (cache_addpw): Likewise.
2402         * nscd/nscd_helper.c (__readall, __readvall): New functions.
2403         * nscd/nscd_getai.c (__nscd_getai): Use them.
2404         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
2405         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
2406         * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
2407         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2409 2005-02-22  Roland McGrath  <roland@redhat.com>
2411         * include/sys/socket.h: Declare __recv.
2412         * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias.
2413         * sysdeps/mach/hurd/recv.c: Likewise.
2415         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
2416         __backtrace_* decls.
2418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2419         (INTERNAL_SYSCALL_ERROR_P): Evalute VAL.  Parenthesize ERR.
2420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
2422         * include/signal.h: Include <string.h> for memset decl.
2424 2005-02-22  Andreas Schwab  <schwab@suse.de>
2426         * posix/execvp.c (execvp): Fix invalid free.
2428 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
2430         * malloc/Makefile (CFLAGS-mcheck-init.c): Add.
2431         * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
2432         librpcsvc.a objects.
2434 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
2436         * iconvdata/ibm930.h: Correct Yen mapping.
2437         * iconvdata/ibm939.h: Likewise.
2438         * iconvdata/testdata/IBM930..UTF8: Adjust test data.
2439         * iconvdata/testdata/IBM939..UTF8: Likewise.
2440         Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
2442         * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153,
2443         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
2444         (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h,
2445         ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h,
2446         ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h,
2447         ibm1158.c, and ibm1158.h.
2448         * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153,
2449         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
2450         * iconvdata/gconv-modules: Likewise.
2451         * iconvdata/ibm1025.c: New file.
2452         * iconvdata/ibm1025.h: New file.
2453         * iconvdata/ibm1122.c: New file.
2454         * iconvdata/ibm1122.h: New file.
2455         * iconvdata/ibm1137.c: New file.
2456         * iconvdata/ibm1137.h: New file.
2457         * iconvdata/ibm1153.c: New file.
2458         * iconvdata/ibm1153.h: New file.
2459         * iconvdata/ibm1154.c: New file.
2460         * iconvdata/ibm1154.h: New file.
2461         * iconvdata/ibm1155.c: New file.
2462         * iconvdata/ibm1155.h: New file.
2463         * iconvdata/ibm1156.c: New file.
2464         * iconvdata/ibm1156.h: New file.
2465         * iconvdata/ibm1157.c: New file.
2466         * iconvdata/ibm1157.h: New file.
2467         * iconvdata/ibm1158.c: New file.
2468         * iconvdata/ibm1158.h: New file.
2469         * iconvdata/testdata/IBM1025: New file.
2470         * iconvdata/testdata/IBM1025..UTF8: New file.
2471         * iconvdata/testdata/IBM1122: New file.
2472         * iconvdata/testdata/IBM1122..UTF8: New file.
2473         * iconvdata/testdata/IBM1137: New file.
2474         * iconvdata/testdata/IBM1137..UTF8: New file.
2475         * iconvdata/testdata/IBM1153: New file.
2476         * iconvdata/testdata/IBM1153..UTF8: New file.
2477         * iconvdata/testdata/IBM1154: New file.
2478         * iconvdata/testdata/IBM1154..UTF8: New file.
2479         * iconvdata/testdata/IBM1155: New file.
2480         * iconvdata/testdata/IBM1155..UTF8: New file.
2481         * iconvdata/testdata/IBM1156: New file.
2482         * iconvdata/testdata/IBM1156..UTF8: New file.
2483         * iconvdata/testdata/IBM1157: New file.
2484         * iconvdata/testdata/IBM1157..UTF8: New file.
2485         * iconvdata/testdata/IBM1158: New file.
2486         * iconvdata/testdata/IBM1158..UTF8: New file.
2487         Contributed by Jiro Sekiba <SEKIBA@jp.ibm.com>.
2489 2005-02-10  Paolo Bonzini  <bonzini@gnu.org>
2491         * posix/regcomp.c (lower_subexp): Do not optimize empty
2492         subexpressions even with REG_NOSUB.
2493         * posix/rxspencer/tests: Add a previously failing testcase.
2495 2005-02-21  Alan Modra <amodra@bigpond.net.au>
2497         [BZ #719]
2498         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
2499         array index is within bounds.
2501 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
2503         [BZ #719]
2504         * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically
2505         linked code.
2506         * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid.
2507         * elf/Makefile: Remove rules to build and run tst-tls9-static.
2509         [BZ #719]
2510         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
2511         THREAD_DTV multiple times, this minimally reduces code size on
2512         some archs.
2514 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
2516         [BZ #768]
2517         * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
2518         NETDB_INTERNAL if buffer is too small.
2520         [BZ #768]
2521         * nscd/hstcache.c (INCR): Remove.
2522         (addhstbyX): Double buflen in each iteration rather than add INCR.
2523         * nscd/grpcache.c: Likewise.
2524         * nscd/pwdcache.c: Likewise.
2526 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
2528         * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory
2529         map if requested.
2530         * debug/chk_fail.c: Request backtrace and memory map dump.
2532         * Versions.def: Add GLIBC_2.4 for libc.
2533         * debug/fgets_chk.c: New file.
2534         * debug/fgets_u_chk.c: New file.
2535         * debug/getcwd_chk.c: New file.
2536         * debug/getwd_chk.c: New file.
2537         * debug/readlink_chk.c: New file.
2538         * debug/read_chk.c: New file.
2539         * debug/pread_chk.c: New file.
2540         * debug/pread64_chk.c: New file.
2541         * debug/recv_chk.c: New file.
2542         * debug/recvfrom_chk.c: New file.
2543         * debug/Versions: Add all new functions with version GLIBC_2.4.
2544         * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk,
2545         pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk,
2546         getwd_chk, and getcwd_chk.  Plus appropriate CFLAGS definitions.
2547         * debug/tst-chk1.c: Add more tests.
2548         * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked.
2549         * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk.
2550         * posix/unistd.h: Include <bits/unistd.h> for fortification.
2551         * posix/bits/unistd.h: New file.
2552         * posix/Makefile (headers): Add bits/unistd.h.
2553         * socket/sys/socket.h: Include <bits/socket2.h> for fortification.
2554         * socket/bits/socket2.h: New file.
2555         * socket/Makefile (headers): Add bits/socket2.h.
2557         * string/bits/string3.h: Extend memset macro to check for zero 3rd
2558         parameter and use __memset_zero_constant_len_parameter in that case.
2559         * sysdeps/generic/memset_chk.c: Add
2560         __memset_zero_constant_len_parameter alias and linker warning.
2561         * debug/Versions: Add __memset_zero_constant_len_parameter to libc
2562         with version GLIBC_2.4.
2564         * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__
2565         in __STD_TYPE definition.
2567 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
2569         * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print
2570         the error message rather than program name.
2572 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
2574         [BZ #767]
2575         * posix/unistd.h: symlink and readlink are unconditionally
2576         available in the 2001 spec.
2578 2005-02-16  Roland McGrath  <roland@redhat.com>
2580         * intl/dcigettext.c (_nl_find_msg): Add a cast.
2582         * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
2583         * nis/nis_clone_obj.c (nis_clone_object): Likewise.
2584         * nis/nis_clone_res.c (nis_clone_result): Likewise.
2586         * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
2587         for END_OF_MESSAGE and CP.
2589         * resolv/res_send.c (send_dg): Add else branch for case impossible
2590         unless `poll' is buggy.
2592         * crypt/crypt_util.c (__setkey_r): Add a cast.
2594         * locale/programs/linereader.c (get_toplvl_escape): Use size_t for
2595         NBYTES, and unsigned char * for BYTES.
2597         * locale/programs/charmap.c (charmap_new_char): Use size_t and
2598         unsighed char * for NBYTES, BYTES parameters.
2600         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
2601         and cast it.
2602         * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.
2604         * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.
2606         * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.
2608         * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
2609         (authdes_marshal): Don't use unsigned int for LEN.
2610         * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
2611         (xdr_u_hyper): Likewise.
2612         (xdr_u_short): Don't use u_long for L.
2613         * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.
2615         * inet/rexec.c (rexec_af): Use socklen_t.
2616         * sunrpc/key_call.c (getkeyserv_handle): Likewise.
2617         * sunrpc/rtime.c (rtime): Likewise.
2618         * resolv/res_send.c (send_vc, send_dg): Likewise.
2619         * nis/nis_callback.c (__nis_create_callback): Likewise.
2621         * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.
2623         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.
2625         * libio/libio.h (_IO_BE): Add parenthesis around EXPR.
2627         * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
2628         (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
2629         (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
2630         * intl/bindtextdom.c (INTUSE): Macro removed.
2631         (_nl_default_dirname): Use libc_hidden_proto.
2632         (set_binding_values): Don't use INTUSE.
2633         * include/libintl.h (_libc_intl_domainname_internal): Decl removed.
2634         (_libc_intl_domainname): Use libc_hidden_proto.
2635         * posix/regex_internal.h (gettext): Remove INTUSE on it.
2636         * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
2637         rather than INTDEF.
2638         * include/libintl.h (_): Don't use *_internal name.
2640         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
2641         not uint32_t.
2642         * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.
2644         * iconv/gconv_open.c (__gconv_open): Remove useless cast.
2646         [BZ #721]
2647         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
2648         of [RESOLVE_MAP].
2649         * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
2650         * sysdeps/powerpc/powerpc32/dl-machine.h
2651         (elf_machine_rel, elf_machine_rel_relative): Removed.
2652         * sysdeps/powerpc/powerpc64/dl-machine.h
2653         (elf_machine_rel, elf_machine_rel_relative): Removed.
2655 2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
2657         [BZ #721]
2658         * elf/dynamic-link.h: Don't declare nested auto functions that are
2659         not going to be defined.
2661 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
2663         [BZ #284]
2664         * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
2665         if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
2667 2005-02-16  Roland McGrath  <roland@redhat.com>
2669         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn
2670         inside [! SHARED] where it's used.
2672 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
2674         * sysdeps/generic/bits/byteswap.h: Make sure result of all the
2675         functions and macros is unsigned.
2677 2005-02-11  Barry deFrese  <bddebian@comcast.net>
2679         [BZ #722]
2680         * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
2681         * sysdeps/mach/hurd/setresuid.c: Likewise.
2683 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
2685         * misc/sys/syslog.h: Fix typo in comment.
2687 2005-02-14  Roland McGrath  <roland@redhat.com>
2689         [BZ #720]
2690         * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined
2691         if it wasn't originally.
2693 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
2695         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
2696         getpeername entry.
2697         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2698         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2700 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
2702         * scripts/soversions.awk: Only record first WORDSIZE{32,64}
2703         matching line.
2705 2005-02-14  Alan Modra  <amodra@bigpond.net.au>
2707         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
2708         with auto inline, and attribute always_inline.
2709         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
2710         (elf_machine_rel, elf_machine_rel_relative): Likewise.
2711         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
2712         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
2713         (elf_machine_rel, elf_machine_rel_relative): Likewise.
2714         (elf_machine_tprel): Likewise.
2716 2005-02-14  Andreas Schwab  <schwab@suse.de>
2718         * manual/filesys.texi (Random Access Directory): Fix type of file
2719         position value for telldir and seekdir.
2720         (Attribute Meanings): Fix typo.
2722 2005-02-14  H.J. Lu  <hongjiu.lu@intel.com>
2724         * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
2725         isn't defined.
2726         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
2727         if SHARED isn't defined.
2728         * elf/Makefile (tests-static): Add tst-array1-static.
2729         ($(objpfx)tst-array1-static.out): New target.
2730         * elf/tst-array1-static.c: New file.
2732 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
2734         * debug/chk_fail.c (__chk_fail): Add a while (1) loop around
2735         __libc_message to kill GCC warning about noreturn function returning.
2737         * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
2738         before relocating ld.so again.
2740         * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
2741         for already prelinked ld.so.
2743 2005-02-11  Roland McGrath  <roland@redhat.com>
2745         [BZ #715]
2746         * Makefile (installed-stubs): New variable.
2747         Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
2748         or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
2749         [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
2750         ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
2751         rule's target.
2752         ($(inst_includedir)/gnu/stubs.h): New target, install from ...
2753         * include/stubs-biarch.h: New file.
2755         * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
2757         * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
2758         Emit defn for variable `biarch'.
2760         * include/stub-tag.h: Update comment.
2762         * scripts/soversions.awk: Fix default version set handling.
2764 2005-02-10  Roland McGrath  <roland@redhat.com>
2766         [BZ #157]
2767         * include/libc-symbols.h (stub_warning): Emit a marker section called
2768         .gnu.glibc-stub.NAME.
2769         * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
2770         Use objdump to collect those marker section names.
2771         ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
2773         * Rules (subdir_objs, subdir_stubs): New phony targets.
2774         * Makefile (+subdir_targets): Add them.
2776         * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
2777         soversions.i.
2779         * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
2780         Reported by H.J. Lu <hongjiu.lu@intel.com>.
2782         * scripts/lib-names.awk: Always print WORDSIZE32 section first when
2783         doing two.
2785 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
2787         * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
2788         * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
2789         * sysdeps/powerpc/bits/link.h: ... here.  New file.
2791 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
2793         [BZ #710]
2794         * stdlib/random_r.c (__initstate_r): Save old state.
2795         * stdlib/Makefile (tests): Add tst-random2.
2796         * stdlib/tst-random2.c: New test.
2797         Reported by Peter Bergner <bergner@vnet.ibm.com>.
2799 2005-01-25  H.J. Lu  <hongjiu.lu@intel.com>
2801         * dlfcn/dlfcn.c (init): Put it in .init_array section.
2803 2005-02-10  Roland McGrath  <roland@redhat.com>
2805         [BZ #632]
2806         * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
2807         from command line.
2808         Grok shlib-versions lines with WORDSIZE* in second column.
2809         Add new leading column to output, DEFAULT for existing output lines.
2810         Also emit lines with WORDSIZE* for alternate configurations.
2811         * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
2812         ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
2813         ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
2814         of soversions.mk; replace inline shell script with use of ...
2815         * scripts/lib-names.awk: New file.  If input has non-DEFAULT lines,
2816         emit multiple sets of macros under #if.
2817         * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
2818         (s390x-.*-.*): Likewise for s390.
2819         (powerpc64-.*-.*): Likewise for powerpc.
2820         (sparc64-.*-.*): Likewise for sparc.
2821         (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
2822         for these mapping back to the above.
2824 2005-02-08  Jakub Jelinek  <jakub@redhat.com>
2826         * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
2828 2005-02-08  Andreas Schwab  <schwab@suse.de>
2830         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
2831         RESOLVE.
2833 2005-02-07  Richard Henderson  <rth@redhat.com>
2835         * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
2837 2005-02-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2839         * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
2840         RESOLVE.
2842 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
2844         * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
2845         set correctly.
2847 2005-01-07  Richard Henderson  <rth@redhat.com>
2849         * math/math_private.h (__copysign): Define as builtin for gcc 4.
2850         (__copysignf, __copysignl): Likewise.
2851         * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
2852         for gcc 4.0.
2853         (copysignf, copysignl, fabsf, fabs): Likewise.
2854         (__copysign, __copysignf, __copysignl): Remove.
2855         (__fabs, __fabsf): Remove.
2857 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
2859         [BZ #738]
2860         * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
2861         avoid writing to it if none of the standard search directories exist.
2863 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
2865         [BZ #700]
2866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2867         (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
2868         Load MSR as a doubleword.
2869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2870         (__novec_swapcontext, __swapcontext): Likewise.
2872 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
2874         * iconv/iconv_prog.c (main): Provide more help in case on an error.
2876         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
2878 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
2880         [BZ #741]
2881         * nscd/nscd.c (termination_handler): Avoid segfault if some database
2882         is not enabled.
2884         [BZ #741]
2885         * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
2886         __nss_not_use_nscd_hosts and return -1.
2887         * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
2888         initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
2889         Avoid leaking sockets.
2891 2005-01-28  Andreas Schwab  <schwab@suse.de>
2892             H.J. Lu  <hongjiu.lu@intel.com>
2894         [BZ #677]
2895         * elf/dl-runtime.c (fixup): Change return type to
2896         DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
2897         DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
2898         values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
2899         store and retrieve relocation values.
2900         (profile_fixup): Likewise.
2901         * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
2902         l_reloc_result.
2903         * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
2904         * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
2905         (DL_FIXUP_MAKE_VALUE): Likewise.
2906         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
2907         (DL_FIXUP_VALUE_ADDR): Likewise.
2908         (DL_FIXUP_ADDR_VALUE): Likewise.
2909         * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
2910         (DL_FIXUP_VALUE_TYPE): New.
2911         (DL_FIXUP_MAKE_VALUE): Likewise.
2912         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
2913         (DL_FIXUP_VALUE_ADDR): Likewise.
2914         (DL_FIXUP_ADDR_VALUE): Likewise.
2915         * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
2916         (elf_machine_profile_plt): Removed.
2917         (elf_machine_fixup_plt): Change return type and type of value
2918         parameter to struct fdesc.
2919         (elf_machine_plt_value): Likewise.
2920         (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
2921         argument for elf_machine_fixup_plt.
2923 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
2925         [BZ #742]
2926         * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
2927         after the status string printed by killproc.
2929 2004-11-18  Alexandre Oliva  <aoliva@redhat.com>
2931         * manual/.cvsignore: Add dir-add.texi.
2933 2005-02-06  Richard Henderson  <rth@redhat.com>
2935         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
2936         all the time.
2938 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
2940         * configure.in (sysnames): Append sysdeps/generic for each add-on.
2941         * configure: Regenerated.
2943 2005-02-02  Alfred M. Szmidt  <ams@gnu.org>
2945         * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
2946         (dtv_t): Change pointer type to be a struct which also contains
2947         information whether the memory pointed to is static TLS or not.
2949         * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
2951         * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
2952         (FALSEP): ... this.  Updated all references.
2954         [BZ #765]
2955         * libio/fmemopen.c: Include <stdint.h>.
2957 2005-01-30  Ulrich Drepper  <drepper@redhat.com>
2959         * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
2960         * nscd/connections.c (send_ro_fd): Likewise.
2962 2005-01-28  H.J. Lu  <hongjiu.lu@intel.com>
2964         * elf/tst-auditmod1.c: Add ia64 entries.
2965         * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
2966         (La_ia64_retval): New.
2967         (audit_ifaces): Add ia64 entries.
2968         * sysdeps/ia64/bits/link.h: New file.
2969         * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
2970         for dl_profile non-null.
2971         (ARCH_LA_PLTENTER): New.
2972         (ARCH_LA_PLTEXIT): New.
2973         * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
2974         only 2 output registers. Allocate stack to save/restore
2975         8 incoming fp registers. Call _dl_fixup instead of fixup.
2976         (_dl_runtime_profile): Rewrite.
2978 2005-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2980         * sysdeps/s390/bits/link.h: New file.
2981         * sysdeps/s390/s390-32/dl-trampoline.S: New file.
2982         * sysdeps/s390/s390-64/dl-trampoline.S: New file.
2983         * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
2984         dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
2985         relocation code.
2986         (elf_machine_runtime_setup): Test for dl_profile non-null.
2987         (elf_machine_rela): Remove code using RESOLVE.
2988         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
2989         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2990         * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
2991         La_s390_64_regs, La_s390_64_retval): New.
2992         * elf/tst-auditmod1.c: Add s390 entries.
2994         [BZ #743]
2995         * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
2996         strncat, memchr, strcmp): Add missing memory clobber.
2998 2005-01-27  Ulrich Drepper  <drepper@redhat.com>
3000         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
3001         copy gl_offs.  Patch by Sergey Tikhonov <tsv@solvo.ru>.
3003 2005-01-27  Paolo Bonzini  <bonzini@gnu.org>
3005         [BZ #558]
3006         * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
3007         Initialize the node sets in dfa->inveclosures.
3008         (analyze): Initialize inveclosures only if it is needed.
3009         Check errors from calc_inveclosure.
3010         * posix/regex_internal.c (re_dfa_add_node): Do not initialize
3011         the inveclosure node set.
3012         * posix/regexec.c (re_search_internal): If nmatch includes unused
3013         subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
3015         * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
3016         Do build a SIMPLE_BRACKET token.
3018         * posix/regexec.c (transit_state_mb): Do not examine nodes
3019         where ACCEPT_MB is not set.
3021 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
3023         * stdlib/tst-fmtmsg.c: Include stdlib.h.
3024         * stdio-common/tst-fmemopen2.c: Include string.h.
3025         * posix/execvp.c: Include stdbool.h.
3027 2004-12-13  Paolo Bonzini  <bonzini@gnu.org>
3029         Separate parsing and creation of the NFA.  Avoided recursion on
3030         the (very unbalanced) parse tree.
3031         [BZ #611]
3032         * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
3033         re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
3034         (optimize_subexps, duplicate_tree, calc_first, calc_next,
3035         mark_opt_subexp): Rewritten.
3036         (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
3037         create_token_tree, free_tree, free_token): New.
3038         (analyze): Accept a regex_t *.  Invoke the passes via the preorder and
3039         postorder generic visitors.  Do not initialize the fields in the
3040         re_dfa_t that represent the transitions.
3041         (free_dfa_content): Use free_token.
3042         (re_compile_internal): Analyze before UTF-8 optimizations.  Do not
3043         include optimization of subexpressions.
3044         (create_initial_state): Fetch the DFA node index from the first node's
3045         bin_tree_t *.
3046         (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
3047         Return on COMPLEX_BRACKET.
3048         (duplicate_node_closure): Fix comment.
3049         (duplicate_node): Do not initialize the fields in the
3050         re_dfa_t that represent the transitions.
3051         (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
3052         (create_tree): Remove final argument.  All callers adjusted.  Rewritten
3053         to use create_token_tree.
3054         (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
3055         build_charclass_op): Use create_tree or create_token_tree instead
3056         of re_dfa_add_tree_node.
3057         (parse_dup_op): Likewise.  Also free the tree using free_tree for
3058         "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
3059         to "a|".  Adjust invocation of mark_opt_subexp.
3060         (parse_sub_exp): Create a single SUBEXP node.
3061         * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
3062         always perform as if it was 1.  Do not initialize OPT_SUBEXP and
3063         DUPLICATED, and initialize the DFA fields representing the transitions.
3064         * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
3065         (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
3066         section.  Add a tree-only code SUBEXP.  Remove OP_DELETED_SUBEXP.
3067         (bin_tree_t): Include a full re_token_t for TOKEN.  Turn FIRST and
3068         NEXT into pointers to trees.  Remove ECLOSURE.
3070 2004-12-28  Paolo Bonzini  <bonzini@gnu.org >
3072         [BZ #605]
3073         * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
3074         that were already created.
3075         * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
3076         in the token if needed.
3077         (create_ci_newstate, create_cd_newstate): Set accept_mb field
3078         from the tokens' field.
3079         * posix/regex_internal.h (re_token_t): Add accept_mb field.
3080         (ACCEPT_MB_NODE): Removed.
3081         * posix/regexec.c (proceed_next_node, transit_states_mb,
3082         build_sifted_states, check_arrival_add_next_nodes): Use
3083         accept_mb instead of ACCEPT_MB_NODE.
3085 2005-01-26  Ulrich Drepper  <drepper@redhat.com>
3087         * debug/chk_fail.c (__chk_fail): Print program name in final message.
3089         * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
3090         MSG_NOSIGNAL being in 2.2 kernels.
3092 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
3094         * sysdeps/unix/sysv/linux/i386/sysdep.h
3095         (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
3097         [BZ #693]
3098         * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
3099         (WORD_DELIM_CONSTRAINT): ...this.
3100         (NOT_WORD_DELIM_CONSTRAINT): Define.
3101         (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
3102         change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
3103         * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
3104         anchor instead of INSIDE_WORD.
3105         (parse_expression): Handle NOT_WORD_DELIM constraint.
3106         * posix/bug-regex19.c (tests): Adjust tests that relied on \B
3107         being inside word instead of not word delim.
3108         * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
3109         characters.
3110         * posix/rxspencer/tests: Add some new tests.
3112 2005-01-14  GOTO Masanori  <gotom@debian.or.jp>
3114         * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
3115         irrespective of Cflag.
3117         * manual/memory.texi (sbrk): Fix definition.
3118         * manual/string.texi (strcasestr): Fix example typo.
3120 2005-01-25  Roland McGrath  <roland@redhat.com>
3122         * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
3124 2005-01-23  Roland McGrath  <roland@redhat.com>
3126         [BZ #737]
3127         * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
3128         in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
3129         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
3130         (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
3131         from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
3132         * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
3134 2005-01-25  Jakub Jelinek  <jakub@redhat.com>
3136         [BZ #731]
3137         * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
3138         (free_mem): Don't free string.
3139         * stdlib/tst-fmtmsg.c: Include string.h.
3140         (main): Add some more tests.
3142 2005-01-25  Andreas Schwab  <schwab@suse.de>
3144         [BZ #736]
3145         * timezone/asia: Update from tzdata2005c.
3146         * timezone/backward: Likewise.
3147         * timezone/europe: Likewise.
3148         * timezone/leapseconds: Likewise.
3149         * timezone/northamerica: Likewise.
3150         * timezone/southamerica: Likewise.
3152         [BZ #736]
3153         * timezone/private.h: Update from tzcode2005c.
3154         * timezone/tzfile.h: Likewise.
3155         * timezone/zdump.c: Likewise.
3156         * timezone/zic.c: Likewise.
3158 2005-01-25  Ulrich Drepper  <drepper@redhat.com>
3160         * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
3161         RESOLVE.
3162         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
3163         using RESOLVE.
3164         * elf/rtld.c (_dl_start): Remove RESOLVE definition.
3166 2005-01-25  Alan Modra  <amodra@bigpond.net.au>
3168         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
3169         sym_map, not sym, against zero.
3171 2005-01-24  Ulrich Drepper  <drepper@redhat.com>
3173         [BZ #671]
3174         * misc/syslog.c: Moved to...
3175         * sysdeps/generic/syslog.c: ...here.
3176         [NO_SIGIPE]: Don't install SIGPIPE handler.
3177         * sysdeps/unix/sysv/linux/syslog.c: New file.
3178         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3179         __ASSUME_MSG_NOSIGNAL.
3181 2005-01-22  Richard Henderson  <rth@redhat.com>
3183         * sysdeps/alpha/dl-trampoline.S: New file.
3184         * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
3185         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
3186         (elf_machine_runtime_setup): Test for dl_profile non-null.
3187         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
3188         * sysdeps/alpha/bits/link.h: New file.
3189         * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
3190         (struct audit_ifaces): Add alpha entries.
3191         * elf/tst-auditmod1.c: Add alpha entries.
3193 2005-01-22  Ulrich Drepper  <drepper@redhat.com>
3195         * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
3196         * sysdeps/ia64/dl-trampoline.S: New file.
3198         * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
3199         La_x86_64_xmm definition.
3201         * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
3202         pointer option.
3203         * stdlib/Makefile (CFLAGS-system.os): Use this instead of
3204         CFLAGS-system.c for frame pointer option.
3206 2005-01-21  Roland McGrath  <roland@redhat.com>
3208         * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
3209         * sysdeps/i386/dl-machine.h: Update decl.
3211 2005-01-21  Jakub Jelinek  <jakub@redhat.com>
3213         [BZ #735]
3214         * elf/Makefile: Add rules to build and run tst-align2.
3215         * elf/tst-align2.c: New test.
3216         * elf/tst-alignmod2.c: New file.
3217         * sysdeps/powerpc/tst-stack-align.h: New file.
3218         * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
3219         pointer before calling _dl_init.
3220         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3222 2005-01-20  Ulrich Drepper  <drepper@redhat.com>
3224         * posix/execl.c: Do not allocate potentially large buffers on the
3225         stack.
3226         * posix/execle.c: Likewise.
3227         * posix/execlp.c: Likewise.
3228         * posix/execvp.c: Likewise.
3229         (script_execute): Removed.
3230         (allocate_scripts_argv): New function.  Called at most once to
3231         allocate memory, not every time a script is run.  Adjust caller.
3233         * sysdeps/generic/wordexp.c (exec_comm): Add a few
3234         TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to
3235         exec_comm_child.
3236         (exec_comm_child): Can now be inlined.
3238         * posix/Makefile: Add -fomit-frame-pointer for a few more files.
3239         * stdlib/Makefile: Likewise.
3241 2005-01-19  Roland McGrath  <roland@redhat.com>
3243         [BZ #681]
3244         * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
3245         argument to execlp.
3246         Reported by Marcus Meissner <meissner@suse.de>.
3248 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
3250         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
3251         in assert.
3252         * iconv/strtab.c (strtabfinalize): Likewise.
3254         * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
3256 2005-01-17  Roland McGrath  <roland@redhat.com>
3258         [BZ #745]
3259         * nscd/Makefile (LDLIBS-nscd): New variable.
3260         ($(objpfx)nscd): Use that instead of selinux-LIBS.
3262         * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
3263         (link-extra-libs-static): Define to $(link-extra-libs).
3264         (link-extra-libs-bounded): Likewise.
3266 2005-01-17  Ulrich Drepper  <drepper@redhat.com>
3268         * include/link.h: Remove stray definition of pltenter.
3270 2005-01-16  GOTO Masanori  <gotom@debian.or.jp>
3272         [BZ #734]
3273         * sysdeps/unix/rewinddir.c: Reset filepos.
3274         * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
3276 2005-01-15  Ulrich Drepper  <drepper@redhat.com>
3278         * elf/tst-auditmod1.c: Reduce duplication.
3280 2005-01-16  Andreas Schwab  <schwab@suse.de>
3282         * sysdeps/m68k/dl-machine.h: Remove trampoline code.  Define
3283         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
3284         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
3285         GLRO(dl_profile) != NULL.
3286         * sysdeps/m68k/dl-trampoline.S: New file.
3287         * sysdeps/m68k/bits/link.h: New file.
3288         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
3289         variants.
3290         * elf/tst-auditmod1.c: Add m68k support.
3292 2005-01-14  Ulrich Drepper  <drepper@redhat.com>
3294         * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
3295         LC_* variable.  Patch by Aharon Robbins <arnold@skeeve.com>.
3297         [BZ #731]
3298         * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
3299         * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
3301 2005-01-12  Ulrich Drepper  <drepper@redhat.com>
3303         * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
3304         callers from libc anymore.
3306         * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
3307         to _dl_map_object_deps.
3308         * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
3309         protections when loading auditing modules.
3311         * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
3313         * posix/getconf.c: Update copyright year.
3314         * nss/getent.c: Likewise.
3315         * nscd/nscd_nischeck.c: Likewise.
3316         * iconv/iconvconfig.c: Likewise.
3317         * iconv/iconv_prog.c: Likewise.
3318         * elf/ldconfig.c: Likewise.
3319         * catgets/gencat.c: Likewise.
3320         * csu/version.c: Likewise.
3321         * elf/ldd.bash.in: Likewise.
3322         * elf/sprof.c (print_version): Likewise.
3323         * locale/programs/locale.c: Likewise.
3324         * locale/programs/localedef.c: Likewise.
3325         * nscd/nscd.c (print_version): Likewise.
3326         * debug/xtrace.sh: Likewise.
3327         * malloc/memusage.sh: Likewise.
3328         * malloc/mtrace.pl: Likewise.
3329         * debug/catchsegv.sh: Likewise.
3331 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
3333         [BZ #733]
3334         * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
3335         as backlog.
3336         * sunrpc/svc_unix.c (svcunix_create): Likewise.
3338         * grp/putgrent.c (putgrent): Don't write 0 as group
3339         ID if groupname starts with + or -.
3340         * pwd/putpwent.c (putpwent): Don't write 0 as user or
3341         group ID if user name starts with + or -.
3343 2005-01-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3345         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
3346         * sysdeps/elf/tst-auditmod1.c: Add sh support.
3347         * sysdeps/sh/bits/link.h: New.
3348         * sysdeps/sh/dl-machine.h: Remove trampoline code here.  Define
3349         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.  Remove obsolete comments.
3350         (RTLD_START): Define __fpscr_values.
3351         * sysdeps/sh/dl-trampoline.S: New file.
3352         * sysdeps/sh/sh4/dl-trampoline.S: New file.
3353         * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
3354         * sysdeps/sh/sh4/dl-machine.h: Remove.
3356 2005-01-10  Jakub Jelinek  <jakub@redhat.com>
3358         [BZ #732]
3359         * time/tst-strptime.c (day_tests): Add 2 new tests.
3360         (test_tm, main): Issue an error instead of segfaulting if
3361         strptime returns NULL.
3363 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
3365         * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
3366         * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
3368 2005-01-11  Ulrich Drepper  <drepper@redhat.com>
3370         * malloc/malloc.h: Remove no-glibc support.
3372 2005-01-12  GOTO Masanori  <gotom@debian.or.jp>
3374         [BZ #650]
3375         * malloc/malloc.h: Always include features.h.
3377 2005-01-10  Roland McGrath  <roland@redhat.com>
3379         * sysdeps/ia64/fpu/e_logl.c: File removed.
3381         * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
3383 2005-01-10  Ulrich Drepper  <drepper@redhat.com>
3385         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
3386         recognition of last entry.
3388 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
3390         * elf/dl-runtime.c: Include <sys/param.h>.
3392         * elf/Makefile (headers): Add bits/link.h.
3394 2005-01-09  Andreas Schwab  <schwab@suse.de>
3396         * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
3398 2005-01-09  Andreas Jaeger  <aj@suse.de>
3400         [BZ #732]
3401         * time/strptime_l.c (__strptime_internal): Add braces to avoid
3402         warning.
3404         * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
3406         * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
3408 2005-01-08  Jakub Jelinek  <jakub@redhat.com>
3410         * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
3412 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
3414         * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
3415         those of all the regular objects.
3417         * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
3418         use it to select the r_debug structure for that namespace.
3419         * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
3420         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3421         * elf/dl-open.c (_dl_open): Likewise.
3422         * elf/rtld.c (dl_main): Likewise.
3423         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
3424         member.
3425         (_dl_debug_initialize): Add new parameter in declaration.
3427         * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
3428         called for the auditing objects themselves.
3429         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3431 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
3433         * sysdeps/powerpc/powerpc64/dl-machine.h
3434         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
3435         GLRO(dl_profile) != NULL.
3436         * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
3437         padding.
3438         * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
3439         Extend _dl_prof_resolve to add pass extra parameters to
3440         _dl_profile_fixup and set up structure with register content.
3442         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
3443         If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
3444         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
3445         Extend _dl_prof_resolve to add pass extra parameters to
3446         _dl_profile_fixup and set up structure with register content.
3447         * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
3448         the register and result structures.
3449         * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
3450         in the 32-bit register and result structures.
3452         * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
3454         * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
3455         * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
3456         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
3457         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
3458         * elf/tst-auditmod1.c: Add ppc32 support.
3459         * sysdeps/powerpc/powerpc32/bits/link.h: New file.
3460         * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
3462         * malloc/malloc.c (malloc_printerr): Print program name as part of
3463         error message.
3465         * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
3466         * stdlib/stdlib.h: Make realloc with
3467         __attribute_warn_unused_result__ instead of __wur.
3468         * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
3469         markers as in <stdlib.h>.
3471         * libio/stdio.h: Remove __wur from rename and remove.
3472         * posix/unistd.h: Remove __wur from dup2.
3474 2005-01-03  Andreas Jaeger  <aj@suse.de>
3476         * elf/Makefile (tests): Revert patch from 2005-01-03.
3478 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
3480         * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
3481         make __libc_init_first hidden.
3483         * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
3484         l_relocated of rtld map.
3485         * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
3486         * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
3487         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
3488         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
3489         * elf/tst-auditmod1.c: Add ppc64 support.
3490         * sysdeps/powerpc/powerpc64/bits/link.h: New file.
3492 2005-01-06  Roland McGrath  <roland@redhat.com>
3494         [BZ #633]
3495         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
3496         indicating file-name lookup errors, and return ENOSYS or EBADF instead.
3498 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
3500         * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
3501         * sysdeps/generic/libc-start.c: Don't register program destructor here.
3503         * dlfcn/Makefile: Add rules to build dlfcn.c.
3504         (LDFLAGS-dl.so): Removed.
3505         * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
3506         table.
3507         * dlfcn/dlmopen.c: Likewise for _dl_open.
3508         * dlfcn/dlopen.c: Likewise.
3509         * dlfcn/dlopenold.c: Likewise.
3510         * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
3511         * elf/Makefile (routines): Remove dl-open and dl-close.
3512         (dl-routines): Add dl-open, dl-close, and dl-trampoline.
3513         Add rules to build and run tst-audit1.
3514         * elf/tst-audit1.c: New file.
3515         * elf/tst-auditmod1.c: New file.
3516         * elf/Versions [libc]: Remove _dl_open and _dl_close.
3517         * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
3518         * elf/dl-open.c: Likewise.
3519         * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
3520         signaled by nonzero parameter.
3521         * elf/dl-init.c: Fix use of r_state.
3522         * elf/dl-load.c: Likewise.
3524         * elf/dl-close.c: Add auditing checkpoints.
3525         * elf/dl-open.c: Likewise.
3526         * elf/dl-fini.c: Likewise.
3527         * elf/dl-load.c: Likewise.
3528         * elf/dl-sym.c: Likewise.
3529         * sysdeps/generic/libc-start.c: Likewise.
3530         * elf/dl-object.c: Allocate memory for auditing information.
3531         * elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
3532         Correctly initialize slotinfo.
3533         * elf/dynamic-link.h: Adjust after removal of RESOLV.
3534         * sysdeps/hppa/dl-lookupcfg.h: Likewise.
3535         * sysdeps/ia64/dl-lookupcfg.h: Likewise.
3536         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
3537         * elf/dl-runtime.c (_dl_fixup): Little cleanup.
3538         (_dl_profile_fixup): New parameters to point to register struct and
3539         variable for frame size.
3540         Add auditing checkpoints.
3541         (_dl_call_pltexit): New function.
3542         Don't define trampoline code here.
3543         * elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
3544         Remove all the functions from _rtld_global_ro which only _dl_open
3545         and _dl_close needed.
3546         Add auditing checkpoints.
3547         * elf/link.h: Define symbols for auditing interfaces.
3548         * include/link.h: Likewise.
3549         * include/dlfcn.h: Define __RTLD_AUDIT.
3550         Remove prototypes for _dl_open and _dl_close.
3551         Adjust access to argc and argv in libdl.
3552         * dlfcn/dlfcn.c: New file.
3553         * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
3554         is gone.
3555         * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
3556         * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
3557         * sysdeps/i386/dl-machine.h: Remove trampoline code here.
3558         Adjust for removal of RESOLVE.
3559         * sysdeps/x86_64/dl-machine.h: Likewise.
3560         * sysdeps/generic/dl-trampoline.c: New file.
3561         * sysdeps/i386/dl-trampoline.c: New file.
3562         * sysdeps/x86_64/dl-trampoline.c: New file.
3564         * sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
3565         Fix updating of DTV.
3566         * sysdeps/generic/libc-tls.c: Likewise.
3568         * sysdeps/arm/bits/link.h: Renamed to ...
3569         * sysdeps/arm/bits/linkmap.h: ...this.
3570         * sysdeps/generic/bits/link.h: Renamed to...
3571         * sysdeps/generic/bits/linkmap.h: ...this.
3572         * sysdeps/hppa/bits/link.h: Renamed to...
3573         * sysdeps/hppa/bits/linkmap.h: ...this.
3574         * sysdeps/i386/bits/link.h: Renamed to...
3575         * sysdeps/i386/bits/linkmap.h: ...this.
3576         * sysdeps/ia64/bits/link.h: Renamed to...
3577         * sysdeps/ia64/bits/linkmap.h: ...this.
3578         * sysdeps/s390/bits/link.h: Renamed to...
3579         * sysdeps/s390/bits/linkmap.h: ...this.
3580         * sysdeps/sh/bits/link.h: Renamed to...
3581         * sysdeps/sh/bits/linkmap.h: ...this.
3582         * sysdeps/x86_64/bits/link.h: Renamed to...
3583         * sysdeps/x86_64/bits/linkmap.h: ...this.
3585         * posix/unistd.h: Declare ftruncate for POSIX 2003.  [BZ #640]
3587 2004-12-22  Steven Munroe  <sjmunroe@us.ibm.com>
3589         [BZ #602]
3590         * math/libm-test.inc (rint_test_tonearest): New test.
3591         (rint_test_towardzero): New test.
3592         (rint_test_downward): New test.
3593         (rint_test_upward): New test.
3594         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
3595         Remove redundant const values.
3596         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
3597         Remove redundant const values.  Use float const.
3598         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
3599         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
3600         Use float const.
3601         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
3602         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
3603         Use float const.
3604         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
3605         Remove redundant const values.
3606         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
3607         Remove redundant const values.  Use float const.
3608         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
3609         Remove redundant const values.
3610         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
3611         Remove redundant const values.  Use float const.
3612         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
3613         alignment.  Fix -0.0 case.  Remove redundant const values.
3614         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
3615         alignment.  Fix -0.0 case.  Remove redundant const values.
3616         Use float const.
3617         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
3618         alignment.  Fix -0.0 case.
3619         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
3620         alignment.  Fix -0.0 case.  Use float const.
3621         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
3622         alignment.  Fix -0.0 case.
3623         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
3624         alignment.  Fix -0.0 case.  Use float const.
3625         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
3626         alignment.  Fix -0.0 case.  Remove redundant const values.
3627         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
3628         alignment.  Fix -0.0 case.  Remove redundant const values.
3629         Use float const.
3630         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
3631         alignment.  Fix -0.0 case.
3632         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
3633         alignment.  Fix -0.0 case.  Remove redundant const values.
3634         Use float const.
3636 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
3638         * misc/sys/cdefs.h: Define __wur.
3639         * libio/stdio.h: Use __wur for a number of interfaces.
3640         * posix/unistd.h: Likewise.
3641         * stdlib/stdlib.h: Likewise.
3643 2004-12-29  Jakub Jelinek  <jakub@redhat.com>
3645         [BZ #592]
3646         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
3647         libc_hidden_proto instead of HIDDEN_PROTO.
3648         * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
3649         (__libm_error_support): If ASSEMBLER and in libc, define to
3650         HIDDEN_JUMPTARGET(__libm_error_support).
3652 2004-12-28  David Mosberger  <davidm@hpl.hp.com>
3654         [BZ #592]
3655         * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
3656         (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
3657         with $(duplicated-routines).
3658         (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
3659         "m_" prefix.
3661 2004-12-27  David Mosberger  <davidm@hpl.hp.com>
3663         [BZ #592]
3664         * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
3665         undefine "ret" macro.  Add __libm_error_support hidden definitions.
3667         [BZ #592]
3668         * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
3669         missing portion of copyright statement.
3670         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
3671         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
3673         [BZ #592]
3674         * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
3675         missing portion of copyright statement.
3676         (__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
3677         (__ieee754_gamma): Likewise.
3678         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
3679         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
3681 2004-12-09  H.J. Lu <hjl@lucon.org>
3683         [BZ #592]
3684         * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
3685         * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
3686         * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
3687         * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
3688         * sysdeps/ia64/fpu/e_expl.S: Likewise.
3689         * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
3691 2004-11-18  David Mosberger  <davidm@hpl.hp.com>
3693         [BZ #592]
3694         * sysdeps/ia64/fpu/README: New file.
3695         * sysdeps/ia64/fpu/gen_import_file_list: New file.
3696         * sysdeps/ia64/fpu/import_check: Likewise.
3697         * sysdeps/ia64/fpu/import_diffs: Likewise.
3698         * sysdeps/ia64/fpu/import_file.awk: Likewise.
3699         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
3700         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3702         [BZ #592]
3703         * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
3704         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
3705         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
3706         * sysdeps/ia64/fpu/e_asin.S: Likewise.
3707         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
3708         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
3709         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
3710         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
3711         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
3712         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
3713         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
3714         * sysdeps/ia64/fpu/e_exp.S: Likewise.
3715         * sysdeps/ia64/fpu/e_expf.S: Likewise.
3716         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
3717         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
3718         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
3719         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
3720         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
3721         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
3722         * sysdeps/ia64/fpu/e_log.S: Likewise.
3723         * sysdeps/ia64/fpu/e_log2.S: Likewise.
3724         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
3725         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
3726         * sysdeps/ia64/fpu/e_logf.S: Likewise.
3727         * sysdeps/ia64/fpu/e_pow.S: Likewise.
3728         * sysdeps/ia64/fpu/e_powf.S: Likewise.
3729         * sysdeps/ia64/fpu/e_powl.S: Likewise.
3730         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
3731         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
3732         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
3733         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
3734         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
3735         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
3736         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
3737         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
3738         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
3739         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
3740         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
3741         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
3742         * sysdeps/ia64/fpu/libm_error.c: Likewise.
3743         * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
3744         * sysdeps/ia64/fpu/libm_support.h: Likewise.
3745         * sysdeps/ia64/fpu/s_atan.S: Likewise.
3746         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
3747         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
3748         * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
3749         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
3750         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
3751         * sysdeps/ia64/fpu/s_ceil.S: Likewise.
3752         * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
3753         * sysdeps/ia64/fpu/s_ceill.S: Likewise.
3754         * sysdeps/ia64/fpu/s_cos.S: Likewise.
3755         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
3756         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
3757         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
3758         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
3759         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
3760         * sysdeps/ia64/fpu/s_fabs.S: Likewise.
3761         * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
3762         * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
3763         * sysdeps/ia64/fpu/s_floor.S: Likewise.
3764         * sysdeps/ia64/fpu/s_floorf.S: Likewise.
3765         * sysdeps/ia64/fpu/s_floorl.S: Likewise.
3766         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
3767         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
3768         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
3769         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
3770         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
3771         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
3772         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
3773         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
3774         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
3775         * sysdeps/ia64/fpu/s_logb.S: Likewise.
3776         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
3777         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
3778         * sysdeps/ia64/fpu/s_modf.S: Likewise.
3779         * sysdeps/ia64/fpu/s_modff.S: Likewise.
3780         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
3781         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
3782         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
3783         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
3784         * sysdeps/ia64/fpu/s_rint.S: Likewise.
3785         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
3786         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
3787         * sysdeps/ia64/fpu/s_round.S: Likewise.
3788         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
3789         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
3790         * sysdeps/ia64/fpu/s_significand.S: Likewise.
3791         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
3792         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
3793         * sysdeps/ia64/fpu/s_tan.S: Likewise.
3794         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
3795         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
3796         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
3797         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
3798         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
3800         [BZ #592]
3801         * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
3802         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
3803         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
3804         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
3805         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
3806         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
3807         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
3808         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
3809         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
3810         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
3811         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
3812         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
3813         * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
3814         * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
3815         * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
3816         * sysdeps/ia64/fpu/e_logl.S: Likewise.
3817         * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
3818         * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
3819         * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
3820         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
3821         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
3822         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
3823         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
3824         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
3825         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
3826         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
3827         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
3828         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
3829         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
3830         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
3831         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
3832         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
3833         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
3834         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
3835         * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
3836         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
3837         * sysdeps/ia64/fpu/s_erf.S: Likewise.
3838         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
3839         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
3840         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
3841         * sysdeps/ia64/fpu/s_erff.S: Likewise.
3842         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
3843         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
3844         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
3845         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
3846         * sysdeps/ia64/fpu/s_fma.S: Likewise.
3847         * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
3848         * sysdeps/ia64/fpu/s_fmal.S: Likewise.
3849         * sysdeps/ia64/fpu/s_fmax.S: Likewise.
3850         * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
3851         * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
3852         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
3853         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
3854         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
3855         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
3856         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
3857         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
3858         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
3859         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
3860         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
3861         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
3862         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
3863         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
3864         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
3865         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
3866         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
3867         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
3868         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
3869         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
3870         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
3872         [BZ #592]
3873         * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
3874         * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
3875         * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
3876         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
3877         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
3878         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
3879         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
3880         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
3881         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
3882         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
3883         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
3884         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
3885         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
3886         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
3887         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
3888         * sysdeps/ia64/fpu/w_expl.c: Likewise.
3889         * sysdeps/ia64/fpu/e_expl.S: Likewise.
3890         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
3891         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
3892         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
3893         * sysdeps/ia64/fpu/w_log2.c: Likewise.
3894         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
3895         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
3896         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
3897         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
3898         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
3900         [BZ #592]
3901         * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
3902         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
3903         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
3904         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
3905         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
3906         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
3907         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
3909         [BZ #592]
3910         * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
3911         * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
3912         * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
3914         [BZ #592]
3915         * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
3917         [BZ #592]
3918         * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
3919         alias for use by libm_error.c
3921         [BZ #592]
3922         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
3923         libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
3924         Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
3925         libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
3926         libm_scalbn{,f,l}, libm_scalblnf.
3927         (sysdep_routines): Remove libm_frexp4{,f,l}.
3928         Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
3929         (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
3930         _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
3931         -DSIZE_LONG_LONG_INT_64.
3933 2005-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
3935         [BZ #729]
3936         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
3937         l_text_end are set for a VDSO with a single PT_LOAD entry.
3939 2005-01-05  Ulrich Drepper  <drepper@redhat.com>
3941         [BZ #730]
3942         * libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
3943         invalid to disable optimizations in fileops which won't work here.
3944         (_IO_cookie_jumps): Use it.
3945         (_IO_old_cookie_jumps): Likewise.
3946         * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
3947         not the return value.
3948         * stdio-common/Makefile (tests): Add tst-fmemopen2.
3949         * stdio-common/tst-fmemopen2.c: New file.
3951         * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
3953 2005-01-05  Roland McGrath  <roland@redhat.com>
3955         * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
3956         * sysdeps/i386/configure.in: ... here.  New file.
3958 2005-01-03  Ulrich Drepper  <drepper@redhat.com>
3960         [BZ #727]
3961         * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
3962         initialize __environ again.
3963         * stdlib/Makefile: Add rules to build and run tst-putenv.
3964         * stdlib/tst-putenv.c: New file.
3965         * stdlib/tst-putenvmod.c: New file.
3967         * sysdeps/unix/sysv/linux/init-first.c: Clean file up.  Don't
3968         define unnecessary wrappers or aliases of static functions.
3970 2005-01-03  Andreas Jaeger  <aj@suse.de>
3972         * csu/Makefile (generated): Add start.os and start.ob.
3974         * elf/Makefile (tests): Change rule for tst-pie1 so that make
3975         clean works.
3977 2004-12-29  Roland McGrath  <roland@redhat.com>
3979         [BZ #626]
3980         * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
3981         than always up; when nearest is zero, round up to one.
3983 2004-12-28  Ulrich Drepper  <drepper@redhat.com>
3985         * po/es.po: Update from translation team.
3987         [BZ #726]
3988         * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
3990 2004-12-27  Ulrich Drepper  <drepper@redhat.com>
3992         [BZ #744]
3993         * include/signal.h: Define __sigemptyset.
3995 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
3997         * posix/regex_internal.h (struct re_dfastate_t): Make
3998         word_trtable a pointer to the 512-item transition table.
3999         * posix/regexec.c (build_trtable): Fill in either state->trtable
4000         or state->word_trtable.  Return a boolean indicating success.
4001         (transit_state): Expect state->trtable to be a 256-item
4002         transition table.  Reorganize code to have less tests in
4003         the common case, and to save an indentation level.
4004         * posix/regex_internal.c (free_state): Free word_trtable.
4006 2004-12-21  Jakub Jelinek  <jakub@redhat.com>
4008         [BZ #723]
4009         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
4010         calling fn is 16 byte aligned.
4011         * sysdeps/i386/tst-stack-align.h: New file.
4013         [BZ #725]
4014         * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
4015         (ecvt_r): Special case denormals.
4016         * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
4017         * misc/tst-efgcvt.c: Include float.h.
4018         (ecvt_tests): Add 2 new tests.
4020 2004-12-20  Roland McGrath  <roland@frob.com>
4022         * version.h (RELEASE, VERSION): development, 2.3.90
4023         * include/features.h (__GLIBC_MINOR__): Now 4.
4026 See ChangeLog.15 for earlier changes.