Update.
[glibc.git] / ChangeLog
blob43a6791ad70032bd1be06250a1f1ecc73ed87997
1 2003-08-31  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3         * sysdeps/unix/sysv/linux/sh/Versions: Add posix_fadvise64 and
4         posix_fallocate64 at GLIBC_2.3.3.
5         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO_ERRVAL): Define.
6         (PSEUDO_END_ERRVAL, ret_ERRVAL): Likewise.
8 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
10         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove __syscall_
11         functions.
13 2003-08-31  Ulrich Drepper  <drepper@redhat.com>
15         * libio/libioP.h (_IO_acquire_lock_fct): Define as inline function.
16         Code by Richard Henderson.
18 2003-08-31  Philip Blundell  <philb@gnu.org>
20         * sysdeps/unix/sysv/linux/arm/Versions: Add posix_fadvise64 and
21         posix_fallocate64 at GLIBC_2.3.3.
23 2003-08-31  Ulrich Drepper  <drepper@redhat.com>
25         * sysdeps/x86_64/bsd-_setjmp.S: Use HIDDEN_JUMPTARGET.
26         * include/setjmp.h: Add libc_hidden_proto for __sigsetjmp.
28 2003-08-30  Jakub Jelinek  <jakub@redhat.com>
30         * sysdeps/generic/sysdep.h (cfi_window_save, CFI_WINDOW_SAVE): Define.
31         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Allow file to be
32         included multiple times.
33         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Pass
34         ptid, tls, ctid arguments to the kernel.
35         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
36         Use INTERNAL_SYSCALL instead of __syscall_getpagesize.
37         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38         (__libc_sigaction): Use INLINE_SYSCALL instead of
39         __syscall_rt_sigaction.
40         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
41         (__syscall_getgroups, __syscall_getpagesize, __syscall__llseek,
42         __syscall_setfsgid, __syscall_setfsuid, __syscall_setgid,
43         __syscall_setgroups, __syscall_setregid, __syscall_setreuid,
44         __syscall_ipc, __syscall_setuid, __syscall_rt_sigaction,
45         __syscall_rt_sigpending, __syscall_rt_sigprocmask,
46         __syscall_rt_sigqueueinfo, __syscall_rt_sigsuspend,
47         __syscall_rt_sigtimedwait): Remove unneeded syscall stubs.
48         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (sysdep_routines):
49         Remove rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
50         rt_sigqueueinfo, rt_sigaction and rt_sigpending.
51         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
52         (__CLONE_SYSCALL_STRING): Define.
53         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Add
54         CFI directives.
55         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
56         (__CLONE_SYSCALL_STRING): Define.
57         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_CLONE_SYSCALL):
58         Define.
59         * sysdeps/unix/sysv/linux/sparc/system.c: New file.
61 2003-08-30  Ulrich Drepper  <drepper@redhat.com>
63         * sunrpc/rpc/clnt.h: Remove a few __THROW.
64         * sunrpc/Makefile (CFLAGS-auth_unix.c): Add -fexceptions.
65         (CFLAGS-key_call.c): Likewise.
66         (CFLAGS-pmap_rmt.c): Likewise.
67         (CFLAGS-clnt_perr.c): Likewise.
68         * sunrpc/rpc/auth.h: Remove serveral __THROW.
70         * inet/Makefile (CFLAGS-gethstbyad_r.c): Add -fexceptions.
71         (CFLAGS-gethstbynm_r.c): Likewise.
72         (CFLAGS-gethstbynm2_r.c): Likewise.
73         (CFLAGS-rcmd.c): Likewise.
74         * resolv/Makefile (CFLAGS-res_hconf.c): Add -fexceptions.
76         * argp/Makefile (CFLAGS-argp-help.c): Add -fexceptions.
77         (CFLAGS-argp-fmtstream.c): Likewise.
78         * argp/argp.h: Remove a number of __THROW.
80         * misc/sys/syslog.h (vsyslog): Remove __THROW.
82         * misc/Makefile (CFLAGS-getpass.c): Add -fexceptions.
83         * misc/getpass.c (getpass): Add cleanup handler to ensure the
84         stream is closed even if the thread is canceled.
85         (call_fclose): New function.
86         * posix/unistd.h: Remove __THROW from getpass prototype.
88         * posix/Makefile (CFLAGS-getopt.c): Add -fexceptions.
90         * signal/signal.h (psignal): Remove __THROW.
91         * stdio-common/Makefile (CFLAGS-psignal.c): Add -fexceptions.
93         * misc/Makefile (CFLAGS-error.c): Define.
94         * misc/error.c (error): Disable cancellation handling around the
95         actual output.  The message should in any case be printed.
96         (error_at_line): Likewise.
98         * misc/error.h: Protect parameter names with leading __.
100 2003-08-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
102         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Add semtimedop.
104 2003-08-29  Jakub Jelinek  <jakub@redhat.com>
106         * libio/iofgetpos64.c (_IO_new_fgetpos64): Move lock release to the
107         end.
109 2003-08-29  Ulrich Drepper  <drepper@redhat.com>
111         * libio/stdio.h: Remove a few more __THROW.
113 2003-08-29  Jakub Jelinek  <jakub@redhat.com>
115         * libio/Makefile: Compile fputc.c, fputwc.c, freopen64.c, freopen.c,
116         fseek.c, fseeko64.c, fseeko.c, ftello64.c, ftello.c, fwide.c, getc.c,
117         getchar.c, getwc.c, getwchar.c, iofclose.c, iofflush.c, iofgetpos64.c,
118         iofgetpos.c, iofgets.c, iofgetws.c, iofputs.c, iofputws.c, iofread.c,
119         iofsetpos64.c, iofsetpos.c, ioftell.c, iofwrite.c, iogetdelim.c,
120         iogetline.c, iogets.c, iogetwline.c, ioputs.c, ioseekoff.c,
121         ioseekpos.c, iosetbuffer.c, iosetvbuf.c, ioungetc.c, ioungetwc.c,
122         oldfileops.c, oldiofclose.c, oldiofgetpos64.c, oldiofgetpos.c,
123         oldiofsetpos64.c, oldiofsetpos.c, peekc.c, putc.c, putchar.c, putwc.c,
124         putwchar.c and rewind.c with exceptions.
125         * sysdeps/generic/bits/stdio-lock.h (_IO_acquire_lock,
126         _IO_release_lock): Define.
127         * libio/fileops.c (_IO_new_file_underflow): Use it.
128         * libio/fputc.c (fputc): Likewise.
129         * libio/fputwc.c (fputwc): Likewise.
130         * libio/freopen64.c (freopen64):
131         * libio/freopen.c (freopen): Likewise.
132         * libio/fseek.c (fseek): Likewise.
133         * libio/fseeko64.c (fseeko64): Likewise.
134         * libio/fseeko.c (fseeko): Likewise.
135         * libio/ftello64.c (ftello64): Likewise.
136         * libio/ftello.c (ftello): Likewise.
137         * libio/fwide.c (fwide): Likewise.
138         * libio/getc.c (_IO_getc): Likewise.
139         * libio/getchar.c (getchar): Likewise.
140         * libio/getwc.c (_IO_getwc): Likewise.
141         * libio/getwchar.c (getwchar): Likewise.
142         * libio/iofclose.c (_IO_new_fclose):
143         * libio/iofflush.c (_IO_fflush): Likewise.
144         * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
145         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
146         * libio/iofgets.c (_IO_fgets): Likewise.
147         * libio/iofgetws.c (fgetws): Likewise.
148         * libio/iofputs.c (_IO_fputs): Likewise.
149         * libio/iofputws.c (fputws): Likewise.
150         * libio/iofread.c (_IO_fread): Likewise.
151         * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
152         * libio/iofsetpos.c (_IO_new_fsetpos): Likewise.
153         * libio/ioftell.c (_IO_ftell): Likewise.
154         * libio/iofwrite.c (_IO_fwrite): Likewise.
155         * libio/iogetdelim.c (_IO_getdelim): Likewise.
156         * libio/iogets.c (_IO_gets): Likewise.
157         * libio/ioputs.c (_IO_puts): Likewise.
158         * libio/ioseekoff.c (_IO_seekoff): Likewise.
159         * libio/ioseekpos.c (_IO_seekpos): Likewise.
160         * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
161         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
162         * libio/ioungetc.c (_IO_ungetc): Likewise.
163         * libio/ioungetwc.c (ungetwc): Likewise.
164         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
165         * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
166         * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
167         * libio/oldiofsetpos64.c (_IO_old_fsetpos64): Likewise.
168         * libio/oldiofsetpos.c (_IO_old_fsetpos): Likewise.
169         * libio/peekc.c (_IO_peekc_locked): Likewise.
170         * libio/putc.c (_IO_putc): Likewise.
171         * libio/putchar.c (putchar): Likewise.
172         * libio/putwc.c (putwc): Likewise.
173         * libio/putwchar.c (putwchar): Likewise.
174         * libio/rewind.c (rewind): Likewise.
175         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
177 2003-08-29  Ulrich Drepper  <drepper@redhat.com>
179         * signal/signal.h: sighold, sigrelse, sigignore, sigset were
180         available in XPG4.2.
182 2003-08-27  Phil Knirsch  <pknirsch@redhat.com>
183             Jakub Jelinek  <jakub@redhat.com>
185         * sunrpc/svc.c (svc_getreqset): Fix fds_bits reading on 64-bit
186         big endian arches.  Don't read beyond end of fds_bits array.
188 2003-04-27  Bruno Haible  <bruno@clisp.org>
190         * manual/message.texi (Advanced gettext functions): Add information
191         about Korean, Portuguese, Latvian. Gaeilge is also known as Irish.
192         Add section about Lithuanian, reported by Ricardas Cepas
193         <rch@richard.eu.org>.
194         Add information about Croatian.
195         Ukrainian is like Russian, reported by Andy Rysin <arysin@yahoo.com>.
196         Remove remark about continuation lines that is not true for PO files.
197         Fix formula for Slovenian, reported by Roman Maurer
198         <roman.maurer@amis.net>.
200 2003-08-27  Ulrich Drepper  <drepper@redhat.com>
202         * math/math_private.h: Declare __copysignf.
203         * sysdeps/ieee754/flt-32/s_scalbnf.c: Use __copysignf instead of
204         copysignf.
206         * sysdeps/x86_64/fpu/bits/mathinline.h: Define __signbitf,
207         __signbit, and __signbitl inline functions.
209         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: Use
210         HIDDEN_JUMPTARGET instead of JUMPTARGET to call exit().
212         * sysdeps/x86_64/bsd-_setjmp.S [PIC]: Jump to __GI___sigsetjmp.
213         * sysdeps/x86_64/setjmp.S: Add libc_hidden_def for __sigsetjmp.
215 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
217         * inet/inet_mkadr.c (inet_makeaddr): Optimize.
219 2003-08-27  Ulrich Drepper  <drepper@redhat.com>
221         * include/stdio.h: Add declarations for __builtin_fwrite and
222         __builtin_fwrite_unlocked.
224 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
226         * sysdeps/unix/opendir.c (__opendir): Make sure even struct dirent64
227         fits into allocation.  Add padding on 32-bit arches so that
228         dirp->data is enough aligned for struct dirent64.
229         Avoid clearing of the buffer, just clear DIR structure.
231 2003-08-26  Ulrich Drepper  <drepper@redhat.com>
233         * nss/nsswitch.c: Add libc_hidden_def for __nss_lookup_function.
234         * nss/nsswitch.h: Add libc_hidden_proto for __nss_lookup_function.
236 2003-08-26  Steven Munroe  <sjmunroe@us.ibm.com>
238         * sysdeps/powerpc/powerpc64/elf/Makefile: New file.
240 2003-08-26  Jakub Jelinek  <jakub@redhat.com>
242         * login/programs/utmpdump.c (print_entry): Cast tv_usec to long
243         to match format string.
244         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c (union semun): Add
245         __old_buf.
246         (__new_semctl): Shut up warning.
247         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
248         (_dl_string_hwcap): Add __attribute__ ((always_inline)).
250 2003-08-26  Jakub Jelinek  <jakub@redhat.com>
252         * elf/ldconfig.c (search_dir): When checking for GNU-style .so
253         link file use the real file name, not the resolved name we got by
254         following the symlinks.
256 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
258         * libio/oldfileops.c (_IO_old_file_init): Initialize _mode field
259         if the object size is large enough.
261 2003-08-25  Jakub Jelinek  <jakub@redhat.com>
263         * elf/ldconfig.c (search_dir): Treat symlink as regular file
264         if it won't point to itself unless it is .so symlink for the linker.
266 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
268         * libio/libio.h (_IO_fwide): In the mode==0 optimization, don't
269         use _mode if _IO_fwide_maybe_incompatible.
270         * libio/iofwide.c (_IO_fwide): Move the test for mode == 0 after
271         the compatibility test.
273 2003-08-25  Jakub Jelinek  <jakub@redhat.com>
275         * elf/cache.c (save_cache): Don't write beyond end of file_entries
276         buffer.
277         Duplicate last old cache entry if the count would be odd.
279 2003-08-25  Andreas Jaeger  <aj@suse.de>
281         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Cast arguments of
282         __LONG_LONG_PAIR to long.
284 2003-08-25  Philip Blundell  <philb@gnu.org>
286         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_ERRVAL): Define.
287         (PSEUDO_END_ERRVAL, ret_ERRVAL): Likewise.
289 2003-08-18  Alfred M. Szmidt  <ams@kemisten.nu>
291         * sysdeps/generic/bits/libc-lock.h (__libc_cleanup_pop): Redefine
292         and use __libc_cleanup_region_end instead.
294 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
296         * elf/ldconfig.c (search_dir): Revert patch of 2003-7-21.
298 2003-08-22  Ulrich Drepper  <drepper@redhat.com>
300         * io/fcntl.h (posix_fallocate): Change type of third parameter to
301         off_t.
302         (posix_fallocate64): Change type of third parameter to off64_t.
303         * sysdeps/generic/posix_fallocate.c: Adjust for type change.
304         * sysdeps/posix/posix_fallocate.c: Likewise.
305         * sysdeps/generic/posix_fallocate64.c: Likewise.
306         * sysdeps/posix/posix_fallocate64.c: Likewise.  Add compatibility
307         code for 32-bit platforms.
308         * sysdeps/unix/sysv/linux/i386/Versions: Add new version for
309         posix_fallocate64.
310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: Likewise.
311         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
312         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
314 2003-08-19  Ulrich Drepper  <drepper@redhat.com>
316         * string/bits/string2.h (__STRING2_COPY_TYPE): Add attribute to
317         the type, not to name.
319         * stdio-common/test-vfprintf.c (main): Don't write temporary file
320         into source directory.
322         * malloc/malloc.c (_int_free): Add cheap test for some invalid
323         block sizes.
325         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Fix typo in
326         syscall name.
328 2003-08-18  Ulrich Drepper  <drepper@redhat.com>
330         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Fold EISDIR error
331         into EINVAL.
333 2003-08-18  H.J. Lu  <hongjiu.lu@intel.com>
335         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Use _dl_reloc_bad_type.
336         (elf_machine_lazy_rel): Likewise.
338 2003-08-18  Art Haas  <ahaas@airmail.net>
340         * malloc/malloc.h: Remove unneeded ';' where closing the C++
341         extern block.
343 2003-08-18  Ulrich Drepper  <drepper@redhat.com>
345         * sysdeps/ia64/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Support
346         loading big binaries where @gprel(sym) cannot be handled in 'add'
347         but instead has to be used with 'movl'.
349 2003-08-17  Juergen Kreileder <jk@blackdown.de>
350             Andreas Jaeger  <aj@suse.de>
352         * sysdeps/x86_64/bits/byteswap.h: New file.
354 2003-08-17  Andreas Jaeger  <aj@suse.de>
356         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Fix typo.
358 2003-08-16  Jakub Jelinek  <jakub@redhat.com>
360         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_ERRVAL,
361         PSEUDO_RET_ERRVAL, ret_ERRVAL, PSEUDO_END_ERRVAL): Define.
362         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_ERRVAL,
363         PSEUDO_RET_ERRVAL, ret_ERRVAL, PSEUDO_END_ERRVAL): Define.
364         * sysdeps/unix/alpha/sysdep.h (PSEUDO_ERRVAL,
365         ret_ERRVAL, PSEUDO_END_ERRVAL): Define.
366         * sysdeps/unix/mips/sysdep.h (PSEUDO_ERRVAL,
367         ret_ERRVAL, PSEUDO_END_ERRVAL): Define.
368         * sysdeps/unix/sparc/sysdep.h (PSEUDO_ERRVAL,
369         ret_ERRVAL): Define.
370         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_ERRVAL,
371         PSEUDO_END_ERRVAL, ret_ERRVAL): Define.
372         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO_ERRVAL,
373         PSEUDO_END_ERRVAL, ret_ERRVAL): Define.
374         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO_ERRVAL):
375         Define.
376         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_ERRVAL,
377         PSEUDO_END_ERRVAL, ret_ERRVAL): Define.
378         * sysdeps/unix/sysdep.h (PSEUDO_END_ERRVAL): Define.
380         * sysdeps/unix/sysv/linux/syscalls.list (posix_fadvise64,
381         posix_fadvise64_64): Remove.
382         * sysdeps/unix/sysv/linux/alpha/syscalls.list (posix_fadvise64): Add
383         V flag.
384         * sysdeps/unix/sysv/linux/ia64/syscalls.list (posix_fadvise64):
385         Likewise.
386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
387         (posix_fadvise64): Likewise.
388         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list
389         (posix_fadvise64): Likewise.
390         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
391         (posix_fadvise64): Likewise.
392         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (posix_fadvise64):
393         Likewise.
394         * sysdeps/unix/sysv/linux/i386/posix_fadvise64_64.S: Moved to...
395         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: ...here.
396         (__posix_fadvise64_l64): Fix a typo in fadvise64 syscall invocation.
397         (__posix_fadvise64_l32): New function.
398         * sysdeps/unix/sysv/linux/i386/Makefile: Revert last change.
399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Export
400         posix_fadvise64@@GLIBC_2.3.3.
401         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
402         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
403         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Return
404         error value.
405         * sysdeps/unix/sysv/linux/posix_fadvise64.c: New file.
407         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
408         (SYSCALL_ERROR_HANDLER): Use TLS errno/__libc_errno if USE___THREAD.
410 2003-08-15  Jakub Jelinek  <jakub@redhat.com>
412         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Remove.
413         (elf_machine_matches_host): Remove weak extern stuff.
414         Use GL(dl_hwcap) unconditionally and GL(dl_hwcap_mask) if SHARED.
415         (elf_machine_runtime_setup, sparc_fixup_plt): Remove weak extern
416         stuff.  Use GL(dl_hwcap) unconditionally.
418 2003-08-16  Alan Modra  <amodra@bigpond.net.au>
420         * sysdeps/powerpc/powerpc64/elf/start.S: Add a nop after
421         __libc_start_main branch.
423 2003-08-16  Jakub Jelinek <jakub@redhat.com>,
424             Andreas Jaeger  <aj@suse.de>
426         * sysdeps/generic/posix_fadvise.c (posix_fadvise): Return ENOSYS
427         instead of setting errno.
428         * sysdeps/generic/posix_fadvise64.c (posix_fadvise64): Likewise.
430 2003-08-16  Andreas Jaeger  <aj@suse.de>
432         * sysdeps/generic/posix_fadvise.c (posix_fadvise): Adjust prototype.
433         * sysdeps/generic/posix_fadvise64.c (posix_fadvise64): Likewise.
435 2003-08-15  Ulrich Drepper  <drepper@redhat.com>
437         * io/fcntl.h (posix_fadvise64): Change type of third parameter to
438         off_t.
439         * sysdeps/unix/sysv/linux/posix_fadvise.c: Adjust definition.
440         * sysdeps/unix/make-syscalls.sh: Recognize V prefix to the parameter
441         description indicating the error value is returned, not -1.
442         * sysdeps/unix/sysv/linux/kernel-features.h: Add definition of
443         __ASSUME_FADVISE64_64_SYSCALL.
444         * sysdeps/unix/sysv/linux/syscalls.list: Don't define madvise and
445         posix_madvise in one file.  Have posix_madvise defined with error
446         value returned.
447         Define posix_fadvise64_64 entry.  Add version info to posix_fadvise64
448         entry.
449         * sysdeps/unix/sysv/linux/i386/posix_fadvise.S: New file.
450         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define PSEUDO_ERRVAL,
451         PSEUDO_END_ERRVAL, and ret_ERRVAL.
452         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
453         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
454         * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.3.3]: Add
455         posix_fadvise64.
457         * posix/Makefile (routines): Add posix_madvise.
458         * sysdeps/generic/madvise.c: Don't define posix_madvise.
459         * sysdeps/generic/posix_madvise.c: New file.
460         * sysdeps/unix/sysv/aix/posix_madvise.c: New file.
461         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (subdir_routines):
462         Add posix_fadvise64_64.
464 2003-08-15  Jakub Jelinek  <jakub@redhat.com>
466         * assert/assert.h (assert_perror): Use __builtin_expect for gcc >=
467         3.0, not for !gcc or gcc < 3.0.
469 2003-08-11  Carlos O'Donell  <carlos@baldric.uwo.ca>
471         * dlfcn/default.c (main): Cast dlsym loaded value to same type as main.
472         Address passed to test_in_mod1 and test_in_mod2 without casting.
473         * dlfcn/defaultmod1.c: Change prototype of test_in_mod1.
474         (test_in_mod1): Cast dlsym loaded value to same type as mainp.
475         * dlfcn/defaultmod2.c: Change prototype of test_in_mod2.
476         (test_in_mod2): Cast dlsym loaded value to same type as mainp.
478 2003-08-15  Jakub Jelinek  <jakub@redhat.com>
480         * sysdeps/sparc/sparc32/elf/configure.in (libc_cv_sparc32_tls):
481         Change quotes before using [].
483         * sysdeps/unix/sysv/linux/sparc/sys/user.h: New file.
485         * sysdeps/sparc/sparc32/bits/atomic.h (__sparc32_atomic_lock):
486         Renamed to...
487         (__sparc32_atomic_locks): ...this.  Change into 64-byte array.
488         (__sparc32_atomic_do_lock, __sparc32_atomic_do_unlock): Add addr
489         argument.  Select one of 64 locks from address bits.
490         (atomic_compare_and_exchange_val_acq,
491         atomic_compare_and_exchange_bool_acq): Pass memory address to
492         __sparc32_atomic_do_{,un}lock.
494 2003-08-14  Ulrich Drepper  <drepper@redhat.com>
496         * assert/assert.h (assert): Use !! in front of expression to allow
497         use of pointers.
499         * iconvdata/cp932.c: Fixed checking of a few border of code areas.
500         Changed conversion of JIS X 0201 from using a table to calculating.
501         * iconvdata/euc-jp-ms.c: Fixed conversion table and rewrote
502         conversion routine.  Changed CHARSET_NAME definition from EUCJP-MS to
503         EUC-JP-MS.
504         * iconvdata/tst-tables.sh: Add CP932 and EUC-JP-MS.
505         * iconvdata/CP932.irreversible: New file.
506         * iconvdata/EUC-JP-MS.irreversible: New file.
507         Patch by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>.
509 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
511         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add time syscall.
513         * elf/Makefile: Use LC_ALL=C in a few cases where we call external
514         text processing tools.
516         * sysdeps/pthread/aio_misc.h (struct waitlist): Don't add caller_pid
517         element unless BROKEN_THREAD_SIGNALS is defined.
518         (struct requestlist): Likewise.
519         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Don't fill in
520         caller_pid of new request unless BROKEN_THREAD_SIGNALS is defined.
521         * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
522         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Remove caller_pid
523         parameter unless BROKEN_THREAD_SIGNALS is defined.  Adjust callers.
524         Pass current PID to __aio_sigqueue.
525         * sysdeps/pthread/lio_listio.c (lio_listio): Adjust __aio_notify_only
526         call.  Don't initialize caller_pid field of waitlist element.
528 2003-08-12  Jakub Jelinek  <jakub@redhat.com>
530         * libio/libioP.h (_IO_vtable_offset): Define.
531         * libio/freopen.c (freopen): Use it.
532         * libio/ioputs.c (_IO_puts): Likewise.
533         * libio/freopen64.c (freopen64): Likewise.
534         * libio/genops.c (__underflow, __uflow, _IO_flush_all_lockp):
535         Likewise.
536         * libio/iofclose.c (_IO_new_fclose): Likewise.
537         * libio/iofputs.c (_IO_fputs): Likewise.
538         * libio/ioftell.c (_IO_ftell): Likewise.
539         * libio/iofwrite.c (_IO_fwrite): Likewise.
540         * libio/ioseekoff.c (_IO_seekoff_unlocked): Likewise.
541         * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
542         * stdio-common/vfprintf.c (ORIENT, vfprintf): Likewise.
543         * stdio-common/vfscanf.c (ORIENT): Likewise.
545 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
547         * assert/assert.h: Use __builtin_expect in assert and
548         assert_perror definitions if possible.
550 2003-08-07  Jakub Jelinek  <jakub@redhat.com>
552         * sysdeps/generic/ldsodefs.h (_rtld_global): Add
553         _dl_rtld_lock_recursive and _dl_rtld_unlock_recursive.
554         * elf/rtld.c (rtld_lock_default_lock_recursive,
555         rtld_lock_default_unlock_recursive): New functions.
556         (dl_main): Initialize _dl_rtld_lock_recursive and
557         _dl_rtld_unlock_recursive.
559 2003-08-05  Jakub Jelinek  <jakub@redhat.com>
561         * elf/ldconfig.c (main): Append SLIBDIR and LIBDIR to
562         config_file directories instead of prepending.
564 2003-08-02  Ulrich Drepper  <drepper@redhat.com>
566         * sysdeps/unix/sysv/linux/kernel-features.h: Define
567         __ASSUME_CLONE_STOPPED.
569 2003-08-01  Ulrich Drepper  <drepper@redhat.com>
571         * sysdeps/generic/bits/libc-lock.h
572         (__libc_cleanup_push,__libc_cleanup_pop): Define even here.
574 2003-08-01  Roland McGrath  <roland@frob.com>
576         * sysdeps/mach/hurd/getdents.c: Just use sysdeps/generic/getdents.c.
578 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
580         * sysdeps/generic/bits/types.h (__ssize_t): Use __SSIZE_T_TYPE
581         instead of __SWORD_TYPE.
582         * sysdeps/generic/bits/typesizes.h (__SSIZE_T_TYPE): Define.
583         * sysdeps/mach/hurd/bits/typesizes.h (__SSIZE_T_TYPE): Define.
584         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h (__SSIZE_T_TYPE):
585         Define.
586         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__SSIZE_T_TYPE):
587         Define.
588         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__SSIZE_T_TYPE):
589         Define.
590         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: New file.
592         * dlfcn/dlerror.c (once): New.
593         (dlerror): Call __libc_once.
594         (_dlerror_run): Remove once.
596         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
597         Sync with 2.5.7 and 2.5.73 kernel changes.
599         * dlfcn/eval.c (funcall): Add noinline attribute to shut up warnings.
600         * elf/rtld.c (dl_main): Cast ElfW(Addr) arguments with %Zx/%Zd
601         formats to size_t.
602         * elf/dl-lookup.c (_dl_debug_bindings): Likewise.
603         * elf/tst-tls6.c (do_test): Use %zd format for l_tls_modid.
604         * elf/tst-tls8.c (do_test): Use %zd format for modid1 and modid2.
605         * gmon/tst-sprofil.c (main): Add parens to shut up warning.
606         * iconv/tst-iconv3.c (main): Use %td instead of %zd for pointer
607         difference argument.
608         * stdio-common/tst-wc-printf.c (main): Cast arguments with %C
609         format to wint_t.
610         * stdlib/tst-limits.c (main): For WORD_BIT and LONG_BIT, use
611         %d format and cast expected value to int.
612         * sysdeps/generic/libc-start.c (STATIC): Add
613         __attribute__((always_inline) if LIBC_START_MAIN is already defined.
614         * sysdeps/powerpc/fpu/w_sqrt.c (a_nan, a_inf): Change from uint32_t
615         to ieee_float_shape_type.
616         (__sqrt): Avoid type punning.
617         * sysdeps/powerpc/fpu/w_sqrtf.c (a_nan, a_inf): Change from uint32_t
618         to ieee_float_shape_type.
619         (__sqrtf): Avoid type punning.
620         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Don't define
621         refsym if in dl-conflict.c.
622         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
623         * sysdeps/unix/sysv/linux/i386/semctl.c (union semun): Add __old_buf.
624         (__new_semctl): Shut up warning.
625         * sysdeps/unix/sysv/linux/semctl.c (union semun): Add __old_buf.
626         (__new_semctl): Shut up warning.
627         * sysdeps/unix/sysv/linux/shmctl.c (__new_shmctl): Wrap long lines.
628         Change old into union of __old_shmid_ds and __old_shminfo structs.
629         Adjust all users.
630         * wcsmbs/wcsmbs-tst1.c (main): Cast arguments with %C format to wint_t.
632         * sysdeps/unix/sysv/linux/utimes.c (__utimes): Fix actime and
633         modtime computation.
634         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Likewise.
635         * sysdeps/posix/utimes.c (__utimes): Likewise.
637 2003-07-30  Jakub Jelinek  <jakub@redhat.com>
639         * elf/dl-reloc.c (_dl_allocate_static_tls): Don't return any value,
640         call dl_signal_error directly.  If already relocated, call
641         GL(dl_init_static_tls) directly, otherwise queue it for later.
642         (CHECK_STATIC_TLS): Undo 2003-07-24 change.
643         * elf/rtld.c (dl_main): Initialize GL(dl_init_static_tls).
644         * elf/dl-open.c (dl_open_worker): Call GL_dl_init_static_tls
645         for all static TLS initializations delayed in _dl_allocate_static_tls.
646         * elf/dl-support.c (_dl_init_static_tls): New variable.
647         * include/link.h (struct link_map): Add l_need_tls_init.
648         * sysdeps/generic/ldsodefs.h (_rtld_global): Add _dl_init_static_tls.
649         (_dl_nothread_init_static_tls): New prototype.
650         (_dl_allocate_static_tls): Adjust prototype.
652         * elf/tls-macros.h (VAR_INT_DEF): Add alignment directive.
654 2003-07-31  Alexandre Oliva  <aoliva@redhat.com>
656         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
657         elf_machine_rel_relative, elf_machine_rela_relative): Don't assume
658         reloc_addr is aligned.
659         * sysdeps/alpha/dl-machine.h (elf_machine_rela,
660         elf_machine_rela_relative): Adjust.
661         * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rela,
662         elf_machine_rel_relative, elf_machine_rela_relative): Adjust.
663         * sysdeps/cris/dl-machine.h (elf_machine_rela,
664         elf_machine_rela_relative): Adjust.
665         * sysdeps/hppa/dl-machine.h (elf_machine_rela,
666         elf_machine_rela_relative): Adjust.
667         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela,
668         elf_machine_rel_relative, elf_machine_rela_relative): Adjust.
669         * sysdeps/ia64/dl-machine.h (elf_machine_rela,
670         elf_machine_rela_relative): Adjust.
671         * sysdeps/m68k/dl-machine.h (elf_machine_rela,
672         elf_machine_rela_relative): Adjust.
673         * sysdeps/mips/dl-machine.h (elf_machine_rela,
674         elf_machine_rela_relative): Adjust.
675         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela,
676         elf_machine_rela_relative): Adjust.
677         * sysdeps/powerpc/powerpc64/dl-machine.h
678         (elf_machine_rela_relative, elf_machine_rela): Adjust.
679         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela,
680         elf_machine_rela_relative): Adjust.
681         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela,
682         elf_machine_rela_relative): Adjust.
683         * sysdeps/sh/dl-machine.h (elf_machine_rela,
684         elf_machine_rela_relative): Adjust.
685         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
686         elf_machine_rela_relative): Adjust.
687         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
688         elf_machine_rela_relative): Adjust.
689         * sysdeps/x86_64/dl-machine.h (elf_machine_rela,
690         elf_machine_rela_relative): Adjust.
692 2003-07-29  Ulrich Drepper  <drepper@redhat.com>
694         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Restore
695         alignment of TCB used before the last change so that it matches
696         ld's output for IE code.
698 2003-07-29  Jakub Jelinek  <jakub@redhat.com>
700         * include/ctype.h (__ctype_b_loc, __ctype_toupper_loc,
701         __ctype_tolower_loc): Avoid "dereferencing type-punned pointer will
702         break strict-aliasing rules" warnings.
704 2003-07-29  Roland McGrath  <roland@redhat.com>
706         * elf/Makefile: Revert accidental changes in last commit.
707         * elf/dl-support.c: Likewise.
709         * rt/tst-timer2.c: New file.
710         * rt/Makefile (tests): Add it.
712 2003-07-25  Jakub Jelinek  <jakub@redhat.com>
714         * elf/dl-support.c (_dl_hwcap): Add nocommon attribute.
716 2003-07-29  Roland McGrath  <roland@redhat.com>
718         * elf/Makefile (tests) [$(build-shared) = yes]:
719         Depend on $(test-modules).
720         * dlfcn/Makefile: Likewise.
722 2003-07-28  Roland McGrath  <roland@redhat.com>
724         * sysdeps/generic/bits/types.h (__STD_TYPE): New macro.
725         Use that instead of `typedef' when using __*_TYPE macros in rhs.
727         * elf/tst-tls14.c [USE_TLS && HAVE___THREAD]: Conditionalize on this.
728         * elf/tst-tlsmod14a.c: Likewise.
730         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <linux/compiler.h>
731         before <linux/sysctl.h>.
733 2003-07-27  Ulrich Drepper  <drepper@redhat.com>
735         * sysdeps/unix/sysv/syscalls.list: time syscall never fails.
736         * sysdeps/unix/sysv/linux/x86_64/time.S: time syscall never fails.
737         * sysdeps/unix/sysv/i386/time.S: time syscall never fails.
738         * sysdeps/unix/syscalls.list: umask syscall never fails.
740 2003-07-27  Andreas Jaeger  <aj@suse.de>
742         * sysdeps/unix/sysv/linux/init-first.c: Mark init as used.
744 2003-07-25  Jakub Jelinek  <jakub@redhat.com>
746         * sysdeps/unix/sysv/linux/a.out.h: Replace with i386 version.
747         Include bits/a.out.h.
748         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
749         bits/a.out.h.
750         * sysdeps/unix/sysv/linux/bits/a.out.h: New file.
751         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: New file.
752         * sysdeps/unix/sysv/linux/m68k/bits/a.out.h: New file.
753         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: New file.
754         * sysdeps/unix/sysv/linux/alpha/a.out.h: New file.
755         * sysdeps/unix/sysv/linux/alpha/bits/a.out.h: New file.
756         * sysdeps/unix/sysv/linux/sparc/a.out.h: New file.
757         * sysdeps/unix/sysv/linux/sparc/bits/a.out.h: New file.
759 2003-07-24  Jakub Jelinek  <jakub@redhat.com>
761         * sysdeps/pthread/aio_cancel.c (aio_cancel): Return AIO_ALLDONE
762         if aiocbp != NULL and has already completed.  Return -1/EINVAL if
763         aiocbp->aio_fildes does not match fildes.
765 2003-07-24  Ulrich Drepper  <drepper@redhat.com>
767         * timezone/zic.c (rpytime): Replace cheap overflow check with a
768         functioning one.
770         * include/link.h (struct link_map): Add l_tls_firstbyte_offset field.
771         * sysdeps/generic/dl-tls.c [TLS_TCB_AT_TP] (_dl_determine_tlsoffset):
772         Fix calculation of offsets to take misalignment of first byte in
773         file into account.
774         * elf/dl-load.c (_dl_map_object_from_fd): Initialize
775         l_tls_firstbyte_offset field.
776         * elf/rtld.c (_dl_start_final, _dl_start, dl_main): Likewise.
777         * elf/dl-reloc.c (_dl_allocate_static_tls): Change return type to int.
778         Take l_tls_firstbyte_offset information into account.
779         (CHECK_STATIC_TLS): _dl_allocate_static_tls can fail now.
780         * sysdeps/generic/ldsodefs.h: Adjust _dl_allocate_static_tls prototype.
781         * elf/Makefile: Add rules to build and run tst-tls14.
782         * elf/tst-tls14.c: New file.
783         * elf/tst-tlsmod14a.c: New file.
784         * elf/tst-tlsmod14b.c: New file.
786 2003-07-23  Jakub Jelinek  <jakub@redhat.com>
788         * sysdeps/pthread/lio_listio.c (LIO_OPCODE_BASE): Define.
789         (lio_listio): Use it.
790         * sysdeps/pthread/lio_listio64.c: Include lio_listio.c instead of
791         after few defines to avoid duplication.
793 2003-07-22  Jakub Jelinek  <jakub@redhat.com>
795         * include/stdio.h (__libc_fatal): Add libc_hidden_proto.
796         * include/dlfcn.h (__libc_dlopen_mode, __libc_dlsym, __libc_dlclose):
797         Likewise.
798         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym, __libc_dlclose):
799         Add libc_hidden_def.
800         * sysdeps/generic/libc_fatal.c (__libc_fatal): Likewise.
801         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
802         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Likewise.
803         * elf/Versions (libc): Export __libc_dlopen_mode@@GLIBC_PRIVATE,
804         __libc_dlsym@@GLIBC_PRIVATE and __libc_dlclose@@GLIBC_PRIVATE.
805         * libio/Versions (libc): Export __libc_fatal@@GLIBC_PRIVATE.
806         * sysdeps/generic/unwind-dw2.c: Readd #ifs removed during last
807         change.
808         * sysdeps/generic/unwind.inc: Removed.
810         * include/resolv.h (__resp): Declare.  Define to __libc_resp
811         if in libc.so.
812         (_res): If USE___THREAD, define to (*__resp).
813         * resolv/res_libc.c (_res): Normal .bss variable with compat_symbol
814         even if USE___THREAD.
815         (__resp): New __thread variable.
816         (__libc_resp): New alias.
817         * resolv/Versions (libc): Export _res@GLIBC_2.0 even if
818         USE_TLS && HAVE___THREAD.  Export __resp@@GLIBC_PRIVATE.
819         * sysdeps/generic/res-state.c (__res_state): Return __resp
820         if USE___THREAD.
822 2003-07-22  H.J. Lu  <hongjiu.lu@intel.com>
824         * elf/dl-support.c (_dl_hwcap): New variable.
825         (_dl_aux_init): Initialize GL(dl_hwcap) for static binaries.
827         * sysdeps/i386/fpu/fclrexcpt.c: Include <unistd.h>, <ldsodefs.h>
828         and <dl-procinfo.h>.
829         (__feclearexcept): Clear MXCSR if needed.
830         * sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
832         * sysdeps/i386/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Document
833         that newer hardware needs more than these macros.
835         * sysdeps/i386/setfpucw.c: New file.
837 2003-07-22  Jakub Jelinek  <jakub@redhat.com>
839         * elf/Makefile (CFLAGS-ldconfig.c): Define IS_IN_ldconfig.
840         * elf/ldconfig.c: Include dl-procinfo.c.
841         (PROCINFO_CLASS): Define.
842         * sysdeps/generic/ldsodefs.h (PROCINFO_CLASS): Define.
843         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: New file.
844         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: New file.
845         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (PROCINFO_CLASS):
846         Define if not yet defined.  Use it instead of EXTERN.  Undefine
847         at the end of the file.
848         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (PROCINFO_CLASS):
849         Likewise.
850         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c
851         (PROCINFO_CLASS): Likewise.
852         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c
853         (PROCINFO_CLASS): Likewise.
855 2003-07-22  H.J. Lu  <hongjiu.lu@intel.com>
857         * elf/ldconfig.c (main): Issue a fatal error if relative path
858         is used to build cache.
860 2003-07-22  Ulrich Drepper  <drepper@redhat.com>
862         * elf/readlib.c (process_file): Avoid possible overflow in assignment.
864 2003-07-21  Art Haas  <ahaas@airmail.net>
866         * manual/charset.texi (Converting a Character): Fix example code so a
867         valid pointer is returned.
869 2003-07-22  Andreas Jaeger  <aj@suse.de>
871         * elf/readlib.c (process_file): Check that file is a shared
872         object.
874         * elf/sofini.c (__FRAME_END__): Use attribute used so that gcc
875         will not optimize it away.
876         (__DTOR_END__): Likewise.
877         (__CTOR_END__): Likewise.
879         * include/libc-symbols.h (_elf_set_element): Use attribute used so
880         that gcc will not optimize it away.
881         (link_warning): Likewise.
883 2003-07-22  Ulrich Drepper  <drepper@redhat.com>
885         * wcsmbs/wcpncpy.c (__wcpncpy): Correct destination pointer handling.
886         * wcsmbs/Makefile (tests): Add tst-wcpncpy.
887         * wcsmbs/tst-wcpncpy.c: New file.
889 2003-07-21  Ulrich Drepper  <drepper@redhat.com>
891         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_STOPPED): Define.
893         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Reverse use of
894         stmxcsr and ldmxcsr.
896         * Makerules (build-module-helper): Add -z defs unless explicitly said
897         not to do it.
898         * dlfcn/Makefile: Define various *-no-z-defs variables for test DSOs
899         which has undefined symbols.
900         * elf/Makefile: Likewise.
902         * sysdeps/i386/fpu/fedisblxcpt.c: Use dl_hwcap, not dl_hwcap_mask.
903         * sysdeps/i386/fpu/feenablxcpt.c: Likewise.
904         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
905         * sysdeps/i386/fpu/fesetround.c: Likewise.
906         * sysdeps/i386/fpu/ftestexcept.c: Likewise.
908 2003-07-21  HJ Lu  <hongjiu.lu@intel.com>
910         * elf/ldconfig.c (search_dir): Treat symlink as regular file
911         if it won't point to itself.
913 2003-07-20  Ulrich Drepper  <drepper@redhat.com>
915         * sysdeps/ia64/hp-timing.h (REPEAT_READ): Cast to long int not to int.
917 2003-07-20  Andreas Jaeger  <aj@suse.de>
919         * iconvdata/cp932.c (BODY): STANDARD_ERR_HANDLER is now called
920         STANDARD_TO_LOOP_ERR_HANDLER.
921         * iconvdata/euc-jp-ms.c (BODY): Likewise.
923 2003-07-19  Ulrich Drepper  <drepper@redhat.com>
925         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO): Fix typo.
927         * sysdeps/unix/sysv/linux/syscalls.list: Remove affinity syscalls.
929 2003-07-16  Daniel Jacobowitz  <drow@mvista.com>
930             Andreas Jaeger  <aj@suse.de>
932         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHMLBA): Define to
933         256K, remove unneeded declaration of __getpagesize.
935 2003-07-16  Andreas Schwab  <schwab@suse.de>
937         * sysdeps/unix/sysv/linux/futimes.c: Include <string.h>.
939 2003-07-15  Ulrich Drepper  <drepper@redhat.com>
941         * io/test-utime.c (main): Make test yet more robust.
943 2003-07-14  Ulrich Drepper  <drepper@redhat.com>
945         More cancellation handling fixups.
946         * sysdeps/unix/sysv/linux/not-cancel.h: Add waitpid_not_cancel.
947         * sysdeps/generic/not-cancel.h: Likewise.
948         * catgets/open_catalog.c: Use not-cancelable syscalls.
949         * time/Makefile (CFLAGS-getdate.c): Add -fexceptions.
950         * sysdeps/unix/sysv/linux/llseek.c: Must not be cancelable.
951         * sysdeps/unix/syscalls.list: Don't mark lseek as cancelable.
952         * dlfcn/dlfcn.h: Mark dlopen with __THROW again.
953         * io/fcntl.h: Don't mark posix_fallocate with __THROW.
954         * libio/fileops.c: Use not-cancelable syscalls for fclose.
955         * libio/iopopen.c: Use no-cancelable syscalls.
956         * libio/stdio.h: Mark popen and pclose with __THROW again.
957         * misc/Makefile (CFLAGS-syslog.c): Add -fexceptions.
958         * misc/syslog.c: Fix locking and cancellation cleanup handling.
959         * posix/unistd.h: Mark ttyname and ttyname_r again with __THROW.
960         * stdio-common/Makefile (CFLAGS-tmpfile.c, CFLAGS-tmpfile64.c,
961         CFLAGS-tempname.c): Add -fexceptions.
962         * stdlib/Makefile (CFLAGS-mkstemp.c): Add -fexceptions.
963         * string/string.h: Mark strerror and strerror_r with _THROW again.
964         * sysdeps/generic/unwind.inc: New file.  Copied from gcc.
965         * sysdeps/generic/unwind-dw2.c: Update from gcc version.  Remove
966         #ifs since we now need all the code compiled.
967         * sysdeps/posix/spawni.c: Use close_not_cancel instead of close.
968         * sysdeps/unix/closedir.c: Use not-cancelable syscalls.
969         * sysdeps/unix/opendir.c: Likewise.
971         * iconvdata/Makefile (modules): Add CP932 and EUC-JP-MS.
972         Add rule for EUC-JP-MS dependency.
973         * iconvdata/cp932.c: New file.
974         * iconvdata/eucjp-ms.c: New file.
975         * iconvdata/gconv-modules: Add entries for CP932 and EUC-JP-MS.
976         Patch by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>.
978 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket): Add
981         cfi directives.
983 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
985         * sysdeps/unix/sysv/linux/kernel-features.h
986         (__ASSUME_FIXED_CLONE_SYSCALL): New macro.
987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Use it.
989         * sysdeps/unix/sysv/linux/utimes.c: Include sysdep.h.
991 2003-07-14  Ulrich Drepper  <drepper@redhat.com>
993         * sysdeps/unix/sysv/linux/kernel-features.h: Define
994         __ASSUME_TGKILL for Alpha appropriately.
996 2003-07-12  Ulrich Drepper  <drepper@redhat.com>
998         * sysdeps/unix/sysv/linux/bits/statfs.h (_STATFS_F_FRSIZE): Define.
999         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (_STATFS_F_FRSIZE):
1000         Likewise.
1001         * sysdeps/unix/sysv/linux/s390/bits/statfs.h (_STATFS_F_FRSIZE):
1002         Likewise.
1004         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1005         __ASSUME_UTIMES for x86 and kernels > 2.5.75.
1007         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Handle case with
1008         second parameter == NULL.
1009         * sysdeps/unix/sysv/linux/utimes.c: New file.
1011 2003-07-12  Jakub Jelinek  <jakub@redhat.com>
1013         * sysdeps/unix/sysv/linux/futimes.c: Include kernel-features.h.
1014         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Fix
1015         a typo.
1017 2003-07-12  Ulrich Drepper  <drepper@redhat.com>
1019         * time/sys/time.h: Namespace cleanup.
1020         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1021         __ASSUME_UTIMES for the architectures which always had the syscall.
1022         * sysdeps/unix/sysv/linux/futimes.c: New file.
1024 2003-07-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1026         * sysdeps/unix/sysv/linux/sh/socket.S: Save and restore the PR
1027         register across CENABLE and CDISABLE.
1029 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
1031         * sysdeps/unix/sysv/linux/sigwait.c: Include string.h.
1032         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1033         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
1034         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Cast value to unsigned
1035         int before assigning to max to avoid warnings.
1037 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
1039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket): Add
1040         cfi directives.
1041         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S (__socket): Likewise.
1042         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S (__socket): Likewise.
1044 2003-07-10  Jakub Jelinek  <jakub@redhat.com>
1046         * sysdeps/powerpc/powerpc64/elf/start.S: Set section flags of
1047         .data.rel.ro.local to "aw".
1049 2003-07-10  Ulrich Drepper  <drepper@redhat.com>
1051         * sysdeps/m68k/Makefile: Remove CLFAGS-.oS addition.
1052         * Makeconfig (CFLAGS-.oS): Use PIC-ccflag instead of pic-ccflag.
1053         (PIC-ccflag): Define.
1055 2003-07-04  Jakub Jelinek  <jakub@redhat.com>
1057         * sysdeps/s390/s390-32/elf/start.S: Emit position independent code
1058         if PIC.
1059         * sysdeps/s390/s390-64/elf/start.S: Likewise.
1061 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
1063         * sysdeps/powerpc/powerpc64/elf/start.S: Put L(start_address)
1064         into .data.rel.ro.local section if PIC to avoid DT_TEXTREL.
1066 2003-07-07  Ulrich Drepper  <drepper@redhat.com>
1068         * sysdeps/unix/sysv/linux/kernel-features.h: Version
1069         __ASSUME_CORRECT_SI_PID and __ASSUME_TGKILL if possible.
1071         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
1072         compilation with HAVE_AUX_SECURE defined.
1074 2003-07-05  Richard Henderson  <rth@redhat.com>
1076         * sysdeps/alpha/elf/initfini.c: Avoid .ent/.end.
1078 2003-07-03  Ulrich Drepper  <drepper@redhat.com>
1080         * configure.in: Also check for .cfi_rel_offset pseudo-op.
1082 2003-07-03  Jakub Jelinek  <jakub@redhat.com>
1084         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency): Fix a
1085         typo.
1087 2003-07-03  Ulrich Drepper  <drepper@redhat.com>
1089         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_CLKTCK):
1090         Define.
1091         * sysdeps/unix/sysv/linux/prof-freq.h: New file.
1093 2003-07-02  Jakub Jelinek  <jakub@redhat.com>
1095         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Protect new_sysinfo
1096         decl and use with #ifdef NEED_DL_SYSINFO.
1098 2003-07-02  Ulrich Drepper  <drepper@redhat.com>
1100         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't set
1101         GL(dl_sysinfo) unles GL(dl_sysinfo_dso) is also set.
1102         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1103         __ASSUME_VSYSCALL only for 2.5.69 and up since this is when the
1104         vsyscall DSO was added.
1106         * posix/bits/posix1_lim.h (_POSIX_NGROUPS_MAX): Define to 8 or 0
1107         depending on selected standard.
1108         (NGROUPS_MAX): Define to 8 if not defined.
1110 2003-07-02  Andreas Jaeger  <aj@suse.de>
1112         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: New file.
1114 2003-05-04  H.J. Lu  <hongjiu.lu@intel.com>
1116         * malloc/arena.c (arena_get2): Add atomic_write_barrier.
1117         * malloc/thread-m.h: Include <atomic.h>.
1118         (atomic_full_barrier): Provide default.
1119         (atomic_read_barrier): Likewise.
1120         (atomic_write_barrier): Likewise.
1121         * sysdeps/ia64/bits/atomic.h (atomic_full_barrier): New #define.
1123 2003-06-30  Ulrich Drepper  <drepper@redhat.com>
1125         * sysdeps/generic/sysdep.h: Define cfi_rel_offset and CFI_REL_OFFSET.
1127 2003-06-30  Richard Henderson  <rth@redhat.com>
1129         * sysdeps/alpha/bits/atomic.h (__arch_compare_and_exchange_bool_*_int):
1130         Invert the sense of the return value.
1131         (__arch_exchange_16_int): Fix paste-o.
1132         (__arch_exchange_{32,64}_int): Fix think-o.
1134         * sysdeps/unix/sysv/linux/alpha/clone.S: Load child_tid properly.
1136 2003-06-30  Richard Henderson  <rth@redhat.com>
1138         * include/sys/resource.h (__getrusage): Mark hidden.
1139         * include/sys/time.h (__settimeofday, __setitimer, __utimes): Likewise.
1140         * include/sys/wait.h (__wait4): Likewise.
1142 2003-06-17  Guido Guenther  <agx@sigxcpu.org>
1144         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Handle STAT_IS_KERNEL_STAT
1145         case.
1146         (xstat_conv): Rename to __xstat_conv and remove static inline.
1147         (xstat64_conv): Likewise.
1149 2003-06-29  Ulrich Drepper  <drepper@redhat.com>
1151         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Handle parameter
1152         values which cannot be handled in one nanosleep call.
1154 2003-06-25  Alfred M. Szmidt  <ams@kemisten.nu>
1156         * sysdeps/generic/bits/in.h (IPV6_HOPOPTS, IPV6_DSTOPTS): New macros.
1157         (IPV6_RXHOPOPTS, IPV6_RXDSTOPTS): Use them.
1159         * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: Typo fix.
1161 2003-06-04  Thorsten Kukuk  <kukuk@suse.de>
1163         * sysdeps/unix/sysv/linux/net/if_arp.h: Sync with kernel header,
1164         fix typo.
1166 2003-06-26  Steven Munroe  <sjmunroe@us.ibm.com>
1168         * sysdeps/unix/sysv/linux/xstatconv.h [!STAT_IS_KERNEL_STAT]:
1169         Conditionalize function definitions that use struct kernel_stat.
1170         * sysdeps/unix/sysv/linux/fxstat.c: Remove __syscall_fstat extern.
1171         * sysdeps/unix/sysv/linux/lxstat.c: Remove __syscall_lstat extern.
1172         * sysdeps/unix/sysv/linux/xstat.c: Remove __syscall_stat extern.
1174 2003-06-28  Ulrich Drepper  <drepper@redhat.com>
1176         * sysdeps/unix/sysv/linux/s390/semtimedop.c (semtimedop): Add real
1177         implementation.
1179 2003-06-07  Thorsten Kukuk  <kukuk@suse.de>
1181         * nis/nss_compat/compat-grp.c: Remove unused nis_first variable.
1182         (getgrent_next_file): Don't store group name to early in blacklist.
1184         * nis/nss_compat/compat-pwd.c (internal_getpwuid_r): Save strlen result
1185         and use memcpy instead of strcpy.
1187 2003-06-28  Ulrich Drepper  <drepper@redhat.com>
1189         * nis/nss_compat/compat-grp.c: Optimize several little things.  Use
1190         stream unlocked.
1191         * nis/nss_compat/compat-initgroups.c: Likewise.
1192         * nis/nss_compat/compat-pwd.c: Likewise.
1193         * nis/nss_compat/compat-spwd.c: Likewise.
1195 2003-06-27  Thorsten Kukuk  <kukuk@suse.de>
1197         * nis/nss_compat/compat-initgroups.c: Don't use our own NIS/NIS+
1198         functions, dlopen corresponding NSS module instead.
1200 2003-06-27  Jeroen Dekkers  <jeroen@dekkers.cx>
1202         * sysdeps/mach/hurd/alpha/init-first.c: Remove call to __libc_init.
1203         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
1204         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1205         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
1207 2003-06-27  Ulrich Drepper  <drepper@redhat.com>
1209         * rt/Makefile (CFLAGS-librt-cancellation.c): Define.
1211 2003-06-26  Roland McGrath  <roland@frob.com>
1213         * sysdeps/mach/configure.in: Barf rather than define NO_CREATION_TIME.
1214         * sysdeps/mach/configure: Regenerated.
1215         * sysdeps/mach/hurd/times.c (times_init): Function removed.
1216         (__times): Assume `creation_time' field is available.
1217         * sysdeps/mach/hurd/Makefile [$(subdir) = csu] (sysdep_routines):
1218         Don't append set-init.
1219         * sysdeps/mach/hurd/set-init.c: File removed.
1221 2003-06-26  Roland McGrath  <roland@redhat.com>
1223         * elf/elf.h (AT_SECURE): New macro.
1224         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Grok it,
1225         set __libc_enable_secure.
1226         (_dl_show_auxv): Add AT_SECURE to name table.
1227         * elf/dl-support.c (_dl_aux_init): Grok AT_SECURE, set
1228         __libc_enable_secure and __libc_enable_secure_decided.
1229         * sysdeps/unix/sysv/linux/ldsodefs.h
1230         [__ASSUME_AT_SECURE] (HAVE_AUX_SECURE): Define it.
1231         * sysdeps/unix/sysv/linux/kernel-features.h
1232         [__LINUX_KERNEL_VERSION >= 132426] (__ASSUME_AT_SECURE): Define it.
1234 2003-06-26  Ulrich Drepper  <drepper@redhat.com>
1236         * io/test-utime.c: If _STATBUF_ST_NSEC is defined, adjust lower
1237         boundary test to take rounding of nanoseconds into account.
1239         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_NSEC.
1240         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1241         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Likewise.
1242         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1243         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1244         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1245         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1247 2003-06-26  Andreas Schwab  <schwab@suse.de>
1249         * sysdeps/m68k/fpu/bits/mathinline.h: Don't inline frexp.
1250         * sysdeps/m68k/fpu/s_frexp.c: Put implementation here.
1251         * sysdeps/m68k/fpu/s_frexpl.c: Fix to handle unnormalized numbers.
1253 2003-06-17  Thorsten Kukuk  <kukuk@suse.de>
1255         * nis/Makefile: Remove NIS/NIS+ files from nss_compat module.
1256         * nis/nss_compat/compat-grp.c: Don't use our own NIS/NIS+ functions,
1257         dlopen corresponding NSS module instead.
1258         * nis/nss_compat/compat-pwd.c: Likewise.
1259         * nis/nss_compat/compat-spwd.c: Likewise.
1260         * nis/nss_compat/compat-initgroups.c: Disabled for now.
1261         * nss/Versions: Export __nss_lookup_function.
1263 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
1265         * sysdeps/unix/sysv/linux/kernel-features.h: Update kernel features
1266         for the SH architecture.
1268 2003-06-25  Thorsten Kukuk  <kukuk@suse.de>
1270         * csu/Makefile: Use CPPFLAGS to find correct linux/version.h.
1272 2003-06-25  Andreas Jaeger  <aj@suse.de>
1274         * stdlib/tst-strtod.c (main): Declare constant long double as
1275         suggested by Jakub Jelinek and Andreas Schwab.
1277         * posix/tst-nanosleep.c: Include <time.h> for nanosleep
1278         declaration.
1280         * stdio-common/tst-fphex.c: Fix format string.
1282         * posix/transbug.c: Include <string.h> for memset and strlen
1283         declarations.
1285         * stdio-common/tst-sprintf.c: Include <stdlib.h> for free declaration.
1287         * stdlib/tst-strtod.c (main): Pass long double value.
1289         * test-skeleton.c: Include <time.h> for nanosleep declaration.
1291 2003-06-25  Ulrich Drepper  <drepper@redhat.com>
1293         * include/time.h: Don't define CLOCK_IDFIELD_SIZE if _ISOMAC is
1294         defined.
1296 2003-06-11  Jakub Jelinek  <jakub@redhat.com>
1298         * elf/Versions (libc): Add _dl_open_hook@GLIBC_PRIVATE.
1299         * elf/dl-libc.c (struct dl_open_hook): New.
1300         (_dl_open_hook): New variable.
1301         (do_dlsym_private): New function.
1302         (__libc_dlopen_mode) [!SHARED]: Lookup _dl_open_hook@GLIBC_PRIVATE
1303         and initialize it if found.
1304         (__libc_dlopen_mode) [SHARED]: If _dl_open_hook is non-NULL,
1305         call dlopen_mode hook.
1306         (__libc_dlsym) [SHARED]: If _dl_open_hook is non-NULL,
1307         call dlsym hook.
1308         (__libc_dlclose) [SHARED]: If _dl_open_hook is non-NULL,
1309         call dlclose hook.
1311 2003-06-25  Ulrich Drepper  <drepper@redhat.com>
1313         * sysdeps/unix/sysv/linux/cris/sysdep.h (INLINE_SYSCALL): Cast
1314         result to long int so that extensions to long long int work.
1315         Patch by Uwe Reimann <libc-alpha@pulsar.homelinux.net>.
1317 2003-06-19  Jakub Jelinek  <jakub@redhat.com>
1319         * elf/ldconfig.c (main): Use add_system_dir instead of add_dir.
1320         * sysdeps/generic/dl-cache.h (add_system_dir): Define.
1321         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: Include sparc
1322         dl-cache.h.
1323         * sysdeps/unix/sysv/linux/s390/dl-cache.h: New file.
1324         * sysdeps/unix/sysv/linux/mips/dl-cache.h: New file.
1325         * sysdeps/unix/sysv/linux/powerpc/dl-cache.h: New file.
1326         * sysdeps/unix/sysv/linux/sparc/dl-cache.h: New file.
1328 2003-06-19  Jakub Jelinek  <jakub@redhat.com>
1330         * test-skeleton.c (timeout_handler): If waitpid returned 0,
1331         retry once after a second.  If killed == 0, assume
1332         WTERMSIG (status) == SIGKILL.
1334 2003-06-18  Roland McGrath  <roland@redhat.com>
1336         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Catch uninitialized
1337         elements in the table instead of printing an empty name string.
1339 2003-06-05  Roland McGrath  <roland@redhat.com>
1341         * elf/elf.h (PT_GNU_STACK): New macro.
1343 2003-06-24  Ulrich Drepper  <drepper@redhat.com>
1345         * include/time.h: Define CLOCK_IDFIELD_SIZE.
1346         * sysdeps/posix/clock_getres.c: Recognize thread CPU clock IDs.
1347         * sysdeps/unix/clock_gettime.c: Likewise.
1348         * sysdeps/unix/clock_settime.c: Likewise.
1349         * sysdeps/unix/clock_nanosleep.c (CPUCLOCK_P): Adjust for new
1350         clock id for thread CPU clocks.
1352         * sysdeps/unix/sysv/linux/fstatfs64.c (__fstatfs64): Add support
1353         for the fstatfs64 syscall.
1354         * sysdeps/unix/sysv/linux/statfs64.c (__statfs64): Add support for
1355         the statfs64 syscall.
1357         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1358         __ASSUME_STATFS64 appropriately.
1360         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use f_frsize field
1361         from statfs structure if it has been filled in.
1363         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_frsize
1364         field.
1365         (struct statfs64): Likewise.
1366         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: Likewise.
1367         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
1369 2003-06-24  Richard Henderson  <rth@redhat.com>
1371         * sysdeps/unix/sysv/linux/alpha/syscalls.list (pread, pwrite): Use
1372         the 64-bit syscall name.
1374         * sysdeps/alpha/setjmp.S (_setjmp, setjmp): Mark .prologue.
1376         * sysdeps/alpha/fpu/bits/mathinline.h: Honor
1377         __LIBC_INTERNAL_MATH_INLINES.  Implement __signbitf, __signbit.
1379         * sysdeps/unix/sysv/linux/alpha/clone.S: Use HIDDEN_JUMPTARGET.
1380         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use
1381         libc_hidden_def.
1382         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
1383         * sysdeps/unix/sysv/linux/alpha/setfpucw.c: Use libc_hidden_proto
1384         on them.
1386         * sysdeps/alpha/bits/atomic.h: New file.
1388 2003-06-24  Andreas Schwab  <schwab@suse.de>
1390         * sysdeps/m68k/fpu/libm-test-ulps: Update.
1392 2003-06-24  Andreas Jaeger  <aj@suse.de>
1394         * sysdeps/unix/sysv/linux/x86_64/stat.h (_STAT_VER_LINUX): Avoid
1395         redeclaration with 32-bit code.
1397 2003-05-19  Ed Connell  <ed.connell@sas.com>
1399         * sysdeps/unix/sysv/linux/i386/getcontext.S (getcontext): Retain
1400         floating point mask.
1401         * sysdeps/i386/fpu/fegetenv.c (fegetenv): Likewise.
1403 2003-06-23  Ulrich Drepper  <drepper@redhat.com>
1405         * sysdeps/pthread/aio_misc.h: Mark __aio_requests_mutex,
1406         __aio_enqueue_request, __aio_find_req, __aio_find_req_fd,
1407         __aio_free_request, __aio_notify, and __aio_sigqueue as hidden.
1409         * sysdeps/pthread/aio_suspend.c (aio_suspend): Set errno to the result
1410         of pthread_cond_wait if there was an error.  Use pthread_cleanup_*
1411         instead of __libc_cleanup_region_*.
1413 2003-06-20  Richard Henderson  <rth@redhat.com>
1415         * sysdeps/unix/make-syscalls.sh: Implement ! prefix for strong aliases.
1416         * sysdeps/unix/sysv/linux/alpha/syscalls.list (open, open64): New.
1418 2003-06-20  Richard Henderson  <rth@redhat.com>
1420         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL1): Use __builtin_expect.
1421         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_ST_INO_64_BIT)
1422         Unset for alpha.
1423         (__ASSUME_TIMEVAL64): Set for alpha.
1424         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Remove
1425         adjtimex, osf_sigprocmask, old_adjtimex.
1426         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use INLINE_SYSCALL,
1427         __ASSUME_TIMEVAL64.  Reorg tv64 functions to avoid uninit variable.
1428         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Use __ASSUME_TIMEVAL64.
1429         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1430         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1431         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1432         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1433         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1434         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1435         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1436         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Streamline
1437         PIC code sequence.
1438         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
1439         * sysdeps/unix/sysv/linux/alpha/sigaction.c: New file.
1440         * sysdeps/unix/sysv/linux/alpha/sigprocmask.c: Use INLINE_SYSCALL.
1441         * sysdeps/unix/sysv/linux/alpha/ustat.c: Likewise.
1442         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
1443         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove osf_sigprocmask,
1444         sys_ustat, sys_mknod, adjtimex, old_adjtimex.
1445         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL): Don't
1446         defer to __syscall_name; error for rt_sigaction.
1447         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Include kernel_stat.h.
1449 2003-06-18  Ulrich Drepper  <drepper@redhat.com>
1451         * malloc/malloc.c (public_mALLINFo): Initialize malloc if it
1452         hasn't happened yet.
1454         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
1455         Fix completely broken implementation.  The second parameter is of
1456         type struct ucontext*.
1458         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Always
1459         inline.
1461         * sysdeps/i386/i686/dl-hash.h: Don't inline _dl_elf_hash.
1462         * sysdeps/generic/dl-hash.h: Likewise.
1464         * sysdeps/generic/memcmp.c: Remove inline from
1465         memcmp_common_alignment and memcmp_not_common_alignment definition.
1467         * intl/localealias.c (read_alias_file): Determine whether line is
1468         read incompletely early, before we modify the line.
1470 2003-06-17  Jakub Jelinek  <jakub@redhat.com>
1472         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela)
1473         <case R_PPC64_DTPREL64>: Don't segfault on undefined symbols.
1475 2003-06-17  Paul Mackerras  <paulus@samba.org>
1477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: New file.
1478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: New file.
1479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: New file.
1480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: New file.
1481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h: New file.
1482         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Adjust.
1484 2003-06-17  Jakub Jelinek  <jakub@redhat.com>
1486         * posix/regcomp.c (build_word_op): Use alnum instead of alpha class.
1488 2003-06-17  Ulrich Drepper  <drepper@redhat.com>
1490         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): nanosleep
1491         takes care of enabling cancellation.
1493         * sysdeps/pthread/aio_suspend.c (aio_suspend): Make aio_suspend
1494         cancelable.  It's not correct to disable cancellation.  Instead of
1495         a cleanup handler.
1497         * sysdeps/unix/sysv/linux/sigtimedwait.c: If SIGCANCEL is defined
1498         and part of the incoming set, create a temporary set without this
1499         signal.
1500         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1501         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1503         * sysdeps/unix/sysv/linux/sleep.c: Use CANCELLATION_P if defined before
1504         returning because seconds==0.  Add __builtin_expect.
1506 2003-06-16  Ulrich Drepper  <drepper@redhat.com>
1508         * sysdeps/unix/sysv/linux/i386/socket.S: Add unwind information.
1510         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Fix type of result
1511         variable.
1513 2003-06-16  Thorsten Kukuk  <kukuk@suse.de>
1515         * include/libc-symbols.h: Add static_link_warning macro.
1516         * grp/initgroups.c: Print linker warning if this function
1517         is called in a static linked binary.
1518         * nss/getXXbyYY.c: Likewise.
1519         * nss/getXXbyYY_r.c: Likewise.
1520         * nss/getXXent.c: Likewise.
1521         * nss/getXXent_r.c: Likewise.
1522         * sysdeps/posix/getaddrinfo.c: Likewise.
1524 2003-06-16  Bruno Haible  <bruno@clisp.org>
1526         * iconvdata/gconv-modules (ISO-8859-15): Add aliases ISO_8859-15,
1527         LATIN-9.
1528         (ISO-8859-16): Add aliases ISO_8859-16:2001, ISO_8859-16.
1529         (IBM1047): Add alias IBM-1047.
1530         (GBK): Add aliases MS936, WINDOWS-936.
1532 2003-06-16  Jakub Jelinek  <jakub@redhat.com>
1534         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat_conv): Define even if
1535         defined __ASSUME_STAT64_SYSCALL && defined XSTAT_IS_XSTAT64.
1536         (__xstat64_conv): Change xstat_conv to __xstat_conv.
1538 2003-06-16  Ulrich Drepper  <drepper@redhat.com>
1540         * locale/iso-639.def: Update from current official ISO 639.
1542         * math/tgmath.h (__TGMATH_UNARY_IMAG_ONLY): Removed.
1544 2003-06-15  Andreas Jaeger  <aj@suse.de>
1546         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Correct setting
1547         of MXCSR.
1548         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
1549         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1550         Reported by Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>.
1552         * math/tgmath.h (carg): Handle real arguments.
1553         (conj): Likewise.
1554         (cproj): Likewise.
1555         (cimag): Likewise.
1556         (creal): Likewise.
1558         * math/Makefile (CFLAGS-test-tgmath-ret.c): New.
1559         (tests): Add test-tgmath-ret.
1560         * math/test-tgmath-ret.c: New file.
1562         * math/tgmath.h (ilogb): Return always an int.
1564 2003-06-16  Ulrich Drepper  <drepper@redhat.com>
1566         * elf/rtld.c (dl_main): Use l_map_start not l_addr in Phdr
1567         computation so that prelinking works.
1569 2003-06-15  Ulrich Drepper  <drepper@redhat.com>
1571         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Don't skip dynamic
1572         linker's map.
1573         * elf/rtld.c (dl_main): Initialize l_phdr and l_phnum of of the
1574         dynamic linker's map.
1576         Fix cancellation point handling wrt exception based cleanup.
1577         * io/Makefile: Compile fcntl.c, poll.c, and lockf.c with exceptions.
1578         * misc/Makefile: Compile pselect.c, readv.c, writev.c, and usleep.c
1579         with exceptions.
1580         * posix/Makefile: Compile pread.c, pread64.c, pwrite.c, pwrite64.c,
1581         sleep.c, wait.c, waitid.c, and waitpid.c with exceptions.
1582         * rt/Makefile: Compile aio_suspend.c and clock_nanosleep.c with
1583         exceptions.
1584         * signal/Makefile: Compile sigpause.c, sigsuspend.c, sigtimedwait.c,
1585         sigwait.c, and sigwaitinfo.c with exceptions.
1586         * stdlib/Makefile: Compile system.c with exceptions.
1587         * sysvipc/Makefile: Compile msgrcv.c and msgsnd.c with exceptions.
1588         * termios/Makefile: Compile tcdrain.c with exceptions.
1589         * sysdeps/generic/lockf.c: Add comment explaining the cancellation
1590         situation.
1591         * sysdeps/generic/pselect.c: Likewise.
1592         * sysdeps/posix/sigpause.c: Likewise.
1593         * sysdeps/posix/system.c: Likewise.
1594         * sysdeps/posix/waitid.c: Likewise.
1595         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1596         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
1597         * sysdeps/unix/sysv/linux/i386/sysdep.h: Major rewrite of
1598         INTERNAL_SYSCALL to not use push inside asm statement so that
1599         unwind info is correct around the syscall.
1600         * sysdeps/unix/clock_nanosleep.c: Add cancellation support.
1601         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
1603 2003-06-15  Andreas Jaeger  <aj@suse.de>
1605         * sysdeps/x86_64/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
1606         Add CFI directives.
1608 2003-06-15  Guido Guenther  <agx@sigxcpu.org>
1610         * sysdeps/unix/sysv/linux/mips/Makefile: Add missing endif and
1611         create $(objpfx).
1613 2003-06-14  Ulrich Drepper  <drepper@redhat.com>
1615         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Use __close,
1616         not close.
1618         * inet/inet6_option.c (inet6_option_alloc): Add libc_hidden_def.
1619         * include/netinet/in.h (inet6_option_alloc): Add libc_hidden_proto
1620         definition.
1622         * inet/netinet/ip6.h (IP6OPT_PAD1, IP6OPT_PADN): Define.
1623         * inet/netinet/in.h: Add prototypes for inet6_option_* functions.
1624         * inet/Makefile (routines): Add inet6_option.
1625         * inet/inet6_option.c: New file.
1626         * inet/Versions [GLIBC_2.3.3] (libc): Add inet6_option_space,
1627         inet6_option_init, inet6_option_append, inet6_option_alloc,
1628         inet6_option_next, and inet6_option_find.
1630 2003-06-13  Ulrich Drepper  <drepper@redhat.com>
1632         * inet/netinet/ip6.h (struct ip6_ext): Define.
1634         * sysdeps/unix/sysv/linux/sys/param.h (howmany): Optimize for gcc.
1636         Fixing gcc 3.3 warnings, part II.
1637         * argp/argp-help.c (hol_entry_long_iterate): Always inline.
1638         * elf/dl-load.c (cache_rpath): Don't inline.
1639         * iconvdata/cns11642l2.h: Always inline all functions.
1640         * iconvdata/iso-ir-165.h: Likewise.
1641         * locale/Makefile (aux): Add coll-lookup.
1642         * locale/coll-lookup.c: New file.
1643         * locale/coll-lookup.h (collidx_table_lookup): Do not define here.
1644         (collseq_table_lookup): Likewise.
1645         * locale/weightwc.h: Adjust collidx_table_lookup calls for name change.
1646         * posix/fnmatch_loop.c: Adjust collseq_table_lookup calls for name
1647         change.
1648         * posix/regcomp.c: Likewise.
1649         * posix/regexec.c: Likewise.
1650         * locale/programs/3level.h (*_get): Always inline.
1651         * locale/programs/locfile.h: Move definition of handle_copy to...
1652         * locale/programs/locfile.c: ...here.
1653         * locale/programs/ld-collate.c (obstack_int32_grow): Always inline.
1654         (obstack_int32_grow_fast): Likewise.
1655         (utf8_encode): Likewise.
1656         (find_element): Avoid aliasing problems.
1657         (insert_value): Likewise.
1658         (collate_read): Likewise.
1659         * nss/getent.c (print_hosts): Don't inline
1660         (print_networks): Likewise.
1661         (print_shadow): Likewise.
1662         (build_doc): Likewise.
1663         * nss/nss_files/files-parse.c [ENTDATA] (parser_stclass): Don't
1664         inline.
1665         * posix/regcomp.c (re_set_fastmap): Always inline.
1666         (seek_collating_symbol_entry): Likewise.
1667         (lookup_collation_sequence_value): Likewise.
1668         (build_range_exp): Likewise.
1669         (build_collating_symbol): Likewise.
1670         * posix/regexec.c (acquire_init_state_context): Don't inline.
1671         (clean_state_log_if_need): Likewise.
1672         * resolv/res_send.c (eConsIovec): Rewrite to not return struct and
1673         adjust all callers.
1674         (evConsTime): Likewise.
1675         (evAddTime): Likewise.
1676         (evSubTime): Likewise.
1677         (evNowTime): Likewise.
1678         (evTimeSpec): Removed.
1679         (__libc_res_nsend): Avoid aliasing problem.
1680         * sysdeps/unix/sysv/linux/ifreq.h: Move old_siocgifconf definition to..
1681         * sysdeps/unix/sysv/linux/ifreq.c: ...here.
1682         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_string_hwcap):
1683         Always inline.
1684         (_dl_string_platform): Likewise.
1685         * wctype/wchar-lookup.h (wctype_table_lookup): Always inline.
1686         (wcwidth_table_lookup): Likewise.
1687         (wctrans_table_lookup): Likewise.
1689         * sysdeps/unix/sysv/linux/sys/epoll.h: Include <stdint.h>.
1691 2003-06-12  Ulrich Drepper  <drepper@redhat.com>
1693         * wcsmbs/wchar.h: Define wint_t in std namespace, too [PR libc/5034].
1695 2003-05-29  Jim Meyering  <jim@meyering.net>
1697         * time/strftime.c (my_strftime) [!defined _NL_CURRENT
1698         && HAVE_STRFTIME]: Use underlying_strftime for %r.
1699         Suggested by Daniel Yacob <locales@geez.org>.
1701 2003-06-12  Steven Munroe  <sjmunroe@us.ibm.com>
1703         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Replace
1704         @got notation with @toc.
1705         * sysdeps/powerpc/powerpc64/sysdep.h (CALL_MCOUNT): Likewise.
1706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Likewise.
1708 2003-06-12  Ulrich Drepper  <drepper@redhat.com>
1710         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set no_inet6_date also
1711         if only PF_INET address is needed.
1713         * nss/getXXbyYY_r.c: Make sure we always return a nonzero value in
1714         case of an error.
1716         * scripts/config.guess: Update from upstream version.
1717         * scripts/config.sub: Likewise.
1719 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
1721         * locale/programs/ld-time.c (time_output): Also copy the era format,
1722         not only the name.
1724 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
1726         * posix/transbug.c (run_test): Return 1 for failure.
1727         (do_test): Compare only if run_test is successful.
1729 2003-06-12  Simon Josefsson  <jas@extundo.com>
1731         * argp/argp.h [!__THROW]: Define if undefined.
1733 2003-06-12  Ulrich Drepper  <drepper@redhat.com>
1735         * sysdeps/unix/sysv/linux/cris/sysdep.h: Fix handling of syscalls with
1736         more than four parameters.
1737         Patch by Uwe Reimann <libc-alpha@pulsar.homelinux.net>.
1739 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
1741         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
1742         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: New file.
1743         * sysdeps/unix/sysv/linux/x86_64/kernel_stat.h: New file.
1745         * stdio-common/printf-parsemb.c: Include stdlib.h and sys/param.h.
1747 2003-06-12  Roland McGrath  <roland@redhat.com>
1749         * Makerules ($(objpfx)stubs): Rewrite sed magic.
1751 2003-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
1753         * posix/regcomp.c (parse_expression): Deliver translation to
1754         build_word_op, and build_charclass.
1755         (build_charclass): Apply translation for character classes too.
1756         (build_word_op): Deliver translation to build_charclass.
1757         * posix/transbug.c: New file.
1758         * posix/Makefile (tests): Add transbug.
1760 2003-06-04  Paolo Bonzini  <bonzini@gnu.org>
1762         * posix/regexec.c (group_nodes_into_DFAstates): Check for
1763         NEXT_ENDBUF_CONSTRAINT.  Move check for constraints which do a
1764         'continue' before the others.
1766 2003-06-11  Ulrich Drepper  <drepper@redhat.com>
1768         * dirent/scandir.c (SCANDIR): Reset errno after calling selector
1769         function [PR libc/5045].
1771         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use bswap instruction
1772         also for P4.
1774         * time/tzfile.c: Add a couple of __builtin_expect.
1776         Remove warnings gcc 3.3 shows.
1777         * argp/argp-help.c (hol_entry_short_iterate): Don't inline.
1778         * elf/dl-load.c (fillin_rpath): Likewise.
1779         (add_path): Likewise.
1780         * elf/dl-version.c (find_needed): Always inline.
1781         * elf/do-lookup.c (FCT): Don't inline.
1782         * iconv/Makefile: Extend vpath to intl subdir.
1783         (iconvconfig-modules): Add hash-string.
1784         * iconv/gconv_charset.h (strip): Don't inline.
1785         (upstr): Always inline.
1786         Move __gconv_compare_alias prototype to...
1787         * iconv/gconv_int.h: ...here.
1788         * iconv/gconv_db.c: Don't include gconv_charset.h.
1789         * iconv/gconv_conf.c (add_alias): Don't inline.
1790         (insert_module): Likewise.
1791         * iconv/gconv_simple.c (internal_ucs4_loop): Always inline.
1792         (internal_ucs4_loop_unaligned): Likewise.
1793         (internal_ucs4_loop_single): Likewise.
1794         (ucs4_internal_loop): Likewise.
1795         (ucs4_internal_loop_unaligned): Likewise.
1796         (ucs4_internal_loop_single): Likewise.
1797         (internal_ucs4le_loop): Always inline.
1798         (internal_ucs4le_loop_unaligned): Likewise.
1799         (internal_ucs4le_loop_single): Likewise.
1800         (ucs4le_internal_loop): Likewise.
1801         (ucs4le_internal_loop_unaligned): Likewise.
1802         (ucs4le_internal_loop_single): Likewise.
1803         * iconv/loop.c: Always inline the defined functions.
1804         * iconvdata/cns11642.h: Likewise.
1805         * iconvdata/cns11642l1.h: Likewise.
1806         * iconvdata/euc-kr.c: Likewise.
1807         * iconvdata/gb2312.h: Likewise.
1808         * iconvdata/jis0201.h: Likewise.
1809         * iconvdata/jis0208.h: Likewise.
1810         * iconvdata/jis0212.h: Likewise.
1811         * iconvdata/jisx0213.h: Likewise.
1812         * iconvdata/ksc5601.h: Likewise.
1813         * iconvdata/utf-7.c (base64): Don't inline.
1814         * include/libc-symbols.h (symbol_set_first_element): Add cast
1815         (symbol_set_end_p): Likewise.
1816         * include/set-hooks (RUN_HOOK): Likewise.
1817         * inet/Makefile (aux): Add ifreq.
1818         * intl/Makefile (aux): Add some entries from routines.  Add
1819         hash-string.
1820         * intl/hash-string.c: New file.
1821         * intl/hash-string.h: Remove hash_string definition.  Declare
1822         __hash_string.
1823         * iconv/gconv_cache.c (find_module_idx): Adjust hash_string caller.
1824         * iconv/iconvconfig.c (new_name): Likewise.
1825         * intl/dcigettext.c (_nl_find_msg): Likewise.
1826         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
1827         * io/ftw.c (open_dir_stream): Always inline.
1828         (process_entry): Don't inline.
1829         * locale/findlocale.c: Include gconv_int.h.
1830         * locale/setlocale.c (new_composite_name): Don't inline.
1831         * locale/weight.h (findidx): Always inline.
1832         * locale/weightwc.h (findidx): Likewise.
1833         * locale/programs/linereader.c (lr_ignore_rest): Define here.
1834         * locale/programs/linereader.h (lr_ignore_rest): Don't define here,
1835         just declare it.
1836         (lr_getc): Always inline.
1837         (lr_ungetc): Likewise.
1838         * nss/nss_files/files-parse.c (parse_list): Likewise.
1839         * stdio-common/Makefile (aux): Add printf-parsemb and
1840         printf-parsewc.
1841         * stdio-common/_itoa.h (_itoa_word): Always inline.
1842         (_fitoa_word, _fitoa): Don't define here, only declare.
1843         * stdio-common/_itoa.c (_iftoa_word): Add here.
1844         (_fitoa): Likewise.
1845         * stdio-common/_itowa.h (_itowa_word): Always inline.
1846         * stdio-common/printf-parse.h (read_int): Don't inline.
1847         (find_spec): Don't define.
1848         Declare __find_specmb and __find_specwc.
1849         (parse_one_spec): Don't define.
1850         Declare __parse_one_specmb and __parse_one_specwc.
1851         * stdio-common/printf-parsemb.c: New file.
1852         * stdio-common/printf-parsewc.c: New file.
1853         * stdio-common/vfprintf.c: Update calls to find_spec and
1854         parse_one_spec for new names.
1855         * stdio-common/printf-prs.c: Likewise.  Define DONT_NEED_READ_INT.
1856         * stdlib/Makefile (aux): Add grouping and groupingwc.
1857         * stdlib/grouping.c: New file.
1858         * stdlib/groupingwc.c: New file.
1859         * stdlib/grouping.h (correctly_grouped_prefix): Don't define here.
1860         Just prototype.
1861         * stdlib/rpmatch.c (try): Don't inline.
1862         * stdlib/strtod.c (round_and_return): Don't line.
1863         (str_to_mpn): Likewise.
1864         (__mpn_lshift_1): Always inline.  Optimize only for constant count.
1865         Adjust for name change of correctly_grouped_prefix.
1866         * sysdeps/generic/strtol.c: Adjust for name change of
1867         correctly_grouped_prefix.
1868         * string/strxfrm.c (utf8_encode): Don't inline.
1869         * sysdeps/generic/dl-cache.c: Define _dl_cache_libcmp.
1870         * sysdeps/generic/dl-cache.h: Just declare _dl_cache_libcmp.
1871         * sysdeps/generic/ifreq.c: New file.
1872         * sysdeps/unix/sysv/linux/ifreq.c: New file.
1873         * sysdeps/generic/ifreq.h (__ifreq): Only declare here.
1874         * sysdeps/unix/sysv/linux/ifreq.h: Likewise.
1875         * sysdeps/generic/ldsodefs.h (_dl_name_match_p): Always inline.
1876         * sysdeps/generic/unwind-dw2-fde.c (start_fde_sort): Don't inline.
1877         (fde_split): Likewise.
1878         (fde_merge): Likewise.
1879         (end_fde_sort): Likewise.
1880         (init_object): Likewise.
1881         (binary_search_unencoded_fdes): Likewise.
1882         (binary_search_single_encoding_fdes): Likewise.
1883         (binary_search_mixed_encoding_fdes): Likewise.
1884         * sysdeps/generic/wordexp.c (w_addchar): Don't inline.
1885         * sysdeps/i386/dl-machine.c (elf_machine_runtime_setup): Always inline.
1886         * sysdeps/posix/sprofil.c (profil_count): Don't inline.
1887         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
1888         Add xstatconv.
1889         * sysdeps/unix/sysv/linux/xstatconv.h: New file.
1890         * sysdeps/unix/sysv/linux/xstatconv.c: Don't inline the function.
1891         Export them.  Prepend __ to name.
1892         * sysdeps/unix/sysv/linux/Dist: Add xstatconv.h.
1893         * sysdeps/unix/sysv/linux/fxstat.c: Adjust for name change of
1894         conversion functions.
1895         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
1896         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
1897         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
1898         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
1899         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
1900         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1901         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1902         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1903         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max,
1904         __statfs_filesize_max, __statfs_symlinks): Define here.  __ prepended
1905         to name.  Change callers.
1906         * sysdeps/unix/sysv/linux/pathconf.h (__statfs_link_max,
1907         __statfs_filesize_max, __statfs_symlinks): Don't define here, just
1908         declare.
1909         * sysdeps/unix/sysv/linux/fpathconf.c: Change all callers.
1910         * time/tzfile.c (decode): Always inline.
1911         * wcsmbs/wcsnrtombs.c: Change type of inbuf to unsigned char*.
1912         Remove cast in tomb function call.
1913         * wcsmbs/wcsrtombs.c Likewise.
1914         * wcsmbs/wcstob.c: Introduce new temp variable to take pointer in
1915         tomb function call.
1917 2003-06-10  Ulrich Drepper  <drepper@redhat.com>
1919         * po/zh_CN.po: Update from translation team.
1921 2003-06-10  Jakub Jelinek  <jakub@redhat.com>
1923         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_V6ONLY, IPV6_JOIN_ANYCAST,
1924         IPV6_LEAVE_ANYCAST, IPV6_IPSEC_POLICY, IPV6_XFRM_POLICY): Define.
1926 2003-06-10  Ulrich Drepper  <drepper@redhat.com>
1928         * inet/Makefile (aux): Add check_pf.
1929         * include/ifaddrs.h: Add prototype for __check_pf.
1930         * sysdeps/generic/check_pf.c: New file.
1931         * sysdeps/unix/sysv/linux/check_pf.c: New file.
1932         * sysdeps/unix/sysv/linux/ifaddrs.h (__no_netlink_support): Renamed
1933         from no_netlink_support.  Export.
1934         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call getifaddrs,
1935         call __check_pf.
1937         * sysdeps/generic/ifaddrs.h: Add libc_hidden_def.
1939         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't leak memory
1940         from getifaddr calls.
1942 2003-06-09  Jakub Jelinek  <jakub@redhat.com>
1944         * sysdeps/unix/sysv/linux/kernel-features.h
1945         (__ASSUME_SETRESGID_SYSCALL): Define.
1946         * sysdeps/unix/sysv/linux/setegid.c: Use __ASSUME_SETRESGID_SYSCALL
1947         instead of __ASSUME_SETRESUID_SYSCALL.
1948         (setegid): Only use setresgid32 inline syscall if __NR_setresgid32 is
1949         defined.
1950         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Only use setresgid32
1951         inline syscall if __NR_setresuid32 is defined.
1952         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Use
1953         __ASSUME_SETRESGID_SYSCALL instead of __ASSUME_SETRESUID_SYSCALL.
1954         * sysdeps/unix/sysv/linux/i386/setregid.c: Backout last changes.
1955         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
1956         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Protect
1957         code handling non-existant setresgid32 syscall with
1958         #if __ASSUME_SETRESGID_SYSCALL == 0.
1960 2003-06-09  Andreas Schwab  <schwab@suse.de>
1962         * sunrpc/Makefile (generated): Remove rpc-proto.c, rpc-proto.d.
1963         ($(rpcsvc:%.x=$(objpfx)x%$o)): Don't depend on
1964         $(objpfx)rpc-proto.d.
1965         (rpcsvc-dt-files, rpcsvc-depfiles): Define.  Include
1966         $(rpcsvc-depfiles) instead of $(objpfx)rpc-proto.d.
1967         ($(objpfx)rpc-proto.d, $(objpfx)rpc-proto.c): Remove rules.
1969 2003-06-08  Ulrich Drepper  <drepper@redhat.com>
1971         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Use setresuid32
1972         syscall directly if possible.  If __ASSUME_SETRESUID_SYSCALL is
1973         defined drop compatibility code.
1974         * sysdeps/unix/sysv/linux/setegid.c (setegid): Use setresgid32
1975         syscall directly if possible.  If __ASSUME_SETRESUID_SYSCALL is
1976         defined drop compatibility code.
1977         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Use
1978         setresuid32 syscall directly if possible.
1979         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Use
1980         setresgid32 syscall directly if possible.
1981         * sysdeps/unix/sysv/linux/i386/setregid.c (__setregid): Make POSIX
1982         compliant.  Don't change sgid.
1983         * sysdeps/unix/sysv/linux/i386/setreuid.c (__setreuid): Make POSIX
1984         compliant.  Don't change suid.
1986         * config.h.in: Add have-forced-unwind.
1987         * configure.in: Add AC_SUBST(libc_cv_forced_unwind).
1989 2003-06-07  Ulrich Drepper  <drepper@redhat.com>
1991         * test-skeleton.c (main): If EXPECTED_STATUS is defined check that
1992         returned status from child matches.
1994         * Makeconfig (gnulib): Add -lgcc_eh once again.
1996 2003-06-06  Ulrich Drepper  <drepper@redhat.com>
1998         * test-skeleton.c (main): Use TEMP_FAILURE_RETRY with waitpid.
2000         * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Only allow
2001         %edx for first parameter.  This means no pushl and therefore the
2002         unwind info isn't screwed up.
2004 2003-06-04  Richard Henderson  <rth@redhat.com>
2006         * sysdeps/alpha/dl-machine.h (RTLD_START): Fix top-of-stack backtrace.
2007         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
2008         * sysdeps/alpha/elf/start.S: Likewise.  Remove pointless allocation.
2009         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use standard ldgp
2010         entry sequence and explicit relocs.  Add unwind info for sigreturn
2011         and rt_sigreturn.
2012         * configure.in (libc_cv_asm_cfi_directives): Test .cfi_remember_state.
2014         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): New.
2015         Annotate some parameters.
2016         * sysdeps/unix/sysv/linux/alpha/sysdep.h (__NR_semtimedop): New.
2018         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
2020         * include/libc-symbols.h (symbol_set_declare): Use arrays
2021         of unspecified size.
2023 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
2025         * config.make.in (ASFLAGS-config): New.
2026         * Makeconfig (ASFLAGS): Append $(ASFLAGS-config).
2027         * configure.in (libc_cv_as_noexecstack): New check.
2028         (ASFLAGS_config): Substitute.
2030 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
2032         * sysdeps/i386/fpu/bits/mathinline.h (log1p, asinh, acosh, atanh,
2033         hypot, logb): Protect with #ifdef __FAST_MATH__.
2035 2003-06-04  Thorsten Kukuk  <kukuk@suse.de>
2037         * sysdeps/i386/fpu/bits/mathinline.h (ldexpf, ldexpl): Protect with
2038         #ifdef __FAST_MATH__.
2040 2003-06-03  Ulrich Drepper  <drepper@redhat.com>
2042         * sysdeps/generic/glob.c [HAVE_D_TYPE] (glob_in_dir): Also allow
2043         DT_LNK entries if GLOB_ONLYDIR is set [PR libc/5043].
2044         * posix/globtest.sh: Adjust for this change.
2046         * sysdeps/unix/sysv/linux/ifaddrs.c (netlink_open): Call getsockname
2047         to get the actual PID value used in the records passed up.
2048         (getifaddrs): Don't initialize nh.pid here.
2050 2003-06-02  Ulrich Drepper  <drepper@redhat.com>
2052         * sysdeps/unix/sysv/linux/ifaddrs.c (netlink_receive): Minor
2053         optimization.
2055         * po/zh_CN.po: Update from translation team.
2057         * posix/getconf.c (main): Also recognize names without the
2058         _POSIX_ prefix.
2060         * elf/Makefile (CFLAGS-dl-lookup.c): Define.
2062 2003-06-02  Bernd Schmidt  <bernds@redhat.com>
2064         * sysdeps/i386/fpu/bits/mathinline.h (sqrt, __sqrtl, ldexp,
2065         ldexpf, ldexpl): Only define if __FAST_MATH__.
2067 2003-06-02  Richard C. Bilson  <rcbilson@plg.uwaterloo.ca>
2069         Replace hard-coded offsets into struct sigcontext with generated file.
2070         * sysdeps/unix/sysv/linux/ia64/sigcontext-offsets.sym: New file.
2071         * sysdeps/unix/sysv/linux/ia64/Makefile
2072         [$(subdir) = stdlib] (gen-as-const-headers): Add it.
2073         * sysdeps/unix/sysv/linux/ia64/ucontext_i.h: Include it instead of
2074         defining SC_* macros here.
2076 2003-06-02  Jakub Jelinek  <jakub@redhat.com>
2078         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PID): Remove.
2080 2003-06-01  Jakub Jelinek  <jakub@redhat.com>
2082         * sysdeps/i386/dl-machine.h: Include <sysdep.h>.
2084 2003-06-01  Ulrich Drepper  <drepper@redhat.com>
2086         * test-skeleton.c (main): Request getopt to not reorder the
2087         command line.
2089         * elf/Makefile (CFLAGS-dl-runtime.c): Define.
2091         * wcsmbs/wcpncpy.c (__wcpncpy): Fix broken implementation to match
2092         stpncpy.
2094 2003-05-31  Ulrich Drepper  <drepper@redhat.com>
2096         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (SA_NOCLDWAIT): Define.
2098 2003-05-31  Jakub Jelinek  <jakub@redhat.com>
2100         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_plt_conflict):
2101         New function.
2102         (elf_machine_rela) <case R_PPC64_JMP_SLOT>: Avoid
2103         RESOLVE_CONFLICT_FIND_MAP.  If RESOLVE_CONFLICT_FIND_MAP is defined,
2104         call elf_machine_plt_conflict instead of elf_machine_fixup_plt.
2106 2003-05-31  Ulrich Drepper  <drepper@redhat.com>
2108         * sysdeps/i386/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Add
2109         CFI directives.
2111         * csu/Makefile: Fix Makefile warnings regarding Scrt1.o.
2113         * libio/fileops.c (_IO_file_open): Don't mark as inline.
2115         * sysdeps/ia64/elf/initfini.c (gmon_initializer): Mark with
2116         attribute used.
2118 2003-05-30  Ulrich Drepper  <drepper@redhat.com>
2120         * scripts/config.guess: Update from master copy.
2121         * scripts/config.sub: Likewise.
2123 2003-05-30  Guido Guenther  <agx@sigxcpu.org>
2125         * sysdeps/mips/mips64/bsd-_setjmp.S: Include <sys/asm.h> for
2126         SETUP_GP64 and friends.
2127         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Fix register
2128         names in internal_syscall{6,7}.
2129         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
2130         * sysdeps/unix/sysv/linux/mips/pread.c [_MIPS_SIM == _ABI64]: Fix
2131         number of syscall arguments.
2132         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2133         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2134         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2136 2003-05-30  Andreas Jaeger  <aj@suse.de>
2138         * sysdeps/x86_64/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
2139         Add CFI directives.
2141         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Add CFI
2142         directives.
2144         * sysdeps/generic/sysdep.h: Add CFI_* macros for C files.
2146         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
2147         Add CFI directives.
2149 2003-05-30  Jakub Jelinek  <jakub@redhat.com>
2151         * sysdeps/powerpc/powerpc32/elf/start.S: Make code compilable with
2152         SHARED.
2154 2003-05-11  Andreas Schwab  <schwab@suse.de>
2156         * Makerules: Always use -MP together with -MD.
2157         (sed-remove-dotot): Substitute $(..) also at start of line.
2158         ($(stdio_lim:h=st)): Use -MD instead of SUNPRO_DEPENDENCIES.
2159         Generated defines with a single compiler call.
2160         Use $(sed-remove-dotdot).
2161         * mach/Makefile ($(objpfx)mach-syscalls.mk): Use -MD instead
2162         of DEPENDENCIES_OUTPUT, and use $(sed-remove-objpfx).
2163         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h):
2164         Use -MD instead of SUNPRO_DEPENDENCIES, and use $(sed-remove-objpfx).
2165         * sysdeps/unix/sysv/linux/mips/Makefile
2166         ($(objpfx)syscall-%.h): Likewise.
2168 2003-05-28  Roland McGrath  <roland@redhat.com>
2170         * malloc/malloc.h [! __GNUC__] (__const): Define if undefined.
2172 2003-05-26  Aldy Hernandez  <aldyh@redhat.com>
2174         * soft-fp/soft-fp.h (FP_EX_UNDERFLOW): Define to 0.
2176 2003-05-28  Roland McGrath  <roland@redhat.com>
2178         * sysdeps/unix/sysv/linux/ia64/setcontext.S: Pass fourth argument to
2179         rt_sigprocmask system call.
2180         * sysdeps/unix/sysv/linux/ia64/ucontext_i.h (SC_MASK): Fix value.
2181         From Peter A. Buhr <pabuhr@plg2.math.uwaterloo.ca>.
2183 2003-05-28  Ulrich Drepper  <drepper@redhat.com>
2185         * include/libc-symbols.h: Define hidden attribute for real also if
2186         LIBC_NONSHARED is defined.  Patch by Jakub Jelinek.
2188         * csu/Makefile: Add rules to build Scrt1.o.
2189         * sysdeps/i386/elf/start.S: Make code compilable with SHARED.
2190         * sysdeps/x86_64/elf/start.S: Likewise.
2192 2003-05-27  Jakub Jelinek  <jakub@redhat.com>
2194         * stdio-common/vfprintf.c (process_arg, process_string_arg): Use
2195         pa_int/pa_u_int instead of pa_short_int, pa_u_short_int and pa_char.
2196         * stdio-common/printf-parse.h (union printf_arg): Remove pa_char,
2197         pa_short_int, pa_u_short_int and pa_float.
2199 2003-05-26  Jakub Jelinek  <jakub@redhat.com>
2201         * libio/strops.c (_IO_str_init_static): Change into a wrapper around
2202         _IO_str_init_static_internal.
2203         (_IO_str_init_static_internal): Moved from _IO_str_init_static,
2204         change size argument to _IO_size_t, don't limit sprintf to 64M.
2205         (_IO_str_init_readonly): Call _IO_str_init_static_internal.
2206         * libio/wstrops.c (_IO_wstr_init_static): Change size argument to
2207         _IO_size_t, don't limit swprintf to 256M.
2208         (_IO_wstr_init_readonly): Remove.
2209         * libio/libioP.h (_IO_str_init_static_internal, _IO_wstr_init_static):
2210         Adjust prototypes.
2211         (_IO_wstr_init_readonly): Remove prototype.
2212         * libio/iovsprintf.c (_IO_vsprintf): Use
2213         _IO_str_init_static_internal instead of INTUSE(_IO_str_init_static).
2214         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
2215         * libio/memstream.c (open_memstream): Likewise.
2216         * libio/obprintf.c (_IO_obstack_vfprintf): Likewise.
2217         * libio/vasprintf.c (_IO_vasprintf): Likewise.
2218         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
2219         * stdio-common/tst-sprintf.c (main): Add new test.
2221 2003-05-26  Ulrich Drepper  <drepper@redhat.com>
2223         * stdio-common/vfprintf.c (vfprintf): Be bug-compatible with some
2224         other implementation in respect of multiple uses of parameter with
2225         different types.
2227 2003-05-25  Ulrich Drepper  <drepper@redhat.com>
2229         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2230         __ASSUME_FUTEX_REQUEUE for >= 2.5.70.
2232 2003-05-22  Andreas Jaeger  <aj@suse.de>
2234         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Add CFI
2235         directives.
2236         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
2237         * sysdeps/x86_64/strtok.S: Likewise.
2239 2003-05-20  Guido Guenther  <agx@sigxcpu.org>
2241         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Change SI_ASYNCNL
2242         to -60 and define SI_TKILL.
2244 2003-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2246         * math/test-fenv.c (feexcp_nomask_test): Fix comment.
2247         (feexcp_mask_test): Likewise.
2249 2003-05-21  Ulrich Drepper  <drepper@redhat.com>
2251         * locale/programs/locale.c (main): Fix typo in last patch.
2253         * csu/elf-init.c: Mark __preinit_array_start, __preinit_array_end,
2254         __init_array_start, __init_array_end, __fini_array_start, and
2255         __fini_array_end as hidden.
2257 2003-05-21  Petter Reinholdtsen  <pere@hungry.com>
2259         * locale/programs/locale.c (main): Report an error if setlocale()
2260         fails [PR libc/2254].
2262 2003-05-21  Jakub Jelinek  <jakub@redhat.com>
2264         * sysdeps/unix/sysv/linux/s390/system.c: New file.
2266 2003-05-21  Jakub Jelinek  <jakub@redhat.com>
2268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_0,
2269         LOADARGS_1, LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5,
2270         LOADARGS_6): Don't error if syscall argument is a string literal.
2271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_0,
2272         LOADARGS_1, LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5,
2273         LOADARGS_6): Likewise.
2275 2003-05-21  Andreas Jaeger  <aj@suse.de>
2277         * sysdeps/generic/sysdep.h (cfi_offset, cfi_startproc,
2278         cfi_endproc, cfi_def_cfa, cfi_def_ccfa_register,
2279         cfi_def_cfa_offset, cfi_adjust_cfa_offset, cfi_offset): Define.
2281         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Add cfi directives.
2282         (ENTRY): Likewise.
2283         (END): Likewise.
2285         * configure.in: Test for asm cfi directives.
2287         * config.h.in: Add HAVE_ASM_CFI_DIRECTIVES.
2289 2003-05-17  Andreas Jaeger  <aj@suse.de>
2291         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Revert last patch.
2293         * rt/tst-clock_nanosleep.c: Include <time.h> for clock_nanosleep.
2295 2003-05-16  Ulrich Drepper  <drepper@redhat.com>
2297         * rt/Makefile (tests): Add tst-clock_nanosleep.
2298         * rt/tst-clock_nanosleep.c: New file.
2299         * posix/Makefile (tests): Add tst-nanosleep.
2300         * posix/tst-nanosleep.c: New file.
2302         * sysdeps/unix/clock_nanosleep.c (CPUCLOCK_P): Fix definition.
2304         * include/features.h (__USE_XOPEN2K): Define also for
2305         _POSIX_C_SOURCE>=200112L.
2307         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Fold
2308         SI_TKILL code into SI_USER.
2309         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Likewise.
2311         * sysdeps/posix/sigpause.c (do_sigpause): Use sigdelset after all.
2313 2003-05-15  Jakub Jelinek  <jakub@redhat.com>
2315         * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow):
2316         Remove sym argument, always use refsym.
2317         (__process_machine_rela): Adjust callers.
2318         * sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
2319         Likewise.
2320         * sysdeps/powerpc/powerpc32/dl-machine.h (_dl_reloc_overflow):
2321         Adjust prototype.
2322         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
2324 2003-05-15  Ulrich Drepper  <drepper@redhat.com>
2326         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Fix typo
2327         (DL_NEED_SYSINFO -> NEED_DL_SYSINFO).  If aux value is not known
2328         print numeric values.
2330 2003-05-12  Thorsten Kukuk  <kukuk@suse.de>
2332         * inet/netinet/igmp.h: Sync with Linux Kernel 2.5.69 and *BSD.
2334 2003-05-14  Andreas Schwab  <schwab@suse.de>
2336         * sysdeps/unix/sysv/linux/ia64/umount.c: New file.
2338 2003-05-14  Jakub Jelinek  <jakub@redhat.com>
2340         * elf/rtld.c (dl_main): For LD_TRACE_PRELINKING print search scope
2341         even if no DT_NEEDED is present.
2343 2003-05-13  David Mosberger  <davidm@hpl.hp.com>
2345         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Fix the fix from
2346         2003-03-27: setjmp is NOT a leaf-routine (due to the call to
2347         __sigjmp_save) so we can't keep the saved unat value in a scratch
2348         register (r16).  Use loc2 instead.
2350 2003-05-13  Ulrich Drepper  <drepper@redhat.com>
2352         * csu/Makefile: Do compile elf-init with PIC flag since in dynamic
2353         binaries it has to be relocatable.
2355         * sysdeps/unix/sysv/linux/waitpid.c: Use waitpid syscall is available.
2357 2003-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
2359         * sysdeps/powerpc/bits/atomic.h
2360         (__arch_compare_and_exchange_bool_8_rel): Define.
2361         (__arch_compare_and_exchange_bool_16_rel): Define.
2362         (__ARCH_REL_INSTR): Define if not already defined.
2363         (__arch_atomic_exchange_and_add_32): Add "memory" to clobber list.
2364         (__arch_atomic_decrement_if_positive_32):
2365         Add "memory" to clobber list.
2366         (__arch_compare_and_exchange_val_32_acq): Remove release sync.
2367         (__arch_compare_and_exchange_val_32_rel): Define.
2368         (__arch_atomic_exchange_32): Remove.
2369         (__arch_atomic_exchange_32_acq): Define.
2370         (__arch_atomic_exchange_32_rel): Define.
2371         (atomic_compare_and_exchange_val_rel): Define.
2372         (atomic_exchange_acq): Use __arch_atomic_exchange_*_acq forms.
2373         (atomic_exchange_rel): Define.
2374         * sysdeps/powerpc/powerpc32/bits/atomic.h
2375         (__arch_compare_and_exchange_bool_32_acq): Remove release sync.
2376         (__arch_compare_and_exchange_bool_32_rel): Define.
2377         (__arch_compare_and_exchange_bool_64_rel): Define.
2378         (__arch_compare_and_exchange_val_64_rel): Define.
2379         (__arch_atomic_exchange_64): Remove.
2380         (__arch_atomic_exchange_64_acq): Define.
2381         (__arch_atomic_exchange_64_rel): Define.
2382         * sysdeps/powerpc/powerpc64/bits/atomic.h
2383         (__arch_compare_and_exchange_bool_32_rel): Define.
2384         (__arch_compare_and_exchange_bool_64_acq): Remove release sync.
2385         (__arch_compare_and_exchange_bool_64_rel): Define.
2386         (__arch_compare_and_exchange_val_64_acq): Remove release sync.
2387         (__arch_compare_and_exchange_val_64_rel): Define.
2388         (__arch_atomic_exchange_64): Remove.
2389         (__arch_atomic_exchange_64_acq): Define.
2390         (__arch_atomic_exchange_64_rel): Define.
2391         (__arch_atomic_exchange_and_add_64): Add "memory" to clobber list.
2392         (__arch_atomic_decrement_if_positive_64):
2393         Add "memory" to clobber list.
2394         [!UP](__ARCH_REL_INSTR): Define as lwsync.
2396 2003-05-11  Andreas Schwab  <schwab@suse.de>
2398         * io/Makefile ($(objpfx)ftwtest.out): Use absolute file names.
2400 2003-05-11  Ulrich Drepper  <drepper@redhat.com>
2402         * time/tst-strftime.c (do_test): Add tests for - flag.
2404 2003-05-11  Jim Meyering  <jim@meyering.net>
2406         * time/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
2407         the space-padded-by-default conversion specifiers, %e, %k, %l.
2409 2003-05-11  Andreas Schwab  <schwab@suse.de>
2411         * sysdeps/generic/sched_setaffinity.c: Fix parameter name.
2413 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
2415         * sysdeps/generic/bits/sched.h: Define cpu_set_t only if not
2416         already defined and when really needed.
2417         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
2419 2003-05-09  Thorsten Kukuk  <kukuk@suse.de>
2421         * sysdeps/unix/sysv/linux/netinet/igmp.h: Don't include kernel
2422         headers, add defines from kernel header, move it from here...
2423         * inet/netinet/igmp.h: ... to here.
2424         * inet/Makefile (headers): Add netinet/igmp.h.
2425         * sysdeps/unix/sysv/linux/Makefile: Remove netinet/igmp.h.
2426         * sysdeps/unix/sysv/linux/Dist: Remove netinet/igmp.h.
2428 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
2430         * sysdeps/pthread/lio_listio64.c (lio_listio64): If SIG == NULL,
2431         use dummy sigevent structure with SIGEV_NONE [PR libc/5015].
2433 2003-05-09  Thorsten Kukuk <kukuk@suse.de>
2435         * libio/bits/stdio.h: Sync prototypes with libio/stdio.h
2436         (remove __THROW from possible cancellation points).
2438 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
2440         * posix/sched.h (CPU_SETSIZE): Define.
2442 2003-05-09  Ulrich Drepper  <drepper@redhat.com>
2444         * Makeconfig (gnulib): Remove -lgcc_eh again.
2446         * posix/sched.h: Change prototypes of sched_getaffinity and
2447         sched_setaffinity.  Define CPU_SET, CPU_CLR, CPU_ISSET, and CPU_ZERO.
2448         * sysdeps/generic/sched_getaffinity.c: Adjust definition.
2449         * sysdeps/generic/sched_setaffinity.c: Likewise.
2450         * sysdeps/generic/bits/sched.h: Define __CPU_SETSIZE, __NCPUBITS,
2451         __CPUELT, __CPUMASK, cpu_set_t, __cpu_mask, __CPU_ZERO, __CPU_SET,
2452         __CPU_CLR, and __CPU_ISSET.
2453         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
2454         * sysdeps/unix/sysv/linux/sched_getaffinity.c: New file.
2455         * sysdeps/unix/sysv/linux/sched_setaffinity.c: New file.
2457         * include/atomic.h (atomic_exchange_acq): Renamed from atomic_exchange.
2458         (atomic_exchange_rel): New #define.
2459         * sysdeps/ia64/bits/atomic.h: Likewise.
2460         * sysdeps/i386/i486/bits/atomic.h (atomic_exchange_acq): Renamed from
2461         atomic_exchange.
2462         * sysdeps/m68k/m68020/bits/atomic.h: Likewise.
2463         * sysdeps/powerpc/bits/atomic.h: Likewise.
2464         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Likewise.
2465         * sysdeps/sparc/sparc64/bits/atomic.h: Likewise.
2466         * sysdeps/x86_64/bits/atomic.h: Likewise.
2467         * csu/tst-atomic.c: Use atomic_exchange_acq instead of atomic_exchange.
2469         * sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c: New file.
2471 2003-05-08  Ulrich Drepper  <drepper@redhat.com>
2473         * malloc/thread-m.h: Remove special handling of thread_atfork if
2474         HAVE_register_atfork_malloc is defined.
2476 2003-05-07  Andreas Jaeger  <aj@suse.de>
2478         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Add DWARF2 unwind
2479         information.
2481 2003-05-06  Ulrich Drepper  <drepper@redhat.com>
2483         * libio/oldiofdopen.c (_IO_old_fdopen): Use _IO_old_init not _IO_init.
2484         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
2485         * libio/libioP.h: Declare _IO_old_init.
2486         * libio/genops.c (_IO_no_init): Split in two.  New function
2487         _IO_old_init.
2489 2003-05-05  Ulrich Drepper  <drepper@redhat.com>
2491         * sysdeps/generic/enbl-secure.c (__libc_enable_secure_decided): New
2492         variable.
2493         (__libc_init_secure): Don't do anything if __libc_enable_secure_decided
2494         is nonzero.
2495         * include/unistd.h: Declare __libc_enable_secure_decided.
2496         * elf/dl-support.c (_dl_aux_init): Recognize AT_UID, AT_EUID, AT_GID,
2497         and AT_EGID.  If all found, set __libc_enable_secure and
2498         __libc_enable_secure_decided.
2500         * sysdeps/generic/libc-start.c [!SHARED]: Call
2501         __libc_check_standard_fds after __libc_init_first.
2503 2003-05-05  Roland McGrath  <roland@redhat.com>
2505         * Makerules (common-before-compile): New variable.
2506         ($(common-objpfx)%.make): Depend on that instead of $(before-compile).
2507         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.  Move this rule
2508         to after all setting of before-compile.
2510 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
2512         * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_val_8_acq,
2513         __arch_compare_and_exchange_val_16_acq): Cast 0 to mem's type.
2514         * sysdeps/powerpc/powerpc32/bits/atomic.h
2515         (__arch_compare_and_exchange_val_64_acq): Likewise.
2516         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
2517         (__arch_compare_and_exchange_val_8_acq,
2518         __arch_compare_and_exchange_val_16_acq,
2519         __arch_compare_and_exchange_val_64_acq): Likewise.
2520         * sysdeps/sparc/sparc64/bits/atomic.h
2521         (__arch_compare_and_exchange_val_8_acq,
2522         __arch_compare_and_exchange_val_16_acq): Likewise.
2523         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq,
2524         __arch_compare_and_exchange_val_16_acq,
2525         __arch_compare_and_exchange_val_64_acq): Likewise.
2526         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
2527         (__arch_compare_and_exchange_val_64_acq): Likewise.
2528         * sysdeps/s390/s390-64/backtrace.c (__backtrace): Add cast to shut
2529         up warning.
2530         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Likewise.
2532         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
2533         (INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0):
2534         Return long instead of int.
2535         (INTERNAL_SYSCALL_ERROR_P): Cast val to unsigned long, replace
2536         0xfffff001u with -4095UL.
2538 2003-05-05  Andreas Jaeger  <aj@suse.de>
2540         * sysdeps/x86_64/fpu_control.h: New from i386.
2542         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (__NR_semtimedop):
2543         Define if not defined.
2545         * sunrpc/Makefile (generated-dirs): New variable.
2546         * resolv/Makefile (generated): New variable.
2548 2003-05-04  Roland McGrath  <roland@redhat.com>
2550         * csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.
2551         Depend on $(before-compile).
2553         * csu/Makefile ($(objpfx)crt%.o): Replace implicit rule with a static
2554         pattern rule.  The implicit rule could be ruled out when $(objpfx)
2555         didn't exist at the time of its consideration (ugh!).
2557         * Makerules (+make-deps): Fix target matching.
2558         Use $(sed-remove-dotdot).
2560 2003-05-03  Ulrich Drepper  <drepper@redhat.com>
2562         * nscd/nscd.c (main): Parse config file right after parsing
2563         parameters.  Then, if get_stats is true, call receive_print_stats.
2564         Drop parameter from nscd_init call.
2565         (get_stats): New variable.
2566         (parse_opt): Set get_stats, don't call receive_print_stats here.
2567         * nscd/nscd.h: Declare dbs, stat_user, and stat_uid.  Adjust nscd_init
2568         prototype.
2569         * nscd/connections.c (stat_user, stat_uid): New variables.
2570         (dbs): Make global.
2571         (nscd_init): Don't read configuration file here.  Drop parameter.
2572         (handle_request): Cleanup handling of non-database lookup requests.
2573         * nscd/nscd_conf.c (nscd_parse_file): Recognize stat-user entry.
2574         Get UID of the specified user.  Use xstrdup instead of strdup.
2575         * nscd/nscd_stat.c (receive_print_stats): Check UID.  If not zero,
2576         check stat_user.
2577         * nscd/Makefile (nscd-modules): Add xstrdup.
2578         * nscd/nscd.conf: Document stat-user entry.
2580 2003-05-03  H.J. Lu  <hongjiu.lu@intel.com>
2582         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_semtimedop): Define
2583         if not defined.
2585 2003-04-22  Roland McGrath  <roland@redhat.com>
2587         * elf/elf.h (AT_SYSINFO_EHDR): New macro, replaces AT_SYSINFO_EH_FRAME.
2588         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
2589         dl_sysinfo_eh_frame member, add dl_sysinfo_dso member instead.
2590         * elf/dl-support.c: Update defn.
2591         * sysdeps/generic/libc-start.c: Don't call __register_frame_info_bases.
2592         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
2593         Set GL(dl_sysinfo_dso) from AT_SYSINFO_EHDR.
2594         (_dl_show_auxv): Grok AT_SYSINFO_EHDR, not AT_SYSINFO_EH_FRAME.
2595         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO]: If GL(dl_sysinfo_dso) is
2596         set, set up a link_map for the preloaded, prelinked object.
2598 2003-05-03  Roland McGrath  <roland@redhat.com>
2600         * sysdeps/gnu/Makefile (generated): Append errlist-compat.c here, ...
2601         * stdio-common/Makefile: ... not here.
2603         * csu/Makefile ($(objpfx)initfini.s): Depend on $(before-compile).
2604         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
2606 2003-05-02  Ulrich Drepper  <drepper@redhat.com>
2608         * sysdeps/unix/sysv/linux/s390/semtimedop.c: New file.
2610         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h (IPCOP_semtimedop): Define.
2612         * sysdeps/generic/dl-fptr.c (_dl_make_fptr): Use 0 not NULL for
2613         comparing ftab elements.
2614         (_dl_unmap): Fix typo in test.
2615         (_dl_make_fptr): Fix typos introduced in last change.
2617         * sysdeps/generic/dl-fptr.c: Put back one optimization from the
2618         original patch.  Use non-exported symbols.  Mark translatable
2619         strings.  Pretty printing.
2621 2003-05-02  Roland McGrath  <roland@redhat.com>
2623         * Makerules (do-stamp): Do $(make-target-directory).
2625 2003-04-07  H.J. Lu  <hjl@gnu.org>
2627         * sysdeps/generic/dl-fptr.c: Modify to remove the lock.
2629 2003-04-03  H.J. Lu  <hjl@gnu.org>
2631         * sysdeps/ia64/dl-fptr.c: Moved to ...
2632         * sysdeps/generic/dl-fptr.c: Here.
2634         * sysdeps/generic/dl-fptr.h: New.
2635         * sysdeps/ia64/dl-fptr.h: New.
2637         * sysdeps/ia64/dl-symaddr.c: Moved to ...
2638         * sysdeps/generic/dl-symaddr.c: here.
2640         * sysdeps/ia64/dl-machine.h: Include <dl-fptr.h>.
2641         (IA64_BOOT_FPTR_TABLE_LEN): Removed.
2642         (ia64_fdesc): Likewise.
2643         (ia64_fdesc_table): Likewise.
2644         (__ia64_make_fptr): Likewise.
2645         (__ia64_init_bootstrap_fdesc_table): Replace __ia64_boot_fptr_table
2646         with _dl_boot_fptr_table.
2647         (elf_machine_runtime_setup): Replace `struct ia64_fdesc' with
2648         `struct fdesc'.
2649         (elf_machine_rela): Replace __ia64_make_fptr with _dl_make_fptr.
2651 2003-05-01  Roland McGrath  <roland@redhat.com>
2653         * sysdeps/generic/bp-thunks.h: Protect includes with [!__ASSEMBLER__].
2654         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
2656         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h):
2657         Use $(make-target-directory).
2658         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
2660         * Makerules (compile-mkdep-flags): New variable, pass -MD -MF $@.d.
2661         (compile-command.S): Don't use ifndef.  Append $(compile-mkdep-flags).
2662         (compile-command.s, compile-command.c): Likewise.
2663         ($(objpfx)%.d): All such pattern rules removed.
2664         ($(+sysdir_pfx)sysd-rules): Don't generate them.
2665         ($(common-objpfx)dummy.d): Target removed.
2666         (make-dummy-dep): Variable removed.
2667         (generate-md5): Likewise.
2668         (%.d: %.dt): New pattern rule.
2669         (+depfiles): Use $(wildcard) function to get just existing *.d files
2670         and .d files for existing *.dt files.
2671         (common-clean): Remove all *.d and *.dt files.
2672         (before-compile): Add $(objpfx). when it doesn't exist,
2673         regardless of $(no_deps).
2674         * elf/rtld-Rules ($(objpfx)rtld-%.d): All such pattern rules removed.
2675         (rtld-depfiles): Use .os.d instead of .d names.
2676         Include existing *.d files and .d files for existing *.dt files.
2678         * Makerules ($(common-objpfx)%.make): Protect with [! subdir].
2679         Use -MD, -MT and -MF flags instead of SUNPRO_DEPENDENCIES variable.
2681         * sysdeps/unix/Makefile ($(common-objpfx)s-%.d): Remove compat.h hack.
2682         Do s-*.d includes only if we have some syscall routines in this subdir.
2684         * include/libc-symbols.h (libc_freeres_ptr): Use %nobits instead of
2685         @nobits.  The former is accepted by gas on any ELF platform.
2687 2003-05-01  Ulrich Drepper  <drepper@redhat.com>
2689         * sysdeps/unix/sysv/linux/semtimedop.c: New file.
2691         * malloc/malloc.c (mSTATs): Call ptmalloc_init if necessary.
2693 2003-04-29  Andreas Schwab  <schwab@suse.de>
2695         * string/test-strcat.c (do_one_test): Fix attribute name.
2697 2003-04-30  Alexandre Oliva  <aoliva@redhat.com>
2699         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make
2700         uc_flags long for all ABIs.
2702 2003-04-30  Andreas Jaeger  <aj@suse.de>
2704         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h
2705         (DR_CONTROL_RESERVED): Use correct value for 64-bit.
2706         Reported by Andrew Derrick Balsa <andrebalsa@mailingaddress.org>.
2707         Add bi-arch support.
2709 2003-04-30  Ulrich Drepper  <drepper@redhat.com>
2711         * malloc/malloc.c (mEMALIGn): Define alias __memalign_internal.
2712         (__posix_memalign): Use __memalign_internal instead of memalign.
2714 2003-04-29  Roland McGrath  <roland@redhat.com>
2716         * configure.in: Search for AUTOCONF unconditionally.
2717         Just don't complain about missing it under --without-cvs.
2719         * include/libc-symbols.h (__symbol_set_attribute): New macro,
2720         give hidden for [SHARED] and weak for [! SHARED].
2721         (symbol_set_declare): Use that.  Never need weak_extern these days.
2722         * Makerules ($(common-objpfx)shlib.lds): Go back to using PROVIDE.
2723         Depend on $(..)Makerules.
2725 2003-04-29  Ulrich Drepper  <drepper@redhat.com>
2727         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Use __ protected
2728         variants of socket, bind, recvmsg, and sendto.
2730         * sysdeps/i386/fpu/ftestexcept.c: Also check SSE status word.
2732         * include/signal.h: Use libc_hidden_proto for sigaddset and sigdelset.
2733         * signal/sigaddset.c: Add libc_hidden_def.
2734         * signal/sigdelset.c: Likewise.
2736 2003-04-29  Jakub Jelinek  <jakub@redhat.com>
2738         * sysdeps/i386/i486/string-inlines.c (__memcpy_g, __strchr_g): Move
2739         to the end of the file.
2741         * configure.in: Change __oline__ to $LINENO.
2742         (HAVE_BUILTIN_REDIRECTION): New check.
2743         * config.h.in (HAVE_BUILTIN_REDIRECTION): Add.
2744         * include/libc-symbols.h (libc_hidden_builtin_proto,
2745         libc_hidden_builtin_def, libc_hidden_builtin_weak,
2746         libc_hidden_builtin_ver): Define.
2747         * include/string.h (memchr, memcpy, memmove, memset, strcat, strchr,
2748         strcmp, strcpy, strcspn, strlen, strncmp, strncpy, strpbrk, strrchr,
2749         strspn, strstr): Add libc_hidden_builtin_proto.
2750         * intl/plural.y: Include string.h.
2751         * sysdeps/alpha/alphaev6/memchr.S (memchr): Add
2752         libc_hidden_builtin_def.
2753         * sysdeps/alpha/alphaev6/memcpy.S (memcpy): Likewise.
2754         * sysdeps/alpha/alphaev6/memset.S (memset): Likewise.
2755         * sysdeps/alpha/alphaev67/strcat.S (strcat): Likewise.
2756         * sysdeps/alpha/alphaev67/strchr.S (strchr): Likewise.
2757         * sysdeps/alpha/alphaev67/strlen.S (strlen): Likewise.
2758         * sysdeps/alpha/alphaev67/strrchr.S (strrchr): Likewise.
2759         * sysdeps/alpha/memchr.S (memchr): Likewise.
2760         * sysdeps/alpha/memset.S (memset): Likewise.
2761         * sysdeps/alpha/strcat.S (strcat): Likewise.
2762         * sysdeps/alpha/strchr.S (strchr): Likewise.
2763         * sysdeps/alpha/strcmp.S (strcmp): Likewise.
2764         * sysdeps/alpha/strcpy.S (strcpy): Likewise.
2765         * sysdeps/alpha/strlen.S (strlen): Likewise.
2766         * sysdeps/alpha/strncmp.S (strncmp): Likewise.
2767         * sysdeps/alpha/strncpy.S (strncpy): Likewise.
2768         * sysdeps/alpha/strrchr.S (strrchr): Likewise.
2769         * sysdeps/arm/memset.S (memset): Likewise.
2770         * sysdeps/arm/strlen.S (strlen): Likewise.
2771         * sysdeps/generic/memchr.c (memchr): Likewise.
2772         * sysdeps/generic/memcpy.c (memcpy): Likewise.
2773         * sysdeps/generic/memmove.c (memmove): Likewise.
2774         * sysdeps/generic/memset.c (memset): Likewise.
2775         * sysdeps/generic/strcat.c (strcat): Likewise.
2776         * sysdeps/generic/strchr.c (strchr): Likewise.
2777         * sysdeps/generic/strcmp.c (strcmp): Likewise.
2778         * sysdeps/generic/strcpy.c (strcpy): Likewise.
2779         * sysdeps/generic/strcspn.c (strcspn): Likewise.
2780         * sysdeps/generic/strlen.c (strlen): Likewise.
2781         * sysdeps/generic/strncmp.c (strncmp): Likewise.
2782         * sysdeps/generic/strncpy.c (strncpy): Likewise.
2783         * sysdeps/generic/strpbrk.c (strpbrk): Likewise.
2784         * sysdeps/generic/strrchr.c (strrchr): Likewise.
2785         * sysdeps/generic/strspn.c (strspn): Likewise.
2786         * sysdeps/generic/strstr.c (strstr): Likewise.
2787         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
2788         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
2789         * sysdeps/i386/i586/memcpy.S (memcpy): Likewise.
2790         * sysdeps/i386/i586/memset.S (memset): Likewise.
2791         * sysdeps/i386/i586/strchr.S (strchr): Likewise.
2792         * sysdeps/i386/i586/strcpy.S (strcpy): Likewise.
2793         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
2794         * sysdeps/i386/i686/memcpy.S (memcpy): Likewise.
2795         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
2796         * sysdeps/i386/i686/memset.S (memset): Likewise.
2797         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
2798         * sysdeps/i386/memchr.S (memchr): Likewise.
2799         * sysdeps/i386/memset.c (memset): Likewise.
2800         * sysdeps/i386/strchr.S (strchr): Likewise.
2801         * sysdeps/i386/strcspn.S (strcspn): Likewise.
2802         * sysdeps/i386/strlen.c (strlen): Likewise.
2803         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
2804         * sysdeps/i386/strrchr.S (strrchr): Likewise.
2805         * sysdeps/i386/strspn.S (strspn): Likewise.
2806         * sysdeps/ia64/memchr.S (memchr): Likewise.
2807         * sysdeps/ia64/memcpy.S (memcpy): Likewise.
2808         * sysdeps/ia64/memmove.S (memmove): Likewise.
2809         * sysdeps/ia64/memset.S (memset): Likewise.
2810         * sysdeps/ia64/strcat.S (strcat): Likewise.
2811         * sysdeps/ia64/strchr.S (strchr): Likewise.
2812         * sysdeps/ia64/strcmp.S (strcmp): Likewise.
2813         * sysdeps/ia64/strcpy.S (strcpy): Likewise.
2814         * sysdeps/ia64/strlen.S (strlen): Likewise.
2815         * sysdeps/ia64/strncmp.S (strncmp): Likewise.
2816         * sysdeps/ia64/strncpy.S (strncpy): Likewise.
2817         * sysdeps/m68k/memchr.S (memchr): Likewise.
2818         * sysdeps/m68k/strchr.S (strchr): Likewise.
2819         * sysdeps/mips/mips64/memcpy.S (memcpy): Likewise.
2820         * sysdeps/mips/mips64/memset.S (memset): Likewise.
2821         * sysdeps/mips/memcpy.S (memcpy): Likewise.
2822         * sysdeps/mips/memset.S (memset): Likewise.
2823         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
2824         * sysdeps/powerpc/powerpc32/strchr.S (strchr): Likewise.
2825         * sysdeps/powerpc/powerpc32/strcmp.S (strcmp): Likewise.
2826         * sysdeps/powerpc/powerpc32/strcpy.S (strcpy): Likewise.
2827         * sysdeps/powerpc/powerpc32/strlen.S (strlen): Likewise.
2828         * sysdeps/powerpc/powerpc64/memcpy.S (memcpy): Likewise.
2829         * sysdeps/powerpc/powerpc64/memset.S (memset): Likewise.
2830         * sysdeps/powerpc/powerpc64/strchr.S (strchr): Likewise.
2831         * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Likewise.
2832         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Likewise.
2833         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Likewise.
2834         * sysdeps/powerpc/strcat.c (strcat): Likewise.
2835         * sysdeps/sparc/sparc32/memchr.S (memchr): Likewise.
2836         * sysdeps/sparc/sparc32/memcpy.S (memcpy): Likewise.
2837         * sysdeps/sparc/sparc32/memset.S (memset): Likewise.
2838         * sysdeps/sparc/sparc32/strcat.S (strcat): Likewise.
2839         * sysdeps/sparc/sparc32/strchr.S (strchr, strrchr): Likewise.
2840         * sysdeps/sparc/sparc32/strcmp.S (strcmp): Likewise.
2841         * sysdeps/sparc/sparc32/strcpy.S (strcpy): Likewise.
2842         * sysdeps/sparc/sparc32/strlen.S (strlen): Likewise.
2843         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy, memmove): Likewise.
2844         * sysdeps/sparc/sparc64/memchr.S (memchr): Likewise.
2845         * sysdeps/sparc/sparc64/memcpy.S (memcpy, memmove): Likewise.
2846         * sysdeps/sparc/sparc64/memset.S (memset): Likewise.
2847         * sysdeps/sparc/sparc64/strcat.S (strcat): Likewise.
2848         * sysdeps/sparc/sparc64/strchr.S (strchr, strrchr): Likewise.
2849         * sysdeps/sparc/sparc64/strcmp.S (strcmp): Likewise.
2850         * sysdeps/sparc/sparc64/strcpy.S (strcpy): Likewise.
2851         * sysdeps/sparc/sparc64/strcspn.S (strcspn): Likewise.
2852         * sysdeps/sparc/sparc64/strlen.S (strlen): Likewise.
2853         * sysdeps/sparc/sparc64/strncmp.S (strncmp): Likewise.
2854         * sysdeps/sparc/sparc64/strncpy.S (strncpy): Likewise.
2855         * sysdeps/sparc/sparc64/strpbrk.S (strpbrk): Likewise.
2856         * sysdeps/sparc/sparc64/strspn.S (strspn): Likewise.
2857         * sysdeps/sh/memcpy.S (memcpy): Likewise.
2858         * sysdeps/sh/memset.S (memset): Likewise.
2859         * sysdeps/sh/strlen.S (strlen): Likewise.
2860         * sysdeps/s390/s390-32/memchr.S (memchr): Likewise.
2861         * sysdeps/s390/s390-32/memcpy.S (memcpy): Likewise.
2862         * sysdeps/s390/s390-32/memset.S (memset): Likewise.
2863         * sysdeps/s390/s390-32/strcmp.S (strcmp): Likewise.
2864         * sysdeps/s390/s390-32/strcpy.S (strcpy): Likewise.
2865         * sysdeps/s390/s390-32/strncpy.S (strncpy): Likewise.
2866         * sysdeps/s390/s390-64/memchr.S (memchr): Likewise.
2867         * sysdeps/s390/s390-64/memcpy.S (memcpy): Likewise.
2868         * sysdeps/s390/s390-64/memset.S (memset): Likewise.
2869         * sysdeps/s390/s390-64/strcmp.S (strcmp): Likewise.
2870         * sysdeps/s390/s390-64/strcpy.S (strcpy): Likewise.
2871         * sysdeps/s390/s390-64/strncpy.S (strncpy): Likewise.
2872         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
2873         * sysdeps/x86_64/memset.S (memset): Likewise.
2874         * sysdeps/x86_64/strcat.S (strcat): Likewise.
2875         * sysdeps/x86_64/strchr.S (strchr): Likewise.
2876         * sysdeps/x86_64/strcmp.S (strcmp): Likewise.
2877         * sysdeps/x86_64/strcpy.S (strcpy): Likewise.
2878         * sysdeps/x86_64/strcspn.S (strcspn): Likewise.
2879         * sysdeps/x86_64/strlen.S (strlen): Likewise.
2880         * sysdeps/x86_64/strspn.S (strspn): Likewise.
2881         * string/string-inlines.c: Move...
2882         * sysdeps/generic/string-inlines.c: ...here.
2883         (__memcpy_g, __strchr_g): Remove.
2884         (__NO_INLINE__): Define before including <string.h>,
2885         undefine after.  Include bits/string.h and bits/string2.h.
2886         * sysdeps/i386/i486/string-inlines.c: New file.
2887         * sysdeps/i386/string-inlines.c: New file.
2888         * sysdeps/i386/i486/Versions: Remove.
2889         All GLIBC_2.1.1 symbols moved...
2890         * sysdeps/i386/Versions (libc): ...here.
2892 2003-04-29  Ulrich Drepper  <drepper@redhat.com>
2894         * sysdeps/i386/fpu/Makefile: New file.
2895         * sysdeps/i386/fpu/fedisblxcpt.c: Also set SSE control word.
2896         * sysdeps/i386/fpu/feenablxcpt.c: Likewise.
2897         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
2898         * sysdeps/i386/fpu/fesetround.c: Also set SSE rounding mode
2899         [PR libc/4987].
2901 2003-04-28  Ulrich Drepper  <drepper@redhat.com>
2903         * nscd/nscd_getgr_r.c: Compact code a bit.  Add some __builtin_expect.
2904         * nscd/nscd_getpw_r.c: Likewise.
2905         * nscd/nscd_gethst_r.c: Likewise.
2907 2003-04-27  Ulrich Drepper  <drepper@redhat.com>
2909         * nscd/pwdcache.c: Initialize .version element in result.
2910         * nscd/grpcache.c: Likewise.
2911         * nscd/pwdcache.c: Likewise.
2913 2003-04-27  Andreas Schwab  <schwab@suse.de>
2915         * Makeconfig ($(common-objpfx)sysd-sorted): Fix for running in
2916         subdirectory.
2918 2003-04-27  Andreas Schwab  <schwab@suse.de>
2920         * sysdeps/unix/sysv/linux/m68k/semtimedop.S: New file.
2922 2003-04-27  Ulrich Drepper  <drepper@redhat.com>
2924         * nscd/connections.c (client_queued): New variable.
2925         (nscd_run): Revamp the loop.  Don't call poll except for cleanup
2926         threads.  Keep track of the number of delays caused because of busy
2927         worker threads.
2928         * nscd/nscd.h: Declare client_queued.
2929         * nscd/nscd_stat.c: Transmit and print client_queued information.
2931         * locale/programs/locale.c (show_info): Use '\177' instead of CHAR_MAX.
2933         * Makerules ($(common-objpfx)shlib.lds): Don't use PROVIDE to
2934         define __start_libc_freeres_ptrs and __stop___libc_freeres_ptrs.
2936 2003-04-26  Ulrich Drepper  <drepper@redhat.com>
2938         * elf/dl-close.c [USE_TLS && TLS_TCB_AT_TP] (_dl_close): Reimplement
2939         tracking of freed memory in static TLS block.
2940         * elf/Makefile: Add rules to build and run tst-tls13.
2941         * elf/tst-tls13.c: New file.
2942         * elf/tst-tlsmod13.c: New file.
2943         * elf/tst-tlsmod13a.c: New file.
2945         * elf/tst-tls8.c: Adjust types of variables to avoid warnings.
2947         * elf/dl-reloc.c: Pretty printing.
2949 2003-04-26  Roland McGrath  <roland@redhat.com>
2951         * Makerules ($(common-objpfx)shlib.lds): New target.
2952         (common-generated): Add it.
2953         (build-shlib, build-module): Use that instead of generating every time.
2954         ($(common-objpfx)libc.so): Depend on it.
2955         (lib%.so rule): Likewise.
2956         (build-module-helper-objlist): Remove %.lds.
2957         (LDSEDCMD-c.so): Variable removed.
2958         * iconvdata/extra-module.mk ($(objpfx)$(mod).so):
2959         Depend on $(common-objpfx)shlib.lds.
2960         * dlfcn/Makefile ($(test-modules)): Likewise.
2962 2003-04-26  Roland McGrath  <roland@frob.com>
2964         * sysdeps/mach/hurd/tmpfile.c: Remove USE_IN_LIBIO conditionals.
2966 2003-04-26  Andreas Schwab  <schwab@suse.de>
2968         * elf/dl-close.c (remove_slotinfo): Fix missing parens.
2970 2003-04-25  Ulrich Drepper  <drepper@redhat.com>
2972         * nscd/cache.c (cache_search): Keep track of how many chain links
2973         we searched and update table statistics.
2974         (cache_add): Keep track of how many values are in the table.
2975         (prune_cache): Likewise.  Keep track of locking success.
2976         Print messages about removed entries in separate pass.
2977         * nscd/connections.c (handle_request): Don't print debug message here.
2978         The caller will do it.  Keep track of locking success.
2979         (nscd_run): Print debug message.  Also print PID of the client process.
2980         * nscd/nscd.c (start_time): New variable.
2981         (main): Remember start time.
2982         * nscd/nscd.h: Declare start_time.
2983         (struct database): Add more members for new statistics.
2984         * nscd/nscd_stat.c: Add support for sending, receiving, and printing
2985         of new statistics.
2987         * sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
2989 2003-04-22  Jakub Jelinek  <jakub@redhat.com>
2991         * include/link.h (NO_TLS_OFFSET): Define to 0 if not defined.
2992         * elf/dl-close.c (_dl_close): Use NO_TLS_OFFSET.
2993         * elf/dl-object.c (_dl_new_object): Initialize l_tls_offset to
2994         NO_TLS_OFFSET.
2995         * elf/rtld.c (_dl_start_final, _dl_start): Likewise.
2996         * elf/dl-reloc.c (CHECK_STATIC_TLS): Use NO_TLS_OFFSET.
2997         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Likewise.
2998         * sysdeps/powerpc/dl-tls.h (TLS_TPREL_VALUE): Don't subtract
2999         TLS_TCB_SIZE.
3001 2003-04-24  Ulrich Drepper  <drepper@redhat.com>
3003         * nss/getent.c: Implement alternative host database lookup via
3004         getaddrinfo.
3006         * include/ifaddrs.h: New file.
3007         * include/netdb.h: Move definitions of AI_V4MAPPED, AI_ALL, and
3008         AI_ADDRCONFIG...
3009         * resolv/netdb.h: ...here.
3010         * sysdeps/gnu/ifaddrs.c. Use libc_hidden_def where appropriate.
3011         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3012         * sysdeps/posix/getaddrinfo.c: Implement AI_V4MAPPED, AI_ALL, and
3013         AI_ADDRCONFIG.
3015 2003-04-24  Roland McGrath  <roland@redhat.com>
3017         * elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.
3019 2003-04-24  Jakub Jelinek  <jakub@redhat.com>
3021         * elf/dl-reloc.c (allocate_static_tls): Rename to...
3022         (_dl_allocate_static_tls): ... this function.  No longer static.
3023         (CHECK_STATIC_TLS): Adjust.
3024         * sysdeps/generic/ldsodefs.h (_dl_allocate_static_tls): New prototype.
3025         * sysdeps/powerpc/powerpc32/dl-machine.h (__process_machine_rela):
3026         Add SYM_MAP argument.
3027         (elf_machine_rela): Adjust caller.  Declare SYM_MAP unconditionally.
3028         Check if SYM_MAP != NULL for R_PPC_DTPREL32.  Only handle 32-bit
3029         TLS relocs here.  #ifdef out relocs which never appear in
3030         .gnu.conflict section from dl-conflict.c processing.
3031         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
3032         Add SYM_MAP argument.  Handle 16-bit TLS relocs here.
3034         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): #ifdef
3035         out relocs which never appear in .gnu.conflict section from
3036         dl-conflict.c processing.
3037         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
3038         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
3039         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
3040         Use r_type in RESOLVE macro.
3042 2003-04-23  Ulrich Drepper  <drepper@redhat.com>
3044         * nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=
3045         NULL.  Remove code made redundant by this assumption.
3046         (__yp_unbind): Add call to free.  Adjust all callers.
3048         * nis/ypclnt.c (yp_all): Free the dom_binding object after
3049         unbinding it.
3051         * grp/initgroups.c (getgrouplist): Don't copy too much into the
3052         user buffer if more groups are found than fit into it.
3054         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Use
3055         extend_alloca.
3057 2003-04-23  Jakub Jelinek  <jakub@redhat.com>
3059         * sysdeps/posix/getaddrinfo.c (gaih_inet): Check for rc == ERANGE,
3060         not rc == errno.  Use extend_alloca.
3062         * elf/tst-tls12.c (main): Fix declaration.
3063         * elf/tst-tls10.c (dummy): Make hidden instead of static.
3064         * elf/tst-tlsmod7.c (dummy): Likewise.
3065         * elf/tst-tlsmod8.c (dummy): Likewise.
3066         * elf/tst-tlsmod9.c (dummy): Likewise.
3068 2003-04-22  Roland McGrath  <roland@redhat.com>
3070         * sysdeps/unix/sysv/linux/not-cancel.h: Put parens around macro args.
3071         (open_not_cancel): Make last argument non-optional.
3072         * sysdeps/generic/check_fds.c (check_one_fd): Update caller.
3073         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
3074         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
3076         * include/tls.h: Protect against multiple inclusion.
3078 2003-04-22  Ulrich Drepper  <drepper@redhat.com>
3080         * nscd/nscd-client.h: Add declaration for __nscd_open_socket.
3081         * nscd/nscd_gethst_r.c (__nscd_open_socket): Renamed from
3082         open_socket.  Not static anymore.
3083         (nscd_gethst_r): Use __nscd_open_socket.
3084         * nscd/nscd_getgr_r.c (open_socket): Removed.
3085         (nscd_getgr_r): Use __nscd_open_socket.
3086         * nscd/nscd_getpw_r.c (open_socket): Removed.
3087         (nscd_getpw_r): Use __nscd_open_socket.
3089         * nscd/nscd.c (main): Change type of fdn to long int and use strtol.
3090         * nscd/connections.c (handle_request): Add cast to avoid warning.
3092 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
3094         * signal/sigfillset.c: Moved to...
3095         * sysdeps/generic/sigfillset.c: ...here.  If SIGCANCEL is defined
3096         do not set the corresponding bit.
3098         * sysdeps/unix/sysv/linux/sigprocmask.c: Prevent changing mask for
3099         SIGCANCEL.
3100         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_TKILL.
3101         * sysdeps/unix/sysv/linux/bits/siginfo.h: Define SI_TKILL.
3102         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Define SI_TKILL.
3103         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Define SI_TKILL.
3104         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Define SI_TKILL.
3106 2003-04-20  Ulrich Drepper  <drepper@redhat.com>
3108         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Cast
3109         first syscall parameter to const char*.
3111 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
3113         * intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run.
3115         * configure.in: Add AC_PROG_CXX.
3116         * config.make.in (CXX): Define.
3118         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_PRINT): Change type of
3119         __len to size_t to avoid warnings.
3121 2003-04-18  Jes Sorensen  <jes@wildopensource.com>
3123         * libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Sync with Linux
3124         2.5.67.
3125         * libc/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3127 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
3129         * stdlib/cxa_finalize.c (__cxa_finalize): Don't call
3130         UNREGISTER_ATFORK if d == NULL.
3132         * catgets/nl_types.h: Remove __THROW marker from cancellation points.
3133         * dirent/dirent.h: Likewise.
3134         * dlfcn/dlfcn.h: Likewise.
3135         * grp/grp.h: Likewise.
3136         * iconv/iconv.h: Likewise.
3137         * io/fcntl.h: Likewise.
3138         * io/ftw.h: Likewise.
3139         * libio/stdio.h: Likewise.
3140         * misc/sys/mman.h: Likewise.
3141         * misc/sys/select.h: Likewise.
3142         * misc/sys/syslog.h: Likewise.
3143         * misc/sys/uio.h: Likewise.
3144         * posix/spawn.h: Likewise.
3145         * posix/unistd.h: Likewise.
3146         * posix/sys/wait.h: Likewise.
3147         * pwd/pwd.h: Likewise.
3148         * resolv/netdb.h: Likewise.
3149         * rt/aio.h: Likewise.
3150         * shadow/shadow.h: Likewise.
3151         * signal/signal.h: Likewise.
3152         * socket/sys/socket.h: Likewise.
3153         * stdlib/stdlib.h: Likewise.
3154         * streams/stropts.h: Likewise.
3155         * string/string.h: Likewise.
3156         * sysdeps/gnu/utmpx.h: Likewise.
3157         * sysvipc/sys/msg.h: Likewise.
3158         * termios/termios.h: Likewise.
3159         * time/time.h: Likewise.
3160         * wcsmbs/wchar.h: Likewise.
3161         * iconv/gconv_cache.c: Include <not-cancel.h> and use non-cancelable
3162         functions.
3163         * misc/daemon.c: Likewise.
3164         * sysdeps/generic/backtracesymsfd.c: Likewise.
3165         * sysdeps/generic/check_fds.c: Likewise.
3166         * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
3167         * sysdeps/unix/sysv/linux/not-cancel.h: New file.
3168         * sysdeps/generic/not-cancel.h: New file.
3169         * csu/Makefile (distribute): Add not-cancel.h.
3170         * sysdeps/unix/sysv/linux/fatal-prepare.h: New file.
3171         * sysdeps/unix/sysv/linux/Makefile: Define FATAL_PREPARE_INCLUDE
3172         for assert.c and assert-perr.c to include <fatal-prepare.h>.
3173         * sysdeps/unix/sysv/linux/Dist: Add fatal-prepare.h.
3175         * sysdeps/posix/remove.c (remove): Rewrite.  No need to restore
3176         errno and unlink first.
3178         * io/ftw.c (ftw_dir): In all places assume fchdir is available.
3180 2003-04-18  Ulrich Drepper  <drepper@redhat.com>
3182         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Use
3183         INTERNAL_SYSCALL instead of INLINE_SYSCALL.
3185 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
3187         * sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling.
3189         * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k.
3190         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not
3191         replace.
3193         * signal/Makefile (tests): Add tst-sigsimple.
3194         * signal/tst-sigsimple.c: New file.
3196 2003-04-16  Jakub Jelinek  <jakub@redhat.com>
3198         * elf/Makefile (distribute): Add tst-tlsmod{[7-9],1[0-2]}.c and
3199         tst-tls10.h.
3200         (tests): Add tst-tls1[0-2].
3201         (modules-names): Add tst-tlsmod{[7-8],1[0-2]}.
3202         ($(objpfx)tst-tlsmod8.so): Depend on tst-tlsmod7.so.
3203         ($(objpfx)tst-tlsmod10.so): Depend on tst-tlsmod9.so.
3204         ($(objpfx)tst-tlsmod12.so): Depend on tst-tlsmod11.so.
3205         ($(objpfx)tst-tls10): Depend on tst-tlsmod8.so.
3206         ($(objpfx)tst-tls11): Depend on tst-tlsmod10.so.
3207         ($(objpfx)tst-tls12): Depend on tst-tlsmod12.so.
3208         * elf/tst-tls10.c: New test.
3209         * elf/tst-tls11.c: New test.
3210         * elf/tst-tls12.c: New test.
3211         * elf/tst-tls10.h: New file.
3212         * elf/tst-tlsmod7.c: New file.
3213         * elf/tst-tlsmod8.c: New file.
3214         * elf/tst-tlsmod9.c: New file.
3215         * elf/tst-tlsmod10.c: New file.
3216         * elf/tst-tlsmod11.c: New file.
3217         * elf/tst-tlsmod12.c: New file.
3219 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
3221         * sysdeps/powerpc/bits/atomic.h: Moved ppc32/64 specific code to ...
3222         * sysdeps/powerpc/powerpc32/bits/atomic.h: New file.
3223         * sysdeps/powerpc/powerpc64/bits/atomic.h: New file.
3225 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
3227         * posix/regex.h: Include <sys/types.h>.
3229         * signal/sigrelse.c (sigrelse): Use sigdelset and not __sigdelset.
3230         The signal number must be checked.
3231         * signal/sighold.c (sighold): Use sigaddset and not __sigaddset.
3232         The signal number must be checked [PR libc/5004].
3234         * sysdeps/unix/sysv/linux/system.c: If compiled without threads
3235         don't do anything fancy.
3237         * sysdeps/generic/bits/libc-lock.h: Define
3238         __rtld_lock_define_initialized_recursive.
3240         * nss/getXXbyYY_r.c [USE_NSCD] (REENTRANT_NAME): Only retry
3241         contacting nscd if NOT_USENSCD_NAME > 0.
3242         * nss/nsswitch.c (__nss_disable_nscd): New function.
3243         * nss/nsswitch.h: Declare it.
3244         * nss/Versions [GLIBC_PRIVATE]: Export __nss_disable_nscd.
3245         * nscd/nscd.c (main): Call __nss_disable_nscd.
3247 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
3249         * stdio-common/perror.c (perror): We don't need to set the offset
3250         to _IO_pos_bad, this is how streams are initialized.
3252         * locale/programs/ld-time.c (TESTARR_ELEM): Make i unsigned.
3253         (time_output): If necessary, allocate new buffer for .name string if
3254         padding is required.
3256         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Check lengths
3257         before copying.  This might leave holes in the list.  Adjust
3258         pointers if necessary.
3259         (netlink_receive): Allocate only one block.
3260         (free_netlink_handle): Adjust appropriately.
3261         (getifaddrs): Lots of cleanups.
3263         * string/test-strncpy.c (do_one_test): Mark start and stop as
3264         possibly unused.
3265         * string/test-memchr.c: Likewise.
3266         * string/test-memcmp.c: Likewise.
3267         * string/test-memcpy.c: Likewise.
3268         * string/test-memmove.c: Likewise.
3269         * string/test-memset.c: Likewise.
3270         * string/test-strcat.c: Likewise.
3271         * string/test-strchr.c: Likewise.
3272         * string/test-strcmp.c: Likewise.
3273         * string/test-strcpy.c: Likewise.
3274         * string/test-strlen.c: Likewise.
3275         * string/test-strncmp.c: Likewise.
3276         * string/test-strpbrk.c: Likewise.
3277         * string/test-strrchr.c: Likewise.
3278         * string/test-strspn.c: Likewise.
3280 2003-04-15  Roland McGrath  <roland@redhat.com>
3282         * libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning.
3284         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
3285         INTUSE(__register_frame_info_bases).
3287 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
3289         * elf/elf.h: Define AT_SYSINFO_EH_FRAME.
3290         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle
3291         AT_SYSINFO_EH_FRAME.  Adjust string width.
3292         (_dl_show_auxv):Display AT_SYSINFO_EH_FRAME value.
3293         * sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global):
3294         Add _dl_sysinfo_eh_frame field.
3295         * elf/dl-support.c [NEED_DL_SYSINFO]: Define _dl_sysinfo_eh_frame.
3296         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO] Define eh_obj
3297         variable.
3298         [NEED_DL_SYSINFO] (LIBC_START_MAIN): Call __register_frame_info_bases
3299         if _dl_sysinfo_eh_frame is non-NULL.
3301         * Makeconfig (gnulib): Add -lgcc_eh.
3303         * config.h.in: Define HAVE_FORCED_UNWIND.
3305 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
3307         * sysdeps/powerpc/powerpc64/strcmp.S: Convert to full 64-bit.
3308         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
3310 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
3312         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Avoid
3313         checking R_PPC_RELATIVE, R_PPC_NONE and whether relocation is
3314         against local symbol in conflict processing.
3316 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
3318         * sysdeps/powerpc/bits/atomic.h
3319         [__powerpc64] (__arch_compare_and_exchange_val_64_acq): Define.
3320         [! __powerpc64] (__arch_compare_and_exchange_val_64_acq): Defined
3321         as abort stub.
3322         (__arch_compare_and_exchange_val_32_acq): Define.
3323         (atomic_compare_and_exchange_val_acq): Define.
3325 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
3327         * include/atomic.h: Pretty printing.
3329 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
3331         * stdio-common/vfscanf.c: Add casts to avoid warnings.
3333 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
3335         * sysdeps/i386/i486/bits/atomic.h: Rename LOCK to LOCK_PREFIX.
3336         * sysdeps/x86_64/bits/atomic.h: Likewise.
3338 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
3340         * sysdeps/unix/sysv/linux/i386/sysdep.h: Change PUSHARGS_1 and
3341         POPARGS_1 to emit labels for the mov instructions.
3343 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
3345         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (ret_NOERRNO): Define.
3347 2003-04-14  Roland McGrath  <roland@redhat.com>
3349         * sysdeps/generic/unwind-dw2.c (_Unwind_GetCFA): Add a cast to silence
3350         compiler warning.
3352         * sysdeps/generic/unwind-pe.h: Fix decl hacks broken in merge.
3354 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
3356         * string/strxfrm.c (STRXFRM): Terminate rulearr at correct
3357         position.  Reported by jreiser@BitWagon.com.
3359 2003-04-13  Ulrich Drepper  <drepper@redhat.com>
3361         * sysdeps/generic/unwind-dw2-fde.c: Update from recent gcc version.
3362         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
3363         * sysdeps/generic/unwind-dw2.c: Likewise.
3364         * sysdeps/generic/unwind-pe.h: Likewise.
3366 2003-04-13  Alexandre Oliva  <aoliva@redhat.com>
3368         * sysdeps/unix/sysv/linux/mips/profil-counter: New.
3369         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Port to n32/n64.
3370         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: New.
3371         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Port to n32/n64.
3372         (mcontext_t): Make it match the 32-bit mips kernel in o32.
3373         * sysdeps/unix/sysv/linux/mips/sys/user.h: Bring in constants from
3374         the mips and mips64 headers.
3375         (struct user): Port to n32/n64.
3377 2003-04-12  Ulrich Drepper  <drepper@redhat.com>
3379         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add cast to
3380         avoid warning.
3382         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): If
3383         __ASSUME_VSYSCALL is defined don't add restorer.
3384         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3385         __ASSUME_VSYSCALL for 2.5.53.
3387 2003-04-11  Ulrich Drepper  <drepper@redhat.com>
3389         * sysdeps/generic/libc-start.c: Cleanup MAIN_AUXVEC_ARG handling.
3390         Remove HAVE_CANCELBUF code.  Replace with code using the new
3391         initializers for unwind-based cleanup handling.
3392         * sysdeps/generic/unwind.h: Update from latest gcc version.
3393         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define labels in a few
3394         places to allow unwind data generation.
3395         * sysdeps/i386/bits/setjmp.h: Allow file to be included multiple times.
3396         * sysdeps/x86_64/bits/setjmp.h: Likewise.
3397         * sysdeps/sh/bits/setjmp.h: Likewise.
3398         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3399         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise.
3400         * sysdeps/alpha/bits/setjmp.h: Likewise.
3402 2003-04-11  Roland McGrath  <roland@redhat.com>
3404         * csu/tst-empty.c: New file.
3405         * csu/Makefile (tests, tests-static): Add it.
3407 2003-04-11  Jakub Jelinek  <jakub@redhat.com>
3409         * string/test-strcmp.c (do_random_tests): Test whether return value
3410         has been promoted to wordsize if the ABI requires caller to do so.
3411         * string/test-strncmp.c (do_random_tests): Likewise.
3412         * string/test-memcmp.c (do_random_tests): Likewise.
3414         * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Sign extend rRTN
3415         before returning.
3417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
3418         (__fe_nomask_env): Try prctl even if __ASSUME_NEW_PRCTL_SYSCALL
3419         is not defined, but the prctl constants are.
3421         * string/tester.c (test_strcmp): Fix a typo.
3423 2003-04-09  Ulrich Drepper  <drepper@redhat.com>
3425         * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD definition.
3426         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
3428 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
3430         * sysdeps/mips/sys/regdef.h (t4,t5,t6,t7): Renamed to t0..t3 on
3431         NewABI.
3432         (ta0, ta1, ta2, ta3): Defined to t4..t7 on o32, and a4..a7 on
3433         NewABI.
3434         * sysdeps/mips/mips64/memcpy.S: Adjust register naming
3435         conventions.
3436         * sysdeps/mips/mips64/memset.S: Likewise.
3437         * sysdeps/unix/mips/sysdep.S (__syscall_error) [_LIBC_REENTRANT]:
3438         Use t0 instead of t4 as temporary.
3440 2003-04-07  Ulrich Drepper  <drepper@redhat.com>
3442         * elf/ldconfig.c (parse_conf): Ignore leading whitespace.  Use
3443         feof_unlocked instead of feof.
3444         (add_dir): Ignore trailing whitespace.
3446 2003-04-07  Jakub Jelinek  <jakub@redhat.com>
3448         * posix/bug-regex4.c (main): Cap RANGE and STOP arguments to
3449         sum of SIZE1 and SIZE2 arguments.
3451 2003-04-06  Ulrich Drepper  <drepper@redhat.com>
3453         * iconv/iconv_prog.c (process_block): Don't print message about
3454         invalid input if the -c option is used.
3455         (main): Correctly append IGNORE string for -c option.
3457 2002-04-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3459         * sysdeps/sh/bits/atomic.h: Moved to ...
3460         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: ... here.  Add comments.
3461         (__arch_compare_and_exchange_val_*_acq): Add parens around macro
3462         arguments.
3463         (atomic_bit_set, atomic_bit_test_set): Likewise.
3464         (atomic_exchange_and_add): Likewise.  Don't evaluate VALUE argument
3465         twice.
3466         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
3468 2003-04-06  Roland McGrath  <roland@redhat.com>
3470         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Rewrite register
3471         restoration as done for setcontext yesterday.
3473 2003-04-06  Jakub Jelinek  <jakub@redhat.com>
3475         * elf/rtld.c: Revert 2003-03-14 change.
3476         * elf/dl-conflict.c (_dl_resolve_conflicts): Move
3477         #if ! ELF_MACHINE_NO_RELA conditional into the routine.
3479 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
3481         * sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999].
3483         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
3484         Always initialize *signgamp before returning an error.
3486 2003-04-05  Roland McGrath  <roland@redhat.com>
3488         * sysdeps/unix/sysv/linux/i386/setcontext.S: Rewrite to avoid writing
3489         below the stack pointer even if switching to the same context we are
3490         running right now.
3492 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
3494         * catgets/gencat.c (read_input_file): Make sure that \n is not
3495         alone on the line before testing for continuation.
3497         * math/test-tgmath.c (compile_test): Initialize c.
3499 2003-04-05  Alexandre Oliva  <aoliva@redhat.com>
3501         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New.
3502         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New.
3503         * sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available
3504         on mips n32.
3505         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
3506         XSTAT_IS_XSTAT64 must not be used for mips n64.  Use 64-bit data
3507         structure on n32 as well.
3508         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant
3509         data types on n32 and n64.
3511 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
3513         * libio/fileops.c (_IO_new_file_fopen): Don't free step data right
3514         after getting them.
3516         * malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
3517         HAVE_register_atfork_malloc is defined use __register_atfork_malloc
3518         instead of __register_atfork.
3520 2003-04-05  Jakub Jelinek  <jakub@redhat.com>
3522         * stdio-common/reg-printf.c (__register_printf_function): Calloc
3523         instead of malloc __printf_arginfo_table and __printf_function_table.
3524         Reported by John Reiser <jreiser@BitWagon.com>.
3526 2003-04-04  Steven Munroe  <sjmunroe@us.ibm.com>
3528         * sysdeps/powerpc/powerpc64/strchr.S: 64-bit optimizations.
3529         * sysdeps/powerpc/powerpc64/strlen.S: 64-bit optimizations.
3531         * sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
3532         defining.
3534 2003-04-04  Alexandre Oliva  <aoliva@redhat.com>
3536         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock): Adjust
3537         for n64 abi.
3539 2003-04-03  Roland McGrath  <roland@redhat.com>
3541         * configure.in: Fix up use of compilation flags to match the build:
3542         For .s files, $ASFLAGS;
3543         For .S files, $CPPFLAGS $ASFLAGS;
3544         For .c files, $CFLAGS $CPPFLAGS;
3545         when linking, add $LDFLAGS.
3546         * configure: Regenerated.
3548 2003-04-03  Jakub Jelinek  <jakub@redhat.com>
3550         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test
3551         for atomic_compare_and_exchange_bool_acq failure.
3553 2003-04-03  Ulrich Drepper  <drepper@redhat.com>
3555         * posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
3556         _POSIX2_C_BIND, _POSIX2_C_DEV, _POSIX2_SW_DEV, and
3557         _POSXI2_LOCALEDEF to 200112L.  Remove _POSIX2_C_VERSION.
3558         Remove declaration of pthread_atfork.
3560 2003-04-02  Ulrich Drepper  <drepper@redhat.com>
3562         * locale/iso-639.def: Add many more languages from the current ISO 639.
3564         * sysdeps/unix/sysv/linux/ipc_priv.h: Define IPCOP_semtimedop.
3565         * sysdeps/generic/semtimedop.c: New file.
3566         * sysdeps/unix/sysv/linux/i386/semtimedop.S: New file.
3567         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add semtimedop.
3568         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3569         * sysvipc/Makefile (routines): Add semtimedop.
3570         * sysvipc/Versions [GLIBC_2.3.3] (glibc): Add semtimedop.
3571         * sysvipc/sys/sem.h: Declare semtimedop.
3573 2003-04-02  Daniel Jacobowitz  <drow@mvista.com>
3575         * configure.in: Check for __register_frame_info in both
3576         -lgcc and -lgcc_eh.
3577         * configure: Regenerated.
3579 2003-04-01  Roland McGrath  <roland@redhat.com>
3581         * scripts/abilist.awk: Allow dots in soname suffix.
3583         * scripts/abilist.awk (emit): Fix bailout condition.
3585 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
3587         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
3588         IA-64 version.
3590         * elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
3591         register as input to asm.
3593 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
3595         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a typo.
3597 2003-04-01  Andreas Jaeger  <aj@suse.de>
3599         * configure.in: Output as/ld as name if version is too old.
3601 2003-03-31  Daniel Jacobowitz  <drow@mvista.com>
3603         * configure.in: Don't require an installed C library in the test
3604         for ".set" assembler support.
3606 2003-03-31  Roland McGrath  <roland@redhat.com>
3608         * signal/tst-sigset.c: New file.
3609         * signal/Makefile (tests): Add it.
3611 2003-03-31  Ulrich Drepper  <drepper@redhat.com>
3613         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Define to 65.
3614         * sysdeps/unix/sysv/linux/hppa/bits/signum.h (_NSIG): Likewise.
3615         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Likewise.
3616         * sysdeps/unix/sysv/linux/bits/signum.h (_NSIG): Likewise.
3617         (__SIGRTMAX): Adjust accordingly.
3618         * sysdeps/gnu/siglist.c: If OLD2_SIGLIST_SIZE is defined define
3619         second compatibility symbol set.
3620         * sysdeps/unix/sysv/linux/siglist.h (OLD2_SIGLIST_SIZE): Define.
3622 2003-03-31  Andreas Schwab  <schwab@suse.de>
3624         * sysdeps/m68k/m68020/bits/atomic.h (atomic_increment_and_test):
3625         Define.
3626         (atomic_decrement_and_test): Fix test.
3628 2003-03-31  Jakub Jelinek  <jakub@redhat.com>
3630         * sysdeps/sparc/sparc32/bits/atomic.h: New file.
3631         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: New file.
3632         * sysdeps/sparc/sparc64/bits/atomic.h: New file.
3633         * sysdeps/sparc/sparc32/atomicity.h: Removed.
3634         * sysdeps/sparc/sparc32/sparcv9/atomicity.h: Removed.
3635         * sysdeps/sparc/sparc64/atomicity.h: Removed.
3637 2003-03-30  Roland McGrath  <roland@redhat.com>
3639         * scripts/abilist.awk: Grok .opd foo plus .text .foo as "foo F" alone.
3641         * intl/po2test.sed: Anchor substitution regexps to fix last change.
3643 2003-03-29  Paolo Bonzini  <bonzini@gnu.org>
3645         * intl/po2test.sed: Unify the transformations for msgid and msgstr
3646         and remove a useless s/// command.
3648 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
3650         * sysdeps/ia64/dl-machine.h (RTLD_START): Wrap ".save rp, r0"
3651         directive into empty .prologue region to ensure that call-chain
3652         is terminated even for the first instruction.
3654         * sysdeps/ia64/elf/start.S (_start): Use ".save rp, r0" idiom
3655         to terminate call-chain right from the get-go.
3657         * sysdeps/unix/sysv/linux/ia64/fork.S (fork): Remove unnecessary
3658         stop bit between compare & branch.
3660 2003-03-29  Ulrich Drepper  <drepper@redhat.com>
3662         * stdlib/strtod.c (INTERNAL): Recognize first digit after decimal
3663         point correctly [PR libc/4993].
3665         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid
3666         netlink_open calls if netlink is known to not be available.
3668 2003-03-29  Alexandre Oliva  <aoliva@redhat.com>
3670         * configure.in: Add mips64* support.
3671         * sysdeps/mips/bits/endian.h: Make it bi-endian.
3672         * sysdeps/mips/mipsel/bits/endian.h: Removed.
3673         * sysdeps/mips/mips64/n32/el/bits/endian.h: Removed.
3674         * sysdeps/mips/mips64/n64/el/bits/endian.h: Removed.
3675         * sysdeps/mips/mips32/Makefile (CC): Add -mabi=32.
3676         * sysdeps/mips/mips64/n32/Makefile (CC): Add -mabi=n32.
3677         * sysdeps/mips/mips64/n64/Makefile (CC): Add -mabi=64.
3678         * sysdeps/mips/Implies: Moved wordsize-32 to...
3679         * sysdeps/mips/mips32/Implies: New file.
3680         * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO,
3681         ret_NOERRNO): New.
3682         (ret, PSEUDO_END): Moved past END.
3683         (PSEUDO): Moved to...
3684         * sysdeps/unix/mips/mips32/sysdep.h: New file.
3685         * sysdeps/unix/mips/mips64/n32/sysdep.h: Removed #undef PSEUDO.
3686         * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
3687         * sysdeps/unix/sysv/linux/mips/sysdep.h: Move to...
3688         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: New file.
3689         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: New file.
3691         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
3692         Re-introduce ENTRY.
3694 2003-03-28  Thorsten Kukuk  <kukuk@suse.de>
3696         * sysdeps/unix/sysv/linux/ifaddrs.c: New file.
3697         * inet/test-ifaddrs.c: Allow AF_PACKET.
3698         * sysdeps/unix/sysv/linux/kernel-features.h: Add
3699         __ASSUME_NETLINK_SUPPORT.
3701 2003-03-28  Ulrich Drepper  <drepper@redhat.com>
3703         * elf/vismain.c (do_test): Comment out tests which fail in the moment.
3705 2003-03-26  H.J. Lu  <hjl@gnu.org>
3707         * elf/vismod.h (getvarlocal1): Return const char **.
3708         (getvarinmod1): Likewise.
3709         (getvaritcpt1): Likewise.
3710         (getvarlocal2): Likewise.
3711         (getvarinmod2): Likewise.
3712         (getvaritcpt2): Likewise.
3713         (getvaritcpt3): Likewise.
3714         * elf/vismain.c (do_test): Adjusted.
3715         * elf/vismod1.c (getvarlocal1): Return address.
3716         (getvarinmod1): Likewise.
3717         (getvaritcpt1): Likewise.
3718         * elf/vismod2.c (getvarlocal2): Likewise.
3719         (getvarinmod2): Likewise.
3720         (getvaritcpt2): Likewise.
3721         * elf/vismod3.c (getvaritcpt3): Likewise.
3723 2003-03-28  Roland McGrath  <roland@redhat.com>
3725         * elf/vismain.c (do_test): Print both addresses when they don't match.
3727         * scripts/abilist.awk: If given -v filename_regexp and/or -v
3728         libname_regexp when parsing names, then produce output only
3729         for those matching the given regexps.  In combine mode, save all
3730         stanzas for a final sorting by stanza header at the end.
3731         Emit a blank line between stanzas.
3733         * scripts/abilist.awk: When given -v combine=1, do parse_names and
3734         emit a single output stream with lib name in stanza header lines.
3736         * scripts/abilist.awk: Emit A for all *ABS* regardless of type.
3738 2003-03-27  Roland McGrath  <roland@redhat.com>
3740         * sysdeps/powerpc/bits/atomic.h [! __powerpc64__]
3741         (__arch_atomic_decrement_if_positive_64): Fix bogus definition.
3743 2003-03-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3745         * sysdeps/sh/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
3746         Return old value. Make asm output reg constraint earlyclobber.
3747         Renamed from...
3748         (__arch_compare_and_exchange_8_acq): ... this.
3749         (__arch_compare_and_exchange_val_16_acq):
3750         Return old value. Make asm output reg constraint earlyclobber.
3751         Renamed from...
3752         (__arch_compare_and_exchange_16_acq): ... this.
3753         (__arch_compare_and_exchange_val_32_acq):
3754         Return old value. Make asm output reg constraint earlyclobber.
3755         Renamed from...
3756         (__arch_compare_and_exchange_32_acq): ... this.
3757         (__arch_compare_and_exchange_val_64_acq):
3758         Renamed from...
3759         (__arch_compare_and_exchange_64_acq): ... this.
3760         (atomic_exchange_and_add): Use local variables and
3761         __arch_compare_and_exchange_val_64_acq.
3762         (atomic_add): Likewise.
3763         (atomic_add_negative, atomic_add_zero): Use local variables.
3765 2003-03-28  Alexandre Oliva  <aoliva@redhat.com>
3767         * sysdeps/unix/mips/sysdep.S: Include sys/asm.h.
3769 2003-03-27  Ulrich Drepper  <drepper@redhat.com>
3771         * Makefile: Remove libmd5crypt goal.
3773 2003-03-25  Jakub Jelinek  <jakub@redhat.com>
3775         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Restore
3776         special handling of relocations against local symbols.
3778 2003-03-27  Steven Munroe  <sjmunroe@us.ibm.com>
3780         * sysdeps/powerpc/bits/atomic.h
3781         (__arch_compare_and_exchange_bool_32_acq): Move to [!__powerpc64__].
3782         [__powerpc64__] (__arch_compare_and_exchange_bool_32_acq):
3783         Define PPC64 specific version.
3784         [__powerpc64__] (__arch_compare_and_exchange_bool_64_acq):
3785         Change (mem) constraint to "b".
3786         [__powerpc64__] (__arch_atomic_exchange_and add_64):
3787         Replace addi with add. Change (value) contraint to "r".
3788         Change (mem) constraint to "b".
3789         [__powerpc64__] (__arch_atomic_decrement_if_positive_64): New macro.
3790         (__arch_atomic_exchange_32): Change (mem) constraint to "b".
3791         (__arch_atomic_exchange_and_add_32): Change (mem) constraint to "b".
3792         (__arch_atomic_decrement_if_positive_32): New macro.
3793         (atomic_decrement_if_positive): Use __arch* macros.
3795 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
3797         * sysdeps/ia64/fpu/libm-test-ulps: Update.
3799 2003-03-27  Roland McGrath  <roland@redhat.com>
3801         * scripts/rpm2dynsym.sh: New file.
3802         * Makefile (distribute): Add it.
3804 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
3806         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Restore caller's
3807         ar.unat before returning.  Add missing .mem.offset directives
3808         to ensure file gets assembled without warnings.
3809         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3811 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
3813         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>:
3814         Return -1 instead of 0 if clock_getres failed.
3816 2003-03-27  Roland McGrath  <roland@redhat.com>
3818         * scripts/abilist.awk: If variable `parse_names' is set, grok the file
3819         header lines and write out foo.symlist files for each foo.so.NN listed.
3821         * libio/libioP.h (_IO_wfile_jumps): Remove attribute_hidden.
3822         This symbol is exported, and we don't want to hide it.
3823         Add libc_hidden_proto instead.
3824         (_IO_file_jumps): Add libc_hidden_proto.
3825         * libio/wfileops.c (_IO_wfile_jumps): Add libc_hidden_data_def.
3826         Remove INTVARDEF.
3827         * libio/fileops.c (_IO_file_jumps): Likewise.
3828         * libio/stdfiles.c: Don't use INTUSE on them.
3829         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
3830         * libio/iofopen.c (__fopen_internal): Likewise.
3831         * libio/freopen.c (freopen): Likewise.
3832         * libio/freopen64.c (freopen64): Likewise.
3833         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
3835         * Makerules (check-abi) [$(enable-check-abi) = warn]:
3836         Ignore exit status from diff.
3837         * configure.in (enable_check_abi): Document possible value "warn".
3838         Change default to no for now.
3839         * configure: Regenerated.
3841         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning
3842         macro calls and a #include <stub-tag.h> at the end.
3843         * Makerules ($(objpfx)stubs): Tweak sed commands.
3845         * sysdeps/unix/sysv/linux/syscalls.list: Use - rather than EXTRA in
3846         caller column for *xattr syscalls, since they are in sysdeps/generic.
3848         * sysdeps/unix/sysv/linux/i386/setfsuid.c: setfsgid -> setfsuid
3849         * sysdeps/unix/sysv/linux/i386/setfsgid.c: setfsuid -> setfsgid
3851 2003-03-26  Roland McGrath  <roland@redhat.com>
3853         * Makerules (check-abi-config): Use /thread instead of /tls when
3854         use-thread and not just use-tls is set.
3856         * Makerules (update-abi): Put quotes around $(update-abi-config).
3858         * elf/Makefile (check-abi): Depend on check-abi-ld.
3859         (update-abi): Depend on update-abi-ld.
3861 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
3863         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Use INTERNAL_SYSCALL and
3864         do not check for errors (unless testing for 32bit variant).
3865         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3867 2003-03-27  Philip Blundell  <philb@gnu.org>
3869         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
3870         unconditional mov.  Remove nop.
3872         * sysdeps/unix/sysv/linux/kernel-features.h
3873         (__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm.
3874         * sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code
3875         when __ASSUME_VFORK_SYSCALL is defined.
3876         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for
3877         __ASSUME_MMAP2_SYSCALL.
3878         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for
3879         __ASSUME_REALTIME_SIGNALS.
3881 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
3883         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_COPY): Define to 2
3884         only if DL_NO_COPY_RELOCS is not defined.
3885         * sysdeps/ia64/dl-lookupcfg.h: Define DL_NO_COPY_RELOCS.
3887 2003-03-26  Roland McGrath  <roland@redhat.com>
3889         * sysdeps/unix/make-syscalls.sh: When an undefined syscall has
3890         SOURCE=-, append its symbol names to make variable unix-stub-syscalls.
3891         * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls]
3892         (sysdep_routines): Add stub-syscalls.
3893         ($(objpfx)stub-syscalls.c): New target.
3894         (generated): Add stub-syscalls.c.
3896         * tls.make.c: Also define use-tls according to USE_TLS macro.
3898 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
3900         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid
3901         no-op padding element.
3902         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
3903         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
3904         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
3905         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
3907 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
3909         * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error
3910         condition check for the return value of getgroups32.
3912 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
3914         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO):
3915         Fix a typo.
3916         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO,
3917         PSEUDO_END_NOERRNO): Define.
3918         * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo.
3919         Define to PSEUDO_END.
3921 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
3923         * abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
3925 2003-03-25  Jiro SEKIBA  <jir@yamato.ibm.com>
3927         * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
3928         * iconvdata/bug-iconv4.c: New file.
3929         * iconvdata/Makefile (tests): Add bug-iconv4.
3931 2003-03-25  H.J. Lu  <hjl@gnu.org>
3933         * elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
3934         symbols twice.
3935         (_dl_lookup_versioned_symbol): Likewise.
3937 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
3939         * csu/tst-atomic.c (do_test): Add some new
3940         atomic_compare_and_exchange_val_acq, atomic_add_zero,
3941         atomic_compare_and_exchange_bool_acq and atomic_add_negative tests.
3942         * include/atomic.h (atomic_add_negative, atomic_add_zero):
3943         Prefix local variable so that it doesn't clash with the one
3944         in atomic_exchange_and_add.
3945         * sysdeps/ia64/bits/atomic.h (atomic_exchange): Fix for long/void *
3946         pointers.
3947         (atomic_exchange_and_add): Implement using __sync_fetch_and_add_?i.
3948         * sysdeps/powerpc/bits/atomic.h (atomic_exchange_and_add): Force
3949         value into register.
3950         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_64_acq):
3951         Cast newval to long.
3952         * sysdeps/x86_64/bits/atomic.h
3953         (__arch_compare_and_exchange_val_64_acq): Cast newval and oldval to
3954         long.
3955         (atomic_exchange): Cast newvalue to long if sizeof == 8.
3956         (atomic_exchange_and_add): Cast value to long if sizeof == 8.
3957         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
3958         (atomic_bit_set): Shift 1L up in all cases to shut up warnings.
3960 2003-03-21  Martin Schwidefsky  <schwidefskyde.ibm.com>
3962         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Remove high order
3963         bit from backtrace addresses.
3965 2003-03-21  Andreas Schwab  <schwab@suse.de>
3967         * sysdeps/unix/sysv/linux/i386/chown.c: Don't define any versioned
3968         __chown symbols.
3970 2003-03-25  Roland McGrath  <roland@redhat.com>
3972         * config.make.in (enable-check-abi): New variable from configure.
3973         * configure.in (enable_check_abi): New substituted variable,
3974         controlled by --{enable,disable}-check-abi (default yes).
3975         * configure: Regenerated.
3976         * Makerules [$(enable-check-abi) = yes] (tests): Put this condition
3977         on check-abi dependency.
3979 2003-03-26  Andreas Schwab  <schwab@suse.de>
3981         * sysdeps/m68k/m68020/bits/atomic.h: Fix typos.
3982         * include/atomic.h: Likewise.
3984         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Define ret_NOERRNO.
3986 2003-03-25  Roland McGrath  <roland@redhat.com>
3988         * sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
3989         (__arch_atomic_exchange_64): New macro.
3990         (atomic_exchange): Use them.
3991         (__arch_atomic_exchange_and_add_32): New macro.
3992         (__arch_atomic_exchange_and_add_64): New macro.
3993         (atomic_exchange_and_add): Use them.
3994         Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
3996 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
3998         * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):
3999         Define.
4000         * sysdeps/mips/sys/asm.h: Test _MIPS_ISA against them on all
4001         ISA tests.
4002         (ALSZ, ALMASK, SZREG, REG_S, REG_L): Define based on ABI, not ISA.
4003         (PTR_ADD, etc): Test _MIPS_SZPTR instead of _MIPS_SZLONG.
4004         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
4005         to decide whether to add padding.
4006         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
4007         to decide whether to add padding.
4008         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (struct
4009         old_kernel_sigaction): Likewise.
4011 2003-03-25  Ulrich Drepper  <drepper@redhat.com>
4013         * csu/tst-atomic.c: Adjust tests to what atomic_add_negative and
4014         atomic_add_zero were supposed to do.
4015         * include/atomic.h: Adjust atomic_add_negative and atomic_add_zero
4016         to x86 behavior.
4018         * sysdeps/generic/bits/typesizes.h (__TIMER_T_TYPE): Define as void*.
4019         This matches the new timer implementation.
4020         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__TIMER_T_TYPE):
4021         Likewise.
4022         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__TIMER_T_TYPE):
4023         Likewise.
4024         * sysdeps/unix/sysv/linux/bits/siginfo.h (struct siginfo): Adjust
4025         timer info for what the kernel provides these days.
4026         (struct sigevent): Add _tid field.
4027         Define SIGEV_THREAD_ID.
4028         Remove struct __pthread_attr_s forward declaration.
4029         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
4030         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
4031         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
4032         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
4034         * Versions.def (librt): Add GLIBC_2.3.3.
4036         * abilist/libpthread.abilist: Update for nptl.
4038 2003-03-24  Jon Grimm  <jgrimm@us.ibm.com>
4040         * inet/netinet/in.h: Add IPPROTO_SCTP.
4042 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
4044         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLET): Define.
4046 2003-03-24  Philip Blundell  <philb@gnu.org>
4048         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL):
4049         Remove a1 from clobber list.
4051 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
4053         * timezone/antarctica: Update from tzdata2003a.
4054         * timezone/asia: Likewise.
4055         * timezone/australasia: Likewise.
4056         * timezone/europe: Likewise.
4057         * timezone/iso3166.tab: Likewise.
4058         * timezone/northamerica: Likewise.
4059         * timezone/southamerica: Likewise.
4060         * timezone/zone.tab: Likewise.
4062 2003-03-24  Steven Munroe  <sjmunroe@us.ibm.com>
4064         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
4066 2003-03-23  Ulrich Drepper  <drepper@redhat.com>
4068         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
4069         unwanted expansion by definining to ret.  Patch by Ian Wienand.
4071         * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of
4072         the parameter description to denote no error checking.  Generate
4073         appropriate pseudo asm code.
4074         * sysdeps/unix/syscalls.list: Mark getgid, getpid, getuid with 'E'.
4075         * sysdeps/unix/sysv/linux/syscalls.list: Mark getegid, geteuid,
4076         getpgrp, and getppid with 'E'.
4077         * sysdeps/powerpc/powerpc32/sysdep.h: Define PSEUDO_NOERRNO,
4078         PSEUDO_END_NOERRNO, and ret_NOERRNO.
4079         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
4080         * sysdeps/unix/sysdep.h: Likewise.
4081         * sysdeps/unix/alpha/sysdep.h: Likewise.
4082         * sysdeps/unix/sparc/sysdep.h: Likewise.
4083         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4084         * sysdeps/unix/sysv/linux/cris/sysdep.h: Likewise.
4085         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
4086         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4087         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4088         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4089         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4090         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4091         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4092         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4093         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4095 2003-03-23  Roland McGrath  <roland@redhat.com>
4097         * Makeconfig (+includes): Don't use $(last-includes).
4099 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
4101         * sysdeps/unix/sysv/linux/configure.in: Update mips64 patterns.
4102         * sysdeps/unix/sysv/linux/configure: Rebuilt.
4104 2003-03-23  Jakub Jelinek  <jakub@redhat.com>
4106         * sysdeps/alpha/fpu/libm-test-ulps: Update.
4107         * sysdeps/arm/libm-test-ulps: Update.
4108         * sysdeps/hppa/fpu/libm-test-ulps: Update.
4109         * sysdeps/ia64/fpu/libm-test-ulps: Update.
4110         * sysdeps/mips/fpu/libm-test-ulps: Update.
4111         * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
4112         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4113         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
4114         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
4115         * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
4116         * sysdeps/s390/fpu/libm-test-ulps: Update.
4117         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4119 2003-03-22  Roland McGrath  <roland@redhat.com>
4121         * include/atomic.h: Put parens around all macro arguments.
4122         (__atomic_val_bysize, __atomic_bool_bysize): New macros.
4123         (atomic_compare_and_exchange_val_acq): Use it.
4124         (atomic_compare_and_exchange_bool_acq): Likewise.
4125         (atomic_increment_and_test): Invert sense of test.
4126         (atomic_decrement_and_test): Likewise.
4127         * csu/tst-atomic.c: Update those tests to match.
4129 2003-03-22  Jakub Jelinek  <jakub@redhat.com>
4131         * include/atomic.h (atomic_compare_and_exchange_val_acq): Add comment.
4132         Don't define if __arch_compare_and_exchange_val_32_acq is not defined.
4133         (atomic_compare_and_exchange_bool_acq): Add comment.  Don't use
4134         __oldval variable in the macro, since it might be macro argument.
4135         (atomic_decrement_if_positive): Initialize __memp, remove setting
4136         of non-existent variable.
4137         (atomic_bit_test_set): Cast 1 to __typeof (*mem) before shifting.
4138         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Implement
4139         using atomic_compare_and_exchange_val_acq.
4140         (atomic_decrement_if_positive, atomic_bit_test_set): Define.
4141         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
4142         Renamed from...
4143         (__arch_compare_and_exchange_bool_8_acq): ... this.
4144         (__arch_compare_and_exchange_val_16_acq): Renamed from...
4145         (__arch_compare_and_exchange_bool_16_acq): ... this.
4146         (__arch_compare_and_exchange_val_32_acq): Return old value.  Renamed
4147         from...
4148         (__arch_compare_and_exchange_bool_32_acq): ... this.
4149         (__arch_compare_and_exchange_val_64_acq): Return old value.  Renamed
4150         from...
4151         (__arch_compare_and_exchange_bool_64_acq): ... this.
4152         (__arch_compare_and_exchange_val_32_acq): Use __typeof for local
4153         variables types instead of assuming int.
4154         Change prefix of local variables to __arch.
4155         * sysdeps/generic/bits/atomic.h (arch_compare_and_exchange_acq):
4156         Remove.
4157         (atomic_compare_and_exchange_val_acq,
4158         atomic_compare_and_exchange_bool_acq): Define.
4160         * csu/tst-atomic.c: New test.
4161         * csu/tst-atomic-long.c: New test.
4162         * csu/Makefile (tests): Add tst-atomic and tst-atomic-long.
4164         * malloc/memusagestat.c (main): Kill warning if uint64_t is ulong.
4166         * sysdeps/s390/Versions: Add trailing newline.
4168         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Kill warning
4169         if INTERNAL_SYSCALL_ERROR_P doesn't use its first argument.
4171 2003-03-22  Andreas Schwab  <schwab@suse.de>
4173         * sysdeps/m68k/fpu/libm-test-ulps: Update.
4175         * sysdeps/m68k/m68020/bits/atomic.h: New file.
4176         * sysdeps/m68k/m68020/atomicity.h: Removed.
4178 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
4180         * sysdeps/mips/elf/ldsodefs.h: Add mips-specific elf64 relocation
4181         data structures and macros.  Protect from multiple inclusion.
4183         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
4184         typo in #if test.
4186 2003-03-21  Andreas Jaeger  <aj@suse.de>
4188         * sysdeps/i386/fpu/libm-test-ulps: Update.
4190         * math/libm-test.inc (tgamma_test): Recompute some constants with
4191         36 digits precision.
4192         (lgamma_test): Likewise.
4193         (ccos_test): Likewise.
4194         (ccosh_test): Likewise.
4195         (clog10_test): Likewise.
4196         (csin_test): Likewise.
4197         (csinh_test): Likewise.
4198         (ctan_test): Likewise.
4199         (ctanh_test): Likewise.
4201 2003-03-19  Jakub Jelinek  <jakub@redhat.com>
4203         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerated.
4205 2003-03-21  Roland McGrath  <roland@redhat.com>
4207         * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"
4208         constraint to permit non-constant BIT argument.
4209         (atomic_bit_test_set): Likewise.
4210         * sysdeps/x86_64/bits/atomic.h (atomic_bit_test_set): Likewise.
4211         (atomic_bit_set): Likewise.  Use 1UL in case that BIT might be >= 32.
4212         For quadword case, use "i" constraint if __builtin_constant_p and < 32
4213         or "r" constraint otherwise.
4215         * configure.in: Move AC_PROG_CC and other program-finding before all
4216         the version checks.
4217         * configure: Regenerated.
4219 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
4221         * sysdeps/mips/mips64/memcpy.S: Fix porting bug that broke
4222         unaligned copying of 8-15 bytes.  From Chris Demetriou
4223         <cgd@broadcom.com>.  Fix label names.
4224         * sysdeps/mips/mips64/memset.S: Fix label names.  Make similar
4225         change as to memcpy.S.
4226         * sysdeps/mips/memcpy.S: Formatting changes.
4227         * sysdeps/mips/memset.S: Likewise.
4229 2003-03-21  Roland McGrath  <roland@redhat.com>
4231         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
4233 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
4235         * sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New.
4236         * sysdeps/mips/memcpy.S, sysdeps/mips/memset.S: Update comments.
4238 2003-03-21  Roland McGrath  <roland@redhat.com>
4240         * sysdeps/i386/i486/bits/atomic.h
4241         (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling
4242         version of the macro to avoid compile-time warnings.
4243         [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above.
4244         (atomic_exchange_and_add, atomic_add): Fix name and usage of it.
4245         (atomic_increment, atomic_decrement): Likewise.
4247 2003-03-21  Ulrich Drepper  <drepper@redhat.com>
4249         * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints.
4250         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4252 2003-03-21  Roland McGrath  <roland@redhat.com>
4254         * include/atomic.h (atomic_compare_and_exchange_bool_acq): Typo fix.
4256 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
4258         * include/atomic.h: Define atomic_compare_and_exchange_val_acq,
4259         atomic_compare_and_exchange_val_rel,
4260         atomic_compare_and_exchange_bool_acq, and
4261         atomic_compare_and_exchange_bool_rel instead of
4262         atomic_compare_and_exchange_acq and atomic_compare_and_exchange_rel.
4263         * sysdeps/i386/i486/bits/atomic.h: Define
4264         __arch_compare_and_exchange_val_*_acq instead of
4265         __arch_compare_and_exchange_*_acq.
4266         * sysdeps/x86_64/bits/atomic.h: Likewise.
4267         * sysdeps/ia64/bits/atomic.h: Define
4268         __arch_compare_and_exchange_bool_*_acq instead of
4269         __arch_compare_and_exchange_*_acq.
4270         * sysdeps/powerpc/bits/atomic.h: Likewise.
4271         * sysdeps/s390/bits/atomic.h: Likewise.
4272         * gmon/mcount.c: Adjust for new form of compare&exchange macros.
4273         * malloc/set-freeres.c: Likewise.
4274         * nscd/cache.c: Likewise.
4275         * stdlib/cxa_finalize.c: Likewise.
4276         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
4278 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
4280         * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs.
4281         * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust.
4282         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
4284         * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset
4285         into high and low halves on n64.
4286         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
4287         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4288         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
4290 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
4292         * include/atomic.h (atomic_decrement_if_positive): Adjust for the
4293         correct atomic_compare_and_exchange_acq semantics.
4295 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
4297         * sysdeps/mips/ieee754.h: Remove excess #endif.
4299 2003-03-20  Roland McGrath  <roland@redhat.com>
4301         * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
4302         variable.  Remove superfluous memory clobber.
4304         * include/atomic.h: Syntax braino fix.
4306         * posix/tst-nice.c (do_test): Use %m formats instead of printing errno
4307         in decimal.  Don't bail if niced at start.  Just check that nice call
4308         bumps the total at all.
4310 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
4312         * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers,
4313         including pc, gp, sp and fp, as long long.
4314         * sysdeps/mips/mips64/setjmp.S: Pass gp to __sigsetjmp_aux.
4315         * sysdeps/mips/mips64/setjmp_aux.c: Adjust type of arguments.
4316         Add gp argument, and set gp in the jmpbuf to it.
4317         * sysdeps/mips/setjmp_aux.c: Revert to o32-only.
4319 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
4321         * include/atomic.h: Define atomic_exchange and
4322         atomic_decrement_if_positive if not already defined.  Add some
4323         __builtin_expect.
4324         * sysdeps/i386/i486/bits/atomic.h: Define atomic_exchange.
4325         * sysdeps/x86_64/bits/atomic.h: Likewise.
4326         * sysdeps/ia64/bits/atomic.h: Pretty printing.  Define atomic_exchange.
4327         * sysdeps/powerpc/bits/atomic.h: Pretty printing.  Define
4328         atomic_exchange, atomic_exchange_and_add, and
4329         atomic_decrement_if_positive
4331 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
4333         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: Sign-extend
4334         with a single instruction.
4336         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define
4337         properly for n64.
4338         (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr
4339         type.
4340         (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf
4341         Word before comparing with gotsym.  Take reloc_addr argument as
4342         void*.  Remove the code added for the compiler to drop any
4343         alignment assumptions.
4345 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
4347         * Makefile (distribute): Add include/atomic.h and bits/atomic.h.
4348         * include/atomic.h: New file.
4349         * sysdeps/i386/i486/bits/atomic.h: New file.
4350         * sysdeps/x86_64/bits/atomic.h: New file.
4351         * sysdeps/s390/bits/atomic.h: New file.
4352         * sysdeps/sh/bits/atomic.h: New file.
4353         * sysdeps/ia64/bits/atomic.h: New file.
4354         * sysdeps/powerpc/bits/atomic.h: New file.
4355         * sysdeps/generic/bits/atomic.h: New file.
4356         * sysdeps/i386/i486/atomicity.h: Removed.
4357         * sysdeps/x86_64/atomicity.h: Removed.
4358         * sysdeps/s390/s390-32/atomicity.h: Removed.
4359         * sysdeps/s390/s390-64/atomicity.h: Removed.
4360         * sysdeps/ia64/atomicity.h: Removed.
4361         * sysdeps/powerpc/powerpc32/atomicity.h: Removed.
4362         * sysdeps/powerpc/powerpc64/atomicity.h: Removed.
4363         * elf/dl-profile.c: Use atomic.h instead of atomicity.h.  Adjust
4364         use of macros from atomicity.h to new names and semantics.
4365         * gmon_mcount.c: Likewise.
4366         * malloc/set-freeres.c: Likewise.
4367         * nscd/cache.c: Likewise.
4368         * stdlib/cxa_finalize.c: Likewise.
4369         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
4371 2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
4373         * sysdeps/mips/ieee754.h: New file, suitable to replace both
4374         ../ieee754/ieee754.h and ../ieee754/ldbl-128/ieee754.h, kept
4375         mips-specific for now.
4377 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
4379         * stdlib/strtod.c (INTERNAL): While eating trailing zeros handle
4380         hexdigits correctly.  Reported by Fred Tydeman <tydeman@tybor.com>.
4381         * stdlib/tst-strtod.c: Add test for the bug.
4383         * posix/tst-nice.c (do_test): Remove invalid of return value.
4384         Don't run test if initial level != 0.
4386 2003-03-19  Amos Waterland  <apw@us.ibm.com>
4388         * posix/tst-nice.c: New file.
4389         * posix/Makefile (tests): Add tst-nice.
4391 2003-03-18  Roland McGrath  <roland@redhat.com>
4393         * abilist: New directory of libfoo.abilist files maintained using
4394         scripts/merge-abilist.awk and "make update-abi" rules.
4395         * Makefile (distribute): Add abilist/*.abilist.
4396         * Makerules [$(build-shared) = yes] [$(subdir)] (tests):
4397         Depend on check-abi.
4399         * configure.in: Move $critic_missing check after all AC_CHECK_PROG_VER.
4400         * configure: Regenerated.
4402         * sysdeps/unix/sysv/linux/syscalls.list (posix_fadvise64): Fix name.
4404 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
4406         * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK
4407         correctly.
4409 2003-03-18  Steven Munroe  <sjmunroe@us.ibm.com>
4411         * sysdeps/powerpc/powerpc64/memcpy.S: New file.
4413 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
4415         * Versions.def: Add GLIBC_2.3.3 for libpthread.
4417 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
4419         * sysdeps/generic/libc-start.c [!SHARED &&
4420         !LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
4422 2003-03-17  Roland McGrath  <roland@redhat.com>
4424         * include/ctype.h: Revert last change.
4426 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
4428         * argp/tst-argp1.c: Use test-skeleton.c.
4429         * locale/tst-C-locale.c: Likewise.
4431 2003-03-17  Alexandre Oliva  <aoliva@redhat.com>
4433         * sysdeps/mips/mips64/Implies: Move wordsize-64 to...
4434         * sysdeps/mips/mips64/n64/Implies: New file.
4435         * sysdeps/mips/mips64/n64/Makefile: New file.
4436         * sysdeps/mips/mips64/n64/el/bits/endian.h: New file.
4437         * sysdeps/mips/mips64/n32/Implies: New file.
4438         * sysdeps/mips/mips64/n32/Makefile: New file.
4439         * sysdeps/mips/mips64/n32/el/bits/endian.h: New file.
4440         * sysdeps/unix/mips/mips64/n32/sysdep.h: New file.
4441         * sysdeps/unix/mips/mips64/n64/sysdep.h: New file.
4442         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: New file.
4443         * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: New file.
4444         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: New file.
4445         * sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h: New file.
4446         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: New file.
4447         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: New file.
4448         * sysdeps/unix/sysv/linux/mips/mips64/send.c: New file.
4449         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S: New file.
4450         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: New file.
4451         * sysdeps/unix/sysv/linux/mips/mips64/umount.c: New file.
4452         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: New file.
4454         * sysdeps/unix/sysv/linux/configure.in (libc_cv_slibdir): Use
4455         lib64 for mips64/n64 and lib32 for mips64/n32.
4456         (ldd_rewrite_script): Needed for all mips64 configurations.
4457         * sysdeps/unix/sysv/linux/configure: Rebuilt.
4458         * sysdeps/unix/sysv/linux/mips/mips64/ldd-rewrite.sed: New file.
4459         * sysdeps/unix/sysv/linux/mips/mips64/Dist: New file.
4461         * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as
4462         well.
4464         * sysdeps/unix/sysv/linux/mips/configure.in: New.  Pre-process
4465         asm/unistd.h into asm-unistd.h.
4466         * sysdeps/unix/sysv/linux/mips/configure: Generated.
4467         * sysdeps/unix/sysv/linux/mips/Makefile: Do custom processing
4468         of syscall list.
4469         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: New file.
4470         * sysdeps/unix/sysv/linux/mips/clone.S: Don't include
4471         asm/unistd.h.
4473         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file.
4474         * sysdeps/unix/sysv/linux/mips/ptrace.c: New file.  Use long
4475         long type for registers on n32.
4477         * sysdeps/mips/bits/wordsize.h: New file, appropriate for all
4478         3 ABIs.
4479         * sysdeps/mips/mips64/gmp-mparam.h: New file.  Define
4480         BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
4481         * sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
4482         (__sigsetjmp_aux): Use them.  Adjust for all 3 ABIs.
4483         * sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
4484         * sysdeps/unix/mips/brk.S: Likewise.
4485         * sysdeps/unix/mips/sysdep.S: Likewise.
4486         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
4487         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
4488         * sysdeps/mips/sys/ucontext.h: Likewise.
4489         * sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
4490         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
4491         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
4492         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
4493         * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
4494         * sysdeps/mips/mips64/setjmp.S: Likewise.
4495         * sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
4496         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
4497         64-bit types.
4499 2003-03-16  Ulrich Drepper  <drepper@redhat.com>
4501         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here,
4502         not at function level.
4503         * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
4505 2003-03-15  Roland McGrath  <roland@redhat.com>
4507         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
4508         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
4509         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise.
4510         * nis/nis_table.c (__create_ib_request): Likewise.
4512         * posix/fnmatch_loop.c: Add casts for signedness.
4513         * nss/nss_files/files-hosts.c: Likewise.
4514         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4515         * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN.
4516         * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.
4518         * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
4519         get errors into the log file.
4520         (libc_cv_broken_visibility_attribute): Likewise.
4521         (libc_cv_broken_alias_attribute): Likewise.
4522         (libc_cv_asm_weak_directive): Likewise.
4523         (libc_cv_need_minus_P): Likewise.
4524         (libc_cv_dot_text): Likewise.
4525         (libc_cv_asm_global_directive): Likewise.
4526         (libc_cv_asm_type_prefix): Likewise.
4527         * configure: Regenerated.
4529         * nscd/cache.c (cache_search): Give first arg type `request_type'.
4530         * nscd/nscd.h: Update decl.
4532         * nscd/nscd_getpw_r.c (nscd_getpw_r): Add casts for signedness.
4533         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
4534         * elf/dl-close.c (_dl_close): Likewise.
4535         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): int -> size_t
4536         * io/fts.c (fts_build): Likewise.
4537         * elf/cache.c (add_to_cache): Likewise.
4538         * locale/programs/locarchive.c (show_archive_content): Likewise.
4540         * posix/fnmatch.c (fnmatch): Tweak __builtin_expect use.
4542         * include/ctype.h (__ctype_b_loc): Tweak type punning to make gcc 3.3
4543         happy.
4544         (__ctype_toupper_loc, __ctype_tolower_loc): Likewise.
4546 2003-03-15  Ulrich Drepper  <drepper@redhat.com>
4548         * sysdeps/unix/sysv/linux/ia64/system.c: Use the generic Linux
4549         code for most parts.
4551 2003-03-15  Roland McGrath  <roland@redhat.com>
4553         * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
4554         * sysdeps/unix/sysv/linux/system.c: ... here.
4555         (FORK): Don't #define if already #define'd.
4556         * sysdeps/unix/sysv/linux/s390/system.c: File removed.
4557         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
4558         (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
4560         * dlfcn/tst-dlinfo.c: New file.
4561         * dlfcn/Makefile (tests): Add tst-dlinfo.
4562         ($(objpfx)tst-dlinfo): New target.
4564         * dlfcn/dlinfo.c: New file.
4565         * dlfcn/Makefile (libdl-routines): Add it.
4566         * dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
4567         * dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
4568         [__USE_GNU] (RTLD_DI_*): New enum constants.
4569         [__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
4570         * elf/dl-load.c (cache_rpath): New inline function.
4571         (_dl_map_object): Use it.
4572         (_dl_rtld_di_serinfo): New function.
4573         * sysdeps/generic/ldsodefs.h: Declare it.
4574         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
4576         * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.
4577         (LIBC_START_MAIN, LIBC_START_MAIN_AUXVEC_ARG, MAIN_AUXVEC_ARG)
4578         (INIT_MAIN_ARGS): Define, and #include <sysdeps/generic/libc-start.c>.
4579         (__libc_start_main): Just call the generic one for most of the work.
4581         * sysdeps/generic/libc-start.c [LIBC_START_MAIN]: If defined, define a
4582         static function by that name instead of BP_SYM (__libc_start_main).
4583         [LIBC_START_MAIN_AUXVEC_ARG]: Take AUXVEC as argument.
4584         [MAIN_AUXVEC_ARG]: Pass 4th argument to MAIN.
4585         [INIT_MAIN_ARGS]: Give INIT the same args as MAIN.
4587         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_PLATFORM_AUXV]:
4588         Use this macro for extra AT_* cases.
4589         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_PLATFORM_AUXV):
4590         New macro, guts from ...
4591         (__aux_init_cache): ... here, function removed.
4592         (DL_PLATFORM_INIT): Don't define this.
4594         * sysdeps/powerpc/powerpc32/memset.S: Put __cache_line_size in bss.
4595         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
4597         * Versions.def (libthread_db): Add GLIBC_2.3.3 set.
4599 2003-03-14  Roland McGrath  <roland@redhat.com>
4601         * dlfcn/dlerror.c (dlerror): If objname is "", don't put ": " after it.
4603 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
4605         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
4607         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
4608         sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
4610 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
4612         * sysdeps/mips/fpu/bits/mathdef.h: New.
4613         (__NO_LONG_DOUBLE_MATH): Define for o32.
4615         * sysdeps/mips/sys/asm.h: Formatting changes.
4616         (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
4617         (CPADD): Define for all of them.
4618         (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
4619         SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
4620         NARGSAVE): Define per ABI spec.
4621         (END): Don't redefine.
4622         (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
4623         LONG_SRAV): Remove duplicate definitions.
4624         (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
4625         PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
4626         PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
4627         (PTR_LA): Define for all 3 ABIs.
4629         * sysdeps/mips/dl-machine.h: Include sys/asm.h.
4630         (elf_machine_matches_host): Prevent linking of o32 and n32
4631         together.
4632         (elf_machine_dynamic): Document assumption on $gp.
4633         (STRINGXP, STRINGXV, STRINGV_): New macros.
4634         (elf_machine_load_address): Use them to stringize PTR_LA and
4635         PTR_SUBU.
4636         (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
4637         ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
4638         (_dl_runtime_resolve): Adjust it for all 3 ABIs.
4639         (__dl_runtime_resolve): Cast the symtab initializer to the
4640         right type.
4641         (RTLD_START): Use it.  Adjust it for all 3 ABIs.
4642         (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
4643         Handle 64-bit R_MIPS_REL composite relocation and accept
4644         R_MIPS_64 relocations to shift addend size to 64 bits.
4645         Document assumption regarding local GOT entries.  Document
4646         backward-compatibility departing from the ABI behavior in
4647         applying relocations that reference section symbols, no longer
4648         used.  Support relocations to mis-aligned offsets.
4649         * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
4651         * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
4653         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
4654         (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
4655         * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
4656         restore_rt functions.  Use them.
4658         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
4659         .set mips2 on new abis.
4661 2003-03-13  Ulrich Drepper  <drepper@redhat.com>
4663         * posix/getconf.c: Recognize POSIX2_SYMLINKS.
4664         * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
4665         * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
4666         * sysdeps/posix/pathconf.c: Likewise.
4667         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
4668         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
4669         * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
4671         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
4672         words.
4674 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
4676         * include/gmp.h: Include/gmp-mparam.h.
4677         * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
4678         gmp-impl.h.
4680         * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
4681         ELF_MACHINE_NO_RELA is set.
4682         * elf/rtld.c (dl_main): No prelink support for REL-only.
4684         * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
4685         FLAG_MIPS64_LIBN64): Define.
4686         * elf/cache.c (print_entry): Handle mips64 n32 and n64.
4688         * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.
4689         * sysdeps/mips/memset.S: Likewise.
4690         * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11
4691         depending on the ABI.
4693         * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):
4694         Don't .set mips2 on new abi.
4695         (compare_and_swap): Likewise.  Support 64-bit longs on n64.
4697         * stdlib/fpioconst.h: Include gmp.h with angle brackets.
4699 2003-03-13  Roland McGrath  <roland@redhat.com>
4701         * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
4702         found.  Reported by Alexandre Oliva <aoliva@redhat.com>.
4704 2003-03-13  Alexandre Oliva  <aoliva@redhat.com>
4706         * stdio-common/_itoa.c (_itoa_base_table): Make 64-bit
4707         literals long long.
4708         * stdlib/fpioconst.c: Likewise.
4709         * stdlib/strtod.c: Likewise.
4711         * sysdeps/mips/add_n.S: Use L macro for local labels.
4712         * sysdeps/mips/addmul_1.S: Likewise.
4713         * sysdeps/mips/lshift.S: Likewise.
4714         * sysdeps/mips/memcpy.S: Likewise.
4715         * sysdeps/mips/memset.S: Likewise.
4716         * sysdeps/mips/mul_1.S: Likewise.
4717         * sysdeps/mips/rshift.S: Likewise.
4718         * sysdeps/mips/sub_n.S: Likewise.
4719         * sysdeps/mips/submul_1.S: Likewise.
4720         * sysdeps/mips/mips64/add_n.S: Likewise.
4721         * sysdeps/mips/mips64/addmul_1.S: Likewise.
4722         * sysdeps/mips/mips64/lshift.S: Likewise.
4723         * sysdeps/mips/mips64/mul_1.S: Likewise.
4724         * sysdeps/mips/mips64/rshift.S: Likewise.
4725         * sysdeps/mips/mips64/sub_n.S: Likewise.
4726         * sysdeps/mips/mips64/submul_1.S: Likewise.
4727         * sysdeps/unix/mips/sysdep.h: Define L() according to ABI
4728         conventions.  Define END as in sys/asm.h.
4729         * sysdeps/unix/mips/sysdep.S: Likewise.
4730         * sysdeps/unix/mips/wait.S: Likewise.
4731         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
4733         * sysdeps/ieee754/dbl-64/dbl2mpn.c (__mpn_extract_double):
4734         Cast shifted values that may be too narrow to mp_limb_t.
4735         * sysdeps/ieee754/dbl-64/mpn2dbl.c (__mpn_construct_double):
4736         Likewise.
4737         * sysdeps/ieee754/flt-32/mpn2flt.c (__mpn_construct_float):
4738         Likewise.
4739         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c
4740         (__mpn_extract_long_double): Likewise.
4741         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c
4742         (__mpn_construct_long_double): Likewise.
4743         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c
4744         (__mpn_extract_long_double): Likewise.
4745         * sysdeps/ieee754/ldbl-96/mpn2ldbl.c
4746         (__mpn_construct_long_double): Likewise.
4748 2003-03-13  Roland McGrath  <roland@redhat.com>
4750         * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line
4751         entries in the map file match too.
4753 2003-03-13  Guido Guenther  <agx@sigxcpu.org>
4755         * sysdeps/unix/sysv/linux/mips/clone.S: introduce and use local
4756         label .Lthread_start since current binutils don't allow branches
4757         to globally visible symbols.
4759 2003-03-13  Jakub Jelinek  <jakub@redhat.com>
4761         * sysdeps/unix/sysv/linux/ia64/sysdep.h (BREAK_INSN_1, BREAK_INSN,
4762         ASM_OUTARGS_0, ASM_OUTARGS_1, ASM_OUTARGS_2, ASM_OUTARGS_3,
4763         ASM_OUTARGS_4, ASM_OUTARGS_5, ASM_OUTARGS_6): Define.
4764         (INTERNAL_SYSCALL, INLINE_SYSCALL): Use it.  Make syscall arguments
4765         clobbered by the syscall.
4766         (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
4767         ASM_ARGS_6): Change constraints from r to index of corresponding
4768         output register.
4769         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Swap
4770         ptid and ctid to match kernel.
4771         * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Likewise.
4773 2003-03-12  Steven Munroe  <sjmunroe@us.ibm.com>
4775         * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
4776         AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
4777         * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
4779 2003-03-11  Roland McGrath  <roland@redhat.com>
4781         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
4782         Check SYM_MAP rather than SYM as definedness check.
4783         Handle R_PPC64_ADDR32, R_PPC64_ADDR30, and R_PPC64_REL64 relocs.
4784         Don't handle R_PPC64_REL24 reloc.
4785         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
4787         * sysdeps/powerpc/powerpc64/dl-machine.h
4788         [USE_TLS] (elf_machine_type_class): Match all the TLS relocs in a
4789         block, so we cover all the TPREL16* flavors without 6 ||s.
4790         [USE_TLS] (elf_machine_tprel): New function.
4791         (elf_machine_rela) [USE_TLS]: Use elf_machine_tprel for TPREL64 reloc,
4792         and handle TPREL16 relocs too.  Return rather than break for DTPREL64.
4793         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
4795 2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
4797         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
4798         instead of jalr to invoke subroutine so restoring the $gp register
4799         will work properly.
4801 2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4803         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
4804         to __NR_pread if not defined.
4805         (__NR_pwrite64): Define to __NR_pwrite if not defined.
4807 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
4809         * sysdeps/unix/sysv/linux/ia64/system.c: New file.
4810         * sysdeps/unix/sysv/linux/kernel-features.h
4811         (__ASSUME_CLONE_THREAD_FLAGS): Define for IA-64 and s390* with
4812         kernel >= 2.5.64.
4814 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
4816         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
4817         allocate space even for the trailing '/'.
4818         Reported by John Reiser <jreiser@BitWagon.com>.
4820         * sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
4821         ASM_CLOBBERS_6): Define.
4822         (ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
4823         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
4824         to match IA-32 order.
4825         * sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
4827 2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>
4829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
4830         Copy extra params for NPTL to registers used in clone syscall.
4832 2003-03-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4834         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
4835         call names for pread and pwrite.
4837 2003-03-10  Roland McGrath  <roland@redhat.com>
4839         * dlfcn/Makefile (libdl-routines): Add dladdr1.
4840         * dlfcn/dladdr1.c: New file.
4841         * dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
4842         [__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
4843         * elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
4844         a const ElfNN_Sym ** to fill in.
4845         * include/dlfcn.h: Update decl.  Include <link.h>.
4846         * dlfcn/dladdr.c (dladdr): Update caller.
4847         * malloc/mtrace.c (tr_where): Likewise.
4848         * sysdeps/generic/elf/backtracesyms.c: Likewise.
4849         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
4850         * dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
4851         * Versions.def (libdl): Define GLIBC_2.3.3 set.
4853         * sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
4854         assembler command.
4855         * sysdeps/unix/Makefile (compile-syscall): New variable.
4856         Pass -g0 to compiler for assembling syscall stubs from stdin.
4858         * sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
4859         (STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
4860         Define these to do nothing.
4862         * configure.in: New check for -g on .S files.
4863         * configure: Regenerated.
4864         * config.make.in (have-cpp-asm-debuginfo): New variable.
4865         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
4866         * Makeconfig (ASFLAGS): New variable, if undefined and
4867         $(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
4868         * Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
4870 2003-03-09  Roland McGrath  <roland@redhat.com>
4872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
4873         used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.
4875 2003-03-09  Ulrich Drepper  <drepper@redhat.com>
4877         * po/fi.po: Update from translation team.
4878         * po/ca.po: Likewise.
4879         * po/da.po: Likewise.
4881 2003-03-08  Ulrich Drepper  <drepper@redhat.com>
4883         * rt/tst-aio7.c (do_test): Change BYTES into a #define.
4885 2003-03-07  Ulrich Drepper  <drepper@redhat.com>
4887         * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
4889         * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
4891 2003-03-07  Roland McGrath  <roland@redhat.com>
4893         * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
4894         * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
4896 2003-03-04  Guido Guenther  <agx@sigxcpu.org>
4898         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
4899         stubs, we have INLINE_SYSCALL.
4900         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
4901         MAP_NONBLOCK.
4903 2003-03-06  Roland McGrath  <roland@redhat.com>
4905         * rt/tst-aio7.c (do_test): Revert last change.  Instead, give CB1
4906         permanent extent and add a comment about testing its implicit teardown.
4908 2003-03-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4910         * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
4912 2003-03-05  Ulrich Drepper  <drepper@redhat.com>
4914         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
4915         reversed __builtin_expect expectation.
4917 2003-03-05  Roland McGrath  <roland@redhat.com>
4919         * stdio-common/sscanf.c: Use prototype defn with ... syntax.
4920         * libio/swscanf.c: Likewise.
4921         * libio/swprintf.c: Likewise.
4923 2003-03-04  Roland McGrath  <roland@redhat.com>
4925         * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
4926         (elf_machine_rela): Always use RESOLVE_MAP, needed for
4927         R_PPC64_JMP_SLOT as well as TLS cases.
4928         (BIT_INSERT): Move parenthesis where it ought to have been.
4929         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
4931         * posix/confstr.c (confstr): Correct STRING_LEN values for
4932         _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
4933         break.  Reported by Alexandre Julliard <julliard@winehq.com>.
4935 2003-03-04  Jakub Jelinek  <jakub@redhat.com>
4937         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4939 2003-03-04  Ulrich Drepper  <drepper@redhat.com>
4941         * sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
4942         clone parameters.
4944         * po/sv.po: Update from translation team.
4946 2003-03-04  Andreas Jaeger  <aj@suse.de>
4947             Ulrich Drepper  <drepper@redhat.com>
4949         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.
4951 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
4953         * sysdeps/generic/dl-sysdep.h: Add double include protection.
4955         * po/tr.po: Update from translation team.
4957         * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
4958         are holes between the segments.  Only call mprotect to set
4959         proection to PROT_NONE if there are some.
4961         * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
4962         Update comment.
4964         * include/sched.h (__clone2): Use ... instead of adding all the
4965         new parameters.
4967 2003-03-03  Roland McGrath  <roland@redhat.com>
4969         * elf/dl-load.c (struct filebuf): Fix typo in last change.
4971         * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
4972         PI_STATIC_AND_HIDDEN.
4974 2003-03-03  Ian Wienand  <ianw@gelato.unsw.edu.au>
4976         * sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
4977         flags.
4978         * include/sched.h: Update clone2 prototype.
4980 2003-03-03  Andreas Jaeger  <aj@suse.de>
4982         * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
4983         (llrint): Use it to correct return type.
4984         (lrint): Likewise.
4985         (lround): Likewise.
4986         (llround): Likewise.
4988 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
4990         * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
4991         byte filebuf size.
4993         * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
4994         if ccs parameter isn't valid.  Reported by Andreas Schwab.
4996 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4998         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
4999         for system call numbers > 255.
5000         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
5001         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
5002         INTERNAL_SYSCALL): Likewise.
5003         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
5004         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
5005         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
5006         INTERNAL_SYSCALL): Likewise.
5008 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5010         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
5011         array if it is the initial dtv.
5013 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
5015         * po/es.po: Update from translation team.
5016         * po/fr.po: Likewise.
5017         * po/gl.po: Likewise.
5018         * po/sk.po: Likewise.
5019         * po/sv.po: Likewise.
5021         * sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
5022         * misc/sys/mman.h: Add prototype for remap_file_pages.
5023         * sysdeps/generic/remap_file_pages.c: New file.
5024         * misc/Makefile (routines): Add remap_file_pages.
5025         * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
5027         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
5028         and MAP_NONBLOCK.
5029         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
5030         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
5031         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
5032         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
5033         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
5034         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
5035         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
5036         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
5038 2003-03-03  Roland McGrath  <roland@redhat.com>
5040         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
5041         * sysdeps/ia64/dl-machine.h: Likewise.
5042         * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
5043         argument type.
5044         * sysdeps/ia64/dl-lookupcfg.h: Update decl.
5046         * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
5047         * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
5048         * locale/Versions (libc: GLIBC_2.3): Move those to ...
5049         * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
5050         * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
5051         * Versions.def (libc): Add GLIBC_2.3.3 set.
5053         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.
5054         * sysdeps/ia64/dl-machine.h: Update decl.
5056 2003-03-03  Andreas Jaeger  <aj@suse.de>
5058         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
5060 2003-03-02  Roland McGrath  <roland@redhat.com>
5062         * scripts/abilist.awk: Reject data items with apparent 0 size.
5064         * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar
5065         after foo.* as if it were a duplicate.
5067         * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
5069 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
5071         * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
5073         * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
5074         * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
5075         if not already defined.  Use SYSDEP_GETRES to allow other files to
5076         provide alternative implementations.
5077         * sysdeps/unix/sysv/linux/clock_getres.c: New file
5078         * sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
5079         if not already defined.  Use SYSDEP_GETTIME to allow other files to
5080         provide alternative implementations.
5081         * sysdeps/unix/sysv/linux/clock_gettime.c: New file.
5082         * sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
5083         if not already defined.  Use SYSDEP_GETTIME to allow other files to
5084         provide alternative implementations.
5085         * sysdeps/unix/sysv/linux/clock_settime.c: New file.
5086         * sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
5087         other files to provide alternative implementations.  Rearrange
5088         tests for invalid parameters.
5089         * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
5090         * sysdeps/unix/sysv/linux/sysconf.c: New file.
5091         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5092         __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
5093         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
5094         _POSIX_MONOTONIC_CLOCK.
5096 2003-03-02  Roland McGrath  <roland@redhat.com>
5098         * scripts/merge-abilist.awk: More checks for bogus input.
5099         Uniquify duplicate config names.
5101         * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
5103         * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): Renamed
5104         from dl_reloc_overflow, make global.
5105         (__process_machine_rela): Update callers.
5106         * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow.
5107         Add attribute_hidden to __process_machine_rela decl.
5108         (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
5110         * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
5111         variable.
5113         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
5114         Don't use weak_extern for dl_rtld_map.  Instead check only if [SHARED].
5115         (elf_machine_rela): Clean up.
5117         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up.
5119         PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>.
5120         * sysdeps/powerpc/powerpc32/elf/configure.in: New file.
5121         * sysdeps/powerpc/powerpc32/elf/configure: New generated file.
5122         * elf/tls-macros.h [__powerpc__ && !__powerpc64__]
5123         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them.
5124         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support
5125         new relocs for TLS.
5127         * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these
5128         macros out of [SHARED].
5129         (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
5131         * elf/elf.h: Define R_PPC_* relocs for TLS support.
5132         Clean up R_PPC64_* macro definition comments.
5134         * configure.in: In "running configure fragment for" message,
5135         omit $srcdir from the name if we prepended it.
5136         * configure: Regenerated.
5138         * elf/dl-reloc.c (allocate_static_tls): Fix calculations.
5139         From Jakub Jelinek <jakub@redhat.com>.
5141         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
5142         which duplicated the O_DIRECT defn.
5144 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
5146         * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
5147         random functions.
5149 2003-03-01  Andreas Schwab  <schwab@suse.de>
5151         * resolv/Makefile (tests): Don't depend on
5152         $(objpfx)mtrace-tst-leaks when cross compiling.
5154         * sysdeps/m68k/dl-machine.h (_dl_start_user): Access
5155         __libc_stack_end through GOT since it is a global symbol.
5157 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
5159         * argp/argp.h: Fix a typo.
5160         Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
5162         * manual/terminal.texi: Fix cfmakeraw() definition from int to void.
5164 2003-02-27  Pat Rankin  <rankin@pactechdata.com>
5166         * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
5167         char *.
5168         (get_subexp): Likewise.
5170 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
5172         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
5174 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
5176         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
5178 2003-02-27  Roland McGrath  <roland@redhat.com>
5180         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
5181         special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
5182         repeat it and avoids the test for the common case.
5183         Clean up and fix calculations for TLS relocs.
5185         * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
5186         * sysdeps/powerpc/dl-tls.h: ... here.
5187         (TLS_TP_OFFSET): New macro.
5189         * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
5191 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
5193         * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
5194         code generation changes in recent gcc.
5196 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
5198         * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
5199         Rename argument to avoid symbol conflict.
5201         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
5202         [__USE_GNU] (O_DIRECT): New macro.
5204 2003-02-24  David Mosberger  <davidm@hpl.hp.com>
5206         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
5207         unwind info.
5209 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
5211         * resolv/res_libc.c [USE___THREAD] (_res): Don't need the
5212         initializer anymore now that res_thread_freeres is more careful.
5214         * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
5215         except the PKTINFO.  Reset interface in PKTINFO.
5216         Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
5218 2003-02-25  Steven Munroe  <sjmunroe@us.ibm.com>
5220         * elf/elf.h: Add new R_PPC64_* relocs for TLS.
5221         * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
5222         Define.
5223         * sysdeps/powerpc/powerpc64/elf/configure.in: New file.
5224         * sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
5225         * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
5226         * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
5228         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
5229         Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
5231 2003-02-25  Andreas Jaeger  <aj@suse.de>
5233         * manual/memory.texi (Malloc Tunable Parameters): Clarify
5234         behaviour of M_MMAP_THRESHOLD.
5236 2003-02-25  Roland McGrath  <roland@redhat.com>
5238         * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
5239         zero, inidicating _res was not initialized yet.
5241 2003-02-24  Ulrich Drepper  <drepper@redhat.com>
5243         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
5244         test.
5246 2003-02-24  Roland McGrath  <roland@redhat.com>
5248         * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
5250 2003-02-23  Roland McGrath  <roland@redhat.com>
5252         * sysdeps/posix/pause.c: New file.
5253         * sysdeps/unix/common/pause.c: File removed.
5255 2003-02-23  Ulrich Drepper  <drepper@redhat.com>
5257         * sysdeps/generic/bits/confname.h: Remove #ifs.
5259         * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
5260         * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
5262         * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock
5263         element to -1.
5265 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
5267         * sysdeps/generic/dl-sysdep.c: Avoid warning.
5269 2003-02-22  Roland McGrath  <roland@redhat.com>
5271         * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
5272         * resolv/Makefile (tests): Add tst-leaks.
5273         ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
5274         (tst-leaks-ENV): New variable.
5275         ($(objpfx)mtrace-tst-leaks): New target.
5276         (tests): Depend on it.
5278         * include/libc-internal.h: Declare __libc_thread_freeres.
5280         * Makerules: Fix last change to use $($(subdir)-version) when set.
5282         * Makerules (install-lib-nosubdir): Depend on installed
5283         libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed
5284         regardless of the libfoo.so target's dependencies.
5286         * MakeTAGS (sub-make-vars): New variable, includes generating=t.
5287         Use that in $(MAKE) calls.
5289 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
5291         * catgets/gencat.c (read_input_file): Collision between
5292         auto-assigned numbers and user-defined nubmers is not fatal.
5293         Handle it.
5294         Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
5295         * catgets/Makefile: Add rules to run test2.msg test.
5296         * catgets/test2.msg: New file.
5298         * catgets/gencat.c (main): Return 1 if messages have been printed.
5300         * iconv/iconv_prog.c (main): Unify messages.
5302         * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
5303         when shifting retval.
5304         * stdlib/tst-strtod.c (main): Add strtold test case.
5305         Reported by Fred J. Tydeman <tydeman@tybor.com>.
5307 2003-02-21  Roland McGrath  <roland@redhat.com>
5309         * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
5310         * sunrpc/rpc_thread.c: Likewise for text_set_element use.
5311         (__rpc_thread_destroy): Add it to __libc_subfreeres too.
5313         * include/resolv.h: Add libc_hidden_proto for __res_nclose.
5314         * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
5315         (res_thread_freeres): New function, on __libc_thread_subfreeres and
5316         __libc_subfreeres.
5318         * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
5319         * malloc/thread-freeres.c: New file.
5320         * malloc/Makefile (aux): Add it.
5321         * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
5322         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section
5323         "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set.
5325         * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix.
5326         * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
5328 2003-02-21  Roland McGrath  <roland@frob.com>
5330         * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open.
5332         * iconvdata/Makefile (tests): Add bug-iconv3 only if
5333         [$(have-thread-library) = yes].
5335 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
5337         * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
5339         * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
5340         not chechk for errors (unless testing for 32bit variant).
5341         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5342         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5343         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5345 2003-02-21  Jakub Jelinek  <jakub@redhat.com>
5347         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
5348         Check for signed overflow, not unsigned.
5350         * sysdeps/sparc/sparc64/elf/configure.in: New file.
5351         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
5352         Use -fcall-used-g6, not -fcall-used-g7.
5354 2003-02-21  Andreas Jaeger  <aj@suse.de>
5356         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default
5357         mode.
5359         * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not
5360         clear whole mxcsr but only exceptions.
5362 2003-02-21  Roland McGrath  <roland@redhat.com>
5364         * Makerules: Filter $(install-lib-ldscripts) out of list of targets
5365         for libfoo.so that need $(make-link) rules.
5367 2003-02-21  Roland McGrath  <roland@frob.com>
5369         * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
5370         to match existing struct stat layout in mig protocols.
5372 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
5374         * version.h (VERSION): Bump to 2.3.2.
5376         * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp,
5377         tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c,
5378         and dl-sysdep.h.
5379         * sysdeps/generic/Dist: Add sysdep-cancel.h.
5380         * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h.
5381         * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S.
5382         * sysdeps/unix/sysv/linux/Dist: Add pathconf.h.
5383         * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h.
5384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and
5385         ucontext_i.h.
5386         * Makefile (distribute): Add include/stubs-prologue.h,
5387         include/gnu/stubs.h, scripts/merge-abilist.awk, and
5388         scripts/extract-abilist.awk.
5390 2003-02-20  Roland McGrath  <roland@redhat.com>
5392         * math/Makefile (distribute): Don't add generated files.
5394 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
5396         * math/Makefile: Rearrange variable definitions slightly to get
5397         definition in the right order.
5399 2003-02-20  Roland McGrath  <roland@redhat.com>
5401         * Makerules: Clean up conditional around include of tls.make.
5402         * Make-dist: Export generating=t to prevent using that.
5403         (+distinfo): Likewise for $(shell $(MAKE) ...) runs.
5405 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
5407         * inet/rcmd.c (rresvport_af): Avoid using invliad values.  Wrap
5408         around in search if port IPPORT_RESERVED/2 has been test.
5410 2002-02-20  Paolo Bonzini  <bonzini@gnu.org>
5412         * posix/regcomp.c: Remove inclusions.
5413         * posix/regexec.c: Likewise.
5414         * posix/regex_internal.c: Likewise.
5415         * posix/regex_internal.h: Add inclusions here.
5416         * posix/regex.c: Only include sys/types.h before regex.h.  Include
5417         regex_internal.h here.  Include regex_internal.c before regcomp.c
5418         and regexec.c (might expose more opportunities to the C compiler).
5420         * posix/regcomp.c (parse_expression): Fix construct rejected by SGI CC.
5422         * posix/regex_internal.h [!_LIBC] (__mempcpy): Fix typo.
5423         [!_LIBC] (__wcrtomb): New definition.
5424         [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and
5425         HAVE_LOCALE_H as well.
5427 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
5429         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Remove obsolete
5430         patch to check for system call errors.
5432 2002-07-24  Philip Blundell  <philb@gnu.org>
5434         * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV
5435         on unknown systems.
5437 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5439         * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround.
5440         * sysdeps/unix/sysv/linux/kernel-features.h
5441         (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too.
5442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl
5443         if possible.
5444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
5445         interprocedure branches.
5446         * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to...
5447         * sysdeps/powerpc/nofpu/Dist: ...here.
5448         * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to...
5449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
5450         * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete.
5451         * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete.
5452         * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
5454 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
5456         * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
5458 2003-02-20  Philip Blundell  <philb@gnu.org>
5460         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
5461         missing arguments to INTERNAL_SYSCALL_ERROR_P and
5462         INTERNAL_SYSCALL_ERRNO.
5464 2003-02-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5466         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test
5467         for __ASSUME_32BITUIDS.
5469 2003-02-20  Andreas Schwab  <schwab@suse.de>
5471         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* and
5472         POSIX_MADV_* constants.
5474 2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5476         * sysdeps/unix/sysv/linux/sh/pread.c: New file.
5477         * sysdeps/unix/sysv/linux/sh/pread64.c: New file.
5478         * sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
5479         * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
5481 2003-02-19  Jiro Sekiba  <jir@yamato.ibm.com>
5483         * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
5485 2003-02-16  Roland McGrath  <roland@redhat.com>
5487         * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
5489 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
5491         * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
5492         decimal input digits.
5493         * stdlib/tst-strtod.c (main): Add test for strtof bug.
5495 2003-02-18  Ulrich Drepper  <drepper@redhat.com>
5497         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
5498         invalid file descriptors and missing access permissions.
5500 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
5502         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
5503         been found.
5505         * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
5506         TTY_NAME_MAX and not the _POSIX_* minimal value macros.
5507         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
5508         and LOGIN_NAME_MAX.
5510 2003-02-17  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
5511             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5513         * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
5514         * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
5515         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5516         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5517         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5519 2003-02-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5521         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete.
5522         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete.
5523         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete.
5524         * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete.
5525         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete.
5526         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete.
5528         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file...
5529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here.
5530         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file...
5531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
5533         * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL.
5534         * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise.
5535         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete.
5536         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
5538 2003-02-14  Thorsten Kukuk  <kukuk@suse.de>
5540         * nss/getent.c (print_hosts): Print all IP addresses of one host.
5542 2003-02-15  Roland McGrath  <roland@frob.com>
5544         * sysdeps/mach/hurd/tls.h: New file.
5545         * sysdeps/mach/hurd/i386/tls.h: New file.
5547         * mach/errsystems.awk: Include <errno.h> in generated output.
5549         * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
5550         use target mach-before-compile instead of generated.
5551         (mach-before-compile): New target.
5552         * Makerules: Disable use of tls.make if $(generating) is set.
5553         * mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
5554         * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
5555         mach-shortcuts.h so mach/ generation happens before hurd/.
5557 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
5559         * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
5560         of demorm correctly if low word is zero.
5561         Reported by Fred J. Tydeman <tydeman@tybor.com>.
5562         * math/libm-test.inc (nextafter_test): New test, but disabled due
5563         to gcc bug.
5565         * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
5566         counter and only call __exit_thread if this is not the last thread.
5568 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
5570         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add instead of
5571         subtracting map->l_tls_offset.
5573 2003-02-12  Ulrich Drepper  <drepper@redhat.com>
5575         * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and
5576         _CS_GNU_LIBPTHREAD_VERSION.
5577         * posix/conststr.c: Handle these new values.
5578         * posix/getconf.c: Likewise.
5580         * sysdeps/mips/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix
5581         masking of version index.
5582         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
5584 2003-02-11  Ulrich Drepper  <drepper@redhat.com>
5586         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Compute alignment
5587         correctly.  Reported by Thorsten Kukuk.
5589 2003-02-10  Ulrich Drepper  <drepper@redhat.com>
5591         * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and
5592         _BSD_SOURCE to compiler.
5593         * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings.
5594         Patches by Alan Modra.
5596 2003-02-08  Ulrich Drepper  <drepper@redhat.com>
5598         * io/ftwtest.c: Get current working directory before and after the
5599         nftw call and make sure they match.
5601 2003-02-08  Jim Meyering  <jim@meyering.net>
5603         * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
5604         the current directory, not just when DIR contains a slash.
5605         Reported by Manoj Srivastava.
5607 2003-02-07  Jim Meyering  <jim@meyering.net>
5609         * io/ftw.c: Add autoconf-recommended block of alloca-related code.
5610         Include autoconf-recommended block of dirent/NAMELEN-related
5611         definitions and includes.  Use NAMELEN throughout, rather than
5612         _D_EXACT_NAMLEN.
5613         [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
5614         [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.
5615         (stpcpy): Declare, if necessary.
5616         (mempcpy): Define, if necessary.
5617         [!_LIBC] (__stpcpy, __mempcpy): Define.
5618         [!_LIBC] (LXSTAT, XSTAT): Define.
5619         (lstat) [!LIBC && !LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.
5620         (find_object): Don't use c99-style struct initializer.
5621         Tweak wording in a couple comments.
5623 2003-02-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5625         * elf/tls-macros.h: Add non-PIC TLS macros and fix clobber list
5626         for SH.
5627         * sysdeps/unix/sysv/linux/sh/brk.c: Add SYSCALL_INST_PAD
5628         after the trapa instruction.
5629         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Add additional
5630         parameters.
5631         * sysdeps/unix/sysv/linux/sh/sh4/sysdep.h: New file.
5632         (NEED_SYSCALL_INST_PAD): Define.
5633         * sysdeps/unix/sysv/linux/sh/sys/user.h (start_thread): Undef to
5634         avoid to use definition for the kernel.
5635         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
5636         Save and restore the frame pointer.
5637         (SYSCALL_INST_PAD): Define.
5638         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
5639         (INTERNAL_SYSCALL): Make use of ERR parameter. Add SYSCALL_INST_PAD
5640         after trapa instruction.
5641         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
5642         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
5644 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
5646         * resolv/res_libc.c (_res): Ensure _res is not common symbol,
5647         so that it can have aliases.
5648         * inet/herrno.c (h_errno): Put it into .bss not .data section.
5650 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
5652         * elf/dl-runtime.c (fixup): Correct typo in version index computation.
5653         (profile_fixup): Likewise.
5654         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
5656 2002-11-24  Robert Love  <rml@tech9.net>
5658         * posix/sched.h: Second parameter of sched_setaffinity and
5659         sched_getaffinity is `unsigned int', not `unsigned long'.
5660         * sysdeps/generic/sched_setaffinity.c: Likewise.
5661         * sysdeps/generic/sched_getaffinity.c: Likewise.
5663 2003-02-05  Ulrich Drepper  <drepper@redhat.com>
5665         * debug/catchsegv.sh: Fix typo in error messsage.
5666         Reported by John Levon <levon@movementarian.org>.
5668         * sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
5669         * sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
5670         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
5671         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
5673         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5674         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5676         * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
5677         Patch by Moritz Schulte <moritz@duesseldorf.ccc.de>.
5679 2003-02-05  Jim Meyering  <jim@meyering.net>
5681         Fix a heap-corrupting bug.
5682         * io/ftw.c: Include <limits.h>.
5683         (PATH_MAX) [!defined PATH_MAX]: Define to 1024.
5684         (process_entry): Allocate enough space to hold the resulting
5685         file name.  Don't presume that 2*dirbufsize is enough.
5686         (ftw_startup): Always use PATH_MAX to compute buffer size, now that
5687         it is guaranteed to be defined.
5689 2003-02-04  Ulrich Drepper  <drepper@redhat.com>
5691         * iconvdata/Makefile: Add rules to build and run bug-iconv3.
5692         * iconvdata/bug-iconv3.c: New file.
5694 2003-02-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5696         * sysdeps/unix/sysv/linux/s390/system.c: New file.
5698 2003-02-03  Jakub Jelinek  <jakub@redhat.com>
5700         * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
5701         check.
5702         * config.h.in (BROKEN_SPARC_WDISP22): Add.
5704 2003-02-03  Ulrich Drepper  <drepper@redhat.com>
5706         * sysdeps/i386/i686/memmove.S: New file.
5708 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
5710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
5711         Include kernel-features.h
5712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
5713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
5714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
5715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
5717 2003-02-02  Jakub Jelinek  <jakub@redhat.com>
5719         * elf/tls-macros.h [sparc] (TLS_LD, TLS_GD): Add "cc" clobbers.
5721 2003-01-25  Jim Meyering  <jim@meyering.net>
5723         * io/ftw.c (object_compare): Compare inode numbers before device
5724         numbers, since the former are much more likely to differ.
5726 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
5728         * time/tzfile.c (__tzfile_compute): Change return value type to
5729         void.  Adjust return statements.
5730         * include/time.h (__tzfile_compute): Adjust prototype.
5732 2003-02-01  Jim Meyering  <jim@meyering.net>
5734         * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
5735         always returns 1.
5737 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
5739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
5740         [!__ASSUME_NEW_PRCTL_SYSCALL]: Noop prctl syscall and set ENOSYS.
5742 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
5744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
5745         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Generate ENOSYS stub.
5746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
5747         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
5748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
5749         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
5750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
5751         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
5753 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
5755         * sysdeps/unix/sysv/linux/configure.in: Change arch_minimum_kernel
5756         back to 2.4.19 for powerpc64.
5757         * sysdeps/unix/sysv/linux/kernel-features.h
5758         (__ASSUME_NEW_PRCTL_SYSCALL): Define for powerpc64.
5759         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Define for powerpc64.
5761 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
5763         * wcsmbs/wcscpy.c (wcscpy): Add alternative implementation for
5764         platforms with strange alignment requirements on wchar_t.
5766 2003-01-31  Andreas Schwab  <schwab@suse.de>
5768         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove __GI_*
5769         aliases, already added by make-syscalls.sh.
5770         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5771         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5772         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5773         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5774         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5775         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5776         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5777         * sysdeps/unix/inet/syscalls.list: Likewise.
5778         * sysdeps/unix/syscalls.list: Likewise.
5780 2003-01-31  Andreas Schwab  <schwab@suse.de>
5782         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Don't define, not needed
5783         any more.
5785 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
5787         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Use lg,
5788         not l to load tls from stack.
5790 2003-01-30  Roland McGrath  <roland@redhat.com>
5792         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Move check for
5793         null argument before all else.
5794         Reported by Martin Schwidefsky <schwidefsky@de.ibm.com>.
5796 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
5798         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel):
5799         Move to RESOLVE protected part of the header.
5800         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel):
5801         Likewise.
5803 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
5805         * stdio-common/Makefile (tests): Add bug15.
5806         (bug15-ENV): Define.
5807         * stdio-common/bug15.c: New file.
5809 2002-10-07  Wolfram Gloger  <wg@malloc.de>
5811         * malloc/malloc.c (sYSMALLOc): Only check for breakage due
5812         to foreign sbrk()'s if arena is contiguous.  Bug report from
5813         Bruno Haible <bruno@clisp.org>.
5815 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
5817         * sysdeps/s390/libc-tls.c: Include stdlib.h.
5819 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
5821         * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
5822         ps.__count.
5824 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
5826         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Fix storing and
5827         restoring of %r6.
5828         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.  Use
5829         64-bit load.
5830         Patch by Martin Schwidefsky  <schwidefsky@de.ibm.com>.
5832 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
5834         * elf/dl-reloc.c (CHECK_STATIC_TLS): Move _dl_signal_error...
5835         (allocate_static_tls): ...here.  Add __attribute_noinline__.
5836         Don't return on failure.
5837         (_dl_reloc_bad_type): Add __attribute_noinline__.
5838         * elf/do-rel.h (elf_dynamic_do_rel): Add
5839         __attribute__((always_inline)).
5840         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
5841         elf_machine_rel_relative, elf_machine_rela_relative,
5842         elf_machine_lazy_rel): Add prototypes with
5843         __attribute__((always_inline)).
5845 2003-01-29  David Mosberger  <davidm@hpl.hp.com>
5847         * elf/dl-support.c (_dl_aux_init): Handle AT_SYSINFO.
5849 2003-01-29  Roland McGrath  <roland@redhat.com>
5851         * configure.in: Barf if configured in $srcdir.
5853 2003-01-28  Steven Munroe  <sjmunroe@us.ibm.com>
5855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
5856         (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
5858 2003-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5860         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Reorder additional
5861         clone parameters to match the order used on ia32.
5862         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5864 2003-01-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5866         * elf/elf.h: Add new s390 relocs.
5867         * elf/tls-macros.h: Add s390 versions.
5868         * sysdeps/s390/Versions [GLIBC_2.3] (ld): Export __tls_get_offset.
5869         * sysdeps/s390/dl-tls.h: New file.
5870         * sysdeps/s390/libc-tls.c: New file.
5871         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class): Add TLS
5872         relocs for class PLT.
5873         (elf_machine_rela): Handle TLS relocs.
5874         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5875         * sysdeps/s390/s390-32/elf/configure.in: Add TLS check.
5876         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
5877         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Add support for
5878         CLONE_CHILD_*TID flags.
5879         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5880         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Use branch with 32
5881         bit offset.
5882         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5883         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
5884         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S (__syscall_error):
5885         Support USE___THREAD. Define RTLD_PRIVATE_ERRNO variant.
5886         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S (__syscall_error):
5887         Likewise.
5888         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
5889         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER.
5890         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
5891         variants.
5892         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
5893         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER. Use
5894         direct branch to syscall_error for !PIC and PIC && !_LIBC_REENTRANT.
5895         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
5896         variants.
5898 2003-01-28  Ulrich Drepper  <drepper@redhat.com>
5900         * sysdeps/unix/common/pause.c (do_pause): New function.  Split
5901         from __libc_pause.  Implement using sigsuspend.
5902         (__libc_pause): Call do_pause to do the real work.
5904         * sysdeps/posix/sigpause.c (do_sigpause): Check range of
5905         sig_or_mask parameter is is_sig != 0.
5907 2003-01-21  Philip Blundell  <philb@gnu.org>
5909         * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
5911 2003-01-27  Steven Munroe  <sjmunroe@us.ibm.com>
5913         * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
5915 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
5917         * stdio-common/bug14.c: Use official name for the locale.
5919         * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
5920         instead of __libc_cleanup_region_start and _IO_cleanup_region_end
5921         instead of __libc_cleanup_region_end.
5923         * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
5924         as first parameter to __libc_cleanup_region_start.
5926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
5927         (__fe_nomask_env): Use __prctl not prctl.
5928         * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
5929         prctl syscall.
5931         * elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message.
5933         * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
5935         * elf/dl-reloc.c (allocate_static_tls): Avoid arithmetic
5936         wrap-around in test.
5938 2003-01-26  Andreas Schwab  <schwab@suse.de>
5940         * sysdeps/wordsize-32/divdi3.c: Export the functions only as
5941         compatibility symbols.  Remove INTDEF for __divdi3.
5942         * sysdeps/wordsize-32/lldiv.c: Don't use __divdi3_internal.
5943         * sysdeps/powerpc/powerpc32/divdi3.c: Remove.
5944         * sysdeps/powerpc/powerpc32/Makefile (CPPFLAGS-divdi3.c): Don't
5945         define.
5946         * sysdeps/powerpc/powerpc32/Dist: Remove divdi3.c.
5948 2003-01-24  Jakub Jelinek  <jakub@redhat.com>
5950         * elf/tls-macros.h: Add SPARC 32-bit definitions.
5951         * sysdeps/sparc/sparc32/elf/configure.in: Add TLS check.
5952         * sysdeps/sparc/sparc32/dl-machine.h: Add dl_machine_h guards
5953         for the first half of the header.  Include tls.h.
5954         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS
5955         relocs too.
5956         (elf_machine_rela): Handle TLS relocs.
5957         * sysdeps/sparc/dl-tls.h: New file.
5959         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Add cancellation
5960         support.
5962         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Use %g6 instead of %g7.
5963         * sysdeps/sparc/sparc32/memchr.S: Likewise.
5964         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
5965         * sysdeps/sparc/sparc32/strcat.S: Likewise.
5966         * sysdeps/sparc/sparc32/strchr.S: Likewise.
5967         * sysdeps/sparc/sparc32/strcmp.S: Likewise.
5968         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
5969         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
5970         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5971         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
5972         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
5973         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
5974         * sysdeps/sparc/sparc64/strcat.S: Likewise.
5975         * sysdeps/sparc/sparc64/strchr.S: Likewise.
5976         * sysdeps/sparc/sparc64/strcmp.S: Likewise.
5977         * sysdeps/sparc/sparc64/strcpy.S: Likewise.
5978         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
5979         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
5980         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5981         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5983 2003-01-24  Andreas Schwab  <schwab@suse.de>
5985         * elf/dl-close.c (_dl_close): Don't relocate DT_FINI_ARRAY
5986         elements, and process them backwards.
5987         * elf/Makefile ($(objpfx)tst-array4): New target.
5988         ($(objpfx)tst-array4.out): Likewise.
5989         (tests) [$(have-initfini-array) = yes]: Add tst-array4.
5990         * elf/tst-array4.c: New file.
5991         * elf/tst-array4.exp: Likewise.
5993 2003-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
5995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: New file.
5997 2003-01-27  Guido Guenther  <agx@sigxcpu.org>
5999         * sysdeps/unix/sysv/linux/mips/sysdep.h (SYSCALL_ERROR_LABEL): Define.
6000         * sysdeps/unix/sysv/linux/mips/pread.c: Add support for
6001         cancellation handling and handle both __NR_pread64 and __NR_pread.
6002         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6003         * sysdeps/unix/sysv/linux/mips/pwrite.c: Add support for
6004         cancellation handling and handle both __NR_pwrite64 and __NR_pwrite.
6005         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6006         * sysdeps/unix/mips/sysdep.S: Don't set errno in the _LIBC_REENTRANT
6007         case, use register names consistently.
6009 2003-01-27  Wolfram Gloger  <wg@malloc.de>
6011         * malloc/hooks.c (mem2chunk_check): Check alignment of mem
6012         pointer, not of the computed chunk.  Bug report from Carlos
6013         O'Donell <carlos@baldric.uwo.ca>.
6015 2003-01-25  Andreas Schwab  <schwab@suse.de>
6017         * sysdeps/m68k/dl-machine.h (_dl_start_user): Use pc-relative
6018         addressing to save GOT entries.
6020 2003-01-21  Jakub Jelinek  <jakub@redhat.com>
6022         * sysdeps/unix/alpha/sysdep.h (inline_syscall0,
6023         inline_syscall1, inline_syscall2, inline_syscall3,
6024         inline_syscall4, inline_syscall5, inline_syscall6): Add __volatile__.
6025         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INTERNAL_SYSCALL): Add
6026         __attribute__((unused)) to ChEcK.
6028 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6030         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
6031         Fix inline assembler constraints.
6032         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
6033         Likewise.
6035         * sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
6036         -fPIC.
6038 2003-01-20  Segher Boessenkool  <segher@koffie.nl>
6040         * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
6041         compute the cosine, not the sine, even if x > 0.8.
6043 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
6045         * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of
6046         _nss_nis_setspent.  Work around the different prototypes.
6047         * nis/nss_nis/nis-rpc.c (internal_nis_setrpcent): Use
6048         internal_nis_endrpcent.
6049         (internal_nis_endrpcent): Change return type to void.  Change callers.
6050         * nis/nss_nis/nis-pwd.c: Make _nss_nis_endpwent an alias of
6051         _nss_nis_setpwent.  Work around the different prototypes.
6052         * nis/nss_nis/nis-proto.c (_nss_nis_endprotoent): Split out body
6053         of the function to...
6054         (internal_nis_endprotoent): ... here.  New function.
6055         (internal_nis_setprotoent): Use internal_nis_endprotoent.
6056         * nis/nss_nis/nis-network.c: Make _nss_nis_endnetent an alias of
6057         _nss_nis_setnetent.  Work around the different prototypes.
6058         * nis/nss_nis/nis-netgrp.c (_nss_nis_endnetgrent): Split out body
6059         of the function to...
6060         (internal_nis_endnetgrent): ... here.  New function.
6061         (_nss_nis_setnetgrent): Use internal_nis_endnetgrent.
6063 2003-01-19  Jim Meyering  <jim@meyering.net>
6065         * time/strftime.c: (widen): Merge nearly-identical definitions.
6066         (nl_get_alt_digit) [! defined my_strftime]: Define.
6067         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
6068         _nl_get_alt_digit and _nl_get_walt_digit.
6070 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
6072         * time/strftime.c (my_strftime): Handle very large width
6073         specifications for numeric values correctly.  Improve checks for
6074         overflow.
6075         * time/Makefile (tests): Add tst-strftime.
6076         * time/tst-strftime.c: New file.
6078 2003-01-18  Ulrich Drepper  <drepper@redhat.com>
6080         * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
6081         _nss_nis_sethostent.  Work around the different prototypes.
6082         * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
6083         _nss_nis_setgrent.  Work around the different prototypes.
6084         * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
6085         function.  Split out from _nss_nis_endetherent.
6086         (internal_nis_setetherent): Use internal_nis_endetherent instead of
6087         duplicating the code.
6088         * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
6089         of _nss_nis_setaliasent.
6090         * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
6091         internal_nis_endservent code, don't duplicate it.
6093         * inet/rexec.c (rexec_af): Protect socket operations with
6094         TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
6095         * inet/rcmd.c (rcmd_af): Likewise.
6097 2003-01-17  Roland McGrath  <roland@redhat.com>
6099         * math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]:
6100         Add test of value 0.80190127184058835.
6102         * elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
6104 2003-01-17  Richard Henderson  <rth@redhat.com>
6106         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
6107         relocs for class PLT.
6108         * sysdeps/alpha/libc-tls.c: New file.
6109         * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
6110         (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
6112 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6114         * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
6115         __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
6116         on _dl_static_lock.
6118 2003-01-17  Andreas Jaeger  <aj@suse.de>
6120         * stdio-common/bug14.c: Include stdlib.h for exit prototype.
6122 2003-01-16  Steven Munroe  <sjmunroe@us.ibm.com>
6124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: New file.
6125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: New file.
6126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: New file.
6127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: New file.
6128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: New file.
6129         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
6130         * sysdeps/unix/sysv/linux/configure.in: Minimum kernel for PPC64
6131         is 2.4.21.
6133 2003-01-16  Ulrich Drepper  <drepper@redhat.com>
6135         * sysdeps/generic/glob.c (glob): Assume sysconf() always returns
6136         values != -1 for _LIBC.  Use extend_alloca to reallocate alloca'ed
6137         buffers.
6139         * sysdeps/generic/sysconf.c: Unconditionally implement
6140         _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX.
6141         * sysdeps/posix/sysconf.c: Likewise.
6143 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6145         * posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
6146         set *err to the returned error, not to REG_ESPACE unconditionally.
6147         (build_word_op): Likewise.
6148         * posix/Makefile (tests): Add bug-regex16.
6149         * posix/bug-regex16.c: New test.
6151 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6153         * elf/dl-load.c (_dl_map_object_from_fd): Use
6154         GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
6155         been already initialized.
6157 2003-01-15  Dmitry V. Levin  <ldv@altlinux.org>
6159         * sysdeps/unix/sysv/linux/ptsname.c: Fix typo in comment.
6161 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6163         * posix/regcomp.c (re_compile_internal): If clearing buffer, clear
6164         allocated too.  Reported by Al Viro <aviro@redhat.com>.
6166 2003-01-16  Roland McGrath  <roland@redhat.com>
6168         Tweak merged .abilist file format to merge duplicate symbols in
6169         different sets into multi-version stanzas with new "| SET regexp..."
6170         header continuation lines.
6171         * scripts/merge-abilist.awk: Rewritten for new format.
6172         * scripts/extract-abilist.awk: Likewise.
6174 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
6176         * nscd/connections.c (nscd_run): Remove bogus return which isn't
6177         necessary with gcc 3.2+.
6178         (nscd_init): Don't use error() to print message, use dbg_log.
6180         * iconv/gconv_simple.c (STORE_REST): Explicitly store the total
6181         expected size into state.
6182         (UNPACK_BYTES): Do the reverse.
6183         * iconv/loop.c: Use CLEAR_STATE if defined to clear __state element.
6184         * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug.
6185         Reported by Al Viro <aviro@redhat.com>.
6187         * stdio-common/Makefile (tests): Add bug14.
6188         * stdio-common/bug14.c: New file.
6190         * stdio-common/vfscanf.c: When recognizing multibyte characters in
6191         string reset the byte counter after mbrtowc reported it is not a
6192         partial character.  Reported by Al Viro <aviro@redhat.com>.
6194 2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
6196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
6197         sysdep-cancel.h, not sysdep.h.
6199 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
6201         * nscd/connections.c (nscd_run): Protect accept call with
6202         TEMP_FAILURE_RETRY.
6204 2003-01-15  Andreas Schwab  <schwab@suse.de>
6206         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
6207         (common-generated): Add s-proto-bp.d.
6208         * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
6209         of bp thunks.
6210         * sysdeps/unix/s-proto-bp.S: New file.
6211         * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
6212         Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
6213         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
6215 2003-01-15  Roland McGrath  <roland@redhat.com>
6217         * Makerules: Use -include for tls.make, suppresses warning.
6218         Move gen-as-const-headers rules up so before-compile is set in time.
6219         (sed-remove-dotdot): Fix to work right for subdirs or top dir.
6221 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
6223         * nscd/nscd.c (main): Make code to close all file descriptors
6224         faster and more robust.
6226         * nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
6227         request with one writev call.  Protect all read calls with
6228         TEMP_FAILURE_RETRY.
6229         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
6230         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6232         * nscd/hstcache.c: Use extend_alloca to reallocate alloca'd buffer.
6233         Protect writev calls with TEMP_FAILURE_RETRY.
6234         * nscd/grpcache.c: Likewise.
6235         * nscd/pwdcache.c: Likewise.
6237         * nscd/hstcache.c (addhstbynamev6): Don't interpret hostname as
6238         IPv6 address in debug output.
6240 2003-01-14  Roland McGrath  <roland@redhat.com>
6242         * Makerules (check-abi-%): Use two rules for $(common-objpfx) and
6243         $(objpfx) directories, and get rid of vpath directives.  The previous
6244         arrangement resulted in files being written to the source directories
6245         when run in a clean build.  Find all .abilist files in $(..)abilist/.
6246         (update-abi-%): Likewise.
6247         (generated): Don't add .symlist files, they'll be intermediates.
6249         * sysdeps/generic/init-first.c: Add a comment.
6251         * elf/Makefile ($(objpfx)ld.so): Pass -z defs in link.
6253         * scripts/gen-as-const.awk: Grok lone "--" as a separator between
6254         #includes and expressions.
6256         * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged
6257         config list when it already contains cpu-.*-os.* without / part.
6259         * Makerules (sed-remove-dotdot): New variable.
6260         ($(common-objpfx)%.make): Use it.  Depend on $(before-compile).
6261         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.
6262         (check-abi-config): New variable, append /tls or /notls to the tuple.
6263         (check-abi-%): Use that for -v config value.
6264         Find .abilist files in abilist/libfoo.abilist, not in subdir.
6265         * Rules: Move bits/stdio_lim.h generation rules to Makerules.
6267 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
6269         * manual/install.texi: Correct description of header preparation for
6270         Linux build.  Patch by mhwood@Ameritech.Net [PR libc/4941].
6272 2003-01-14  Guido Guenther  <agx@sigxcpu.org>
6274         * sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
6275         INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
6276         INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.
6278 2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
6280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
6281         (INTERNAL_SYSCALL): Make use of ERR parameter.
6282         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
6283         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
6284         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
6285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
6287 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
6289         * sunrpc/pm_getport.c (pmap_getport): Open TCP socket if protocol
6290         == IPPROTO_TCP.
6291         Patch by James Strandboge <jamie@tpptraining.com> [PR libc/4943].
6293         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
6294         Fix entry for bit 31.
6296         * iconvdata/Makefile: Add rules to build IBM866NAV.
6297         * iconvdata/ibm866nav.c: New file.
6298         * iconvdata/tst-tables.sh: Add IBM866NAV.
6299         * iconvdata/gconv-modules: Add entries for IBM866NAV.
6301 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
6303         * string/tester.c (test_strcpy): Use the previously #if 0'ed code
6304         to test void* parameters.
6306         * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast
6307         source pointer before dereferencing.
6308         (__STRING_SMALLL_GET32): Likewise.
6309         (__memset_gc): Add missing parenthesis around macro arguments.
6310         Patch by Denis Zaitsev <zzz@cd-club.ru>.
6312         * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler
6313         that %eax is modified.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
6315 2003-01-14  Jakub Jelinek  <jakub@redhat.com>
6317         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
6318         defining.
6320 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6322         * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
6323         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
6324         here.
6325         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
6327 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6329         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
6330         from here...
6331         (PSEUDO): ... to here.
6332         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
6333         from here...
6334         (PSEUDO): ... to here.
6336 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
6338         * locale/programs/charmap-dir.c (charmap_readdir): Use struct
6339         dirent64 instead of struct dirent for dirent.  Call readdir64
6340         instead of readdir.
6342         * locale/programs/locfile.c (siblings_uncached): Use struct
6343         dirent64 instead of struct dirent for other_dentry.  Call
6344         readdir64 instead of readdir.
6346         * elf/ldconfig.c (direntry): Change type to struct dirent64.
6347         (search_dir): Use readdir64 instead of readdir.
6348         Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
6350 2003-01-12  Roland McGrath  <roland@redhat.com>
6352         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
6353         not strtol.  The former is usable in ld.so, the latter not.
6355         * include/fcntl.h: Declare __libc_creat.
6357         * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs,
6358         libhurduser-link.so-no-z-defs): New variables.
6360         * malloc/malloc.c: Revert last change.
6361         * malloc/malloc.h (_int_*): Move these decls to ...
6362         * include/malloc.h: ... here.  Add attribute_hidden.
6363         (_int_valloc): Declare it too.
6365 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
6367         * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
6368         search for removed searchlist.  Reported by Roland McGrath.
6370         * io/ftwtest-sh: Add test for case of symlink to nonexisting file
6371         given as start file.
6373         * io/ftw.c (ftw_startup): Use correct name in check for symlink
6374         without existing target.  Patch by Jim Meyering.
6376         * Makerules (build-shlib-helper): Don't use -z defs linker option
6377         if no-z-defs is defined either.
6379 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6381         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
6382         file.
6384 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6386         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
6387         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6389 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
6391         * io/ftwtest-sh: Add test case for relative path with /. at the end.
6393 2003-01-12  Jim Meyering  <jim@meyering.net>
6395         * io/ftw.c (ftw_startup): When trying to stat the starting directory,
6396         use the basename if we've already chdir'd into its parent directory.
6398 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
6400         * io/ftw.c (process_entry): Use relative path when using chdir()
6401         to change directory after call to ftw_dir.
6402         * io/ftwtest-sh: Add test for relative path argument to nftw()
6403         with FTW_CHDIR option.
6405 2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6407         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
6408         Define for powerpc.
6409         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
6410         into account.
6411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
6412         (INTERNAL_SYSCALL): Make use of ERR parameter.
6413         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
6414         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
6415         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
6416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
6418 2002-01-09  Richard Henderson  <rth@redhat.com>
6420         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
6421         DTPREL64 and TPREL64 without loadbase applied.
6423 2002-01-09  Richard Henderson  <rth@redhat.com>
6425         * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
6426         for NOT_IN_libc.
6428         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
6429         * sysdeps/unix/alpha/sysdep.h: ... here.
6430         (PSEUDO_LOADGP): Remove.
6431         (PSEUDO_PROLOGUE): Load GP in non-pic case.
6432         (SYSCALL_ERROR_LABEL): New.
6433         (PSEUDO): Use it in error branch.
6434         (PSEUDO_END): Add $syscall_error label.
6436 2003-01-12  Andreas Jaeger  <aj@suse.de>
6438         * math/bits/mathcalls.h: Round is a const function.
6440 2003-01-11  Jim Meyering  <jim@meyering.net>
6442         * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
6443         [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
6444         Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
6445         [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
6446         [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
6447         [!_LIBC] (internal_function, dirent64, MAX): Define.
6448         (__set_errno): Define if not already defined.
6449         (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
6450         the basename, not the entire file name.
6451         (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
6452         the basename, not the entire file name.
6454 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
6456         * string/tester.c (test_strcpy): Disable last added strcpy until
6457         it is fixed.
6459 2003-01-11  Philip Blundell  <philb@gnu.org>
6461         * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
6463 2003-01-11  Andreas Schwab  <schwab@suse.de>
6465         * Makerules: Add vpath for %.dynsym and %.so so that the
6466         implicit rule chaining for check-abi works.
6468 2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6470         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
6471         Add non-PIC case.
6473 2003-01-11  Jakub Jelinek  <jakub@redhat.com>
6475         * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
6476         [__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
6477         gp is used early.
6478         [__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
6479         * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
6480         Ensure libc.so in DT_NEEDED.
6481         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
6482         CHECK_STATIC_TLS before l_tls_offset use.
6483         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
6484         Likewise.
6485         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
6486         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
6487         Allocate TLS_PRE_TCB_SIZE bytes below result.
6488         (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
6489         * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
6490         TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
6491         segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
6492         bytes below result and add tcb_offset to memsz.
6493         * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
6494         * sysdeps/ia64/dl-machine.h: Include tls.h.
6495         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
6496         too.
6497         (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
6498         Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
6499         * sysdeps/ia64/libc-tls.c: New file.
6501 2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
6503         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
6504         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
6505         Fix type.  Move definition out of #if.
6506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
6507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
6508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
6509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
6510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
6511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
6512         support.
6513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
6514         ftruncate64, pread64, pwrite64, truncate64 entries.
6515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
6516         (INLINE_SYSCALL): New version that supports function call like
6517         syscalls.  Add __builtin_expect.
6518         (LOADARGS_n): Add argument size safety checks.
6519         (INTERNAL_SYSCALL): New Macro.
6520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
6521         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
6522         redefinition of elf_fpreg_t and elf_fpregset_t.
6524 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
6526         * elf/dl-close.c (_dl_close): Add several asserts.  Correct and
6527         simplify test for unloading.  If loader of a DSO is unloaded do not
6528         use its scope anymore.  Fall back to own scope and adjust opencounts.
6529         Fix several comments.
6530         * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
6531         the l_searchlist, not only for l_initfini.
6533         * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
6534         dependencies if objects cannot be removed.  Remove object with the
6535         definition as not unloadable if necessary.
6537         * elf/reldep6.c: Create relocation dependency before closing the first
6538         module.
6540 2003-01-10  Guido Günther  <agx@sigxcpu.org>
6542         * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
6543         * sysdeps/unix/mips/brk.S: Likewise.
6544         * sysdeps/unix/mips/pipe.S: Likewise.
6546 2003-01-10  Andreas Schwab  <schwab@suse.de>
6548         * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
6550         * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
6551         are known to have the vfork syscall.
6553         * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
6555         * sysdeps/unix/sysv/linux/kernel-features.h
6556         (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
6557         (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
6558         (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
6560 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
6562         * elf/Makefile: Add rules to build and run reldep9 test.
6563         * elf/reldep9.c: New file.
6564         * elf/reldep9mod1.c: New file.
6565         * elf/reldep9mod2.c: New file.
6566         * elf/reldep9mod3.c: New file.
6568 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
6570         * elf/Makefile: Add rules to build and run nodelete2 test.
6571         * elf/nodelete2.c: New file.
6572         * elf/nodel2mod1.c: New file.
6573         * elf/nodel2mod2.c: New file.
6574         * elf/nodel2mod3.c: New file.
6576 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
6578         * posix/test-vfork.c (noop): Add __attribute_noinline__.
6579         * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
6580         * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
6581         defining it.
6582         * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
6583         * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
6584         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
6585         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
6586         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
6588 2003-01-09  Andreas Schwab  <schwab@suse.de>
6590         * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
6592 2003-01-08  Ulrich Drepper  <drepper@redhat.com>
6594         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
6595         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
6596         argument.
6597         (INTERNAL_SYSCALL_DECL): Define.
6599 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
6601         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
6602         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
6603         argument.
6604         (INTERNAL_SYSCALL_DECL): Define.
6605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6606         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
6607         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6608         (INLINE_SYSCALL): Adjust.
6609         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6610         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6611         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
6612         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6613         * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
6614         add err argument to INTERNAL_SYSCALL* macros.
6615         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
6616         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
6617         * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
6618         * sysdeps/unix/sysv/linux/m68k/getpagesize.c  (__getpagesize):
6619         Likewise.
6620         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
6621         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
6622         INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
6624 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
6626         Unify symbols in user namespace exported by libc.so and libc.a.
6627         * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
6628         argp_fmtstream_free, and argp_fmtstream_printf.
6629         * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
6630         argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
6631         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
6632         argp_fmtstream_point.
6633         * gmon/gmon.c: Don't define write_profiling.
6634         * libio/genops.c: Don't define _cleanup.
6636         * intl/explodename.c (_nl_find_language.c): Mark as static.
6637         * intl/loadinfo.h: Remove _nl_find_language prototype.
6639         * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
6640         * libio/libioP.h: Remove declaration.
6642         * libio/iopopen.c (_IO_proc_jumps): Mark as static.
6643         * libio/libioP.h: Remove declaration.
6645         * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
6646         * sysdeps/generic/framestate.c: Define STATIC before including
6647         unwind-dw2.c.
6649         * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
6651 2003-01-06  Philip Blundell  <philb@gnu.org>
6653         * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
6654         [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
6656         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
6657         directive.
6658         (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
6659         (SYSCALL_ERROR): New.
6660         (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
6661         handling code.
6662         (INTERNAL_SYSCALL): Define.
6663         (INLINE_SYSCALL): Use it.
6664         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
6665         * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
6666         SYSCALL_ERROR in place of __syscall_error.
6668 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
6670         * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
6671         __bswap_32, __bswap_64): Put x into temporary variable
6672         to avoid warnings.
6673         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
6674         (inline) functions.
6675         * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
6676         __bswap_32, __bswap_64): Put x into temporary variable
6677         to avoid warnings.
6678         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
6679         (inline) functions.
6680         * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
6681         Likewise.
6683 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
6685         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
6686         alias.
6688 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
6690         * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
6691         * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
6693 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
6695         * math/libm-test.inc (significand_test): New function.
6696         (main): Call it.
6698 2003-01-06  Roland McGrath  <roland@redhat.com>
6700         * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
6701         arguments.
6702         (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
6703         (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
6704         (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
6706         * string/tester.c (test_strcpy): Add test with `void *' arguments.
6708 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
6710         * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
6711         return significand and not the exponent.
6712         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6714         * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
6715         taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
6717         * malloc/malloc.c: Mark all _int_* functions as static.
6719 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
6721         * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
6722         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
6723         handling.
6724         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6726 2003-01-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6728         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
6729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
6730         support.
6731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
6732         ftruncate64, truncate64, pread64 and pwrite64 entries.
6733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
6734         (INLINE_SYSCALL): Add __builtin_expect.
6735         (LOADARGS_n): Add argument size safety checks.
6736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
6737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
6738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
6739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
6740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
6741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
6743 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
6745         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
6746         * sysdeps/generic/creat.c: Include sysdep-cancel.h.
6747         (LIBC_CANCEL_HANDLED): Add.
6749         * sysdeps/unix/sysv/linux/alpha/sysdep.h
6750         (inline_syscall_r0_constraint): Rename to...
6751         (inline_syscall_r0_out_constraint): ... this.  Add =.
6752         (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
6754 2003-01-06  Andreas Schwab  <schwab@suse.de>
6756         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
6757         sure this is always inlined.
6758         (elf_machine_rela): Likewise.
6760         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
6762 2003-01-04  Roland McGrath  <roland@redhat.com>
6764         * Makeconfig (+mkdep): Add -MP flag.
6765         Suggested by Art Haas <ahaas@airmail.net>.
6767 2003-01-05  Andreas Schwab  <schwab@suse.de>
6769         * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
6771 2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6773         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
6774         SYSCALL_ERROR_HANDLER.
6775         * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
6776         * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
6777         Add support for cancellation handling.
6778         * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
6779         SYSCALL_ERROR_HANDLER.
6780         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
6781         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
6782         Add support for cancellation handling.
6783         (SYSCALL_ERROR_HANDLER): Define PIC variants.
6785 2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
6788         __syscall_pread64 and __syscall_pwrite64 cancelable.
6789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
6790         (INTERNAL_SYSCALL): New macro.
6791         (LOADARGS_0, LOADARGS_1): Fix.
6793 2003-01-05  Ulrich Drepper  <drepper@redhat.com>
6795         * Makerules (build-shlip-helper): Unless told otherwise, add
6796         -Wl,-z,defs to linker command line.
6797         * rt/Makefile (librt.so): Link with ld.so.
6798         * dlfcn/Makefile (libdl.so): Likewise.
6800 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
6802         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
6803         cancellation handling.
6804         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
6805         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
6807 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
6809         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
6810         order of parameters passed to kill.
6812 2003-01-04  Andreas Schwab  <schwab@suse.de>
6814         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
6816 2002-01-03  Paul Eggert  <eggert@twinsun.com>
6818         * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
6819         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
6820         when compiling Bison 1.875's `bitset bset = obstack_alloc
6821         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
6823 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
6825         * sysdeps/posix/system.c (do_system): Minor optimizations.  Remove
6826         unnecessary code.
6827         Correct reference counter in case SIGQUIT handler installation failed.
6829 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
6831         * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
6832         Define using _Pragma(weak ...).
6834 2003-01-03  Andreas Jaeger  <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
6836         * resolv/res_libc.c: Provide declaration for __res_init_weak and
6837         reorder declarations.
6839 2003-01-03  Art Haas  <ahaas@airmail.net>
6841         * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
6842         initializer syntax to C99.
6843         * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
6844         * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
6845         * localedata/tests-mbwc/dat_iswctype.c: Likewise.
6846         * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
6847         * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
6848         * localedata/tests-mbwc/dat_iswlower.c: Likewise.
6849         * localedata/tests-mbwc/dat_iswprint.c: Likewise.
6850         * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
6851         * localedata/tests-mbwc/dat_iswspace.c: Likewise.
6852         * localedata/tests-mbwc/dat_iswupper.c: Likewise.
6853         * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
6854         * localedata/tests-mbwc/dat_mblen.c: Likewise.
6855         * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
6856         * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
6857         * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
6858         * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
6859         * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
6860         * localedata/tests-mbwc/dat_strcoll.c: Likewise.
6861         * localedata/tests-mbwc/dat_strfmon.c: Likewise.
6862         * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
6863         * localedata/tests-mbwc/dat_swscanf.c: Likewise.
6864         * localedata/tests-mbwc/dat_towctrans.c: Likewise.
6865         * localedata/tests-mbwc/dat_towlower.c: Likewise.
6866         * localedata/tests-mbwc/dat_towupper.c: Likewise.
6867         * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
6868         * localedata/tests-mbwc/dat_wcscat.c: Likewise.
6869         * localedata/tests-mbwc/dat_wcschr.c: Likewise.
6870         * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
6871         * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
6872         * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
6873         * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
6874         * localedata/tests-mbwc/dat_wcslen.c: Likewise.
6875         * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
6876         * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
6877         * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
6878         * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
6879         * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
6880         * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
6881         * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
6882         * localedata/tests-mbwc/dat_wcstod.c: Likewise.
6883         * localedata/tests-mbwc/dat_wcstok.c: Likewise.
6884         * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
6885         * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
6886         * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
6887         * localedata/tests-mbwc/dat_wctob.c: Likewise.
6888         * localedata/tests-mbwc/dat_wctomb.c: Likewise.
6889         * localedata/tests-mbwc/dat_wctrans.c: Likewise.
6890         * localedata/tests-mbwc/dat_wctype.c: Likewise.
6891         * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
6893 2003-01-03  Richard Henderson  <rth@redhat.com>
6895         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
6896         (inline_syscall_r0_constraint): New.
6897         (inline_syscall[0-6]): Use them.
6899 2003-01-03  Jakub Jelinek  <jakub@redhat.com>
6901         * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
6902         Add rtld_hidden_proto.
6903         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
6904         (_dl_allocate_tls): Likewise.  Remove INTDEF.
6906 2002-07-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6908         * sysdeps/sh/memcpy.S: Optimize.  Based on a patch by Toshiyasu
6909         Morita <toshiyasu.morita@hsa.hitachi.com>.
6910         * sysdeps/sh/memcpy.S: Likewise.
6912 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
6914         * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
6915         any, but unify the test.
6917 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
6919         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
6920         sigaction): Protect weak_alias and libc_hidden_weak with
6921         #ifndef LIBC_SIGACTION.
6922         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
6923         sigaction): Likewise.
6924         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
6925         sigaction): Likewise.
6926         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
6927         sigaction): Likewise.
6928         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
6929         sigaction): Likewise.
6930         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
6931         sigaction): Likewise.
6932         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
6933         sigaction): Likewise.
6934         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
6935         sigaction): Likewise.  Remove SIGCANCEL handling here.
6936         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
6937         Likewise.
6939 2003-01-02  Art Haas  <ahaas@airmail.net>
6941         * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
6943 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
6945         * posix/getconf.c: Update copyright year.
6946         * nss/getent.c: Likewise.
6947         * nscd/nscd_nischeck.c: Likewise.
6948         * iconv/iconvconfig.c: Likewise.
6949         * iconv/iconv_prog.c: Likewise.
6950         * elf/ldconfig.c: Likewise.
6951         * catgets/gencat.c: Likewise.
6952         * csu/version.c: Likewise.
6953         * elf/ldd.bash.in: Likewise.
6954         * elf/sprof.c (print_version): Likewise.
6955         * locale/programs/locale.c: Likewise.
6956         * locale/programs/localedef.c: Likewise.
6957         * nscd/nscd.c (print_version): Likewise.
6958         * debug/xtrace.sh: Likewise.
6959         * malloc/memusage.sh: Likewise.
6960         * malloc/mtrace.pl: Likewise.
6962 2003-01-01  Jakub Jelinek  <jakub@redhat.com>
6964         * io/sys/stat.h: Include time.h with __need_timespec even if
6965         __USE_MISC is defined but __USE_XOPEN is not.
6967 2003-01-01  Andreas Jaeger  <aj@suse.de>
6969         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
6970         type to avoid strict aliasing problem.
6971         (_nss_dns_gethostbyname2_r): Likewise.
6972         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6973         (_nss_dns_getnetbyname_r): Likewise.
6974         * resolv/gethnamaddr.c (_gethtent): Likewise.
6975         (gethostbyname2): Likewise.
6977 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
6979         * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
6980         to avoid using the exported symbols.  Define aliases with the
6981         original names separately.
6983         * include/time.h: Add libc_hidden_proto for __strftime_l.
6984         * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
6985         * time/strftime.c: Always use libc_hidden_def if _LIBC.
6987         * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
6988         * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
6990         * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
6991         tr_break.
6993         * csu/Makefile (routines): Add dso_handle.
6994         * csu/dso_handle.c: New file.
6996 2002-12-31  Roland McGrath  <roland@redhat.com>
6998         * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
6999         Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
7000         (S-CPPFLAGS): Add -DASSEMBLER here instead.
7001         (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
7003 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
7005         * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
7006         is available.
7008 2002-12-31  Andreas Jaeger  <aj@suse.de>
7010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
7011         with Linux kernel.
7012         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
7013         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
7014         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
7016         * sysdeps/unix/sysv/linux/kernel_stat.h
7017         (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
7019         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
7020         __unused[1-3] since they're needed by some platforms.  Handle
7021         _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
7023         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
7024         for structs stat and stat64.
7025         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7026         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
7027         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7028         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7030         * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
7032         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
7033         nsec resolution changes.
7034         (xstat64_conv): Likewise.
7035         (xstat32_conv): Likewise.
7037         * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
7038         struct kernel_stat.
7040         * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
7041         structs stat and stat64.
7043         * time/time.h (__timespec_defined): Define for __USE_MISC.
7045 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
7047         * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
7048         and __libc_current_sigrtmax.
7050 2002-12-31  Jakub Jelinek  <jakub@redhat.com>
7052         * include/errno.h (__errno_location): Add prototype.
7053         Use libc_hidden_proto unconditionally.
7054         * include/netdb.h (__h_errno_location): Use libc_hidden_proto
7055         unconditionally.
7056         * include/resolv.h (__res_state): Likewise.
7058         * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
7059         * include/sys/socket.h (accept): Add libc_hidden_proto.
7060         * include/errno.h (__errno_location): Likewise.
7061         * include/netdb.h (__h_errno_location): Likewise.
7062         * include/resolv.h (__res_state): Likewise.
7063         * include/unistd.h (__lseek): Likewise.
7064         * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
7065         * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
7066         * sysdeps/generic/res-state.c (__res_state): Likewise.
7067         * sysdeps/generic/accept.c (accept): Likewise.
7068         * sysdeps/generic/lseek.c (__lseek): Likewise.
7069         * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
7070         __libc_current_sigrtmax): Likewise.
7071         * sysdeps/mach/hurd/accept.c (accept): Likewise.
7072         * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
7073         * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
7074         * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
7075         * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
7076         * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
7077         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
7078         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
7079         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
7080         alias to llseek.
7081         (__GI_accept): New alias to accept.
7082         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
7083         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
7084         New alias to llseek.
7085         (__GI_accept): New alias to accept.
7086         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
7087         Likewise.
7088         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
7089         Likewise.
7090         * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
7092         * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
7093         strong_alias (name, __GI_name).
7094         * sysdeps/arm/bsd-_setjmp.S : Likewise.
7095         * sysdeps/hppa/bsd-_setjmp.S : Likewise.
7096         * sysdeps/i386/bsd-_setjmp.S : Likewise.
7097         * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
7098         * sysdeps/mips/bsd-_setjmp.S : Likewise.
7099         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
7100         * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
7101         * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
7102         * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
7103         * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
7104         * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
7105         * sysdeps/sh/bsd-_setjmp.S : Likewise.
7106         * sysdeps/sparc/sparc32/setjmp.S : Likewise.
7107         * sysdeps/unix/arm/fork.S : Likewise.
7108         * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
7109         * sysdeps/unix/bsd/i386/vfork.S : Likewise.
7110         * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
7111         * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
7112         * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
7113         * sysdeps/unix/bsd/vax/vfork.S : Likewise.
7114         * sysdeps/unix/i386/fork.S : Likewise.
7115         * sysdeps/unix/mips/fork.S : Likewise.
7116         * sysdeps/unix/sparc/fork.S : Likewise.
7117         * sysdeps/unix/sparc/vfork.S : Likewise.
7118         * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
7119         * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
7120         * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
7121         * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
7122         * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
7123         * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
7124         * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
7125         * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
7126         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
7127         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
7128         * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
7129         * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
7130         * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
7131         * sysdeps/unix/fork.S : Likewise.
7132         * sysdeps/vax/bsd-_setjmp.S : Likewise.
7133         * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
7135         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
7136         inclusion.
7138 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
7140         * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
7141         * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
7142         * sysdeps/mach/hurd/fork.c: Likewise.
7143         * sysdeps/unix/sysv/aix/fork.c: Likewise.
7144         * sysdeps/unix/fork.S: Add __GI___fork alias.
7145         * sysdeps/unix/arm/fork.S: Likewise.
7146         * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
7147         * sysdeps/unix/i386/fork.S: Likewise.
7148         * sysdeps/unix/mips/fork.S: Likewise.
7149         * sysdeps/unix/sparc/fork.S: Likewise.
7150         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
7151         * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
7152         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
7153         * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
7154         * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
7155         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
7156         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
7157         * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
7158         * sysdeps/unix/bsd/vax/vfork.S: Likewise.
7159         * sysdeps/unix/sparc/vfork.S: Likewise.
7160         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
7161         * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
7162         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7163         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
7164         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
7165         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
7166         * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
7167         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
7169         * include/time.h: Add libc_hidden_proto for __nanosleep.
7170         * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
7171         * sysdeps/mach/nanosleep.c: Likewise.
7172         * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
7173         * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
7175         * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
7176         _IO_list_unlock, and _IO_list_resetlock.
7177         * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
7178         _IO_list_unlock, and _IO_list_resetlock.
7180         * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
7181         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
7182         * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
7183         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
7185         * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
7186         * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
7187         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
7188         __GI___longjmp alias.
7190         * include/setjmp.h: Add libc_hidden_proto for _setjmp.
7191         * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
7192         * sysdeps/arm/bsd-_setjmp.S: Likewise.
7193         * sysdeps/generic/bsd-_setjmp.c: Likewise.
7194         * sysdeps/hppa/bsd-_setjmp.S: Likewise.
7195         * sysdeps/i386/bsd-_setjmp.S: Likewise.
7196         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
7197         * sysdeps/mips/bsd-_setjmp.S: Likewise.
7198         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
7199         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
7200         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
7201         * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
7202         * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
7203         * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
7204         * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
7205         * sysdeps/sh/bsd-_setjmp.S: Likewise.
7206         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
7207         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7208         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
7209         * sysdeps/vax/bsd-_setjmp.S: Likewise.
7210         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
7212 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
7214         * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
7216 2002-12-30  Roland McGrath  <roland@redhat.com>
7218         * Rules (generated): Target removed.
7219         * mach/Makefile (generated): Define it here instead.
7221         * math/Makefile (generated): Add m_*l and m_*f variants too.
7223 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
7225         * elf/dl-close.c (_dl_close): Handle relocation dependencies among
7226         the to-be-deleted objects right away instead of later separately.
7227         The latter fails because the scope data structures of the DSO
7228         might already be gone.
7230         * elf/Makefile: Add rules to build and run reldep8 test.
7231         * elf/reldep8.c: New file.
7232         * elf/reldep8mod1.c: New file.
7233         * elf/reldep8mod2.c: New file.
7234         * elf/reldep8mod3.c: New file.
7235         Contributed by Jakub Jelinek.
7237 2002-12-24  GOTO Masanori  <gotom@debian.or.jp>
7239         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
7240         checking of return value ENOSYS from getdents64.
7242 2002-12-28  Andreas Schwab  <schwab@suse.de>
7244         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
7245         ($(common-objpfx)s-%.d): Generalized from
7246         $(common-objpfx)s-proto.d rule.
7247         (common-generated): Add s-proto-cancel.d.
7248         * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
7249         cancellable syscalls.
7250         * sysdeps/unix/s-proto-cancel.S: New file.
7252 2002-12-29  Roland McGrath  <roland@redhat.com>
7254         * resolv/res_libc.c: Move _res defn magic after res_init defn
7255         so _res macro is in effect for that code.
7257         * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
7258         pattern for prepending $(..) so it doesn't affect $(foo).
7260         * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
7262 2002-12-29  Jakub Jelinek  <jakub@redhat.com>
7264         * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
7265         in hwcap.
7267 2002-12-28  Ulrich Drepper  <drepper@redhat.com>
7269         * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
7271 2002-12-28  Andreas Jaeger  <aj@suse.de>
7273         * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
7274         avoid warning.
7275         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
7277 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
7279         * inet/herrno.c (__h_errno_location): Remove.
7280         * inet/Makefile (routines): Add herrno-loc.
7281         * resolv/res_libc.c (__res_state): Remove.
7282         * resolv/Makefile (routines): Add res-state.
7283         * sysdeps/generic/herrno-loc.c: New file.
7284         * sysdeps/generic/res-state.c: New file.
7286 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
7288         * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
7289         Only define if USE_DL_SYSINFO is defined.
7291 2002-12-22  Jakub Jelinek  <jakub@redhat.com>
7293         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
7294         INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
7295         Define. Patch by Richard Henderson and Jes Sorensen.
7296         (PSEUDO): Remove unnecessary ;;.
7297         * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
7298         are found unless TLS_INIT_TP_EXPENSIVE.  Use NONTLS_INIT_TP.
7299         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
7300         if not initializing thread pointer.
7301         [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
7302         * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
7303         make it weak also if NONTLS_INIT_TP.
7304         * sysdeps/unix/common/pause.c: Handle cancellation.
7305         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
7306         (LOADSYSCALL): Remove.
7307         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
7308         (SYSCALL_ERROR_HANDLER): Use it.
7309         (PSEUDO): Don't jump around error handler.
7310         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
7311         jump around error handler.
7312         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
7313         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
7314         to __syscall_error_handler on failure.
7315         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
7316         (LOADSYSCALL): Remove.
7317         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
7318         (SYSCALL_ERROR_HANDLER): Use it.
7319         (PSEUDO): Don't jump around error handler.
7320         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
7321         jump around error handler.
7322         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
7323         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
7324         to __syscall_error_handler on failure.
7326 2002-12-27  Roland McGrath  <roland@redhat.com>
7328         * scripts/gen-as-const.awk: New file.
7329         * Makefile (distribute): Add it.
7330         * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
7331         (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
7332         to the list.
7333         (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
7335 2002-12-27  Andreas Schwab  <schwab@suse.de>
7337         * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
7339 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
7341         * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
7342         _environ is NULL.
7344 2002-12-27  Andreas Schwab  <schwab@suse.de>
7346         * Makerules ($(common-objpfx)%.make): Filter through
7347         $(sed-remove-objpfx).
7349 2002-12-23  Roland McGrath  <roland@redhat.com>
7351         * scripts/abilist.awk: Produce a more compact format, divided into
7352         stanzas for each version set, the set name listed only once.
7353         * scripts/extract-abilist.awk: New file.
7354         * scripts/merge-abilist.awk: New file.
7355         * Makerules (check-abi-%, update-abi-%): New pattern rules.
7356         (update-abi, check-abi): New targets.
7357         * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
7359 2002-12-19  Roland McGrath  <roland@redhat.com>
7361         * Makerules (%.symlist): Use LC_ALL=C when running awk script.
7363         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
7364         INTERNAL_SYSCALL.
7366 2002-12-21  Andreas Schwab  <schwab@suse.de>
7368         * elf/check-textrel.c (handle_file): Swap p_type.
7370 2002-12-21  Andreas Schwab  <schwab@suse.de>
7372         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
7373         (INLINE_SYSCALL): Use it.
7374         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
7375         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
7377         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
7378         * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
7380 2002-12-20  Art Haas  <ahaas@airmail.net>
7382         * sysdeps/gnu/siglist.c: Convert GCC extension initializer
7383         syntax to C99.
7385 2002-12-21  Philip Blundell  <philb@gnu.org>
7387         * sysdeps/arm/elf/start.S (_start): Optimise a little.  Push stack
7388         top as seventh arg to __libc_start_main.
7389         Reported by paulnash@wildseed.com.
7391         * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
7393         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
7394         compatibility cruft when new enough kernel is assumed.
7396 2002-12-20  Jakub Jelinek  <jakub@redhat.com>
7398         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
7399         instead of INLINE_SYSCALL.
7401 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
7403         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
7404         typo.
7406         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
7407         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7408         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
7409         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
7410         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
7411         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
7412         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
7413         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
7414         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
7415         Patch by William Lee Irwin <wli@holomorphy.com>.
7417 2002-12-20  Andreas Schwab  <schwab@suse.de>
7419         * locale/programs/ld-measurement.c (measurement_output): Fix
7420         index calculation.
7422 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
7424         * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
7425         Redefine _IO_flockifle and _IO_funlockfile as inlines.
7427         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
7428         builds add "tls" in the search path.
7429         * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
7430         (path_hwcap): Recognize "tls".
7432 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
7434         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
7435         __waitpid instead of waitpid.
7437         * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
7438         int $0x80.
7439         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
7440         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
7441         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
7443         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
7444         information for system calls.
7446         * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
7447         for ld.so.
7449         * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
7451 2002-12-19  Roland McGrath  <roland@redhat.com>
7453         * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
7454         * iconvdata/ibm922.h: Likewise.
7455         * iconvdata/ibm930.h: Likewise.
7456         * iconvdata/ibm932.h: Likewise.
7457         * iconvdata/ibm933.h: Likewise.
7458         * iconvdata/ibm935.h: Likewise.
7459         * iconvdata/ibm937.h: Likewise.
7460         * iconvdata/ibm939.h: Likewise.
7461         * iconvdata/ibm943.h: Likewise.
7462         * iconvdata/isiri-3342.h: Likewise.
7464 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
7466         * test-skeleton.c (main): Make sure correct value is seen as
7467         argv[0] after adjustment of argv, and argc.
7469         * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
7470         RTLD_CORRECT_DYNAMIC_WEAK is defined.
7472 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
7474         * nscd/connections.c (nscd_run): Shut up warning.
7475         * tst-ungetc.c (assert): Undefined before redefining.
7477 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
7479         * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
7480         is used.
7482 2002-12-17  Art Haas  <ahaas@airmail.net>
7484         * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
7485         * iconvdata/cp775.h: Likewise.
7486         * iconvdata/ibm1046.h: Likewise.
7487         * iconvdata/ibm1124.h: Likewise.
7488         * iconvdata/ibm1129.h: Likewise.
7489         * iconvdata/ibm1132.h: Likewise.
7490         * iconvdata/ibm1133.h: Likewise.
7491         * iconvdata/ibm1160.h: Likewise.
7492         * iconvdata/ibm1161.h: Likewise.
7493         * iconvdata/ibm1162.h: Likewise.
7494         * iconvdata/ibm1163.h: Likewise.
7495         * iconvdata/ibm1164.h: Likewise.
7497 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
7499         * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
7500         __ASSUME_CLONE_THREAD_FLAGS is defined.
7501         * sysdeps/unix/sysv/linux/kernel-features.h
7502         (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
7504 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
7506         * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
7507         of asm.
7508         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7510         * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
7511         _dl_sysinfo.
7512         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
7513         code.
7514         * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
7515         _rtld_global.
7516         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
7517         code.
7518         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
7519         Check for AT_SYSINFO and set _dl_sysinfo appropriately.
7520         * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
7521         Add _dl_sysinfo.
7523 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
7525         * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
7526         __libc_writev to...
7527         [libc: GLIBC_PRIVATE]: ...here.
7528         * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
7529         __libc_msgsnd to...
7530         [libc: GLIBC_PRIVATE]: ...here.
7532 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
7534         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
7535         Use it instead of directly int $0x80.
7536         * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
7537         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7538         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7539         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7540         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7541         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7543 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
7545         * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
7547         * elf/elf.h (AT_SYSINFO): New define.
7548         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
7549         AT_SYSINFO.
7551 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
7553         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
7554         Make cancelable.
7555         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
7556         Likewise.
7557         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
7558         Likewise.
7559         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
7560         Likewise.
7561         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
7562         Likewise.
7563         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
7565         * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
7566         mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
7567         available, otherwise __libc_maybe_call.
7568         * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
7569         cancellation handling.
7570         * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
7572 2002-12-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
7574         * posix/regcomp.c (free_workarea_compile): Free the new member
7575         ORG_INDICES.
7576         (analyze): Initialize ORG_INDICES.
7577         (duplicate_node_closure): Search for a existing node, which is
7578         duplicated from the node ORG_DEST and satisfies the constraint
7579         CONSTRAINT.  And use it to avoid inifimite loop.
7580         (search_duplicated_node): New function.
7581         (duplicate_node): Store the index of the original node.
7582         * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
7583         if needed.
7584         * posix/regex_internal.h (re_dfa_t): Add new members.
7586 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
7588         * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
7590 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
7592         * sysdeps/posix/system.c (do_system): Add support for installation
7593         of cancellation handlers.
7594         * sysdeps/unix/sysv/linux/i386/system.c: New file.
7596         * stdlib/Makefile (tests): Add tst-system.
7597         * stdlib/tst-system.c: New file.
7599         * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
7600         CENABLE]: Don't lose content of %ebx.
7602 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
7604         * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
7605         macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
7607 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
7609         * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
7610         fails to return a function pointer don't use it.
7612 2002-12-16  Art Haas  <ahaas@airmail.net>
7614         * io/ftw.c: Convert GCC extension initializer syntax to C99.
7615         * iconvdata/iso-ir-165.c: Likewise.
7616         * iconvdata/jis0208.c: Likewise.
7617         * iconvdata/jis0212.c: Likewise.
7619 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
7621         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
7622         epoll_ctl, and epoll_wait.
7623         * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
7624         epoll_create, epoll_ctl, and epoll_wait.
7625         * sysdeps/unix/sysv/linux/sys/epoll.h: New file.  Written by
7626         Davide Libenzi <davidel@xmailserver.org>.
7627         * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
7628         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7629         Add sys/epoll.h.
7631 2002-12-16  Art Haas  <ahaas@airmail.net>
7633         * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
7634         syntax to C99
7635         * sysdeps/unix/sysv/aix/settimer.c: Likewise.
7636         * sysdeps/unix/sysv/aix/sleep.c: Likewise.
7637         * sysdeps/unix/sysv/aix/usleep.c: Likewise.
7639 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
7641         * stdio-common/Makefile (routines): Remove lockfile.  Add
7642         flockfile, ftrylockfile, and funlockfile.
7643         * sysdeps/generic/lockfile.c: Removed.  Each function has its own file.
7644         * sysdeps/generic/flockfile.c: New file.
7645         * sysdeps/generic/ftrylockfile.c: New file.
7646         * sysdeps/generic/funlockfile.c: New file.
7648 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
7650         * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
7651         macros instead of doing the calls directly.
7652         * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
7653         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
7654         targets.
7656 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
7658         * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
7659         * sysdeps/ieee754/bits/nan.h: Likewise.
7661         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
7662         __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
7664 2002-12-16  Roland McGrath  <roland@redhat.com>
7666         * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
7667         * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
7668         * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
7670         * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
7671         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
7672         s_putpmsg.
7673         * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
7674         * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
7675         * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
7676         * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
7677         * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
7678         * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
7679         * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
7680         * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
7682 2002-12-13  Paul Eggert  <eggert@twinsun.com>
7684         * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
7685         is now u_int, not int.
7686         (struct XDR.x_handy): Now u_int, not int.
7687         * sunrpc/xdr_mem.c: Include <limits.h>.
7688         (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
7689         xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
7690         x_handy is now unsigned, not signed.
7691         Do not decrement x_handy if no change is made.
7692         (xdrmem_setpos): Check for int overflow.
7693         * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
7694         (xdr_sizeof): Remove cast that is now unnecessary, now that
7695         x_handy is unsigned.
7697 2002-12-15  Art Haas  <ahaas@airmail.net>
7699         * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
7700         * iconvdata/gap.awk: Likewise.
7701         * iconvdata/gen-8bit-gap-1.sh: Likewise.
7702         * iconvdata/gen-8bit-gap.sh: Likewise.
7703         * locale/C-address.c: Likewise.
7704         * locale/C-collate.c: Likewise.
7705         * locale/C-ctype.c: Likewise.
7706         * locale/C-identification.c: Likewise.
7707         * locale/C-measurement.c: Likewise.
7708         * locale/C-messages.c: Likewise.
7709         * locale/C-monetary.c: Likewise.
7710         * locale/C-name.c: Likewise.
7711         * locale/C-numeric.c: Likewise.
7712         * locale/C-paper.c: Likewise.
7713         * locale/C-telephone.c: Likewise.
7714         * locale/C-time.c: Likewise.
7715         * nscd/connections.c: Likewise.
7716         * nscd/grpcache.c: Likewise.
7717         * nscd/hstcache.c: Likewise.
7718         * nscd/pwdcache.c: Likewise.
7719         * stdio-common/vfprintf.c: Likewise.
7720         * stdlib/random.c: Likewise.
7721         * sysdeps/generic/siglist.c: Likewise.
7722         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7723         * sysdeps/ieee754/bits/nan.h: Likewise.
7724         * sysdeps/posix/sprofil.c: Likewise.
7725         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7726         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
7727         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
7729 2002-12-15  Roland McGrath  <roland@redhat.com>
7731         * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
7733         * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
7734         <tls.h> here, no need for it.
7735         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
7737         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
7738         parameter, not varargs parameter.
7740         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
7741         argument so it's not an unused variable.
7743         * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
7744         __p_type_syms, __p_rcode_syms): Remove decls, never really intended
7745         for users.
7747         * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
7749 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
7751         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
7752         original __libc_fcntl code.  Just renamed.
7754 2002-12-15  Andreas Schwab  <schwab@suse.de>
7756         * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
7758 2002-12-14  Olaf Hering  <olh@suse.de>
7760         * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
7761         * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
7763 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
7765         * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
7767         * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
7768         SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
7770         * sysdeps/unix/sysv/linux/open64.c: New file.
7772         * sysdeps/generic/pselect.c: Add support for cancellation handling.
7773         * sysdeps/posix/open64.c: Likewise.
7774         * sysdeps/posix/sigpause.c: Likewise.
7775         * sysdeps/posix/sigwait.c: Likewise.
7776         * sysdeps/posix/system.c: Likewise.
7777         * sysdeps/posix/waitid.c: Likewise.
7778         * sysdeps/unix/sysv/linux/accept.S: Likewise.
7779         * sysdeps/unix/sysv/linux/connect.S: Likewise.
7780         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
7781         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
7782         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
7783         * sysdeps/unix/sysv/linux/poll.c: Likewise.
7784         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7785         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7786         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7787         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7788         * sysdeps/unix/sysv/linux/readv.c: Likewise.
7789         * sysdeps/unix/sysv/linux/recv.S: Likewise.
7790         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
7791         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
7792         * sysdeps/unix/sysv/linux/send.S: Likewise.
7793         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
7794         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
7795         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7796         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
7797         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7798         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7799         * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
7800         * sysdeps/unix/sysv/linux/wait.c: Likewise.
7801         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
7802         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7803         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7804         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7806 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
7808         * sysdeps/generic/sysdep-cancel.h: New file.
7809         * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
7810         cancelable syscall.
7811         * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
7812         recvmsg, send, sendmsg, sendto): Make cancelable.
7813         * sysdeps/unix/mman/syscalls.list (msync): Likewise.
7814         * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
7815         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
7816         sendto, osf_select): Likewise.
7817         * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
7818         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
7819         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
7820         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
7821         sendto): Likewise.
7822         * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
7823         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
7824         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
7825         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
7826         sendto): Likewise.
7827         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
7828         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
7829         sendto, select): Likewise.
7830         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
7831         pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
7832         Likewise.
7833         * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
7834         select, fcntl): Likewise.
7835         * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
7836         * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
7837         read, readv, select, sigsuspend, write, writev): Likewise.
7839 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
7841         * dirent/bug-readdir1.c: Include unistd.h.
7843 2002-12-13  Jakub Jelinek  <jakub@redhat.com>
7845         * locale/programs/locale.c: Include locarchive.h.
7846         (ARCHIVE_NAME): Define.
7847         (write_archive_locales): New function.
7848         (write_locales): Use it.  Ensure the same locale is not printed
7849         multiple times in verbose mode.
7850         Mode LC_IDENTIFICATION and LC_CTYPE printing into...
7851         (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
7852         functions.
7853         (struct nameent): New type.
7854         (nameentcmp): New function.
7856 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
7858         * posix/regex_internal.c (re_string_context_at): Guard wide char
7859         code with #ifdef RE_ENABLE_I18N.
7861 2002-11-22  Paolo Bonzini  <bonzini@gnu.org>
7863         * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
7865 2002-12-13  Roland McGrath  <roland@redhat.com>
7867         * posix/bug-regex15.c: New file.
7868         * posix/Makefile (tests): Add it.
7870         * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
7871         (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
7873 2002-12-13  Ulrich Drepper  <drepper@redhat.com>
7875         * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
7877         * misc/syslog.c (log_cleanup): Don't use parameter in
7878         __libc_lock_unlock call, use syslog_lock directly.  Adjust callers to
7879         pass NULL instead of a pointer to syslog_lock.
7881 2002-12-12  Ulrich Drepper  <drepper@redhat.com>
7883         * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
7884         linker map for all iconv modules.
7885         (distribute): Add gconv.map.
7886         * iconvdata/gconv.map: New file.
7888         * elf/Makefile: Also check all iconv modules for text relocations.
7890         * stdlib/Makefile: Remove code to automatically import GMP.
7892         * elf/Makefile (tests): Add rules to build and run check-textrel.
7893         * elf/check-textrel.c: New file.
7895         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
7896         directive.
7898 2002-12-11  Jakub Jelinek  <jakub@redhat.com>
7900         * io/test-utime (main): If stnow.st[am]time is wrong, print it and
7901         not st.st[am]time.
7903 2002-04-30  Bruno Haible  <bruno@clisp.org>
7905         * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
7906         the encoding if it already has slashes.
7907         Reported by Perry Rapp <prapp@erols.com>.
7909 2002-12-11  Roland McGrath  <roland@redhat.com>
7911         * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
7912         (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
7913         Turn off PIC for compiling this file.
7915 2002-12-11  Ulrich Drepper  <drepper@redhat.com>
7917         * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
7918         definitions.  Not needed.
7919         [_LIBC]: Use definitions from libc-lock.h instead of referencing
7920         pthread routines directly.
7921         * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
7922         mutex_init calls.
7923         (arena_get2): Don't look at return value of mutex_lock.
7925 2002-12-11  Roland McGrath  <roland@redhat.com>
7927         * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
7928         elf-init.o instead of compiling a PIC version.
7930 2002-12-11  Bruno Haible  <bruno@clisp.org>
7932         * intl/gettext.h: Renamed to ...
7933         * intl/gmo.h: ... here.
7934         * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
7935         * intl/gettextP.h: Update.
7936         * intl/loadmsgcat.c: Update.
7938         * intl/gettextP.h (PARAMS): Make more portable.
7939         (attribute_hidden): Define as empty macro if not already defined.
7940         * intl/hash-string.h (PARAMS): Make more portable.
7941         * intl/loadinfo.h (PARAMS): Likewise.
7942         * intl/plural-exp.h (PARAMS): Likewise.
7943         (attribute_hidden): Move definition near the definition of
7944         internal_function.
7946         * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
7947         * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
7949 2002-07-13  Bruno Haible  <bruno@clisp.org>
7951         * intl/dcigettext.c (freea): New macro.
7952         (FREE_BLOCKS): Free also the registered blocks.
7953         (DCIGETTEXT): Free the 'search' variable.
7954         Reported by Andreas Fischer <a.fischer@asentics.de>.
7956 2002-04-27  Bruno Haible  <bruno@clisp.org>
7958         * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
7959         * intl/dcigettext.c: Likewise.
7960         * intl/dcgettext.c: Likewise.
7961         * intl/dgettext.c: Likewise.
7962         * intl/gettext.c: Likewise.
7963         * intl/dcngettext.c: Likewise.
7964         * intl/dngettext.c: Likewise.
7965         * intl/ngettext.c: Likewise.
7966         * intl/textdomain.c: Likewise.
7967         * intl/bindtextdom.c: Likewise.
7968         * intl/plural-exp.h: Likewise.
7970 2002-01-02  Bruno Haible  <bruno@clisp.org>
7972         * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
7974 2001-04-30  Bruno Haible  <bruno@clisp.org>
7976         * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
7977         default macro definitions.  Needed for mingw32.
7979 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
7981         * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
7982         __builtin_constant_p to macro parameter.
7984         * sysdeps/generic/sigpause.c: Define all functions as weak.
7985         * sysdeps/posix/sigpause.c: Likewise.
7987         * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
7988         type size_t.
7990 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
7992         * elf/tst-array1.c (preinit_array, init_array, fini_array):
7993         Explicitly align the array to sizeof (void *).
7994         * elf/tst-array2dep.c (init_array, fini_array): Likewise.
7996         * include/libc-symbols.h: Fix a comment typo.
7998         * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
7999         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
8000         Likewise.
8001         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
8002         Likewise.
8003         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
8004         (__libc_sigsuspend): Likewise.
8005         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
8006         (__libc_sigsuspend): Likewise.
8007         * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
8008         (creat): New weak alias.
8010 2002-12-10  Roland McGrath  <roland@redhat.com>
8012         * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
8013         contributes a manual chapter.
8014         * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
8015         around xref to it.
8017         * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
8018         and move contents to ...
8019         (EXTRA_LD_ENVVARS_LINUX): ... this new macro.  Add break for nonmatch.
8020         * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
8021         it instead of duplicating its contents.
8022         (EXTRA_LD_ENVVARS): Likewise.  Add break for nonmatch.
8024 2002-12-09  Jakub Jelinek  <jakub@redhat.com>
8026         * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
8027         defined.
8028         * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
8029         function.
8030         (EXTRA_LD_ENVVARS): Use it.
8031         (DL_OSVERSION_INIT): Define.
8032         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
8033         dl-librecon.h.
8034         (EXTRA_LD_ENVVARS): Undef before defining.  Use _dl_osversion_init.
8036 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
8038         * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
8040         * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
8041         call.  It is not allowed to destroy pthread mutexes which are
8042         still in use even though it is safe for our implementations.  If
8043         somebody still uses the descriptor it is a bug.
8045 2002-12-09  Richard Henderson  <rth@redhat.com>
8047         * csu/abi-note.S: Use .p2align, not .align.
8049 2002-12-09  Ulrich Drepper  <drepper@redhat.com>
8051         * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
8052         __libc_select aliases.
8054         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
8055         alias.
8057         * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
8059         * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
8061         * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
8063         * sysdeps/unix/syscalls.list: Define __libc_select alias.
8065         * sysdeps/posix/waitid.c: Define __libc_waitid alias.
8067         * sysdeps/posix/sigpause.c: Define __libc_sigpause and
8068         __libc___xpg_sigpause aliases.
8070         * sysdeps/generic/pselect.c: Define __libc_pselect alias.
8072         * misc/error.c: Remove use of USE_IN_LIBIO.
8074 2002-12-08  Roland McGrath  <roland@redhat.com>
8076         * elf/Makefile (tests): Uncomment tst-array[123].
8077         * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
8078         * csu/elf-init.c: New file.
8079         * csu/Makefile (routines, static-only-routines): Add elf-init.
8080         * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
8081         and __libc_csu_fini in place of _fini.
8082         * sysdeps/arm/elf/start.S: Likewise.
8083         * sysdeps/cris/elf/start.S: Likewise.
8084         * sysdeps/hppa/elf/start.S: Likewise.
8085         * sysdeps/i386/elf/start.S: Likewise.
8086         * sysdeps/ia64/elf/start.S: Likewise.
8087         * sysdeps/m68k/elf/start.S: Likewise.
8088         * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
8089         * sysdeps/mips/elf/start.S: Likewise.
8090         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
8091         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
8092         * sysdeps/s390/s390-32/elf/start.S: Likewise.
8093         * sysdeps/s390/s390-64/elf/start.S: Likewise.
8094         * sysdeps/sh/elf/start.S: Likewise.
8095         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
8096         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8097         * sysdeps/x86_64/elf/start.S: Likewise.
8099         * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
8100         struct containing function ptr and value, free it.
8101         (__aio_notify_only): Allocate that and copy values from SIGEV into it.
8102         It's not safe to let the new thread use the SIGEV pointer.
8104 2001-10-20  Paul Eggert  <eggert@twinsun.com>
8106         * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
8107         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
8108         Use strerror_r that is only a macro, even if it is not a function.
8109         (strerror): Check for HAVE_DECL_STRERROR before declaring.
8110         (private_strerror): Use prototypes, not old-style function definition.
8111         (print_errno_message): New function.
8112         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
8113         char*-flavored one.
8114         (error_tail, error, error_at_line): Use it.
8116 2002-12-07  Carlos O'Donell  <carlos@baldric.uwo.ca>
8118         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
8120 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
8122         * scripts/output-format.sed: Fix bug in one of the s expressions
8123         which used / for one too many things.
8125         * include/unistd.h: Declare __libc_close.
8127 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
8129         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
8131 2002-12-07  Roland McGrath  <roland@redhat.com>
8133         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
8134         from 2002-12-06, but remove unnecessary memset call without removing
8135         necessary copy of initialization image.
8137         * Makerules ($(common-objpfx)format.lds): New target.
8138         (common-generated): Add it.
8139         ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
8140         * scripts/output-format.sed: New file.
8141         * Makefile (distribute): Add it.
8143 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
8145         * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
8146         Reported by Art Haas <ahaas@airmail.net>.
8148 2002-12-07  Kenneth W. Chen  <kenneth.w.chen@intel.com>
8150         * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec.  Fix .recovery4.
8152 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
8154         * string/test-strncpy.c (do_random_tests): Improve test coverage.
8156 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
8158         * test-skeleton.c (timeout_handler): Allow expected signal to be
8159         SIGALRM.
8161         * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
8163         * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
8165 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
8167         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
8168         (SYSCALL_ERROR_HANDLER): Fix a pasto.
8169         Reported by Jeff Bailey <jbailey@nisa.net>.
8171 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
8173         * sysdeps/generic/libc-tls.c: Undo last patch.
8175         * include/wctype.h: Define iswalnum with libc_hidden_proto.
8177         * include/signal.h: Define raise with libc_hidden_proto.
8179         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
8180         __execve instead of snprintf and execve.
8182         * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
8183         again a bit.
8185 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
8187         * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
8188         * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
8190 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
8192         * misc/syslog.c (log_cleanup): New function.
8193         (openlog): Use log_cleanup instead of __libc_mutex_unlock.
8194         (closelog): Likewise.
8196         * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
8197         * elf/dl-iteratephdr.c: Likewise.
8198         * elf/dl-lookup.c: Likewise.
8199         * elf/dl-misc.c: Likewise.
8200         * elf/dl-open.c: Likewise.
8201         * elf/dl-support.c: Likewise.
8202         * elf/rtld.c: Likewise.
8203         * sysdeps/generic/ldsodefs.h: Likewise.
8204         * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
8205         * sysdeps/mach/bits/libc-lock.h: Likewise.
8206         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
8208 2002-12-06  Roland McGrath  <roland@redhat.com>
8210         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
8212         * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
8213         (malloc_starter, memalign_starter, free_starter): Don't define these.
8214         * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
8215         Don't declare them either.
8216         * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
8217         __pthread_initialize, so no need to set hooks to *_starter.
8218         (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
8219         [_LIBC && SHARED && USE_TLS && !USE___THREAD]
8220         (__libc_malloc_pthread_startup): New function.
8221         * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
8223         * malloc/hooks.c (memalign_starter): New function.
8224         * malloc/malloc.c: Declare it.
8225         * malloc/arena.c (save_memalign_hook): New variable.
8226         (ptmalloc_init): Set __memalign_hook to memalign_starter.
8228         * elf/dl-minimal.c (free): Clear the memory.
8229         (calloc): Just call malloc, knowing all memory it returns is cleared.
8231         * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
8232         malloc and memset; calloc can avoid the zeroing when redundant.
8233         (_dl_tls_setup): Likewise.
8234         * elf/dl-load.c (decompose_rpath): Likewise.
8235         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
8236         call, since memory from sbrk at startup is already zero.
8238         * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
8239         error string for failure, null for success.  Update callers.
8240         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
8241         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8243 2002-12-05  Jakub Jelinek  <jakub@redhat.com>
8245         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
8246         args to i:iipi.
8247         (readahead): Change args to i:iii.
8248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
8249         Change args to i:iii.
8250         * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
8251         args to i:iiii.
8253 2002-12-05  Roland McGrath  <roland@redhat.com>
8255         * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
8256         call all functions rather than none.
8257         Reported by Mark P. Mitchell <mark@codesourcery.com>.
8259 2002-12-04  Roland McGrath  <roland@redhat.com>
8261         * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
8262         on _nl_current_LC_* variables.
8264 2002-12-05  Ulrich Drepper  <drepper@redhat.com>
8266         * dirent/bug-readdir1.c (main): Don't call closedir, just close
8267         the file descriptor.  This is testing what the bug report was about.
8269 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
8271         * po/be.po: New file.
8273         * argp/Makefile (tests): Add tst-argp1.
8275         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
8276         Change type of _attribute to void*.
8277         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
8278         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
8279         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
8280         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
8281         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
8283 2002-12-04  Roland McGrath  <roland@redhat.com>
8285         * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
8286         members to the end, so a libpthread compiled with !USE_TLS will still
8287         find other members properly.
8289         * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
8290         operand for DEST memory.  Fix dummy input operand to use SRC.
8291         Reported by Davin McCall <davmac@ozonline.com.au>.
8293         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
8294         alignment when initializing the DTV entry.
8296         * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
8297         when TLS has not been set up, try to set it up if we can.
8298         * elf/tst-tls4.c: Revert last change.
8299         * elf/tst-tls5.c: Likewise.
8300         * elf/tst-tls6.c: Likewise.
8301         * elf/tst-tls7.c: Likewise.
8302         * elf/tst-tls8.c: Likewise.
8303         * elf/tst-tls9.c: Likewise.
8305         * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
8306         * sysdeps/generic/ldsodefs.h: Declare it.
8307         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
8308         * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
8309         function, broken out of __libc_setup_tls.
8310         (init_static_tls): Likewise.
8311         (__libc_setup_tls): Call them.
8312         (_dl_tls_setup): New function, uses new subroutines.
8314         * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
8315         Clear the pointer when returning true.
8316         (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
8317         first element of the slotinfo list too.
8319         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
8320         [SHARED].
8322         * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
8323         (_dl_determine_tlsoffset): Likewise.
8325         * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
8326         startup_error_tsd, made global.
8327         (dl_main): Update initialization.
8328         * elf/dl-tsd.c: Likewise.
8329         * sysdeps/generic/ldsodefs.h: Declare it.
8331 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
8333         * manual/texinfo.tex: Update from latest upstream version.
8335 2002-12-03  Roland McGrath  <roland@redhat.com>
8337         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
8338         area surplus in calculation for sbrk call.
8340         * iconvdata/cp1125.c: New file.
8341         * iconvdata/Makefile (distribute): Add it.
8342         (modules): Add CP1125.
8343         (gen-8bit-gap-modules): Add cp1125.
8344         * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
8345         * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
8347 2002-12-03  Andreas Jaeger  <aj@suse.de>
8349         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
8351 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
8353         * sysdeps/posix/system.c (do_system): Make signal handler
8354         installation thread safe.
8356 2002-12-02  Roland McGrath  <roland@redhat.com>
8358         * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
8359         caller from EXTRA to -.
8360         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
8361         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8362         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
8364 2002-12-02  Carlos O'Donell  <carlos@baldric.uwo.ca>
8366         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
8367         bits of RM are cleared.
8369 2002-12-02  Roland McGrath  <roland@redhat.com>
8371         * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
8372         TLS setup is required.
8373         * elf/tst-tls5.c: Likewise.
8374         * elf/tst-tls6.c: Likewise.
8375         * elf/tst-tls7.c: Likewise.
8376         * elf/tst-tls8.c: Likewise.
8377         * elf/tst-tls9.c: Likewise.
8379         * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
8380         `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
8381         * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
8382         for being null before calling free_slotinfo.
8383         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
8384         dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
8386 2002-11-30  Bruno Haible  <bruno@clisp.org>
8388         * iconv/gconv.h (__gconv_btowc_fct): New typedef.
8389         (struct __gconv_step): New field __btowc_fct.
8390         * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
8391         * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
8392         __BUILTIN_TRANS.
8393         (__gconv_btwoc_ascii): New declaration.
8394         * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
8395         (__gconv_btwoc_ascii): New function.
8396         * iconv/gconv_builtin.h: Add BtowcFct argument to all
8397         BUILTIN_TRANSFORMATION invocations.
8398         * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
8399         * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
8400         * iconv/gconv_builtin.c (map): New field btowc_fct.
8401         (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
8402         btowc_fct field.
8403         (__gconv_get_builtin_trans): Initialize __btowc_fct field.
8404         * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
8405         * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
8406         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
8407         * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
8408         (gconv_init): Initialize __btowc_fct field.
8409         Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
8410         * iconv/loop.c: Document ONEBYTE_BODY.
8411         (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
8412         Undefine ONEBYTE_BODY at the end.
8413         * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
8414         * iconvdata/8bit-gap.c (NONNUL): New macro.
8415         (BODY for FROM_LOOP): Use it.
8416         (ONEBYTE_BODY): New macro.
8417         * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
8418         (NONNUL): New macro.
8419         * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
8420         * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
8421         * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
8422         * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
8423         * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
8424         * iconvdata/big5.c (ONEBYTE_BODY): New macro.
8425         * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
8426         * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
8427         * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
8428         * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
8429         * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
8430         * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
8431         * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
8432         * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
8433         * iconvdata/ibm932.c: Include <stdbool.h>.
8434         (TRUE, FALSE): Remove macros.
8435         (BODY for FROM_LOOP): Remove unused variable rp1.
8436         (ONEBYTE_BODY): New macro.
8437         (BODY for TO_LOOP): Use bool.
8438         * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
8439         * iconvdata/ibm943.c: Include <stdbool.h>.
8440         (TRUE, FALSE): Remove macros.
8441         (BODY for FROM_LOOP): Remove unused variable rp1.
8442         (ONEBYTE_BODY): New macro.
8443         (BODY for TO_LOOP): Use bool.
8444         * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
8445         * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
8446         * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
8447         * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
8448         * iconvdata/johab.c (ONEBYTE_BODY): New macro.
8449         * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
8450         * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
8451         * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
8452         * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
8453         * iconvdata/gbbig5.c: Tweak comment.
8455 2002-12-02  Ulrich Drepper  <drepper@redhat.com>
8457         * po/fi.po: Update from translation team.
8459 2002-12-01  Roland McGrath  <roland@redhat.com>
8461         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
8462         testing getdents64 return value.
8464         * scripts/versions.awk: Don't pass -n flag to sort command.
8466         * posix/bug-regex13.c: Include <string.h>.
8468         * sysdeps/generic/libc-start.c (__libc_start_main): Do
8469         DL_SYSDEP_OSCHECK here.
8470         * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
8471         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
8473         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
8474         argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
8476         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
8477         instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
8479         * include/link.h: Comment typo fix.
8481 2002-12-01  Roland McGrath  <roland@frob.com>
8483         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
8484         (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
8485         _POSIX_MEMORY_PROTECTION): Likewise.
8486         (_POSIX_POLL, _POSIX_SELECT): Removed.
8488 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
8490         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
8491         require it to 200112L.  Remove _POSIX_POLL and _POSIX_SELECT.
8493 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
8495         * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
8496         USE___THREAD.
8497         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
8498         "=v" constraints.
8500 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
8502         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
8503         branch prediction buffers by using unpaired call/ret.
8505 2002-11-27  Ulrich Drepper  <drepper@redhat.com>
8507         * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
8508         first parameters constraint string.
8509         (ASMFMT_3): Likewise.  Patch by stefan.lauterbach@mincom.de.
8511 2002-11-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
8513         * posix/regcomp.c (parse_expression): Set the bit since the back
8514         reference is used in the regular expression.
8515         * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
8516         of malloc failure.
8517         (re_node_set_init_copy): Likewise.
8518         * posix/regex_internal.h (state_array_t): New structure.
8519         (re_sub_match_last_t): Likewise.
8520         (re_sub_match_top_t): Likewise.
8521         (re_match_context_t): Add new members.
8522         (re_dfa_t): Likewise.
8523         * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
8524         to check the matching is really correct, and retry if failed.
8525         Move the routin pruning the impossible nodes from here, ...
8526         (prune_impossible_nodes): To this function.
8527         (check_matching): Invoke check_subexp_matching_top, and replace
8528         redundant checking with transit_state_bkref invocation.
8529         (proceed_next_node): Replace strncmp with memcmp.  Reported by
8530         Paolo Bonzini  <bonzini@gnu.org>.
8531         (update_cur_sifted_state): Remove search_subexp invocation.
8532         (search_subexp): Remove this function.
8533         (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
8534         optimization.
8535         (sift_states_bkref): Use search_cur_bkref_entry for optimization.
8536         Remove unused invocation of match_ctx_add_entry.
8537         (transit_state): Invoke check_subexp_matching_top.
8538         (check_subexp_matching_top): New function.
8539         (transit_state_bkref): Remove unused array.
8540         Merge transit_state_bkref_loop.
8541         (transit_state_bkref_loop): Use get_subexp instead of
8542         sift_states_backward.  Use search_cur_bkref_entry for optimization.
8543         Merge this function to transit_state_bkref.
8544         (get_subexp): New function.
8545         (get_subexp_sub): Likewise.
8546         (find_subexp_node): Likewise.
8547         (check_arrival): Likewise.
8548         (check_arrival_expand_ecl): Likewise.
8549         (check_arrival_expand_ecl_sub): Likewise.
8550         (expand_bkref_cache): Likewise.
8551         (match_ctx_init): Initialize new members.
8552         (match_ctx_clean): New function.
8553         (match_ctx_free): Release new members.
8554         (match_ctx_free_subtops): New function.
8555         (match_ctx_add_entry): Fix indent.
8556         (search_cur_bkref_entry): New function.
8557         (match_ctx_add_subtop): Likewise.
8558         (match_ctx_add_sublast): Likewise.
8560 2002-11-25  Ulrich Drepper  <drepper@redhat.com>
8562         * iconv/Makefile (tests): Remove tst-iconv4.c
8563         * iconv/tst-iconv4.c: Moved to...
8564         * iconvdata/tst-iconv4.c: ...here.  New file.
8565         * iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.
8567 2002-11-25  Roland McGrath  <roland@redhat.com>
8569         * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
8570         Grok AF_LINK if defined.
8571         From Momchil Velikov <velco@fadata.bg>.
8573         * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
8574         brdaddr, or dstaddr, just set those pointers to null and don't fail.
8575         Reported by Momchil Velikov <velco@fadata.bg>.
8577         * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
8578         is > sizeof IFR->ifa_addr, advance past the whole longer length.
8579         (__ifreq): Count up NIFS that way too.
8580         Reported by Momchil Velikov <velco@fadata.bg>.
8582         * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
8584         * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
8585         and <fpu_control.h>.
8587 2002-11-24  Ulrich Drepper  <drepper@redhat.com>
8589         * elf/elf.h (EM_ST19): Fix typo.
8591 2002-11-25  Jakub Jelinek  <jakub@redhat.com>
8593         * include/errno.h (__set_errno): Define as errno = val
8594         unconditionally.
8596 2002-11-24  Roland McGrath  <roland@redhat.com>
8598         * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
8599         * sysdeps/posix/writev.c: Likewise.
8600         From Momchil Velikov <velco@fadata.bg>.
8602         * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
8603         calling *GL(dl_error_catch_tsd) for a thread-local location.
8604         * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
8605         (dl_main): Same for GL(dl_error_catch_tsd) initialization.
8606         * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
8608         * libio/iofflush.c: Add libc_hidden_def.
8609         * libio/iofwrite.c: Likewise.
8610         * sysdeps/generic/sigtimedwait.c: Likewise.
8611         * sysdeps/generic/sigwaitinfo.c: Likewise.
8612         * sysdeps/posix/sigwait.c: Likewise.
8613         Reported by Momchil Velikov <velco@fadata.bg>.
8615         * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
8616         to match <arpa/inet.h> declaration.
8617         * inet/inet_netof.c (inet_netof): Likewise.
8618         * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
8619         Reported by Momchil Velikov <velco@fadata.bg>.
8621         * configure.in: Skip AUTOCONF check under --without-cvs.
8622         * configure: Regenerated.
8624         * posix/Makefile (headers): Add bits/pthreadtypes.h.
8625         * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
8626         * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
8628 2002-11-24  Andreas Schwab  <schwab@suse.de>
8630         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
8631         with six arguments.
8633 2002-11-19  Jim Meyering  <jim@meyering.net>
8635         * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
8636         as `static'.
8637         * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
8639 2002-11-23  Roland McGrath  <roland@redhat.com>
8641         * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
8642         Just produce hex output for datum sizes.
8644         * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
8645         Reported by Luca Barbieri <ldb@ldb.ods.org>.
8647 2002-11-20  Steven Munroe  <sjmunroe@us.ibm.com>
8649         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
8650         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
8651         and __unused3 fields.
8652         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
8653         [__WORDSIZE == 32]: Only PPC32 requires __unused1
8654         and __unused2 fields.
8655         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
8656         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
8657         __unused3, and __unused4 fields.
8659         * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
8660         obtain lowest address for profiling in __monstartup call.
8662 2002-11-21  Roland McGrath  <roland@redhat.com>
8664         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
8665         $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
8667         * locale/localeinfo.h (struct locale_data): Revert last change.
8669         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
8670         From Ian Wienand <ianw@gelato.unsw.edu.au>.
8672         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
8673         __NR_pread64 if not defined.
8674         (__NR_pwrite): Define to __NR_pwrite64 if not defined.
8675         From Ian Wienand <ianw@gelato.unsw.edu.au>.
8677 2002-11-21  Roland McGrath  <roland@frob.com>
8679         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
8680         __libc_multiple_libcs here.  Call __setfpucw.
8682 2002-11-21  Ulrich Drepper  <drepper@redhat.com>
8684         * elf/Makefile (tests): Don't run test-arrayX tests for now.
8686         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
8687         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
8688         CLONE_CHILD_*TID flags.
8690 2002-11-20  Andreas Jaeger  <aj@suse.de>
8692         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
8693         We pass struct ucontext on x86-64.
8694         (GET_PC): Adjust.
8695         (GET_FRAME): Adjust.
8696         (GET_STACK): Adjust.
8698 2002-11-20  Roland McGrath  <roland@redhat.com>
8700         * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
8701         conditionalize [! DO_VERSIONING] #error.
8703         * scripts/abilist.awk: Grok function descriptor symbols.
8705         * intl/tst-gettext.c (main): Check return values from setlocale.
8706         Add necessary unsetenv's to make LANG=existing-locale check work.
8708         * intl/tst-gettext.sh: Use mkdir -p.  Copy test files unconditionally,
8709         so aborted prior runs don't confuse things.
8711         * locale/localeinfo.h (struct locale_data: union locale_data_value):
8712         Use uintptr_t instead of unsigned int for `word' member.
8713         (_NL_CURRENT_WORD): Cast to uint32_t.
8715         * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
8716         value.
8718 2002-11-20  Ulrich Drepper  <drepper@redhat.com>
8720         * elf/tls-macros.h: Add IA-64 definitions.
8721         Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
8723         * iconv/Makefile (tests): Add tst-iconv4.
8724         * iconv/tst-iconv4.c: New file.
8726         * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
8727         __GCONV_EMPTY_INPUT only if input is really empty.  Otherwise
8728         __GCONV_INCOMPLETE_INPUT.
8729         (ucs4le_internal_loop): Likewise.
8730         (ucs4le_internal_loop_unaligned): Likewise.
8731         * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
8732         * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
8733         * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
8735         * iconv/loop.c (LOOPFCT): First test for empty input then for full
8736         output buffer.
8738         * inet/getnameinfo.c: Use extend_alloca where appropriate.
8739         * sysdeps/posix/getaddrinfo.c: Likewise.
8741         * include/alloca.h (extend_alloca): New define.  Based on stack
8742         direction it'll try to append to the previouls allocated buffer.
8744 2002-11-07  Thorsten Kukuk  <kukuk@suse.de>
8746         * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
8747         use the same service for AF_INET and AF_INET6.
8749 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
8751         * intl/localealias.c (read_alias_file): Use only about 400 bytes
8752         of stack space instead of 16k.
8754 2002-11-18  Wolfram Gloger  <wg@malloc.de>
8756         * malloc/arena.c
8757         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
8758         nothing if not initialized.  Bug report from Marcus Brinkmann
8759         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
8761 2002-11-19  Roland McGrath  <roland@redhat.com>
8763         * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
8764         sched_setaffinity.
8766         * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
8767         `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
8768         test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
8769         * configure: Regenerated.
8771 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
8773         * include/dlfcn.h: __libc_dlopen is now a macro calling
8774         __libc_dlopen_mode with the extra parameter RTLD_LAZY.
8775         (__libc_dlopen_mode): New prototype.
8776         * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen.  Add
8777         new parameter.  Store new parameter in mode field of structure passed
8778         to do_dlopen.
8779         (struct do_dlopen_args): Add new field mode.
8780         (do_dlopen): Pass mode from parameter structure to _dl_open.
8782 2002-11-11  Randolf Chung  <tausq@debian.org>
8784         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
8785         (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
8786         * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
8788         * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
8790         * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
8791         Set -mdisable-fpregs for this file.
8793 2002-11-11  Carlos O'Donell  <carlos@baldric.uwo.ca>
8795         * sysdeps/unix/sysv/linux/configure.in:
8796         Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
8797         from gcc-3.0 era for backwards compatibility.
8798         * sysdeps/unix/sysv/linux/configure: Regenerate.
8800         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
8801         Define mcontext_t as a sigcontext.
8803 2002-11-18  Roland McGrath  <roland@redhat.com>
8805         * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
8806         Free memory in `last_result' if it was used.
8808         * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
8809         all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
8810         Do the parsing inline instead of copying strings and calling
8811         inet_network, and properly skip all alias names not matching the form.
8813         * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
8815 2002-11-17  Ulrich Drepper  <drepper@redhat.com>
8817         * manual/pattern.texi (Wordexp Example): Fix sample code.
8819         * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
8820         childs stack which will be loaded into the %esi register.
8822 2002-11-14  Paul Eggert  <eggert@twinsun.com>
8824         * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
8825         overflow when skipping the question part and when unpacking aliases.
8827 2002-11-15  Roland McGrath  <roland@redhat.com>
8829         * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
8830         s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
8831         Instead add $(calls:s_%=m_%) to get m_* versions of them all.
8833 2002-11-15  Jakub Jelinek  <jakub@redhat.com>
8835         * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
8836         * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
8838 2002-11-15  Roland McGrath  <roland@redhat.com>
8840         * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
8841         * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
8842         from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
8843         (+make-include-of-dep): New canned sequence.
8845         * stdlib/canonicalize.c (__realpath): Check for malloc failure.
8846         From Dmitry V. Levin <ldv@altlinux.org>.
8848 2002-11-14  Roland McGrath  <roland@redhat.com>
8850         * sysdeps/generic/errno.c (__libc_errno): Remove alias.
8851         * inet/herrno.c (__libc_h_errno): Likewise.
8852         * resolv/res_libc.c (__libc_res): Likewise.
8853         [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
8854         (__res_state) [! USE___THREAD]: Don't define as weak.
8855         * csu/Versions: Revert last change.
8856         * resolv/Versions: Revert last change.
8858         * Makerules ($(common-objpfx)%.make): New pattern rule.
8859         * tls.make.c: New file.
8860         * Makefile (distribute): Add it.
8862         * sysdeps/generic/errno.c [! USE___THREAD]
8863         [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
8864         with compat_symbol so they are not link-time visible.
8865         [! USE___THREAD] (__libc_errno): New alias for errno.
8866         * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
8867         Add __libc_errno here.
8868         * inet/herrno.c [USE___THREAD]: Use this conditional
8869         in place of [USE_TLS && HAVE___THREAD].
8870         [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
8871         (h_errno, _h_errno): Declare these with compat_symbol so they are not
8872         link-time visible.
8873         [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
8874         * resolv/res_libc.c [! USE___THREAD]
8875         [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
8876         (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
8877         (__libc_res): Define as alias for _res.
8878         * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
8879         Add __libc_h_errno and __libc_res here.
8881 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
8883         * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
8884         * resolv/Versions (h_errno, _res): Likewise.
8886 2002-11-14  Roland McGrath  <roland@redhat.com>
8888         * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
8889         (%.symlist): Likewise.
8891 2002-11-13  Roland McGrath  <roland@redhat.com>
8893         * scripts/abilist.awk: New file.
8894         * Makefile (distribute): Add it.
8895         * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
8896         (tests): Depend on .symlist file for each $(install-lib.so-versioned).
8897         [$(subdir) = elf] (tests): Depend on libc.symlist.
8898         (generated, common-generated): Add those files.
8900         * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
8901         * configure: Regenerated.
8902         * config.make.in (OBJDUMP): New variable, substituted by configure.
8904         * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
8905         (mallochook, reallochook): Set them up.
8906         (checkhdr): Check HDR->magic2 value.
8907         (freehook): Reset HDR->magic2.
8908         (memalignhook): New static function.
8909         (old_memalign_hook): New static variable.
8910         (mcheck, reallochook): Set __memalign_hook to memalignhook.
8912         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
8913         for the new TCB.
8915 2002-11-13  Andreas Jaeger  <aj@suse.de>
8917         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
8918         attribute.
8919         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8921 2002-11-11  Paul Eggert  <eggert@twinsun.com>
8923         * manual/crypt.texi (Cryptographic Functions): Mention that
8924         the MD5 one-way algorithm is compatible with BSD's.
8926 2002-11-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
8928         * posix/regex_internal.c (re_string_skip_chars): Also return the last
8929         wide character.
8930         (re_string_reconstruct): Calculate the context by itself when the
8931         offset points out of the valid range.
8932         (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
8933         * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
8934         (IS_WIDE_WORD_CHAR): New macro.
8935         (IS_WIDE_NEWLINE): New macro.
8937 2002-11-12  Andreas Jaeger  <aj@suse.de>
8939         * sysdeps/x86_64/strchr.S: Don't use one register for two
8940         purposes, this fixes a bug noticed by test-strchr.c.
8942         * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
8943         correctly.
8945 2002-11-12  Roland McGrath  <roland@redhat.com>
8947         * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
8948         (_G_IO_NO_BACKWARD_COMPAT): Define it.
8950         * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
8951         instead of <pt-machine.h>.
8952         [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
8953         testandset.
8954         From Ian Wienand <ianw@gelato.unsw.edu.au>.
8956 2002-11-10  Roland McGrath  <roland@redhat.com>
8958         * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
8959         Call fputs instead of fwprintf (simpler to follow in debugger).
8961         * crypt/md5-crypt.c: Doc fix.
8963         * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
8964         the beginning of generated target commands.
8966         * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
8967         dependencies for these in case implicit rule search skipped the
8968         nonexistent source directory.
8969         * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
8970         files with $(object-suffixes) as targets too.
8971         * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
8972         and a target for it using $(make-target-directory).
8974         * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
8976 2002-11-10  Roland McGrath  <roland@frob.com>
8978         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
8979         * sysdeps/generic/bits/pthreadtypes.h: ... here.
8981         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
8982         l_start == 0 and l_len == 1 as we do l_len == 0.
8984 2002-11-10  Ulrich Drepper  <drepper@redhat.com>
8986         * po/da.po: Update from translation team.
8988 2002-11-10  Roland McGrath  <roland@redhat.com>
8990         * config.make.in (includedir): New variable, substituted by configure.
8991         Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
8992         * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
8994 2002-11-10  Andreas Jaeger  <aj@suse.de>
8996         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
8997         REG_OLDMASK and REG_CR2 to synch with kernel header.
8998         (NGREG): Increase.
9000         * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
9001         aliasing problem.
9002         * nss/getXXbyYY_r.c (INTERNAL): Likewise.
9003         * nss/getnssent_r.c (__nss_getent_r): Likewise.
9004         (__nss_setent): Likewise.
9005         (__nss_getent_r): Likewise.
9006         * inet/getnetgrent_r.c (innetgr): Likewise.
9007         (__internal_setnetgrent_reuse): Likewise.
9008         (internal_getnetgrent_r): Likewise.
9009         * inet/ether_hton.c (ether_hostton): Likewise.
9010         * inet/ether_ntoh.c (ether_ntohost): Likewise.
9011         * sunrpc/netname.c (netname2user): Likewise.
9012         * sunrpc/publickey.c (getpublickey): Likewise.
9013         (getsecretkey): Likewise.
9015 2002-11-09  Marcus Brinkmann  <marcus@gnu.org>
9017         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
9018         error in range calculation.
9020 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
9022         * string/test-strspn.c (do_test): Ensure zero termination.
9023         * string/test-strpbrk.c (do_test): Likewise.
9024         * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
9025         * string/test-strncpy.c (stupid_strncpy): Likewise.
9026         * string/test-stpncpy.c (stupid_stpncpy): Likewise.
9028 2002-10-08  Roland McGrath  <roland@redhat.com>
9030         * string/test-string.h (test_init): Fill BUF1 and BUF2 with
9031         nonzero characters.
9033 2002-09-22  H.J. Lu  <hjl@gnu.org>
9035         * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
9036         from PAGE_SHIFT.  Define if not defined.  Check MMAP2_PAGE_SHIFT
9037         only if __NR_mmap2 is defined.
9039         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
9040         * sysdeps/unix/sysv/linux/mmap64.c: ... here.
9041         * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
9042         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
9044 2002-11-08  Jakub Jelinek  <jakub@redhat.com>
9046         * posix/bug-regex13.c (tests): Add new test.
9048         * string/test-strchr.c (stupid_strchr): New function.
9049         (do_random_tests): Make sure the string is zero terminated.
9050         * string/test-strpbrk.c (stupid_strpbrk): New function.
9051         (do_random_tests): Make sure the string is zero terminated.
9052         * string/test-strcmp.c (stupid_strcmp): New function.
9053         (do_random_tests): Make sure the strings are zero terminated.
9054         * string/test-strspn.c (stupid_strspn): New function.
9055         (simple_strspn): Rename rej argument to acc.
9056         (do_random_tests): Make sure the string is zero terminated.
9057         * string/test-strcspn.c (stupid_strcspn): New function.
9058         * string/test-strncpy.c (stupid_strncpy): New function.
9059         * string/test-stpncpy.c (stupid_stpncpy): New function.
9060         * string/test-strncmp.c (stupid_strncmp): New function.
9061         (do_random_tests): Make sure the strings are zero terminated.
9062         * string/test-string.h (impl_t): Change test into long.
9063         (IMPL): Add __attribute__((aligned (sizeof (void *)))).
9065 2002-11-08  Roland McGrath  <roland@redhat.com>
9067         * sysdeps/ia64/elf/configure.in: Add TLS check.
9068         From Ian Wienand <ianw@cse.unsw.edu.au>.
9069         * sysdeps/ia64/elf/configure: Regenerated.
9071 2002-11-07  Roland McGrath  <roland@redhat.com>
9073         * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
9074         place of _IO_new_do_write.
9075         [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
9076         #undef before versioned_symbol use.
9078 2002-11-07  Richard Henderson  <rth@redhat.com>
9080         * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
9081         * configure: Regenerated.
9082         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
9083         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
9084         (RTLD_START): Likewise.  Access _dl_skip_args, _rtld_local, and
9085         _dl_fini via gp-relative relocations.
9086         * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
9088         * elf/tls-macros.h: Add alpha versions.
9089         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
9090         * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
9091         * sysdeps/unix/alpha/sysdep.h: Likewise.  Add SYSCALL_ERROR_HANDLER.
9092         * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
9093         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
9094         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
9095         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
9096         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
9097         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
9098         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
9099         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
9100         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
9101         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
9102         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
9103         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
9104         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
9105         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
9106         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
9108         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
9109         Kill argument registers across the inline syscall.
9111         * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
9113         * linuxthreads/sysdeps/alpha/tls.h: New file.
9114         * sysdeps/alpha/dl-tls.h: New file.
9116 2002-10-29  David Mosberger  <davidm@hpl.hp.com>
9118         * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
9119         (gmon_initializer): New function.
9120         (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
9121         __gmon_start__ here.  Call it from gmon_initializer() instead.
9123 2002-03-12  H.J. Lu  <hjl@gnu.org>
9125         * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
9126         tst-array2, and tst-array3.
9127         [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
9128         [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
9129         ($(objpfx)tst-array1.out): New target.
9130         ($(objpfx)tst-array2): Likewise.
9131         ($(objpfx)tst-array2.out): Likewise.
9132         ($(objpfx)tst-array3.out): Likewise.
9133         * elf/tst-array1.c: New file.
9134         * elf/tst-array1.exp: Likewise.
9135         * elf/tst-array2.c: Likewise.
9136         * elf/tst-array2dep.c: Likewise.
9137         * elf/tst-array2.exp: Likewise.
9138         * elf/tst-array3.c: Likewise.
9140 2002-10-28  David Mosberger  <davidm@hpl.hp.com>
9142         * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
9143         Don't add L->l_addr to array entry values.
9145 2002-11-07  Jakub Jelinek  <jakub@redhat.com>
9147         * string/test-string.h: New file.
9148         * string/test-strlen.c: New file.
9149         * string/test-string.h: New file.
9150         * string/test-strcmp.c: New file.
9151         * string/test-strchr.c: New file.
9152         * string/test-strrchr.c: New file.
9153         * string/test-strcpy.c: New file.
9154         * string/test-stpcpy.c: New file.
9155         * string/test-strncpy.c: New file.
9156         * string/test-stpncpy.c: New file.
9157         * string/test-strpbrk.c: New file.
9158         * string/test-strcspn.c: New file.
9159         * string/test-strspn.c: New file.
9160         * string/test-strcat.c: New file.
9161         * string/test-strncmp.c: New file.
9162         * string/test-memchr.c: New file.
9163         * string/test-memcmp.c: New file.
9164         * string/test-memset.c: New file.
9165         * string/test-memcpy.c: New file.
9166         * string/test-mempcpy.c: New file.
9167         * string/test-memmove.c: New file.
9168         * string/Makefile (strop-tests): New variable.
9169         (tests): Add strop-tests.
9170         (distribute): Add test-string.h.
9172 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
9174         * posix/regcomp.c: Use tabs instead of spaces.
9175         * posix/regexec.c: Likewise.
9176         * posix/regex_internal.h: Likewise.
9178         * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
9180 2002-11-06  Jakub Jelinek  <jakub@redhat.com>
9182         * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
9183         here.
9184         (regcomp): Don't set can_be_null here.
9185         (re_comp): Clear whole re_comp_buf with the exception of fastmap.
9186         (re_compile_internal): Clear can_be_null, set regs_allocated.
9188         * posix/regcomp.c (re_set_fastmap): New function.
9189         (re_compile_fastmap_iter): Use it.  Remove redundant type ==
9190         COMPLEX_BRACKET check.
9191         * posix/regexec.c (re_search_internal): Optimize searching with
9192         fastmap.  Call re_string_reconstruct even if match_first is
9193         smaller than raw_mbs_idx.
9195 2002-11-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
9197         * posix/regcomp (free_dfa_content): Use free_state.
9198         * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
9199         pointers in case that realloc failed.
9200         (re_node_set_merge): Likewise.
9201         (register_state): Likewise.
9202         (create_newstate_common): Invoke memory release functions in case of
9203         error conditions.
9204         (create_ci_newstate): Likewise.
9205         (create_cd_newstate): Likewise.
9206         (free_state): New function.
9207         * posix/regexec.c (re_search_internal): Invoke memory release
9208         functions in case of error conditions.
9209         (sift_states_backward): Likewise.
9210         (merge_state_array): Likewise.
9211         (add_epsilon_src_nodes): Likewise.
9212         (sub_epsilon_src_nodes): Likewise.
9213         (search_subexp): Likewise.
9214         (sift_states_bkref): Likewise.
9215         (transit_state_sb): Likewise.
9216         (transit_state_mb): Likewise.
9217         (transit_state_bkref_loop): Likewise.
9218         (group_nodes_into_DFAstates): Likewise.
9219         (push_fail_stack): Don't edit pointers in case that realloc failed.
9220         (extend_buffers): Likewise.
9221         (match_ctx_add_entry): Likewise.
9223 2002-11-06  Roland McGrath  <roland@redhat.com>
9225         * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
9226         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
9228         * configure.in: Add checks on as and ld for binutils 2.13 or later.
9229         * configure: Regenerated.
9231 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
9233         * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
9234         If re_compile_internal failed free fastmap buffer.
9235         (free_dfa_content): Broken out of regfree function.  Frees all dfa
9236         related data.
9237         (regfree): Add free_dfa_content.
9238         (re_compile_internal): If any of the called functions fails free
9239         all dfa related memory.
9241 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
9243         * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
9244         warnings from the kernel headers.
9246 2002-11-05  Roland McGrath  <roland@redhat.com>
9248         * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
9249         From Johannes Stezenbach <js@convergence.de>.
9251         * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
9252         #errlist-compat magic comment to give 123 as size.
9253         (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
9254         (libc: GLIBC_2.2): ... here.
9255         (libc: GLIBC_2.3): Likewise.
9257 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
9259         * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
9260         which happens at the beginning so that we can unload modules in
9261         __libc_freeres.
9263 2002-11-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9265         * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
9266         under [__USE_MISC || _ASM].
9268         * elf/elf.h: Remove the obsolete SH TLS relocations.
9270 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
9272         * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
9274 2002-11-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
9277         __NR_pread64 and __NR_pwrite64.
9278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9279         * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
9280         and __NR_pwrite64.
9281         Revert change to use INLINE_SYSCALL.
9282         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
9283         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
9284         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
9285         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
9286         INLINE_SYSCALL.
9287         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
9289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
9290         Update clobber list and add a comment about the syscall ABI.
9292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
9293         s_pwrite64, s_ftruncate, s_truncate): Re-add.
9295 2002-11-05  Jakub Jelinek  <jakub@redhat.com>
9297         * iconv/gconv_dl.c (free_mem): Clear loaded.
9298         * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
9299         cleanup if any.
9301 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
9303         * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
9305         * libio/ioseekoff.c: Remove INTDEF.  Define _IO_seekoff_unlocked.  Same
9306         as old code without locking.  _IO_seekoff calls this function after
9307         locking the stream.
9308         * libio/ioseekpos.c: Likewise for _IO_seekpos.
9309         * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
9310         prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
9311         prototypes.
9312         * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
9313         of _IO_seekoff_internal.
9314         (_IO_rewind): Likewise.
9315         * libio/ioftell.c: Likewise.
9316         * libio/ftello.c: Likewise.
9317         * libio/ftello64.c: Likewise.
9318         * libio/iofgetpos.c: Likewise.
9319         * libio/iofgetpos64.c: Likewise.
9320         * libio/oldiofgetpos.c: Likewise.
9321         * libio/oldiofgetpos64.c: Likewise.
9322         * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
9323         _IO_seekpos_internal.
9324         * libio/iofsetpos64.c: Likewise.
9325         * libio/oldiofsetpos.c: Likewise.
9326         * libio/oldiofsetpos64.c: Likewise.
9328 2002-11-04  Roland McGrath  <roland@redhat.com>
9330         * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
9331         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
9332         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
9333         * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
9334         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
9335         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
9336         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
9337         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
9338         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
9339         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
9340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
9341         s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
9342         sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
9343         Remove these, no longer used.
9345 2002-11-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
9348         s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
9349         s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
9350         s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
9351         s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
9352         s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
9353         syscall stubs.
9355         * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
9356         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9357         * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
9358         and __NR_pread.
9359         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
9360         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
9361         and __NR_pwrite.
9362         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
9364 2002-11-03  Roland McGrath  <roland@redhat.com>
9366         * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
9367         `_dl_tls_static_used'.
9368         * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
9369         (__libc_setup_tls): Initialize it.  Let the initial value of
9370         _dl_tls_static_size indicate some surplus space in the computed value.
9371         * elf/dl-open.c (_dl_tls_static_size): New variable.
9372         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
9373         _dl_tls_static_used.  Add some surplus space into _dl_tls_static_size.
9374         * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
9375         (CHECK_STATIC_TLS): Use it.
9376         * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
9377         closed objects occupied a trailing contiguous chunk of static TLS area.
9379 2002-10-18  Bruno Haible  <bruno@clisp.org>
9381         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
9383 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
9385         * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
9386         _wide_data->_IO_read_end if adjustment can be made in the current
9387         buffer.
9389         * sysdeps/unix/sysv/linux/fexecve.c: New file.
9391         * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
9392         wide oriented streams are used.
9394         * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
9395         service hasn't been used [PR libc/4744].
9397         * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
9398         Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
9400         * manual/examples/dir.c: Don't include <stddef.h>.
9401         * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
9402         Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
9404 2002-11-02  H.J. Lu  <hjl@gnu.org>
9406         * stdio-common/reg-printf.c: Include <stddef.h>.
9408 2002-11-03  Ulrich Drepper  <drepper@redhat.com>
9410         * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
9412         * po/ca.po: Update from translation team.
9413         * po/es.po: Likewise.
9415         * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
9416         is defined write out memory map.
9417         * sysdeps/unix/sysv/linux/segfault.c: New file.
9419 2002-11-02  Roland McGrath  <roland@redhat.com>
9421         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
9422         pointers that can alias.
9423         Reported by Daniel Jacobowitz <drow@mvista.com>.
9425         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
9427 2002-11-02  Roland McGrath  <roland@redhat.com>
9429         * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
9430         description to be clearer and to say that *RESULT is set to ENTRY.
9432 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
9434         * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
9435         dests_ch arrays together.  Alloca or malloc dest_states,
9436         dest_states_word and dest_states_nl arrays together.  Free memory on
9437         error exit.
9439 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
9441         * crypt/crypt_util.c (__init_des_r): Initialize current_salt
9442         and current_saltbits.
9444 2002-11-02  Roland McGrath  <roland@redhat.com>
9446         * stdio-common/reg-printf.c: Include <stdlib.h>.
9448 2002-11-02  H.J. Lu  <hjl@gnu.org>
9450         * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
9451         caller to EXTRA instead of execve.
9453 2002-11-01  Roland McGrath  <roland@redhat.com>
9455         * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
9456         in place of [!(USE_TLS && HAVE___THREAD)].
9457         (__errno_location) [! USE___THREAD]: Define as strong, not weak.
9459 2002-10-31  Roger Sayle  <roger@eyesopen.com>
9461         * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
9462         New macros.
9463         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
9465         * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
9466         without defining FP_ROUNDMODE.
9468 2002-10-29  Jakub Jelinek  <jakub@redhat.com>
9470         * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
9471         (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
9472         declare_symbol.
9473         * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
9474         (OLD_SIGLIST_SIZE): Define.
9475         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
9476         (OLD_SIGLIST_SIZE): Define.
9477         * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
9479 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
9481         * sysdeps/ia64/strncpy.S: Fix recovery code.
9483 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
9485         * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
9486         New macros.
9487         * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
9488         text_set_element.
9489         * elf/dl-libc.c (free_mem): Likewise.
9490         * iconv/gconv_conf.c (free_mem): Likewise.
9491         * iconv/gconv_db.c (free_mem): Likewise.
9492         * iconv/gconv_dl.c (free_mem): Likewise.
9493         * iconv/gconv_cache.c (free_mem): Likewise.
9494         * intl/finddomain.c (free_mem): Likewise.
9495         * intl/dcigettext.c (free_mem): Likewise.
9496         * locale/setlocale.c (free_mem): Likewise.
9497         * misc/fstab.c (fstab_free): Likewise.
9498         * nss/nsswitch.c (free_mem): Likewise.
9499         * posix/regcomp.c (free_mem): Likewise.
9500         * resolv/gai_misc.c (free_res): Likewise.
9501         * stdlib/fmtmsg.c (free_mem): Likewise.
9502         * sunrpc/clnt_perr.c (free_mem): Likewise.
9503         * sysdeps/generic/setenv.c (free_mem): Likewise.
9504         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
9505         * sysdeps/pthread/aio_misc.c (free_res): Likewise.
9506         * time/tzset.c (free_mem): Likewise.
9507         * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
9508         * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
9509         * malloc/set-freeres.c (__libc_freeres): Likewise.
9511         * login/getutent.c: Include stdlib.h instead of stddef.h.
9512         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
9513         (__getutent): Allocate buffer the first time it is run.
9514         * login/getutid.c: Include stdlib.h instead of stddef.h.
9515         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
9516         (__getutid): Allocate buffer the first time it is run.
9517         * login/getutline.c: Include stdlib.h instead of stddef.h.
9518         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
9519         (__getutline): Allocate buffer the first time it is run.
9520         * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
9521         (mtrace): Allocate malloc_trace_buffer.
9522         * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
9523         * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
9524         * string/strerror.c: Include libintl.h and errno.h.
9525         (buf): New variable.
9526         (strerror): Only allocate buffer if actually needed (unknown error).
9527         * time/tzfile.c (transitions): Add libc_freeres_ptr.
9528         (freeres): Remove.
9530 2002-10-25  Jakub Jelinek  <jakub@redhat.com>
9532         * include/libc-symbols.h (libc_freeres_ptr): New macro.
9533         * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
9534         symbol_set_define.
9535         (__libc_freeres): Free all pointers in that section.
9536         * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
9537         commands when creating .lds script.
9538         (LDSEDCMD-c.so): New variable.
9539         * inet/rcmd.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
9540         (rcmd_af): Use strdup to allocate ahostbuf.
9541         * inet/rexec.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
9542         (rexec_af): Use strdup to allocate ahostbuf.
9543         * stdio-common/reg-printf.c (printf_funcs): Remove.
9544         (__printf_arginfo_table): Change into printf_arginfo_function **.
9545         Add libc_freeres_ptr.
9546         (__register_printf_function): Allocate __printf_arginfo_table
9547         and __printf_function_table the first time it is called.
9548         * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
9549         printf_arginfo_function **.
9550         (parse_one_spec): Add __builtin_expect.
9551         * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
9552         (free_mem): Remove.
9553         * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
9554         (free_mem): Remove.
9555         * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
9556         (string_space, map): Add libc_freeres_ptr.
9557         (free_mem): Remove.
9558         * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
9559         (free_mem): Remove.
9560         * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
9561         (free_mem): Remove.
9562         * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
9563         (buffer): Add libc_freeres_ptr.
9564         (free_mem): Remove for _LIBC.
9565         * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
9566         (free_mem): Remove.
9567         * nss/getXXent.c (buffer): Add libc_freeres_ptr.
9568         (free_mem): Remove.
9569         * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
9570         (free_mem): Remove.
9571         * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
9572         (free_mem): Remove.
9573         * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
9574         (free_mem): Remove.
9575         * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
9576         (free_mem): Remove.
9577         * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
9578         libc_freeres_ptr.
9579         (free_mem): Remove.
9580         * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
9581         libc_freeres_ptr.
9582         (free_mem): Remove.
9584 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
9586         * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
9587         instead of duplicating the whole function in libc.
9589 2002-10-31  Roland McGrath  <roland@redhat.com>
9591         * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
9592         Renamed from __bswap_16 (typo fix).  Reported by <dens@stl.sarov.ru>.
9594 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
9596         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
9597         32bit-predefine when creating .new32 list and -U for each
9598         32bit-predefine when creating .new64 list.
9599         * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
9601 2002-10-29  Andreas Schwab  <schwab@suse.de>
9603         * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
9604         "testrtsig.h".  Reported by Daniel Jacobowitz <dan@debian.org>.
9606 2002-10-25  Roland McGrath  <roland@redhat.com>
9608         * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
9609         * sysdeps/unix/sysv/linux/configure: Regenerated.
9611         * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
9612         _dl_starting_up decl.
9614 2002-10-20  H.J. Lu  <hjl@gnu.org>
9616         * sysdeps/unix/sysv/linux/configure.in: Don't check
9617         /lib/modules/`uname -r`/build/include for kernel headers if
9618         cross compiling.
9619         * sysdeps/unix/sysv/linux/configure: Regenerated.
9621 2002-10-25  Roland McGrath  <roland@redhat.com>
9623         * math/math.h (M_LOG2El): Correct the value.
9624         From Stephen L Moshier <steve@moshier.net>.
9626         * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
9627         conditional from __libc_multiple_libcs access.  Remove kludge for weak
9628         symbol access with old compilers we no longer support.
9629         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
9630         * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
9632 2002-10-25  Roland McGrath  <roland@redhat.com>
9634         * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
9635         implement SV_RESETHAND by translating it to SA_RESETHAND.
9637 2002-10-23  Alexandre Oliva  <aoliva@redhat.com>
9639         * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
9640         type on ELF64 platforms.
9642 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
9644         * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
9646         * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
9648 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
9650         * elf/dl-misc.c: Include <sysdep.h>.
9651         (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
9653         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
9654         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
9655         (INLINE_SYSCALL): Use that.
9656         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
9657         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
9658         (INLINE_SYSCALL): Use that.
9659         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
9660         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
9661         (INLINE_SYSCALL): Use that.
9662         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
9663         dl-sysdep.h.
9664         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
9665         (__INTERNAL_SYSCALL_STRING): Define.
9666         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
9667         dl-sysdep.h.
9668         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
9669         (__INTERNAL_SYSCALL_STRING): Define.
9670         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
9671         __SYSCALL_STRING to inline_syscall*.
9672         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
9673         New macros.
9674         (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
9675         inline_syscall4, inline_syscall5, inline_syscall6): Add string
9676         argument.
9678 2002-10-24  Roland McGrath  <roland@redhat.com>
9680         * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
9681         * sysdeps/unix/sysv/linux/init-first.c: Not here.
9682         * sysdeps/powerpc/elf/libc-start.c: Or here.
9683         * sysdeps/unix/sysv/aix/libc-start.c: Or here.
9684         * sysdeps/unix/sysv/aix/start-libc.c: Or here.
9685         * sysdeps/unix/sysv/aix/init-first.c: Or here.
9686         * sysdeps/generic/libc-start.c: Or here.
9687         * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
9688         access with [! SHARED].
9689         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
9691         * libio/bug-wfflush.c: New file.
9692         * libio/Makefile (tests): Add bug-wfflush.
9694 2002-10-23  Roland McGrath  <roland@redhat.com>
9696         * stdio-common/tst-fphex.c: New file.
9697         * stdio-common/Makefile (tests): Add tst-fphex.
9698         * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
9699         of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
9700         chars always before the value digits.
9701         Reported by James Antill <james.antill@redhat.com>.
9703 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
9705         * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
9706         (free_mem): New function.
9707         * posix/Makefile (tests): Add bug-regex14.  Add bug-regex14-mem
9708         if not cross compiling.
9709         (generated): Add bug-regex14-mem and bug-regex14.mtrace.
9710         (bug-regex14-ENV): Set.
9711         (bug-regex14-mem): New target.
9712         * posix/bug-regex14.c: New file.
9714 2002-10-23  Roland McGrath  <roland@redhat.com>
9716         * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
9717         target, so we don't touch it when the link fails.
9719         * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
9720         Check for the result overflowing off_t and fail with EOVERFLOW.
9721         * libio/ioftell.c (_IO_ftell): Likewise.
9722         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
9724         * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
9725         use a temporary timeval on the stack for gettimeofday and copy it.
9726         * login/logout.c (logout): Likewise.
9727         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
9729         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
9730         Use __SWORD_TYPE instead of int for member types.
9731         (struct statfs64): Likewise.
9732         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
9733         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
9734         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
9735         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
9736         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
9738         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
9739         * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
9740         (ST_NODIRATIME): Restore fixed value of 2048.
9741         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
9742         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
9744         Rearranged <bits/types.h> definitions to reduce duplication.
9745         * sysdeps/generic/bits/types.h: Rewritten, using macros from
9746         <bits/wordsize.h> and new header <bits/typesizes.h>.
9747         * posix/Makefile (headers): Add bits/typesizes.h here.
9748         * sysdeps/generic/bits/typesizes.h: New file.
9749         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
9750         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
9751         * sysdeps/mach/hurd/bits/typesizes.h: New file.
9752         * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
9753         * sysdeps/unix/sysv/linux/bits/types.h: File removed.
9754         * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
9755         * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
9756         * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
9757         * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
9758         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
9759         * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
9760         <bits/pthreadtypes.h> here, not in <bits/types.h>.
9761         * signal/signal.h: Likewise.
9763         * streams/stropts.h: Include <bits/xtitypes.h>.
9764         * streams/Makefile (headers): Add bits/xtitypes.h here.
9765         * sysdeps/generic/bits/xtitypes.h: New file.
9766         * sysdeps/s390/bits/xtitypes.h: New file.
9767         * sysdeps/ia64/bits/xtitypes.h: New file.
9768         * sysdeps/x86_64/bits/xtitypes.h: New file.
9770         * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
9771         * sysdeps/generic/bits/ipctypes.h: New file.
9772         * sysdeps/mips/bits/ipctypes.h: New file.
9773         * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
9774         * sysdeps/gnu/bits/msq.h: Likewise.
9775         * sysvipc/sys/ipc.h: Likewise.
9777 2002-10-22  Ulrich Drepper  <drepper@redhat.com>
9779         * elf/dl-load.c (struct filebuf): For buf element to have the
9780         alignment of ElfXX_Ehdr since this is what will be stored in it.
9782 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
9784         * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
9785         into pointer to locrec_offset.
9786         (add_locale_to_archive): Adjust callers.  Free normalized_name right
9787         before returning, not immediately after add_locale, pass it to
9788         add_alias if not NULL instead of name.  Rename second normalized_name
9789         occurence to nnormalized_codeset_name.
9791         * locale/programs/locarchive.c (enlarge_archive): Make sure
9792         string_size is always a multiple of 4.
9793         Reported by Andreas Schwab <schwab@suse.de>.
9795 2002-10-21  Andreas Schwab  <schwab@suse.de>
9797         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
9798         caller to EXTRA instead of execve, since the latter has a
9799         higher-priority implementation in linuxthreads.
9801 2002-10-21  Roland McGrath  <roland@redhat.com>
9803         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
9804         slotinfo list's len member to the proper size, not just 1.
9805         Initialize static_map.l_tls_initimage.
9807         * elf/dl-open.c (dl_open_worker): Fix loop searching for
9808         dtv_slotinfo_list element containing new modules' l_tls_modid.
9810         * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
9811         * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
9812         * elf/Makefile (tests): Add tst-tls9.
9813         (tests-static): Add tst-tls9-static.
9814         (tst-tls9-static-ENV): New variable.
9815         ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
9817         * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
9818         modids used by partially loaded modules being closed can't be known.
9820 2002-10-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
9822         * posix/Makefile: Add a test case for the bug reported by Aharon
9823         Robbins <arnold@skeeve.com>.
9824         * posix/bug-regex13.c: New file.
9825         * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
9827 2002-10-21  Ulrich Drepper  <drepper@redhat.com>
9829         * csu/gmon-start.c: Pretty printing.
9831 2002-10-19  Art Haas  <ahaas@neosoft.com>
9833         * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
9834         add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
9835         add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
9836         * configure: Regenerated.
9838 2002-10-19  Roland McGrath  <roland@redhat.com>
9840         * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
9841         and then set $subdirs directly, because the new Autoconf breaks
9842         compatibility in every way imaginable and insists on whining
9843         about usage that worked since the dawn of time.
9844         * configure: Regenerated.
9846         * configure: Regenerated (using Autoconf 2.54).
9847         * sysdeps/alpha/elf/configure: Likewise.
9848         * sysdeps/generic/configure: Likewise.
9849         * sysdeps/i386/elf/configure: Likewise.
9850         * sysdeps/ia64/elf/configure: Likewise.
9851         * sysdeps/mach/hurd/configure: Likewise.
9852         * sysdeps/mach/configure: Likewise.
9853         * sysdeps/unix/configure: Likewise.
9854         * sysdeps/unix/common/configure: Likewise.
9855         * sysdeps/unix/sysv/aix/configure: Likewise.
9856         * sysdeps/unix/sysv/linux/configure: Likewise.
9857         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
9858         * sysdeps/x86_64/elf/configure: Likewise.
9860         * config.make.in: Nix completely-soft nonsense.
9861         * configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
9862         of machine directories instead of fpu subdirectory.
9863         * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
9864         * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
9865         * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
9866         * sysdeps/powerpc/nofpu/sim-full.c: ... here.
9867         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
9868         * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
9869         * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
9870         * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
9871         * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
9872         * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
9873         * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
9874         * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
9875         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
9876         * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
9877         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
9878         * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
9879         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
9880         * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
9881         * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
9882         * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
9883         * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
9884         * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
9885         * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
9886         * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
9887         * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
9888         * sysdeps/powerpc/nofpu/fegetround.c: ... here.
9889         * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
9890         * sysdeps/powerpc/nofpu/fesetround.c: ... here.
9891         * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
9892         * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
9893         * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
9894         * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
9895         * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
9896         * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
9897         * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
9898         * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
9899         * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
9900         * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
9901         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
9902         * sysdeps/powerpc/nofpu/Versions: ... here, new file.
9904 2002-10-19  Bruno Haible  <bruno@clisp.org>
9906         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
9908 2002-10-18  Roland McGrath  <roland@redhat.com>
9910         * io/Makefile (routines): Add lchmod.
9911         * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
9912         * sysdeps/generic/lchmod.c: New file.
9913         * sysdeps/mach/hurd/lchmod.c: New file.
9914         * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
9916 2002-10-18  Art Haas  <ahaas@neosoft.com>
9918         * configure.in: Remove remaining AC_FD_CC macros, and replace
9919         AC_FD_MSG with AS_MESSAGE_FD.
9921 2002-10-18  Roland McGrath  <roland@redhat.com>
9923         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
9924         typos: VALUE -> FINALADDR.
9926         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
9927         (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
9928         (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
9929         (inline_syscall6): Move these macros ...
9930         * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
9932         * configure.in (libc_link_dests, libc_link_sources): Remove these
9933         variables and the AC_LINK_FILES call.
9935         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
9936         change to put new symbols here instead of in GLIBC_2.2.
9937         * sysdeps/powerpc/Subdirs: Move this file ...
9938         * sysdeps/powerpc/soft-fp/Subdirs: ... here.
9940 2002-10-07  Roland McGrath  <roland@redhat.com>
9942         * sysdeps/generic/bits/time.h: Replaced with contents of the
9943         sysdeps/unix/sysv/linux/i386/bits/time.h file.  All the following
9944         files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
9945         and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
9946         macros is ok even for architectures that don't now implement them.
9947         * sysdeps/mach/hurd/bits/time.h: File removed.
9948         * sysdeps/unix/sysv/linux/bits/time.h: File removed.
9949         * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
9950         * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
9951         * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
9952         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
9954 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
9956         * configure.in: Replace obsolete AC_OUTPUT syntax with
9957         AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
9959         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
9960         _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
9962         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
9963         * sysdeps/alpha/elf/configure.in: Likewise.
9964         * sysdeps/i386/elf/configure.in: Likewise.
9965         * sysdeps/mach/hurd/configure.in: Likewise.
9966         * sysdeps/x86_64/elf/configure.in: Likewise.
9968         * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
9970         * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
9971         * sysdeps/generic/configure.in: Likewise.
9972         * sysdeps/i386/elf/configure.in: Likewise.
9973         * sysdeps/ia64/elf/configure.in: Likewise.
9974         * sysdeps/mach/configure.in: Likewise.
9975         * sysdeps/mach/hurd/configure.in: Likewise.
9976         * sysdeps/unix/configure.in: Likewise.
9977         * sysdeps/unix/common/configure.in: Likewise.
9978         * sysdeps/unix/sysv/aix/configure.in: Likewise.
9979         * sysdeps/unix/sysv/linux/configure.in: Likewise.
9980         * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
9981         * sysdeps/x86_64/elf/configure.in: Likewise.
9983         * aclocal.m4: Use just the bits from AS_INIT that are needed for the
9984         GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
9985         that it's obvious when extra autoconf machinery is being dragged in.
9987 2002-10-18  Roland McGrath  <roland@redhat.com>
9989         * configure.in: Remove bogus echo included in
9990         2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
9991         * configure: Regenerated.
9993 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
9995         * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
9996         (statfs_filesize_max): New function.
9997         * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
9998         JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
9999         ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
10000         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
10001         statfs_filesize_max.
10002         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
10003         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
10004         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
10006 2002-10-17  Roland McGrath  <roland@redhat.com>
10008         * configure.in (MIG): Just AC_SUBST it here.
10009         * configure: Regenerated.
10010         * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
10011         Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
10012         * sysdeps/mach/configure: Regenerated.
10014         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
10015         and AC_PROVIDE([_AS_CR_PREPARE]).
10017         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
10018         Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
10020         * elf/dl-support.c: Move _dl_tls_* variables to ...
10021         * sysdeps/generic/libc-tls.c: ... here.
10023         * elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
10024         allow IDX to be one past the current last slotinfo entry.
10025         (_dl_close): Pass IMAP->l_init_called for that parameter.
10027 2002-10-07  Andreas Schwab  <schwab@suse.de>
10029         * aclocal.m4: Fix for autoconf 2.53.
10030         * configure.in: Likewise.  Require autoconf 2.53.
10032 2002-10-08  Richard Henderson  <rth@redhat.com>
10034         * soft-fp/op-4.h: Handle carry correctly in
10035         __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
10036         __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
10037         * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
10039 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
10041         * configure.in: Compute completely-soft.
10042         * config.make.in: Make completely-soft available to sub-makes.
10043         * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
10044         gcc-double-routines.  Add sim-full.c.  Add fenv_const and
10045         fe_nomask to libm-support.
10046         * sysdeps/powerpc/soft-fp/sim-full.c: New file.
10047         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
10048         * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
10049         * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
10050         * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
10051         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
10052         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
10053         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
10054         * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
10055         * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
10056         * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
10057         * sysdeps/powerpc/soft-fp/fegetround.c: New file.
10058         * sysdeps/powerpc/soft-fp/fesetround.c: New file.
10059         * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
10060         * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
10061         * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
10062         * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
10063         * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
10064         * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
10065         symbols.  Add __sim_disabled_exceptions, __sim_exceptions,
10066         __sim_round_mode.
10067         * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
10068         * sysdeps/powerpc/soft-float/sfp-machine.h: Define
10069         FP_HANDLE_EXCEPTIONS.
10070         Define FP_ROUNDMODE.
10071         Redefine FP_* macros to correspond to the FE_* bit positions.
10072         Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
10073         Define externs for __sim_exceptions, __sim_disabled_exceptions,
10074         __sim_round_mode, __simulate_exceptions.
10075         * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
10076         * sysdeps/powerpc/bits/fenv.h: ...to here.
10078 2002-10-06  Jakub Jelinek  <jakub@redhat.com>
10080         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10081         Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
10082         Use __builtin_expect for R_PPC_ADDR24 overflow check.  Fix
10083         R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
10084         __builtin_expect.
10086 2002-10-15  Jakub Jelinek  <jakub@redhat.com>
10088         * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
10089         __libc_res_nsend): New prototypes.
10090         * resolv/res_query.c (QUERYSIZE): Define.
10091         (__libc_res_nquery): Renamed from res_nquery.  Added answerp
10092         argument.  Allocate only QUERYSIZE bytes first, if res_nmkquery
10093         fails use MAXPACKET buffer.  Call __libc_res_nsend instead of
10094         res_nsend, pass answerp.
10095         (res_nquery): Changed into wrapper around __libc_res_nquery.
10096         (__libc_res_nsearch): Renamed from res_nsearch.  Added answerp
10097         argument.  Call __libc_res_nquerydomain and __libc_res_nquery
10098         instead of the non-__libc_ variants, pass them answerp.
10099         (res_nsearch): Changed into wrapper around __libc_res_nsearch.
10100         (__libc_res_nquerydomain): Renamed from res_nquerydomain.
10101         Added answerp argument.  Call __libc_res_nquery instead of
10102         res_nquery, pass answerp.
10103         (res_nquerydomain): Changed into wrapper around
10104         __libc_res_nquerydomain.
10105         * resolv/res_send.c: Include sys/ioctl.h.
10106         (MAXPACKET): Define.
10107         (send_vc): Change arguments.  Reallocate answer buffer if it is
10108         too small.
10109         (send_dg): Likewise.
10110         (__libc_res_nsend): Renamed from res_nsend.  Added ansp argument.
10111         Reallocate answer buffer if it is too small and hooks are in use.
10112         Adjust calls to send_vc and send_dg.
10113         (res_nsend): Changed into wrapper around __libc_res_nsend.
10114         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
10115         just 1K answer buffer on the stack, use __libc_res_nsearch instead
10116         of res_nsearch.
10117         (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
10118         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
10119         (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
10120         * resolv/gethnamaddr.c (gethostbyname2): Likewise.
10121         (gethostbyaddr): Similarly with __libc_res_nquery.
10122         * resolv/Versions (libresolv): Export __libc_res_nquery and
10123         __libc_res_nsearch at GLIBC_PRIVATE.
10125 2002-10-17  Roland McGrath  <roland@redhat.com>
10127         * configure.in: Grok --without-__thread and disable HAVE___THREAD.
10128         * configure: Regenerated.
10130         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
10131         before performing the reloc, not after.
10132         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
10134 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
10136         * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
10137         * locale/programs/linereader.c (lr_open): Likewise.
10138         * locale/programs/charmap-dir.c (charmap_open): Likewise.
10139         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
10141 2002-10-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
10143         * posix/bug-regex11.c: Add a test case for the bug reported by
10144         Paolo Bonzini <bonzini@gnu.org>.
10145         * posix/regexec.c (sift_states_bkref): Use correct destination of
10146         the back reference.
10148 2002-10-17  Roland McGrath  <roland@redhat.com>
10150         * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
10151         * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
10152         to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
10153         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
10154         Call it after performing TPOFF relocs.
10155         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
10156         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
10157         * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
10159         * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
10160         when closing a partially-initialized object.
10162         * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
10163         instead of _dl_fatal_printf when we see PT_TLS.
10165         * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
10166         instead of $(libof-$<).
10168 2002-10-16  Roland McGrath  <roland@redhat.com>
10170         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
10171         instead of += to append, to be sure $(lib) gets expanded at defn time.
10172         (libof-$(cpp-src)): New variable, define this instead.
10173         * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
10174         (lib): Don't use override.
10175         (CPPFLAGS-$(lib)): New variable, put -D's here.
10176         * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
10177         Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
10178         LIB found by $(libof-*) for basename, target, or source.
10179         * Makerules (CPPFLAGS-nonlib): New variable.
10180         * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
10181         * locale/Makefile (lib): Likewise.
10182         * sunrpc/Makefile (lib): Likewise.
10184         * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
10185         * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
10186         * sysdeps/unix/sysv/linux/pathconf.h: New file.
10187         (statfs_link_max): New function, guts from fpathconf.c.
10188         * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
10189         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
10190         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
10191         to use the linux/pathconf.c code by #include rather than duplication.
10192         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
10194 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
10196         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
10197         Use __libc_errno only for libc itself.
10199 2002-10-16  Andreas Jaeger  <aj@suse.de>
10201         * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
10203 2002-10-16  Ulrich Drepper  <drepper@redhat.com>
10205         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
10206         Use __libc_errno only for libc itself.
10208 2002-10-15  Roland McGrath  <roland@redhat.com>
10209             Jakub Jelinek  <jakub@redhat.com>
10211         * sysdeps/unix/sysv/linux/Makefile
10212         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
10213         sparc/Makefile to produce a bi-arch file as needed.
10214         That's now parameterized by the variable $(64bit-predefine).
10215         Use LC_ALL=C for `comm' commands in that rule.
10216         No longer conditional on [$(no_syscall_list_h)].
10217         * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
10218         (64bit-predefine): New variable.
10219         * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
10220         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
10221         * sysdeps/unix/sysv/linux/powerpc/Makefile
10222         (64bit-predefine): New variable.
10224 2002-10-15  Roland McGrath  <roland@redhat.com>
10226         * sysdeps/unix/sysv/linux/Makefile
10227         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
10229         * login/utmp-private.h: Declare __libc_utmp_lock.
10230         * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
10231         and call __libc_utmp_jump_table functions directly, instead of using
10232         __setutent et al.
10234         * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
10235         * sysdeps/unix/sysv/linux/configure: Regenerated.
10237         * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
10238         (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
10239         Use int32_t for ll_time.
10240         (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
10241         Use int32_t instead of long int for ut_session.
10242         Use an anonymous struct with 32-bit fields for ut_tv.
10243         * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
10244         (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
10245         here as in utmp.h for `struct utmp'.
10246         * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
10247         * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
10248         * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
10249         * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
10250         * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
10251         * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
10253         * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
10254         of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
10255         All the following files were identical or equivalent to it.
10256         * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
10257         * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
10258         * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
10259         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
10260         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
10261         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
10262         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
10263         * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
10264         * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
10265         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
10267         * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
10268         instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
10269         Other than the previously incorrect sign of msg_iovlen, this is a
10270         no-op on 32-bit platforms.  On 64-bit platforms it makes this header
10271         match their layouts as well, so the following are now identical to it.
10272         * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
10273         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
10274         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
10275         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
10276         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
10278 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
10280         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
10281         Define for 2.4+ kernels.
10283         * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
10284         are known to have the vfork syscall.  Don't confuse the CPUs
10285         branch prediction unit by jumping to the return address.
10287         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
10288         support for reiserfs and xfs.
10290         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
10291         XFS link count.
10292         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
10293         and XFS_LINK_MAX.
10294         Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
10296 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
10298         * include/libc-symbols.h (attribute_tls_model_ie): Define.
10299         * include/errno.h (errno): Define to __libc_errno in libc.so.
10300         Add attribute_tls_model_ie.
10301         * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
10302         Add attribute_tls_model_ie.
10303         * include/resolv.h (_res): Define to __libc_res in libc.so.  Add
10304         attribute_tls_model_ie.
10305         * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
10306         (h_errno): Define.
10307         * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
10308         (_res): Define.
10309         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
10310         attribute_tls_model_ie.
10311         * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
10312         __thread.
10313         * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
10314         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
10315         __libc_errno in USE___THREAD case.
10316         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
10317         Likewise.
10318         * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
10319         __attribute__((tls_model (""))).
10320         * configure: Rebuilt.
10321         * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
10323 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
10325         * timezone/asia: Update from tzdata2002d.
10326         * timezone/australasia: Likewise.
10327         * timezone/iso3166.tab: Likewise.
10328         * timezone/southamerica: Likewise.
10329         * timezone/zone-tab: Likewise.
10331 2002-10-15  Roland McGrath  <roland@redhat.com>
10333         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
10334         Adjust TCB pointer before calling free, so we get the whole block.
10336 2002-10-14  Roland McGrath  <roland@redhat.com>
10338         * sysdeps/unix/sysv/linux/x86_64/sigaction.c
10339         [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
10340         extern using attribute_hidden instead of static, avoids warning.
10342 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
10344         * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
10345         * sysdeps/unix/sysv/linux/configure: Rebuilt.
10347 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
10349         * po/sv.po: Update from translation team.
10351 2002-10-12  H.J. Lu  <hjl@gnu.org>
10353         * sunrpc/thrsvc.c (PROCQUIT): New.
10354         (struct rpc_arg): New.
10355         (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
10356         (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
10357         (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
10358         (main): Modified for struct rpc_arg *.
10360 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
10362         * dirent/scandir.c: Rearrange code a bit to reduce binary size.
10364 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
10366         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
10367         (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
10368         in ld.so even if __thread is supported.
10370 2002-10-13  Jakub Jelinek  <jakub@redhat.com>
10372         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
10373         Add hack to prevent the compiler from clobbering the signal context.
10374         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
10375         Likewise.
10376         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
10377         Likewise.
10379 2002-10-14  Andreas Jaeger  <aj@suse.de>
10381         * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
10382         Guido Guenther <agx@sigxcpu.org>.
10384 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
10386         * po/sk.po: Update from translation team.
10388 2002-09-26  Roland McGrath  <roland@redhat.com>
10390         * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
10391         dynamic string tag.
10392         * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
10393         DL_DST_LIB based on $(slibdir).
10395 2002-10-13  Roland McGrath  <roland@frob.com>
10397         * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
10399         * sysdeps/mach/hurd/getresuid.c: New file.
10400         * sysdeps/mach/hurd/getresgid.c: New file.
10401         * sysdeps/mach/hurd/setresuid.c: New file.
10402         * sysdeps/mach/hurd/setresgid.c: New file.
10404         * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
10405         setresgid): Declare them.
10406         * NEWS: Mention it.
10407         * include/unistd.h
10408         (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
10409         add libc_hidden_proto.
10410         * posix/Versions (libc: GLIBC_2.3.2): New set.  Add
10411         getresuid, getresgid, setresuid, setresgid here.
10412         * Versions.def (libc): Define GLIBC_2.3.2 set.
10413         * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
10414         Add libc_hidden_def.
10415         * sysdeps/generic/getresgid.c (__getresgid): Likewise.
10416         * sysdeps/generic/setresgid.c: New file.
10417         * sysdeps/generic/setresuid.c: New file.
10418         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
10419         (sysdep_routines): Don't add getresuid and getresgid here.
10420         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
10421         (sysdep_routines): Don't add setresuid and setresgid here.
10422         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
10423         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
10424         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10425         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
10426         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10427         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10428         * posix/Makefile (routines): Add them all here instead.
10429         * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
10430         __getresuid.  Add libc_hidden_def for that, and weak alias to old name.
10431         * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
10432         __getresgid.  Add libc_hidden_def for that, and weak alias to old name.
10433         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
10434         [! __NR_setresuid]: Include generic file.
10435         * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
10436         __setresgid.  Add libc_hidden_def for that, and weak alias to old name.
10437         [! __NR_setresuid]: Include generic file.
10438         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
10439         Caller is - now, not EXTRA.
10440         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
10441         (setresuid, setresgid, getresuid, getresgid): Likewise.
10442         * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
10443         Add these calls here.
10444         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
10445         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
10446         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10447         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10448         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
10449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
10450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
10451         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
10452         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
10454         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
10455         (sysdep_routines): Add setfsuid and setfsgid here.
10456         * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
10457         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
10458         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
10459         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
10460         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10461         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
10462         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10463         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10465         * hurd/errno.c: Renamed to ...
10466         * hurd/errno-loc.c: ... this.
10467         * hurd/Makefile (routines): errno -> errno-loc
10469 2002-10-13  Ulrich Drepper  <drepper@redhat.com>
10471         * po/de.po: Update from translation team.
10473         * MakeTAGS: Add -E flag to xgettext runs.
10475 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
10477         * po/fr.po: Update from translation team.
10479         * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
10480         Optimize a bit for use in glibc.
10482 2002-10-12  Roland McGrath  <roland@redhat.com>
10484         * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
10485         Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
10487 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
10489         * po/sv.po: Update from translation team.
10491 2002-10-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
10493         * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
10494         OP_CONTEXT_NODE.
10495         (regfree): Likewise.
10496         (create_initial_state): Likewise.
10497         (analyze): Remove the substitutions which became useless.
10498         (calc_first): Likewise.
10499         (calc_epsdest): Use edests of OP_BACK_REF in case that it has
10500         epsilon destination.
10501         (duplicate_node_closure): New function.
10502         (duplicate_node): Remove the handling OP_CONTEXT_NODE.
10503         (calc_inveclosure): Likewise.
10504         (calc_eclosure): Likewise.
10505         (calc_eclosure_iter): Invoke duplicate_node_closure instead of
10506         direct invocation of duplicate_node.
10507         (parse): Don't use comma operator in the return to avoid compiler
10508         warning.
10509         (parse_reg_exp): Likewise.
10510         (parse_branch): Likewise.
10511         (parse_expression): Likewise.
10512         (parse_sub_exp): Likewise.
10513         (parse_dup_op): Likewise.
10514         * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
10515         which became useless.
10516         (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
10517         (create_cd_newstate): Likewise.
10518         * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
10519         (re_token_t): Likewise.
10520         (re_dfa_t): Likewise.
10521         (re_node_set_remove): New macro.
10522         * posix/regexec.c (check_matching): Remove the handling
10523         OP_CONTEXT_NODE.
10524         (check_halt_node_context): Likewise.
10525         (proceed_next_node): Likewise.
10526         (pop_fail_stack): Fix the memory leak.
10527         (set_regs): Likewise.
10528         (free_fail_stack_return): New function.
10529         (sift_states_backward): Fix the memory leak.  Remove the handling
10530         OP_CONTEXT_NODE.
10531         (update_cur_sifted_state): Append some if clause to avoid redundant
10532         call.
10533         (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
10534         back reference.
10535         (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
10536         (check_subexp_limits): Likewise.
10537         (search_subexp): Likewise.
10538         (sift_states_bkref): Likewise.
10539         (transit_state_mb): Likewise.
10540         (transit_state_bkref_loop): Likewise.
10541         (transit_state_bkref_loop): Likewise.
10542         (group_nodes_into_DFAstates): Likewise.
10543         (check_node_accept): Likewise.
10544         (sift_ctx_init): Add initializing.
10546 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
10548         * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
10549         __builtin_expect.
10551 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
10553         * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
10554         duplicated variable c.
10556         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
10557         if possible.
10559         * sysdeps/unix/sysv/linux/i386/sysdep.h
10560         (INTERNAL_SYSCALL_ERROR_P): New define.
10561         (INTERNAL_SYSCALL_ERRNO): Likewise.
10563         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
10564         Add hack to prevent the compiler from clobbering the signal context.
10566 2002-10-11  Roland McGrath  <roland@redhat.com>
10568         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
10569         Fix typos.
10571         * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
10572         * sysdeps/sh/dl-lookupcfg.h: File removed.
10573         * sysdeps/i386/dl-lookupcfg.h: File removed.
10575         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
10576         missing labels and ; from last change.
10578         * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
10579         number literals, so they are doubles instead of ints.
10581 2002-10-09  Roland McGrath  <roland@redhat.com>
10583         * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
10584         changed from [USE_TLS && HAVE___THREAD].
10586         * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
10587         Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
10588         * sysdeps/x86_64/dl-machine.h
10589         (elf_machine_type_class, elf_machine_rela): Likewise.
10590         * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
10591         Likewise.
10593         * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
10594         * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
10595         (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
10597         * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
10598         instead of ___tls_get_addr.
10599         (___tls_get_addr_internal): Add attribute_hidden to decl.
10601         * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
10602         _dl_error_catch_tsd.
10603         * elf/rtld.c (startup_error_tsd): New function.
10604         (dl_main): Point _dl_error_catch_tsd at that.
10605         * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
10606         use new function pointer instead.
10607         * elf/dl-tsd.c: New file.
10608         * elf/Makefile (routines): Add it.
10610 2002-10-07  Roland McGrath  <roland@redhat.com>
10612         * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
10613         writev if it's available.  Otherwise if [RTLD_PRIVATE_ERRNO] then
10614         take _dl_load_lock around calling __writev.
10616         * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
10617         (INLINE_SYSCALL): Use that.
10619         * sysdeps/generic/dl-sysdep.h: New file.
10620         * sysdeps/mach/hurd/dl-sysdep.h: New file.
10621         * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
10622         * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
10623         [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
10624         access it directly.
10625         * elf/dl-minimal.c (__errno_location): Removed.
10626         * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
10627         Use GOTOFF access for errno.
10628         * sysdeps/unix/sysv/linux/i386/sysdep.h
10629         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
10631         * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
10632         Use PC-relative access for errno.
10633         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
10634         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
10636         * include/tls.h: New file.
10637         (USE___THREAD): New macro.
10638         Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
10639         libc or libpthread.
10640         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
10641         changed from [USE_TLS && HAVE___THREAD].
10642         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10643         * sysdeps/unix/i386/sysdep.S: Likewise.
10644         * sysdeps/unix/x86_64/sysdep.S: Likewise.
10645         * include/errno.h: Likewise.
10646         * include/netdb.h: Likewise.
10647         * include/resolv.h: Likewise.
10649         * sysdeps/generic/errno.c: New file.
10650         * csu/Makefile (aux): New variable, list errno.
10651         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
10652         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
10653         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
10654         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
10655         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
10656         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
10657         * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
10658         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
10659         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
10660         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
10661         * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
10662         * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
10663         * sysdeps/unix/alpha/sysdep.S: Likewise.
10664         * sysdeps/generic/start.c: Likewise.
10665         * sysdeps/unix/start.c: Likewise.
10666         * sysdeps/unix/arm/start.c: Likewise.
10667         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
10668         * sysdeps/unix/sparc/start.c: Likewise.
10669         * sysdeps/unix/sysv/irix4/start.c: Likewise.
10670         * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
10672         * manual/search.texi (Tree Search Function, Hash Search Function):
10673         Mention search.h clearly.
10675 2002-10-05  Roland McGrath  <roland@redhat.com>
10677         * elf/dl-fxstat64.c: File removed.
10678         * elf/dl-xstat64.c: File removed.
10679         * elf/Makefile (rtld-routines): Remove them.
10680         * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
10681         Instead, use strong_alias instead of versioned_symbol in the
10682         !SHLIB_COMPAT case.
10683         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
10684         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
10686         * include/shlib-compat.h
10687         (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
10688         [! NOT_IN_libc] (IS_IN_libc): Define it.
10689         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
10690         * elf/Makefile (CPPFLAGS-.os): Likewise.
10692         * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
10693         Return the status instead of calling exit.
10695         * Makeconfig (CFLAGS): Prepend -std=gnu99.
10696         * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
10697         Remove superfluous rm command, whose @ plus make bugs hid
10698         all these commands from the make output.
10700         * include/stubs-prologue.h: New file.  Give #error under #ifdef _LIBC.
10701         * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
10702         Use that file's contents instead of literal echo's for the prologue.
10703         * include/features.h: Include <gnu/stubs.h> unconditionally.
10704         * include/gnu/stubs.h: New file.
10706 2002-09-30  Roland McGrath  <roland@redhat.com>
10708         * elf/rtld-Rules: New file.
10709         * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
10710         $(objpfx)rtld-libc.a): New targets.
10711         (generated): Add them.
10712         (reloc-link): Remove -o $@ from the variable.
10713         ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
10714         (distribute): Add rtld-Rules.
10715         (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
10716         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
10717         (common-mostlyclean, common-clean): Clean up rtld-* files.
10718         * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
10720 2003-05-20  Jakub Jelinek  <jakub@redhat.com>
10722         * elf/dynamic-link.h (elf_get_dynamic_info): Add temp argument.
10723         If temp != NULL, copy dynamic entries which need relocation to temp
10724         array before relocating.
10725         (DL_RO_DYN_TEMP_CNT): Define.
10726         * elf/dl-load.c (_dl_map_object_from_fd): Adjust caller.
10727         * elf/rtld.c (_dl_start): Likewise.
10728         (dl_main): Likewise.  Add dyn_temp static variable.
10730 2002-10-11  Roland McGrath  <roland@redhat.com>
10732         * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
10733         now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
10735         * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
10736         proper set of no-op insn prefixes.
10738         * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
10740 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
10742         * sysdeps/unix/sysv/linux/execve.c: Don't try calling
10743         __pthread_kill_other_threads_np.
10745         * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
10747 2002-10-08  Roland McGrath  <roland@redhat.com>
10749         * locale/newlocale.c (__newlocale): If setting all categories to "C",
10750         just return &_nl_C_locobj instead of copying it.
10751         * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
10752         * locale/duplocale.c (__duplocale): Likewise.
10754 2002-10-07  Roland McGrath  <roland@frob.com>
10756         * config.h.in (HAVE_I386_SET_GDT): New #undef.
10757         * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
10758         * sysdeps/mach/configure: Regenerated.
10760 2002-10-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
10763         Add all necessary register outputs for syscall-clobbered registers.
10765 2002-10-02  David Mosberger  <davidm@hpl.hp.com>
10767         * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
10768         Itanium 2 (and Itanium).
10769         Fix unwind directives and make it fit in 80 columns.
10770         * sysdeps/ia64/memset.S: Likewise.
10771         * sysdeps/ia64/memcpy.S: Likewise.
10772         Move jump table to .rodata section.
10774 2002-10-03  Roland McGrath  <roland@frob.com>
10776         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
10777         clobbers to asm.
10779 2002-10-10  Andreas Jaeger  <aj@suse.de>
10781         * sysdeps/x86_64/_mcount.S: Restore correct registers.
10783 2002-10-10  Ulrich Drepper  <drepper@redhat.com>
10785         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
10787 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
10789         * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
10790         _dl_allocate_tls_init.  Add rtld_hidden_proto.
10791         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
10792         rtld_hidden_def.
10793         * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
10795         * version.h (VERSION): Bump to 2.3.1.
10797         * Make-dist: Add back one of the tar invocations removed before.
10799         * stdlib/Makefile (distribute): Add allocalim.h.
10801         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
10802         (__libc_tsd_address): Use correct variable name.
10803         Patch by Stefan Jones <stefan.jones@multigig.com>.
10805         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
10806         Reported by edwardsg@sgi.com [PR libc/4678].
10808         * Versions.def (libc): Add GLIBC_2.3.1.
10809         (libpthread): Add GLIBC_2.3.1.
10811         * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
10812         and __sigtimedwait.
10813         * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
10814         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
10815         libc_hidden_def.
10816         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
10817         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
10819         * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
10820         * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
10821         and make old name an alias.
10822         * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
10823         and make old name an alias.
10824         * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
10825         __libc_msgsnd.
10827         * include/sys/uio.h: Declare __libc_readv and __libc_writev.
10828         * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
10829         __libc_writev.
10830         * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
10831         old name an alias.
10832         * sysdeps/posix/readv.c: Likewise
10833         * sysdeps/unix/sysv/aix/readv.c: Likewise.
10834         * sysdeps/unix/sysv/linux/readv.c: Likewise.
10835         * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
10836         old name an alias.
10837         * sysdeps/posix/writev.c: Likewise
10838         * sysdeps/unix/sysv/aix/writev.c: Likewise.
10839         * sysdeps/unix/sysv/linux/writev.c: Likewise.
10841         * include/sys/wait.h: Declare __waitid.
10842         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
10843         * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
10844         name an alias.
10845         * sysdeps/posix/waitid.c: Likewise.
10846         * sysdeps/unix/sysv/aix/waitid.c: Likewise.
10848         * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
10850 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
10852         * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
10853         prototypes.
10854         (__MAX_ALLOCA_CUTOFF): Define.
10855         Include allocalim.h.
10856         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
10857         _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
10858         host_buffer depending on __libc_use_alloca.
10859         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
10860         _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
10861         net_buffer depending on __libc_use_alloca.
10862         * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
10863         buf depending on __libc_use_alloca.
10864         * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
10865         * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
10866         instead of hardcoded constants.
10867         Pass proper size argument to alloca and compute end for wide char
10868         version.
10869         * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
10870         instead of hardcoded constants.
10871         * string/strcoll.c (strcoll): Likewise.
10872         * string/strxfrm.c (strxfrm): Likewise.
10873         * sysdeps/posix/readv.c (__readv): Likewise.
10874         * sysdeps/posix/writev.c (__writev): Likewise.
10875         * sysdeps/generic/allocalim.h: New file.
10877 2002-10-08  Roland McGrath  <roland@redhat.com>
10879         * configure.in (aux_missing warning): Change "too old" to
10880         "incompatible versions", since for autoconf it's "too new" right now.
10881         * configure: Regenerated.
10883         * configure.in (AUTOCONF): New check to set it.  Set to "no" if the
10884         one found doesn't work on our configure.in.
10885         * configure: Regenerated.
10886         * config.make.in (AUTOCONF): New substituted variable.
10887         * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
10888         (autoconf-it): ... here, use that instead of defining conditionally.
10889         Use $(AUTOCONF) instead of literal autoconf.
10890         [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
10891         with this condition.
10892         * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
10894 2002-10-08  Ulrich Drepper  <drepper@redhat.com>
10896         * Make-dist (dist): Cleanup a bit.  We are not interested in the
10897         14 char filename limit anymore.  Remove intermediate files and
10898         symlinks.
10900 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
10902         * po/sk.po: Update from translation team.
10903         * po/tr.po: Likewise.
10904         * po/gl.po: Likewise.
10906 2002-10-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10908         * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
10910 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
10912         * version.h (RELEASE): Change to stable.
10914 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
10916         * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
10917         __syscall_exit_group): New prototypes.
10919 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
10921         * glibc 2.3 released.
10924 See ChangeLog.13 for earlier changes.