* tst-cancel4.c (do_test): Use %zd instead of %d when printing cnt.
[glibc/pb-stable.git] / ChangeLog
blob81dfa78503263b9eb5a753613aea57a37641c26b
1 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
3         * string/test-strncpy.c (do_one_test): Mark start and stop as
4         possibly unused.
6 2003-04-15  Roland McGrath  <roland@redhat.com>
8         * libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning.
10         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
11         INTUSE(__register_frame_info_bases).
13 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
15         * elf/elf.h: Define AT_SYSINFO_EH_FRAME.
16         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle
17         AT_SYSINFO_EH_FRAME.  Adjust string width.
18         (_dl_show_auxv):Display AT_SYSINFO_EH_FRAME value.
19         * sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global):
20         Add _dl_sysinfo_eh_frame field.
21         * elf/dl-support.c [NEED_DL_SYSINFO]: Define _dl_sysinfo_eh_frame.
22         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO] Define eh_obj
23         variable.
24         [NEED_DL_SYSINFO] (LIBC_START_MAIN): Call __register_frame_info_bases
25         if _dl_sysinfo_eh_frame is non-NULL.
27         * Makeconfig (gnulib): Add -lgcc_eh.
29         * config.h.in: Define HAVE_FORCED_UNWIND.
31 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
33         * sysdeps/powerpc/powerpc64/strcmp.S: Convert to full 64-bit.
34         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
36 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
38         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Avoid
39         checking R_PPC_RELATIVE, R_PPC_NONE and whether relocation is
40         against local symbol in conflict processing.
42 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
44         * sysdeps/powerpc/bits/atomic.h
45         [__powerpc64] (__arch_compare_and_exchange_val_64_acq): Define.
46         [! __powerpc64] (__arch_compare_and_exchange_val_64_acq): Defined
47         as abort stub.
48         (__arch_compare_and_exchange_val_32_acq): Define.
49         (atomic_compare_and_exchange_val_acq): Define.
51 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
53         * include/atomic.h: Pretty printing.
55 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
57         * stdio-common/vfscanf.c: Add casts to avoid warnings.
59 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
61         * sysdeps/i386/i486/bits/atomic.h: Rename LOCK to LOCK_PREFIX.
62         * sysdeps/x86_64/bits/atomic.h: Likewise.
64 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
66         * sysdeps/unix/sysv/linux/i386/sysdep.h: Change PUSHARGS_1 and
67         POPARGS_1 to emit labels for the mov instructions.
69 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
71         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (ret_NOERRNO): Define.
73 2003-04-14  Roland McGrath  <roland@redhat.com>
75         * sysdeps/generic/unwind-dw2.c (_Unwind_GetCFA): Add a cast to silence
76         compiler warning.
78         * sysdeps/generic/unwind-pe.h: Fix decl hacks broken in merge.
80 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
82         * string/strxfrm.c (STRXFRM): Terminate rulearr at correct
83         position.  Reported by jreiser@BitWagon.com.
85 2003-04-13  Ulrich Drepper  <drepper@redhat.com>
87         * sysdeps/generic/unwind-dw2-fde.c: Update from recent gcc version.
88         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
89         * sysdeps/generic/unwind-dw2.c: Likewise.
90         * sysdeps/generic/unwind-pe.h: Likewise.
92 2003-04-13  Alexandre Oliva  <aoliva@redhat.com>
94         * sysdeps/unix/sysv/linux/mips/profil-counter: New.
95         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Port to n32/n64.
96         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: New.
97         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Port to n32/n64.
98         (mcontext_t): Make it match the 32-bit mips kernel in o32.
99         * sysdeps/unix/sysv/linux/mips/sys/user.h: Bring in constants from
100         the mips and mips64 headers.
101         (struct user): Port to n32/n64.
103 2003-04-12  Ulrich Drepper  <drepper@redhat.com>
105         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add cast to
106         avoid warning.
108         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): If
109         __ASSUME_VSYSCALL is defined don't add restorer.
110         * sysdeps/unix/sysv/linux/kernel-features.h: Define
111         __ASSUME_VSYSCALL for 2.5.53.
113 2003-04-11  Ulrich Drepper  <drepper@redhat.com>
115         * sysdeps/generic/libc-start.c: Cleanup MAIN_AUXVEC_ARG handling.
116         Remove HAVE_CANCELBUF code.  Replace with code using the new
117         initializers for unwind-based cleanup handling.
118         * sysdeps/generic/unwind.h: Update from latest gcc version.
119         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define labels in a few
120         places to allow unwind data generation.
121         * sysdeps/i386/bits/setjmp.h: Allow file to be included multiple times.
122         * sysdeps/x86_64/bits/setjmp.h: Likewise.
123         * sysdeps/sh/bits/setjmp.h: Likewise.
124         * sysdeps/powerpc/bits/setjmp.h: Likewise.
125         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise.
126         * sysdeps/alpha/bits/setjmp.h: Likewise.
128 2003-04-11  Roland McGrath  <roland@redhat.com>
130         * csu/tst-empty.c: New file.
131         * csu/Makefile (tests, tests-static): Add it.
133 2003-04-11  Jakub Jelinek  <jakub@redhat.com>
135         * string/test-strcmp.c (do_random_tests): Test whether return value
136         has been promoted to wordsize if the ABI requires caller to do so.
137         * string/test-strncmp.c (do_random_tests): Likewise.
138         * string/test-memcmp.c (do_random_tests): Likewise.
140         * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Sign extend rRTN
141         before returning.
143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
144         (__fe_nomask_env): Try prctl even if __ASSUME_NEW_PRCTL_SYSCALL
145         is not defined, but the prctl constants are.
147         * string/tester.c (test_strcmp): Fix a typo.
149 2003-04-09  Ulrich Drepper  <drepper@redhat.com>
151         * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD definition.
152         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
154 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
156         * sysdeps/mips/sys/regdef.h (t4,t5,t6,t7): Renamed to t0..t3 on
157         NewABI.
158         (ta0, ta1, ta2, ta3): Defined to t4..t7 on o32, and a4..a7 on
159         NewABI.
160         * sysdeps/mips/mips64/memcpy.S: Adjust register naming
161         conventions.
162         * sysdeps/mips/mips64/memset.S: Likewise.
163         * sysdeps/unix/mips/sysdep.S (__syscall_error) [_LIBC_REENTRANT]:
164         Use t0 instead of t4 as temporary.
166 2003-04-07  Ulrich Drepper  <drepper@redhat.com>
168         * elf/ldconfig.c (parse_conf): Ignore leading whitespace.  Use
169         feof_unlocked instead of feof.
170         (add_dir): Ignore trailing whitespace.
172 2003-04-07  Jakub Jelinek  <jakub@redhat.com>
174         * posix/bug-regex4.c (main): Cap RANGE and STOP arguments to
175         sum of SIZE1 and SIZE2 arguments.
177 2003-04-06  Ulrich Drepper  <drepper@redhat.com>
179         * iconv/iconv_prog.c (process_block): Don't print message about
180         invalid input if the -c option is used.
181         (main): Correctly append IGNORE string for -c option.
183 2002-04-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
185         * sysdeps/sh/bits/atomic.h: Moved to ...
186         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: ... here.  Add comments.
187         (__arch_compare_and_exchange_val_*_acq): Add parens around macro
188         arguments.
189         (atomic_bit_set, atomic_bit_test_set): Likewise.
190         (atomic_exchange_and_add): Likewise.  Don't evaluate VALUE argument
191         twice.
192         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
194 2003-04-06  Roland McGrath  <roland@redhat.com>
196         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Rewrite register
197         restoration as done for setcontext yesterday.
199 2003-04-06  Jakub Jelinek  <jakub@redhat.com>
201         * elf/rtld.c: Revert 2003-03-14 change.
202         * elf/dl-conflict.c (_dl_resolve_conflicts): Move
203         #if ! ELF_MACHINE_NO_RELA conditional into the routine.
205 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
207         * sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999].
209         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
210         Always initialize *signgamp before returning an error.
212 2003-04-05  Roland McGrath  <roland@redhat.com>
214         * sysdeps/unix/sysv/linux/i386/setcontext.S: Rewrite to avoid writing
215         below the stack pointer even if switching to the same context we are
216         running right now.
218 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
220         * catgets/gencat.c (read_input_file): Make sure that \n is not
221         alone on the line before testing for continuation.
223         * math/test-tgmath.c (compile_test): Initialize c.
225 2003-04-05  Alexandre Oliva  <aoliva@redhat.com>
227         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New.
228         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New.
229         * sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available
230         on mips n32.
231         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
232         XSTAT_IS_XSTAT64 must not be used for mips n64.  Use 64-bit data
233         structure on n32 as well.
234         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant
235         data types on n32 and n64.
237 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
239         * libio/fileops.c (_IO_new_file_fopen): Don't free step data right
240         after getting them.
242         * malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
243         HAVE_register_atfork_malloc is defined use __register_atfork_malloc
244         instead of __register_atfork.
246 2003-04-05  Jakub Jelinek  <jakub@redhat.com>
248         * stdio-common/reg-printf.c (__register_printf_function): Calloc
249         instead of malloc __printf_arginfo_table and __printf_function_table.
250         Reported by John Reiser <jreiser@BitWagon.com>.
252 2003-04-04  Steven Munroe  <sjmunroe@us.ibm.com>
254         * sysdeps/powerpc/powerpc64/strchr.S: 64-bit optimizations.
255         * sysdeps/powerpc/powerpc64/strlen.S: 64-bit optimizations.
257         * sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
258         defining.
260 2003-04-04  Alexandre Oliva  <aoliva@redhat.com>
262         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock): Adjust
263         for n64 abi.
265 2003-04-03  Roland McGrath  <roland@redhat.com>
267         * configure.in: Fix up use of compilation flags to match the build:
268         For .s files, $ASFLAGS;
269         For .S files, $CPPFLAGS $ASFLAGS;
270         For .c files, $CFLAGS $CPPFLAGS;
271         when linking, add $LDFLAGS.
272         * configure: Regenerated.
274 2003-04-03  Jakub Jelinek  <jakub@redhat.com>
276         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test
277         for atomic_compare_and_exchange_bool_acq failure.
279 2003-04-03  Ulrich Drepper  <drepper@redhat.com>
281         * posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
282         _POSIX2_C_BIND, _POSIX2_C_DEV, _POSIX2_SW_DEV, and
283         _POSXI2_LOCALEDEF to 200112L.  Remove _POSIX2_C_VERSION.
284         Remove declaration of pthread_atfork.
286 2003-04-02  Ulrich Drepper  <drepper@redhat.com>
288         * locale/iso-639.def: Add many more languages from the current ISO 639.
290         * sysdeps/unix/sysv/linux/ipc_priv.h: Define IPCOP_semtimedop.
291         * sysdeps/generic/semtimedop.c: New file.
292         * sysdeps/unix/sysv/linux/i386/semtimedop.S: New file.
293         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add semtimedop.
294         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
295         * sysvipc/Makefile (routines): Add semtimedop.
296         * sysvipc/Versions [GLIBC_2.3.3] (glibc): Add semtimedop.
297         * sysvipc/sys/sem.h: Declare semtimedop.
299 2003-04-02  Daniel Jacobowitz  <drow@mvista.com>
301         * configure.in: Check for __register_frame_info in both
302         -lgcc and -lgcc_eh.
303         * configure: Regenerated.
305 2003-04-01  Roland McGrath  <roland@redhat.com>
307         * scripts/abilist.awk: Allow dots in soname suffix.
309         * scripts/abilist.awk (emit): Fix bailout condition.
311 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
313         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
314         IA-64 version.
316         * elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
317         register as input to asm.
319 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
321         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a typo.
323 2003-04-01  Andreas Jaeger  <aj@suse.de>
325         * configure.in: Output as/ld as name if version is too old.
327 2003-03-31  Daniel Jacobowitz  <drow@mvista.com>
329         * configure.in: Don't require an installed C library in the test
330         for ".set" assembler support.
332 2003-03-31  Roland McGrath  <roland@redhat.com>
334         * signal/tst-sigset.c: New file.
335         * signal/Makefile (tests): Add it.
337 2003-03-31  Ulrich Drepper  <drepper@redhat.com>
339         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Define to 65.
340         * sysdeps/unix/sysv/linux/hppa/bits/signum.h (_NSIG): Likewise.
341         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Likewise.
342         * sysdeps/unix/sysv/linux/bits/signum.h (_NSIG): Likewise.
343         (__SIGRTMAX): Adjust accordingly.
344         * sysdeps/gnu/siglist.c: If OLD2_SIGLIST_SIZE is defined define
345         second compatibility symbol set.
346         * sysdeps/unix/sysv/linux/siglist.h (OLD2_SIGLIST_SIZE): Define.
348 2003-03-31  Andreas Schwab  <schwab@suse.de>
350         * sysdeps/m68k/m68020/bits/atomic.h (atomic_increment_and_test):
351         Define.
352         (atomic_decrement_and_test): Fix test.
354 2003-03-31  Jakub Jelinek  <jakub@redhat.com>
356         * sysdeps/sparc/sparc32/bits/atomic.h: New file.
357         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: New file.
358         * sysdeps/sparc/sparc64/bits/atomic.h: New file.
359         * sysdeps/sparc/sparc32/atomicity.h: Removed.
360         * sysdeps/sparc/sparc32/sparcv9/atomicity.h: Removed.
361         * sysdeps/sparc/sparc64/atomicity.h: Removed.
363 2003-03-30  Roland McGrath  <roland@redhat.com>
365         * scripts/abilist.awk: Grok .opd foo plus .text .foo as "foo F" alone.
367         * intl/po2test.sed: Anchor substitution regexps to fix last change.
369 2003-03-29  Paolo Bonzini  <bonzini@gnu.org>
371         * intl/po2test.sed: Unify the transformations for msgid and msgstr
372         and remove a useless s/// command.
374 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
376         * sysdeps/ia64/dl-machine.h (RTLD_START): Wrap ".save rp, r0"
377         directive into empty .prologue region to ensure that call-chain
378         is terminated even for the first instruction.
380         * sysdeps/ia64/elf/start.S (_start): Use ".save rp, r0" idiom
381         to terminate call-chain right from the get-go.
383         * sysdeps/unix/sysv/linux/ia64/fork.S (fork): Remove unnecessary
384         stop bit between compare & branch.
386 2003-03-29  Ulrich Drepper  <drepper@redhat.com>
388         * stdlib/strtod.c (INTERNAL): Recognize first digit after decimal
389         point correctly [PR libc/4993].
391         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid
392         netlink_open calls if netlink is known to not be available.
394 2003-03-29  Alexandre Oliva  <aoliva@redhat.com>
396         * configure.in: Add mips64* support.
397         * sysdeps/mips/bits/endian.h: Make it bi-endian.
398         * sysdeps/mips/mipsel/bits/endian.h: Removed.
399         * sysdeps/mips/mips64/n32/el/bits/endian.h: Removed.
400         * sysdeps/mips/mips64/n64/el/bits/endian.h: Removed.
401         * sysdeps/mips/mips32/Makefile (CC): Add -mabi=32.
402         * sysdeps/mips/mips64/n32/Makefile (CC): Add -mabi=n32.
403         * sysdeps/mips/mips64/n64/Makefile (CC): Add -mabi=64.
404         * sysdeps/mips/Implies: Moved wordsize-32 to...
405         * sysdeps/mips/mips32/Implies: New file.
406         * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO,
407         ret_NOERRNO): New.
408         (ret, PSEUDO_END): Moved past END.
409         (PSEUDO): Moved to...
410         * sysdeps/unix/mips/mips32/sysdep.h: New file.
411         * sysdeps/unix/mips/mips64/n32/sysdep.h: Removed #undef PSEUDO.
412         * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
413         * sysdeps/unix/sysv/linux/mips/sysdep.h: Move to...
414         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: New file.
415         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: New file.
417         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
418         Re-introduce ENTRY.
420 2003-03-28  Thorsten Kukuk  <kukuk@suse.de>
422         * sysdeps/unix/sysv/linux/ifaddrs.c: New file.
423         * inet/test-ifaddrs.c: Allow AF_PACKET.
424         * sysdeps/unix/sysv/linux/kernel-features.h: Add
425         __ASSUME_NETLINK_SUPPORT.
427 2003-03-28  Ulrich Drepper  <drepper@redhat.com>
429         * elf/vismain.c (do_test): Comment out tests which fail in the moment.
431 2003-03-26  H.J. Lu  <hjl@gnu.org>
433         * elf/vismod.h (getvarlocal1): Return const char **.
434         (getvarinmod1): Likewise.
435         (getvaritcpt1): Likewise.
436         (getvarlocal2): Likewise.
437         (getvarinmod2): Likewise.
438         (getvaritcpt2): Likewise.
439         (getvaritcpt3): Likewise.
440         * elf/vismain.c (do_test): Adjusted.
441         * elf/vismod1.c (getvarlocal1): Return address.
442         (getvarinmod1): Likewise.
443         (getvaritcpt1): Likewise.
444         * elf/vismod2.c (getvarlocal2): Likewise.
445         (getvarinmod2): Likewise.
446         (getvaritcpt2): Likewise.
447         * elf/vismod3.c (getvaritcpt3): Likewise.
449 2003-03-28  Roland McGrath  <roland@redhat.com>
451         * elf/vismain.c (do_test): Print both addresses when they don't match.
453         * scripts/abilist.awk: If given -v filename_regexp and/or -v
454         libname_regexp when parsing names, then produce output only
455         for those matching the given regexps.  In combine mode, save all
456         stanzas for a final sorting by stanza header at the end.
457         Emit a blank line between stanzas.
459         * scripts/abilist.awk: When given -v combine=1, do parse_names and
460         emit a single output stream with lib name in stanza header lines.
462         * scripts/abilist.awk: Emit A for all *ABS* regardless of type.
464 2003-03-27  Roland McGrath  <roland@redhat.com>
466         * sysdeps/powerpc/bits/atomic.h [! __powerpc64__]
467         (__arch_atomic_decrement_if_positive_64): Fix bogus definition.
469 2003-03-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
471         * sysdeps/sh/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
472         Return old value. Make asm output reg constraint earlyclobber.
473         Renamed from...
474         (__arch_compare_and_exchange_8_acq): ... this.
475         (__arch_compare_and_exchange_val_16_acq):
476         Return old value. Make asm output reg constraint earlyclobber.
477         Renamed from...
478         (__arch_compare_and_exchange_16_acq): ... this.
479         (__arch_compare_and_exchange_val_32_acq):
480         Return old value. Make asm output reg constraint earlyclobber.
481         Renamed from...
482         (__arch_compare_and_exchange_32_acq): ... this.
483         (__arch_compare_and_exchange_val_64_acq):
484         Renamed from...
485         (__arch_compare_and_exchange_64_acq): ... this.
486         (atomic_exchange_and_add): Use local variables and
487         __arch_compare_and_exchange_val_64_acq.
488         (atomic_add): Likewise.
489         (atomic_add_negative, atomic_add_zero): Use local variables.
491 2003-03-28  Alexandre Oliva  <aoliva@redhat.com>
493         * sysdeps/unix/mips/sysdep.S: Include sys/asm.h.
495 2003-03-27  Ulrich Drepper  <drepper@redhat.com>
497         * Makefile: Remove libmd5crypt goal.
499 2003-03-25  Jakub Jelinek  <jakub@redhat.com>
501         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Restore
502         special handling of relocations against local symbols.
504 2003-03-27  Steven Munroe  <sjmunroe@us.ibm.com>
506         * sysdeps/powerpc/bits/atomic.h
507         (__arch_compare_and_exchange_bool_32_acq): Move to [!__powerpc64__].
508         [__powerpc64__] (__arch_compare_and_exchange_bool_32_acq):
509         Define PPC64 specific version.
510         [__powerpc64__] (__arch_compare_and_exchange_bool_64_acq):
511         Change (mem) constraint to "b".
512         [__powerpc64__] (__arch_atomic_exchange_and add_64):
513         Replace addi with add. Change (value) contraint to "r".
514         Change (mem) constraint to "b".
515         [__powerpc64__] (__arch_atomic_decrement_if_positive_64): New macro.
516         (__arch_atomic_exchange_32): Change (mem) constraint to "b".
517         (__arch_atomic_exchange_and_add_32): Change (mem) constraint to "b".
518         (__arch_atomic_decrement_if_positive_32): New macro.
519         (atomic_decrement_if_positive): Use __arch* macros.
521 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
523         * sysdeps/ia64/fpu/libm-test-ulps: Update.
525 2003-03-27  Roland McGrath  <roland@redhat.com>
527         * scripts/rpm2dynsym.sh: New file.
528         * Makefile (distribute): Add it.
530 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
532         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Restore caller's
533         ar.unat before returning.  Add missing .mem.offset directives
534         to ensure file gets assembled without warnings.
535         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
537 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
539         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>:
540         Return -1 instead of 0 if clock_getres failed.
542 2003-03-27  Roland McGrath  <roland@redhat.com>
544         * scripts/abilist.awk: If variable `parse_names' is set, grok the file
545         header lines and write out foo.symlist files for each foo.so.NN listed.
547         * libio/libioP.h (_IO_wfile_jumps): Remove attribute_hidden.
548         This symbol is exported, and we don't want to hide it.
549         Add libc_hidden_proto instead.
550         (_IO_file_jumps): Add libc_hidden_proto.
551         * libio/wfileops.c (_IO_wfile_jumps): Add libc_hidden_data_def.
552         Remove INTVARDEF.
553         * libio/fileops.c (_IO_file_jumps): Likewise.
554         * libio/stdfiles.c: Don't use INTUSE on them.
555         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
556         * libio/iofopen.c (__fopen_internal): Likewise.
557         * libio/freopen.c (freopen): Likewise.
558         * libio/freopen64.c (freopen64): Likewise.
559         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
561         * Makerules (check-abi) [$(enable-check-abi) = warn]:
562         Ignore exit status from diff.
563         * configure.in (enable_check_abi): Document possible value "warn".
564         Change default to no for now.
565         * configure: Regenerated.
567         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning
568         macro calls and a #include <stub-tag.h> at the end.
569         * Makerules ($(objpfx)stubs): Tweak sed commands.
571         * sysdeps/unix/sysv/linux/syscalls.list: Use - rather than EXTRA in
572         caller column for *xattr syscalls, since they are in sysdeps/generic.
574         * sysdeps/unix/sysv/linux/i386/setfsuid.c: setfsgid -> setfsuid
575         * sysdeps/unix/sysv/linux/i386/setfsgid.c: setfsuid -> setfsgid
577 2003-03-26  Roland McGrath  <roland@redhat.com>
579         * Makerules (check-abi-config): Use /thread instead of /tls when
580         use-thread and not just use-tls is set.
582         * Makerules (update-abi): Put quotes around $(update-abi-config).
584         * elf/Makefile (check-abi): Depend on check-abi-ld.
585         (update-abi): Depend on update-abi-ld.
587 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
589         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Use INTERNAL_SYSCALL and
590         do not check for errors (unless testing for 32bit variant).
591         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
593 2003-03-27  Philip Blundell  <philb@gnu.org>
595         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
596         unconditional mov.  Remove nop.
598         * sysdeps/unix/sysv/linux/kernel-features.h
599         (__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm.
600         * sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code
601         when __ASSUME_VFORK_SYSCALL is defined.
602         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for
603         __ASSUME_MMAP2_SYSCALL.
604         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for
605         __ASSUME_REALTIME_SIGNALS.
607 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
609         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_COPY): Define to 2
610         only if DL_NO_COPY_RELOCS is not defined.
611         * sysdeps/ia64/dl-lookupcfg.h: Define DL_NO_COPY_RELOCS.
613 2003-03-26  Roland McGrath  <roland@redhat.com>
615         * sysdeps/unix/make-syscalls.sh: When an undefined syscall has
616         SOURCE=-, append its symbol names to make variable unix-stub-syscalls.
617         * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls]
618         (sysdep_routines): Add stub-syscalls.
619         ($(objpfx)stub-syscalls.c): New target.
620         (generated): Add stub-syscalls.c.
622         * tls.make.c: Also define use-tls according to USE_TLS macro.
624 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
626         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid
627         no-op padding element.
628         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
629         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
630         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
631         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
633 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
635         * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error
636         condition check for the return value of getgroups32.
638 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
640         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO):
641         Fix a typo.
642         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO,
643         PSEUDO_END_NOERRNO): Define.
644         * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo.
645         Define to PSEUDO_END.
647 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
649         * abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
651 2003-03-25  Jiro SEKIBA  <jir@yamato.ibm.com>
653         * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
654         * iconvdata/bug-iconv4.c: New file.
655         * iconvdata/Makefile (tests): Add bug-iconv4.
657 2003-03-25  H.J. Lu  <hjl@gnu.org>
659         * elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
660         symbols twice.
661         (_dl_lookup_versioned_symbol): Likewise.
663 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
665         * csu/tst-atomic.c (do_test): Add some new
666         atomic_compare_and_exchange_val_acq, atomic_add_zero,
667         atomic_compare_and_exchange_bool_acq and atomic_add_negative tests.
668         * include/atomic.h (atomic_add_negative, atomic_add_zero):
669         Prefix local variable so that it doesn't clash with the one
670         in atomic_exchange_and_add.
671         * sysdeps/ia64/bits/atomic.h (atomic_exchange): Fix for long/void *
672         pointers.
673         (atomic_exchange_and_add): Implement using __sync_fetch_and_add_?i.
674         * sysdeps/powerpc/bits/atomic.h (atomic_exchange_and_add): Force
675         value into register.
676         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_64_acq):
677         Cast newval to long.
678         * sysdeps/x86_64/bits/atomic.h
679         (__arch_compare_and_exchange_val_64_acq): Cast newval and oldval to
680         long.
681         (atomic_exchange): Cast newvalue to long if sizeof == 8.
682         (atomic_exchange_and_add): Cast value to long if sizeof == 8.
683         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
684         (atomic_bit_set): Shift 1L up in all cases to shut up warnings.
686 2003-03-21  Martin Schwidefsky  <schwidefskyde.ibm.com>
688         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Remove high order
689         bit from backtrace addresses.
691 2003-03-21  Andreas Schwab  <schwab@suse.de>
693         * sysdeps/unix/sysv/linux/i386/chown.c: Don't define any versioned
694         __chown symbols.
696 2003-03-25  Roland McGrath  <roland@redhat.com>
698         * config.make.in (enable-check-abi): New variable from configure.
699         * configure.in (enable_check_abi): New substituted variable,
700         controlled by --{enable,disable}-check-abi (default yes).
701         * configure: Regenerated.
702         * Makerules [$(enable-check-abi) = yes] (tests): Put this condition
703         on check-abi dependency.
705 2003-03-26  Andreas Schwab  <schwab@suse.de>
707         * sysdeps/m68k/m68020/bits/atomic.h: Fix typos.
708         * include/atomic.h: Likewise.
710         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Define ret_NOERRNO.
712 2003-03-25  Roland McGrath  <roland@redhat.com>
714         * sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
715         (__arch_atomic_exchange_64): New macro.
716         (atomic_exchange): Use them.
717         (__arch_atomic_exchange_and_add_32): New macro.
718         (__arch_atomic_exchange_and_add_64): New macro.
719         (atomic_exchange_and_add): Use them.
720         Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
722 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
724         * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):
725         Define.
726         * sysdeps/mips/sys/asm.h: Test _MIPS_ISA against them on all
727         ISA tests.
728         (ALSZ, ALMASK, SZREG, REG_S, REG_L): Define based on ABI, not ISA.
729         (PTR_ADD, etc): Test _MIPS_SZPTR instead of _MIPS_SZLONG.
730         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
731         to decide whether to add padding.
732         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
733         to decide whether to add padding.
734         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (struct
735         old_kernel_sigaction): Likewise.
737 2003-03-25  Ulrich Drepper  <drepper@redhat.com>
739         * csu/tst-atomic.c: Adjust tests to what atomic_add_negative and
740         atomic_add_zero were supposed to do.
741         * include/atomic.h: Adjust atomic_add_negative and atomic_add_zero
742         to x86 behavior.
744         * sysdeps/generic/bits/typesizes.h (__TIMER_T_TYPE): Define as void*.
745         This matches the new timer implementation.
746         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__TIMER_T_TYPE):
747         Likewise.
748         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__TIMER_T_TYPE):
749         Likewise.
750         * sysdeps/unix/sysv/linux/bits/siginfo.h (struct siginfo): Adjust
751         timer info for what the kernel provides these days.
752         (struct sigevent): Add _tid field.
753         Define SIGEV_THREAD_ID.
754         Remove struct __pthread_attr_s forward declaration.
755         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
756         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
757         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
758         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
760         * Versions.def (librt): Add GLIBC_2.3.3.
762         * abilist/libpthread.abilist: Update for nptl.
764 2003-03-24  Jon Grimm  <jgrimm@us.ibm.com>
766         * inet/netinet/in.h: Add IPPROTO_SCTP.
768 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
770         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLET): Define.
772 2003-03-24  Philip Blundell  <philb@gnu.org>
774         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL):
775         Remove a1 from clobber list.
777 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
779         * timezone/antarctica: Update from tzdata2003a.
780         * timezone/asia: Likewise.
781         * timezone/australasia: Likewise.
782         * timezone/europe: Likewise.
783         * timezone/iso3166.tab: Likewise.
784         * timezone/northamerica: Likewise.
785         * timezone/southamerica: Likewise.
786         * timezone/zone.tab: Likewise.
788 2003-03-24  Steven Munroe  <sjmunroe@us.ibm.com>
790         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
792 2003-03-23  Ulrich Drepper  <drepper@redhat.com>
794         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
795         unwanted expansion by definining to ret.  Patch by Ian Wienand.
797         * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of
798         the parameter description to denote no error checking.  Generate
799         appropriate pseudo asm code.
800         * sysdeps/unix/syscalls.list: Mark getgid, getpid, getuid with 'E'.
801         * sysdeps/unix/sysv/linux/syscalls.list: Mark getegid, geteuid,
802         getpgrp, and getppid with 'E'.
803         * sysdeps/powerpc/powerpc32/sysdep.h: Define PSEUDO_NOERRNO,
804         PSEUDO_END_NOERRNO, and ret_NOERRNO.
805         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
806         * sysdeps/unix/sysdep.h: Likewise.
807         * sysdeps/unix/alpha/sysdep.h: Likewise.
808         * sysdeps/unix/sparc/sysdep.h: Likewise.
809         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
810         * sysdeps/unix/sysv/linux/cris/sysdep.h: Likewise.
811         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
812         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
813         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
814         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
815         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
816         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
817         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
818         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
819         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
821 2003-03-23  Roland McGrath  <roland@redhat.com>
823         * Makeconfig (+includes): Don't use $(last-includes).
825 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
827         * sysdeps/unix/sysv/linux/configure.in: Update mips64 patterns.
828         * sysdeps/unix/sysv/linux/configure: Rebuilt.
830 2003-03-23  Jakub Jelinek  <jakub@redhat.com>
832         * sysdeps/alpha/fpu/libm-test-ulps: Update.
833         * sysdeps/arm/libm-test-ulps: Update.
834         * sysdeps/hppa/fpu/libm-test-ulps: Update.
835         * sysdeps/ia64/fpu/libm-test-ulps: Update.
836         * sysdeps/mips/fpu/libm-test-ulps: Update.
837         * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
838         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
839         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
840         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
841         * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
842         * sysdeps/s390/fpu/libm-test-ulps: Update.
843         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
845 2003-03-22  Roland McGrath  <roland@redhat.com>
847         * include/atomic.h: Put parens around all macro arguments.
848         (__atomic_val_bysize, __atomic_bool_bysize): New macros.
849         (atomic_compare_and_exchange_val_acq): Use it.
850         (atomic_compare_and_exchange_bool_acq): Likewise.
851         (atomic_increment_and_test): Invert sense of test.
852         (atomic_decrement_and_test): Likewise.
853         * csu/tst-atomic.c: Update those tests to match.
855 2003-03-22  Jakub Jelinek  <jakub@redhat.com>
857         * include/atomic.h (atomic_compare_and_exchange_val_acq): Add comment.
858         Don't define if __arch_compare_and_exchange_val_32_acq is not defined.
859         (atomic_compare_and_exchange_bool_acq): Add comment.  Don't use
860         __oldval variable in the macro, since it might be macro argument.
861         (atomic_decrement_if_positive): Initialize __memp, remove setting
862         of non-existent variable.
863         (atomic_bit_test_set): Cast 1 to __typeof (*mem) before shifting.
864         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Implement
865         using atomic_compare_and_exchange_val_acq.
866         (atomic_decrement_if_positive, atomic_bit_test_set): Define.
867         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
868         Renamed from...
869         (__arch_compare_and_exchange_bool_8_acq): ... this.
870         (__arch_compare_and_exchange_val_16_acq): Renamed from...
871         (__arch_compare_and_exchange_bool_16_acq): ... this.
872         (__arch_compare_and_exchange_val_32_acq): Return old value.  Renamed
873         from...
874         (__arch_compare_and_exchange_bool_32_acq): ... this.
875         (__arch_compare_and_exchange_val_64_acq): Return old value.  Renamed
876         from...
877         (__arch_compare_and_exchange_bool_64_acq): ... this.
878         (__arch_compare_and_exchange_val_32_acq): Use __typeof for local
879         variables types instead of assuming int.
880         Change prefix of local variables to __arch.
881         * sysdeps/generic/bits/atomic.h (arch_compare_and_exchange_acq):
882         Remove.
883         (atomic_compare_and_exchange_val_acq,
884         atomic_compare_and_exchange_bool_acq): Define.
886         * csu/tst-atomic.c: New test.
887         * csu/tst-atomic-long.c: New test.
888         * csu/Makefile (tests): Add tst-atomic and tst-atomic-long.
890         * malloc/memusagestat.c (main): Kill warning if uint64_t is ulong.
892         * sysdeps/s390/Versions: Add trailing newline.
894         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Kill warning
895         if INTERNAL_SYSCALL_ERROR_P doesn't use its first argument.
897 2003-03-22  Andreas Schwab  <schwab@suse.de>
899         * sysdeps/m68k/fpu/libm-test-ulps: Update.
901         * sysdeps/m68k/m68020/bits/atomic.h: New file.
902         * sysdeps/m68k/m68020/atomicity.h: Removed.
904 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
906         * sysdeps/mips/elf/ldsodefs.h: Add mips-specific elf64 relocation
907         data structures and macros.  Protect from multiple inclusion.
909         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
910         typo in #if test.
912 2003-03-21  Andreas Jaeger  <aj@suse.de>
914         * sysdeps/i386/fpu/libm-test-ulps: Update.
916         * math/libm-test.inc (tgamma_test): Recompute some constants with
917         36 digits precision.
918         (lgamma_test): Likewise.
919         (ccos_test): Likewise.
920         (ccosh_test): Likewise.
921         (clog10_test): Likewise.
922         (csin_test): Likewise.
923         (csinh_test): Likewise.
924         (ctan_test): Likewise.
925         (ctanh_test): Likewise.
927 2003-03-19  Jakub Jelinek  <jakub@redhat.com>
929         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerated.
931 2003-03-21  Roland McGrath  <roland@redhat.com>
933         * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"
934         constraint to permit non-constant BIT argument.
935         (atomic_bit_test_set): Likewise.
936         * sysdeps/x86_64/bits/atomic.h (atomic_bit_test_set): Likewise.
937         (atomic_bit_set): Likewise.  Use 1UL in case that BIT might be >= 32.
938         For quadword case, use "i" constraint if __builtin_constant_p and < 32
939         or "r" constraint otherwise.
941         * configure.in: Move AC_PROG_CC and other program-finding before all
942         the version checks.
943         * configure: Regenerated.
945 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
947         * sysdeps/mips/mips64/memcpy.S: Fix porting bug that broke
948         unaligned copying of 8-15 bytes.  From Chris Demetriou
949         <cgd@broadcom.com>.  Fix label names.
950         * sysdeps/mips/mips64/memset.S: Fix label names.  Make similar
951         change as to memcpy.S.
952         * sysdeps/mips/memcpy.S: Formatting changes.
953         * sysdeps/mips/memset.S: Likewise.
955 2003-03-21  Roland McGrath  <roland@redhat.com>
957         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
959 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
961         * sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New.
962         * sysdeps/mips/memcpy.S, sysdeps/mips/memset.S: Update comments.
964 2003-03-21  Roland McGrath  <roland@redhat.com>
966         * sysdeps/i386/i486/bits/atomic.h
967         (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling
968         version of the macro to avoid compile-time warnings.
969         [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above.
970         (atomic_exchange_and_add, atomic_add): Fix name and usage of it.
971         (atomic_increment, atomic_decrement): Likewise.
973 2003-03-21  Ulrich Drepper  <drepper@redhat.com>
975         * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints.
976         * sysdeps/i386/i486/bits/atomic.h: Likewise.
978 2003-03-21  Roland McGrath  <roland@redhat.com>
980         * include/atomic.h (atomic_compare_and_exchange_bool_acq): Typo fix.
982 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
984         * include/atomic.h: Define atomic_compare_and_exchange_val_acq,
985         atomic_compare_and_exchange_val_rel,
986         atomic_compare_and_exchange_bool_acq, and
987         atomic_compare_and_exchange_bool_rel instead of
988         atomic_compare_and_exchange_acq and atomic_compare_and_exchange_rel.
989         * sysdeps/i386/i486/bits/atomic.h: Define
990         __arch_compare_and_exchange_val_*_acq instead of
991         __arch_compare_and_exchange_*_acq.
992         * sysdeps/x86_64/bits/atomic.h: Likewise.
993         * sysdeps/ia64/bits/atomic.h: Define
994         __arch_compare_and_exchange_bool_*_acq instead of
995         __arch_compare_and_exchange_*_acq.
996         * sysdeps/powerpc/bits/atomic.h: Likewise.
997         * sysdeps/s390/bits/atomic.h: Likewise.
998         * gmon/mcount.c: Adjust for new form of compare&exchange macros.
999         * malloc/set-freeres.c: Likewise.
1000         * nscd/cache.c: Likewise.
1001         * stdlib/cxa_finalize.c: Likewise.
1002         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1004 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1006         * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs.
1007         * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust.
1008         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
1010         * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset
1011         into high and low halves on n64.
1012         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1013         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1014         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1016 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1018         * include/atomic.h (atomic_decrement_if_positive): Adjust for the
1019         correct atomic_compare_and_exchange_acq semantics.
1021 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1023         * sysdeps/mips/ieee754.h: Remove excess #endif.
1025 2003-03-20  Roland McGrath  <roland@redhat.com>
1027         * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
1028         variable.  Remove superfluous memory clobber.
1030         * include/atomic.h: Syntax braino fix.
1032         * posix/tst-nice.c (do_test): Use %m formats instead of printing errno
1033         in decimal.  Don't bail if niced at start.  Just check that nice call
1034         bumps the total at all.
1036 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1038         * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers,
1039         including pc, gp, sp and fp, as long long.
1040         * sysdeps/mips/mips64/setjmp.S: Pass gp to __sigsetjmp_aux.
1041         * sysdeps/mips/mips64/setjmp_aux.c: Adjust type of arguments.
1042         Add gp argument, and set gp in the jmpbuf to it.
1043         * sysdeps/mips/setjmp_aux.c: Revert to o32-only.
1045 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1047         * include/atomic.h: Define atomic_exchange and
1048         atomic_decrement_if_positive if not already defined.  Add some
1049         __builtin_expect.
1050         * sysdeps/i386/i486/bits/atomic.h: Define atomic_exchange.
1051         * sysdeps/x86_64/bits/atomic.h: Likewise.
1052         * sysdeps/ia64/bits/atomic.h: Pretty printing.  Define atomic_exchange.
1053         * sysdeps/powerpc/bits/atomic.h: Pretty printing.  Define
1054         atomic_exchange, atomic_exchange_and_add, and
1055         atomic_decrement_if_positive
1057 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1059         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: Sign-extend
1060         with a single instruction.
1062         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define
1063         properly for n64.
1064         (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr
1065         type.
1066         (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf
1067         Word before comparing with gotsym.  Take reloc_addr argument as
1068         void*.  Remove the code added for the compiler to drop any
1069         alignment assumptions.
1071 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1073         * Makefile (distribute): Add include/atomic.h and bits/atomic.h.
1074         * include/atomic.h: New file.
1075         * sysdeps/i386/i486/bits/atomic.h: New file.
1076         * sysdeps/x86_64/bits/atomic.h: New file.
1077         * sysdeps/s390/bits/atomic.h: New file.
1078         * sysdeps/sh/bits/atomic.h: New file.
1079         * sysdeps/ia64/bits/atomic.h: New file.
1080         * sysdeps/powerpc/bits/atomic.h: New file.
1081         * sysdeps/generic/bits/atomic.h: New file.
1082         * sysdeps/i386/i486/atomicity.h: Removed.
1083         * sysdeps/x86_64/atomicity.h: Removed.
1084         * sysdeps/s390/s390-32/atomicity.h: Removed.
1085         * sysdeps/s390/s390-64/atomicity.h: Removed.
1086         * sysdeps/ia64/atomicity.h: Removed.
1087         * sysdeps/powerpc/powerpc32/atomicity.h: Removed.
1088         * sysdeps/powerpc/powerpc64/atomicity.h: Removed.
1089         * elf/dl-profile.c: Use atomic.h instead of atomicity.h.  Adjust
1090         use of macros from atomicity.h to new names and semantics.
1091         * gmon_mcount.c: Likewise.
1092         * malloc/set-freeres.c: Likewise.
1093         * nscd/cache.c: Likewise.
1094         * stdlib/cxa_finalize.c: Likewise.
1095         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1097 2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
1099         * sysdeps/mips/ieee754.h: New file, suitable to replace both
1100         ../ieee754/ieee754.h and ../ieee754/ldbl-128/ieee754.h, kept
1101         mips-specific for now.
1103 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1105         * stdlib/strtod.c (INTERNAL): While eating trailing zeros handle
1106         hexdigits correctly.  Reported by Fred Tydeman <tydeman@tybor.com>.
1107         * stdlib/tst-strtod.c: Add test for the bug.
1109         * posix/tst-nice.c (do_test): Remove invalid of return value.
1110         Don't run test if initial level != 0.
1112 2003-03-19  Amos Waterland  <apw@us.ibm.com>
1114         * posix/tst-nice.c: New file.
1115         * posix/Makefile (tests): Add tst-nice.
1117 2003-03-18  Roland McGrath  <roland@redhat.com>
1119         * abilist: New directory of libfoo.abilist files maintained using
1120         scripts/merge-abilist.awk and "make update-abi" rules.
1121         * Makefile (distribute): Add abilist/*.abilist.
1122         * Makerules [$(build-shared) = yes] [$(subdir)] (tests):
1123         Depend on check-abi.
1125         * configure.in: Move $critic_missing check after all AC_CHECK_PROG_VER.
1126         * configure: Regenerated.
1128         * sysdeps/unix/sysv/linux/syscalls.list (posix_fadvise64): Fix name.
1130 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
1132         * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK
1133         correctly.
1135 2003-03-18  Steven Munroe  <sjmunroe@us.ibm.com>
1137         * sysdeps/powerpc/powerpc64/memcpy.S: New file.
1139 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
1141         * Versions.def: Add GLIBC_2.3.3 for libpthread.
1143 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
1145         * sysdeps/generic/libc-start.c [!SHARED &&
1146         !LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
1148 2003-03-17  Roland McGrath  <roland@redhat.com>
1150         * include/ctype.h: Revert last change.
1152 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
1154         * argp/tst-argp1.c: Use test-skeleton.c.
1155         * locale/tst-C-locale.c: Likewise.
1157 2003-03-17  Alexandre Oliva  <aoliva@redhat.com>
1159         * sysdeps/mips/mips64/Implies: Move wordsize-64 to...
1160         * sysdeps/mips/mips64/n64/Implies: New file.
1161         * sysdeps/mips/mips64/n64/Makefile: New file.
1162         * sysdeps/mips/mips64/n64/el/bits/endian.h: New file.
1163         * sysdeps/mips/mips64/n32/Implies: New file.
1164         * sysdeps/mips/mips64/n32/Makefile: New file.
1165         * sysdeps/mips/mips64/n32/el/bits/endian.h: New file.
1166         * sysdeps/unix/mips/mips64/n32/sysdep.h: New file.
1167         * sysdeps/unix/mips/mips64/n64/sysdep.h: New file.
1168         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: New file.
1169         * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: New file.
1170         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: New file.
1171         * sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h: New file.
1172         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: New file.
1173         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: New file.
1174         * sysdeps/unix/sysv/linux/mips/mips64/send.c: New file.
1175         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S: New file.
1176         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: New file.
1177         * sysdeps/unix/sysv/linux/mips/mips64/umount.c: New file.
1178         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: New file.
1180         * sysdeps/unix/sysv/linux/configure.in (libc_cv_slibdir): Use
1181         lib64 for mips64/n64 and lib32 for mips64/n32.
1182         (ldd_rewrite_script): Needed for all mips64 configurations.
1183         * sysdeps/unix/sysv/linux/configure: Rebuilt.
1184         * sysdeps/unix/sysv/linux/mips/mips64/ldd-rewrite.sed: New file.
1185         * sysdeps/unix/sysv/linux/mips/mips64/Dist: New file.
1187         * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as
1188         well.
1190         * sysdeps/unix/sysv/linux/mips/configure.in: New.  Pre-process
1191         asm/unistd.h into asm-unistd.h.
1192         * sysdeps/unix/sysv/linux/mips/configure: Generated.
1193         * sysdeps/unix/sysv/linux/mips/Makefile: Do custom processing
1194         of syscall list.
1195         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: New file.
1196         * sysdeps/unix/sysv/linux/mips/clone.S: Don't include
1197         asm/unistd.h.
1199         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file.
1200         * sysdeps/unix/sysv/linux/mips/ptrace.c: New file.  Use long
1201         long type for registers on n32.
1203         * sysdeps/mips/bits/wordsize.h: New file, appropriate for all
1204         3 ABIs.
1205         * sysdeps/mips/mips64/gmp-mparam.h: New file.  Define
1206         BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
1207         * sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
1208         (__sigsetjmp_aux): Use them.  Adjust for all 3 ABIs.
1209         * sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
1210         * sysdeps/unix/mips/brk.S: Likewise.
1211         * sysdeps/unix/mips/sysdep.S: Likewise.
1212         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1213         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
1214         * sysdeps/mips/sys/ucontext.h: Likewise.
1215         * sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
1216         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1217         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1218         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
1219         * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
1220         * sysdeps/mips/mips64/setjmp.S: Likewise.
1221         * sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
1222         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
1223         64-bit types.
1225 2003-03-16  Ulrich Drepper  <drepper@redhat.com>
1227         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here,
1228         not at function level.
1229         * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
1231 2003-03-15  Roland McGrath  <roland@redhat.com>
1233         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
1234         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
1235         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise.
1236         * nis/nis_table.c (__create_ib_request): Likewise.
1238         * posix/fnmatch_loop.c: Add casts for signedness.
1239         * nss/nss_files/files-hosts.c: Likewise.
1240         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1241         * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN.
1242         * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.
1244         * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
1245         get errors into the log file.
1246         (libc_cv_broken_visibility_attribute): Likewise.
1247         (libc_cv_broken_alias_attribute): Likewise.
1248         (libc_cv_asm_weak_directive): Likewise.
1249         (libc_cv_need_minus_P): Likewise.
1250         (libc_cv_dot_text): Likewise.
1251         (libc_cv_asm_global_directive): Likewise.
1252         (libc_cv_asm_type_prefix): Likewise.
1253         * configure: Regenerated.
1255         * nscd/cache.c (cache_search): Give first arg type `request_type'.
1256         * nscd/nscd.h: Update decl.
1258         * nscd/nscd_getpw_r.c (nscd_getpw_r): Add casts for signedness.
1259         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1260         * elf/dl-close.c (_dl_close): Likewise.
1261         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): int -> size_t
1262         * io/fts.c (fts_build): Likewise.
1263         * elf/cache.c (add_to_cache): Likewise.
1264         * locale/programs/locarchive.c (show_archive_content): Likewise.
1266         * posix/fnmatch.c (fnmatch): Tweak __builtin_expect use.
1268         * include/ctype.h (__ctype_b_loc): Tweak type punning to make gcc 3.3
1269         happy.
1270         (__ctype_toupper_loc, __ctype_tolower_loc): Likewise.
1272 2003-03-15  Ulrich Drepper  <drepper@redhat.com>
1274         * sysdeps/unix/sysv/linux/ia64/system.c: Use the generic Linux
1275         code for most parts.
1277 2003-03-15  Roland McGrath  <roland@redhat.com>
1279         * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
1280         * sysdeps/unix/sysv/linux/system.c: ... here.
1281         (FORK): Don't #define if already #define'd.
1282         * sysdeps/unix/sysv/linux/s390/system.c: File removed.
1283         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
1284         (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
1286         * dlfcn/tst-dlinfo.c: New file.
1287         * dlfcn/Makefile (tests): Add tst-dlinfo.
1288         ($(objpfx)tst-dlinfo): New target.
1290         * dlfcn/dlinfo.c: New file.
1291         * dlfcn/Makefile (libdl-routines): Add it.
1292         * dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
1293         * dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
1294         [__USE_GNU] (RTLD_DI_*): New enum constants.
1295         [__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
1296         * elf/dl-load.c (cache_rpath): New inline function.
1297         (_dl_map_object): Use it.
1298         (_dl_rtld_di_serinfo): New function.
1299         * sysdeps/generic/ldsodefs.h: Declare it.
1300         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
1302         * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.
1303         (LIBC_START_MAIN, LIBC_START_MAIN_AUXVEC_ARG, MAIN_AUXVEC_ARG)
1304         (INIT_MAIN_ARGS): Define, and #include <sysdeps/generic/libc-start.c>.
1305         (__libc_start_main): Just call the generic one for most of the work.
1307         * sysdeps/generic/libc-start.c [LIBC_START_MAIN]: If defined, define a
1308         static function by that name instead of BP_SYM (__libc_start_main).
1309         [LIBC_START_MAIN_AUXVEC_ARG]: Take AUXVEC as argument.
1310         [MAIN_AUXVEC_ARG]: Pass 4th argument to MAIN.
1311         [INIT_MAIN_ARGS]: Give INIT the same args as MAIN.
1313         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_PLATFORM_AUXV]:
1314         Use this macro for extra AT_* cases.
1315         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_PLATFORM_AUXV):
1316         New macro, guts from ...
1317         (__aux_init_cache): ... here, function removed.
1318         (DL_PLATFORM_INIT): Don't define this.
1320         * sysdeps/powerpc/powerpc32/memset.S: Put __cache_line_size in bss.
1321         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
1323         * Versions.def (libthread_db): Add GLIBC_2.3.3 set.
1325 2003-03-14  Roland McGrath  <roland@redhat.com>
1327         * dlfcn/dlerror.c (dlerror): If objname is "", don't put ": " after it.
1329 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
1331         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
1333         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
1334         sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
1336 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
1338         * sysdeps/mips/fpu/bits/mathdef.h: New.
1339         (__NO_LONG_DOUBLE_MATH): Define for o32.
1341         * sysdeps/mips/sys/asm.h: Formatting changes.
1342         (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
1343         (CPADD): Define for all of them.
1344         (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
1345         SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
1346         NARGSAVE): Define per ABI spec.
1347         (END): Don't redefine.
1348         (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
1349         LONG_SRAV): Remove duplicate definitions.
1350         (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
1351         PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
1352         PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
1353         (PTR_LA): Define for all 3 ABIs.
1355         * sysdeps/mips/dl-machine.h: Include sys/asm.h.
1356         (elf_machine_matches_host): Prevent linking of o32 and n32
1357         together.
1358         (elf_machine_dynamic): Document assumption on $gp.
1359         (STRINGXP, STRINGXV, STRINGV_): New macros.
1360         (elf_machine_load_address): Use them to stringize PTR_LA and
1361         PTR_SUBU.
1362         (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
1363         ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
1364         (_dl_runtime_resolve): Adjust it for all 3 ABIs.
1365         (__dl_runtime_resolve): Cast the symtab initializer to the
1366         right type.
1367         (RTLD_START): Use it.  Adjust it for all 3 ABIs.
1368         (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
1369         Handle 64-bit R_MIPS_REL composite relocation and accept
1370         R_MIPS_64 relocations to shift addend size to 64 bits.
1371         Document assumption regarding local GOT entries.  Document
1372         backward-compatibility departing from the ABI behavior in
1373         applying relocations that reference section symbols, no longer
1374         used.  Support relocations to mis-aligned offsets.
1375         * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
1377         * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
1379         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
1380         (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
1381         * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
1382         restore_rt functions.  Use them.
1384         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
1385         .set mips2 on new abis.
1387 2003-03-13  Ulrich Drepper  <drepper@redhat.com>
1389         * posix/getconf.c: Recognize POSIX2_SYMLINKS.
1390         * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
1391         * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
1392         * sysdeps/posix/pathconf.c: Likewise.
1393         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
1394         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
1395         * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
1397         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
1398         words.
1400 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
1402         * include/gmp.h: Include/gmp-mparam.h.
1403         * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
1404         gmp-impl.h.
1406         * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
1407         ELF_MACHINE_NO_RELA is set.
1408         * elf/rtld.c (dl_main): No prelink support for REL-only.
1410         * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
1411         FLAG_MIPS64_LIBN64): Define.
1412         * elf/cache.c (print_entry): Handle mips64 n32 and n64.
1414         * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.
1415         * sysdeps/mips/memset.S: Likewise.
1416         * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11
1417         depending on the ABI.
1419         * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):
1420         Don't .set mips2 on new abi.
1421         (compare_and_swap): Likewise.  Support 64-bit longs on n64.
1423         * stdlib/fpioconst.h: Include gmp.h with angle brackets.
1425 2003-03-13  Roland McGrath  <roland@redhat.com>
1427         * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
1428         found.  Reported by Alexandre Oliva <aoliva@redhat.com>.
1430 2003-03-13  Alexandre Oliva  <aoliva@redhat.com>
1432         * stdio-common/_itoa.c (_itoa_base_table): Make 64-bit
1433         literals long long.
1434         * stdlib/fpioconst.c: Likewise.
1435         * stdlib/strtod.c: Likewise.
1437         * sysdeps/mips/add_n.S: Use L macro for local labels.
1438         * sysdeps/mips/addmul_1.S: Likewise.
1439         * sysdeps/mips/lshift.S: Likewise.
1440         * sysdeps/mips/memcpy.S: Likewise.
1441         * sysdeps/mips/memset.S: Likewise.
1442         * sysdeps/mips/mul_1.S: Likewise.
1443         * sysdeps/mips/rshift.S: Likewise.
1444         * sysdeps/mips/sub_n.S: Likewise.
1445         * sysdeps/mips/submul_1.S: Likewise.
1446         * sysdeps/mips/mips64/add_n.S: Likewise.
1447         * sysdeps/mips/mips64/addmul_1.S: Likewise.
1448         * sysdeps/mips/mips64/lshift.S: Likewise.
1449         * sysdeps/mips/mips64/mul_1.S: Likewise.
1450         * sysdeps/mips/mips64/rshift.S: Likewise.
1451         * sysdeps/mips/mips64/sub_n.S: Likewise.
1452         * sysdeps/mips/mips64/submul_1.S: Likewise.
1453         * sysdeps/unix/mips/sysdep.h: Define L() according to ABI
1454         conventions.  Define END as in sys/asm.h.
1455         * sysdeps/unix/mips/sysdep.S: Likewise.
1456         * sysdeps/unix/mips/wait.S: Likewise.
1457         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1459         * sysdeps/ieee754/dbl-64/dbl2mpn.c (__mpn_extract_double):
1460         Cast shifted values that may be too narrow to mp_limb_t.
1461         * sysdeps/ieee754/dbl-64/mpn2dbl.c (__mpn_construct_double):
1462         Likewise.
1463         * sysdeps/ieee754/flt-32/mpn2flt.c (__mpn_construct_float):
1464         Likewise.
1465         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c
1466         (__mpn_extract_long_double): Likewise.
1467         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c
1468         (__mpn_construct_long_double): Likewise.
1469         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c
1470         (__mpn_extract_long_double): Likewise.
1471         * sysdeps/ieee754/ldbl-96/mpn2ldbl.c
1472         (__mpn_construct_long_double): Likewise.
1474 2003-03-13  Roland McGrath  <roland@redhat.com>
1476         * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line
1477         entries in the map file match too.
1479 2003-03-13  Guido Guenther  <agx@sigxcpu.org>
1481         * sysdeps/unix/sysv/linux/mips/clone.S: introduce and use local
1482         label .Lthread_start since current binutils don't allow branches
1483         to globally visible symbols.
1485 2003-03-13  Jakub Jelinek  <jakub@redhat.com>
1487         * sysdeps/unix/sysv/linux/ia64/sysdep.h (BREAK_INSN_1, BREAK_INSN,
1488         ASM_OUTARGS_0, ASM_OUTARGS_1, ASM_OUTARGS_2, ASM_OUTARGS_3,
1489         ASM_OUTARGS_4, ASM_OUTARGS_5, ASM_OUTARGS_6): Define.
1490         (INTERNAL_SYSCALL, INLINE_SYSCALL): Use it.  Make syscall arguments
1491         clobbered by the syscall.
1492         (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
1493         ASM_ARGS_6): Change constraints from r to index of corresponding
1494         output register.
1495         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Swap
1496         ptid and ctid to match kernel.
1497         * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Likewise.
1499 2003-03-12  Steven Munroe  <sjmunroe@us.ibm.com>
1501         * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
1502         AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
1503         * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
1505 2003-03-11  Roland McGrath  <roland@redhat.com>
1507         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1508         Check SYM_MAP rather than SYM as definedness check.
1509         Handle R_PPC64_ADDR32, R_PPC64_ADDR30, and R_PPC64_REL64 relocs.
1510         Don't handle R_PPC64_REL24 reloc.
1511         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
1513         * sysdeps/powerpc/powerpc64/dl-machine.h
1514         [USE_TLS] (elf_machine_type_class): Match all the TLS relocs in a
1515         block, so we cover all the TPREL16* flavors without 6 ||s.
1516         [USE_TLS] (elf_machine_tprel): New function.
1517         (elf_machine_rela) [USE_TLS]: Use elf_machine_tprel for TPREL64 reloc,
1518         and handle TPREL16 relocs too.  Return rather than break for DTPREL64.
1519         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
1521 2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
1523         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
1524         instead of jalr to invoke subroutine so restoring the $gp register
1525         will work properly.
1527 2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1529         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
1530         to __NR_pread if not defined.
1531         (__NR_pwrite64): Define to __NR_pwrite if not defined.
1533 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
1535         * sysdeps/unix/sysv/linux/ia64/system.c: New file.
1536         * sysdeps/unix/sysv/linux/kernel-features.h
1537         (__ASSUME_CLONE_THREAD_FLAGS): Define for IA-64 and s390* with
1538         kernel >= 2.5.64.
1540 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
1542         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
1543         allocate space even for the trailing '/'.
1544         Reported by John Reiser <jreiser@BitWagon.com>.
1546         * sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
1547         ASM_CLOBBERS_6): Define.
1548         (ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
1549         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
1550         to match IA-32 order.
1551         * sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
1553 2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>
1555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
1556         Copy extra params for NPTL to registers used in clone syscall.
1558 2003-03-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1560         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
1561         call names for pread and pwrite.
1563 2003-03-10  Roland McGrath  <roland@redhat.com>
1565         * dlfcn/Makefile (libdl-routines): Add dladdr1.
1566         * dlfcn/dladdr1.c: New file.
1567         * dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
1568         [__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
1569         * elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
1570         a const ElfNN_Sym ** to fill in.
1571         * include/dlfcn.h: Update decl.  Include <link.h>.
1572         * dlfcn/dladdr.c (dladdr): Update caller.
1573         * malloc/mtrace.c (tr_where): Likewise.
1574         * sysdeps/generic/elf/backtracesyms.c: Likewise.
1575         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
1576         * dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
1577         * Versions.def (libdl): Define GLIBC_2.3.3 set.
1579         * sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
1580         assembler command.
1581         * sysdeps/unix/Makefile (compile-syscall): New variable.
1582         Pass -g0 to compiler for assembling syscall stubs from stdin.
1584         * sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
1585         (STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
1586         Define these to do nothing.
1588         * configure.in: New check for -g on .S files.
1589         * configure: Regenerated.
1590         * config.make.in (have-cpp-asm-debuginfo): New variable.
1591         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
1592         * Makeconfig (ASFLAGS): New variable, if undefined and
1593         $(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
1594         * Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
1596 2003-03-09  Roland McGrath  <roland@redhat.com>
1598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
1599         used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.
1601 2003-03-09  Ulrich Drepper  <drepper@redhat.com>
1603         * po/fi.po: Update from translation team.
1604         * po/ca.po: Likewise.
1605         * po/da.po: Likewise.
1607 2003-03-08  Ulrich Drepper  <drepper@redhat.com>
1609         * rt/tst-aio7.c (do_test): Change BYTES into a #define.
1611 2003-03-07  Ulrich Drepper  <drepper@redhat.com>
1613         * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
1615         * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
1617 2003-03-07  Roland McGrath  <roland@redhat.com>
1619         * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
1620         * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
1622 2003-03-04  Guido Guenther  <agx@sigxcpu.org>
1624         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
1625         stubs, we have INLINE_SYSCALL.
1626         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
1627         MAP_NONBLOCK.
1629 2003-03-06  Roland McGrath  <roland@redhat.com>
1631         * rt/tst-aio7.c (do_test): Revert last change.  Instead, give CB1
1632         permanent extent and add a comment about testing its implicit teardown.
1634 2003-03-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1636         * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
1638 2003-03-05  Ulrich Drepper  <drepper@redhat.com>
1640         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
1641         reversed __builtin_expect expectation.
1643 2003-03-05  Roland McGrath  <roland@redhat.com>
1645         * stdio-common/sscanf.c: Use prototype defn with ... syntax.
1646         * libio/swscanf.c: Likewise.
1647         * libio/swprintf.c: Likewise.
1649 2003-03-04  Roland McGrath  <roland@redhat.com>
1651         * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
1652         (elf_machine_rela): Always use RESOLVE_MAP, needed for
1653         R_PPC64_JMP_SLOT as well as TLS cases.
1654         (BIT_INSERT): Move parenthesis where it ought to have been.
1655         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
1657         * posix/confstr.c (confstr): Correct STRING_LEN values for
1658         _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
1659         break.  Reported by Alexandre Julliard <julliard@winehq.com>.
1661 2003-03-04  Jakub Jelinek  <jakub@redhat.com>
1663         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
1665 2003-03-04  Ulrich Drepper  <drepper@redhat.com>
1667         * sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
1668         clone parameters.
1670         * po/sv.po: Update from translation team.
1672 2003-03-04  Andreas Jaeger  <aj@suse.de>
1673             Ulrich Drepper  <drepper@redhat.com>
1675         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.
1677 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
1679         * sysdeps/generic/dl-sysdep.h: Add double include protection.
1681         * po/tr.po: Update from translation team.
1683         * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
1684         are holes between the segments.  Only call mprotect to set
1685         proection to PROT_NONE if there are some.
1687         * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
1688         Update comment.
1690         * include/sched.h (__clone2): Use ... instead of adding all the
1691         new parameters.
1693 2003-03-03  Roland McGrath  <roland@redhat.com>
1695         * elf/dl-load.c (struct filebuf): Fix typo in last change.
1697         * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
1698         PI_STATIC_AND_HIDDEN.
1700 2003-03-03  Ian Wienand  <ianw@gelato.unsw.edu.au>
1702         * sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
1703         flags.
1704         * include/sched.h: Update clone2 prototype.
1706 2003-03-03  Andreas Jaeger  <aj@suse.de>
1708         * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
1709         (llrint): Use it to correct return type.
1710         (lrint): Likewise.
1711         (lround): Likewise.
1712         (llround): Likewise.
1714 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
1716         * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
1717         byte filebuf size.
1719         * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
1720         if ccs parameter isn't valid.  Reported by Andreas Schwab.
1722 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1724         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
1725         for system call numbers > 255.
1726         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
1727         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
1728         INTERNAL_SYSCALL): Likewise.
1729         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
1730         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
1731         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
1732         INTERNAL_SYSCALL): Likewise.
1734 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1736         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
1737         array if it is the initial dtv.
1739 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
1741         * po/es.po: Update from translation team.
1742         * po/fr.po: Likewise.
1743         * po/gl.po: Likewise.
1744         * po/sk.po: Likewise.
1745         * po/sv.po: Likewise.
1747         * sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
1748         * misc/sys/mman.h: Add prototype for remap_file_pages.
1749         * sysdeps/generic/remap_file_pages.c: New file.
1750         * misc/Makefile (routines): Add remap_file_pages.
1751         * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
1753         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
1754         and MAP_NONBLOCK.
1755         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1756         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
1757         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
1758         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
1759         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1760         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
1761         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
1762         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1764 2003-03-03  Roland McGrath  <roland@redhat.com>
1766         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
1767         * sysdeps/ia64/dl-machine.h: Likewise.
1768         * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
1769         argument type.
1770         * sysdeps/ia64/dl-lookupcfg.h: Update decl.
1772         * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
1773         * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
1774         * locale/Versions (libc: GLIBC_2.3): Move those to ...
1775         * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
1776         * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
1777         * Versions.def (libc): Add GLIBC_2.3.3 set.
1779         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.
1780         * sysdeps/ia64/dl-machine.h: Update decl.
1782 2003-03-03  Andreas Jaeger  <aj@suse.de>
1784         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
1786 2003-03-02  Roland McGrath  <roland@redhat.com>
1788         * scripts/abilist.awk: Reject data items with apparent 0 size.
1790         * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar
1791         after foo.* as if it were a duplicate.
1793         * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
1795 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
1797         * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
1799         * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
1800         * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
1801         if not already defined.  Use SYSDEP_GETRES to allow other files to
1802         provide alternative implementations.
1803         * sysdeps/unix/sysv/linux/clock_getres.c: New file
1804         * sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
1805         if not already defined.  Use SYSDEP_GETTIME to allow other files to
1806         provide alternative implementations.
1807         * sysdeps/unix/sysv/linux/clock_gettime.c: New file.
1808         * sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
1809         if not already defined.  Use SYSDEP_GETTIME to allow other files to
1810         provide alternative implementations.
1811         * sysdeps/unix/sysv/linux/clock_settime.c: New file.
1812         * sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
1813         other files to provide alternative implementations.  Rearrange
1814         tests for invalid parameters.
1815         * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
1816         * sysdeps/unix/sysv/linux/sysconf.c: New file.
1817         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1818         __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
1819         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
1820         _POSIX_MONOTONIC_CLOCK.
1822 2003-03-02  Roland McGrath  <roland@redhat.com>
1824         * scripts/merge-abilist.awk: More checks for bogus input.
1825         Uniquify duplicate config names.
1827         * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
1829         * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): Renamed
1830         from dl_reloc_overflow, make global.
1831         (__process_machine_rela): Update callers.
1832         * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow.
1833         Add attribute_hidden to __process_machine_rela decl.
1834         (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
1836         * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
1837         variable.
1839         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
1840         Don't use weak_extern for dl_rtld_map.  Instead check only if [SHARED].
1841         (elf_machine_rela): Clean up.
1843         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up.
1845         PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>.
1846         * sysdeps/powerpc/powerpc32/elf/configure.in: New file.
1847         * sysdeps/powerpc/powerpc32/elf/configure: New generated file.
1848         * elf/tls-macros.h [__powerpc__ && !__powerpc64__]
1849         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them.
1850         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support
1851         new relocs for TLS.
1853         * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these
1854         macros out of [SHARED].
1855         (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
1857         * elf/elf.h: Define R_PPC_* relocs for TLS support.
1858         Clean up R_PPC64_* macro definition comments.
1860         * configure.in: In "running configure fragment for" message,
1861         omit $srcdir from the name if we prepended it.
1862         * configure: Regenerated.
1864         * elf/dl-reloc.c (allocate_static_tls): Fix calculations.
1865         From Jakub Jelinek <jakub@redhat.com>.
1867         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
1868         which duplicated the O_DIRECT defn.
1870 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
1872         * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
1873         random functions.
1875 2003-03-01  Andreas Schwab  <schwab@suse.de>
1877         * resolv/Makefile (tests): Don't depend on
1878         $(objpfx)mtrace-tst-leaks when cross compiling.
1880         * sysdeps/m68k/dl-machine.h (_dl_start_user): Access
1881         __libc_stack_end through GOT since it is a global symbol.
1883 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
1885         * argp/argp.h: Fix a typo.
1886         Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
1888         * manual/terminal.texi: Fix cfmakeraw() definition from int to void.
1890 2003-02-27  Pat Rankin  <rankin@pactechdata.com>
1892         * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
1893         char *.
1894         (get_subexp): Likewise.
1896 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
1898         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
1900 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
1902         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
1904 2003-02-27  Roland McGrath  <roland@redhat.com>
1906         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
1907         special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
1908         repeat it and avoids the test for the common case.
1909         Clean up and fix calculations for TLS relocs.
1911         * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
1912         * sysdeps/powerpc/dl-tls.h: ... here.
1913         (TLS_TP_OFFSET): New macro.
1915         * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
1917 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
1919         * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
1920         code generation changes in recent gcc.
1922 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
1924         * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
1925         Rename argument to avoid symbol conflict.
1927         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
1928         [__USE_GNU] (O_DIRECT): New macro.
1930 2003-02-24  David Mosberger  <davidm@hpl.hp.com>
1932         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
1933         unwind info.
1935 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
1937         * resolv/res_libc.c [USE___THREAD] (_res): Don't need the
1938         initializer anymore now that res_thread_freeres is more careful.
1940         * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
1941         except the PKTINFO.  Reset interface in PKTINFO.
1942         Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
1944 2003-02-25  Steven Munroe  <sjmunroe@us.ibm.com>
1946         * elf/elf.h: Add new R_PPC64_* relocs for TLS.
1947         * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
1948         Define.
1949         * sysdeps/powerpc/powerpc64/elf/configure.in: New file.
1950         * sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
1951         * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
1952         * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
1954         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
1955         Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
1957 2003-02-25  Andreas Jaeger  <aj@suse.de>
1959         * manual/memory.texi (Malloc Tunable Parameters): Clarify
1960         behaviour of M_MMAP_THRESHOLD.
1962 2003-02-25  Roland McGrath  <roland@redhat.com>
1964         * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
1965         zero, inidicating _res was not initialized yet.
1967 2003-02-24  Ulrich Drepper  <drepper@redhat.com>
1969         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
1970         test.
1972 2003-02-24  Roland McGrath  <roland@redhat.com>
1974         * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
1976 2003-02-23  Roland McGrath  <roland@redhat.com>
1978         * sysdeps/posix/pause.c: New file.
1979         * sysdeps/unix/common/pause.c: File removed.
1981 2003-02-23  Ulrich Drepper  <drepper@redhat.com>
1983         * sysdeps/generic/bits/confname.h: Remove #ifs.
1985         * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
1986         * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
1988         * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock
1989         element to -1.
1991 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
1993         * sysdeps/generic/dl-sysdep.c: Avoid warning.
1995 2003-02-22  Roland McGrath  <roland@redhat.com>
1997         * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
1998         * resolv/Makefile (tests): Add tst-leaks.
1999         ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
2000         (tst-leaks-ENV): New variable.
2001         ($(objpfx)mtrace-tst-leaks): New target.
2002         (tests): Depend on it.
2004         * include/libc-internal.h: Declare __libc_thread_freeres.
2006         * Makerules: Fix last change to use $($(subdir)-version) when set.
2008         * Makerules (install-lib-nosubdir): Depend on installed
2009         libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed
2010         regardless of the libfoo.so target's dependencies.
2012         * MakeTAGS (sub-make-vars): New variable, includes generating=t.
2013         Use that in $(MAKE) calls.
2015 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
2017         * catgets/gencat.c (read_input_file): Collision between
2018         auto-assigned numbers and user-defined nubmers is not fatal.
2019         Handle it.
2020         Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
2021         * catgets/Makefile: Add rules to run test2.msg test.
2022         * catgets/test2.msg: New file.
2024         * catgets/gencat.c (main): Return 1 if messages have been printed.
2026         * iconv/iconv_prog.c (main): Unify messages.
2028         * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
2029         when shifting retval.
2030         * stdlib/tst-strtod.c (main): Add strtold test case.
2031         Reported by Fred J. Tydeman <tydeman@tybor.com>.
2033 2003-02-21  Roland McGrath  <roland@redhat.com>
2035         * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
2036         * sunrpc/rpc_thread.c: Likewise for text_set_element use.
2037         (__rpc_thread_destroy): Add it to __libc_subfreeres too.
2039         * include/resolv.h: Add libc_hidden_proto for __res_nclose.
2040         * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
2041         (res_thread_freeres): New function, on __libc_thread_subfreeres and
2042         __libc_subfreeres.
2044         * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
2045         * malloc/thread-freeres.c: New file.
2046         * malloc/Makefile (aux): Add it.
2047         * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
2048         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section
2049         "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set.
2051         * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix.
2052         * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
2054 2003-02-21  Roland McGrath  <roland@frob.com>
2056         * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open.
2058         * iconvdata/Makefile (tests): Add bug-iconv3 only if
2059         [$(have-thread-library) = yes].
2061 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
2063         * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
2065         * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
2066         not chechk for errors (unless testing for 32bit variant).
2067         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2068         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2069         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2071 2003-02-21  Jakub Jelinek  <jakub@redhat.com>
2073         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
2074         Check for signed overflow, not unsigned.
2076         * sysdeps/sparc/sparc64/elf/configure.in: New file.
2077         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
2078         Use -fcall-used-g6, not -fcall-used-g7.
2080 2003-02-21  Andreas Jaeger  <aj@suse.de>
2082         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default
2083         mode.
2085         * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not
2086         clear whole mxcsr but only exceptions.
2088 2003-02-21  Roland McGrath  <roland@redhat.com>
2090         * Makerules: Filter $(install-lib-ldscripts) out of list of targets
2091         for libfoo.so that need $(make-link) rules.
2093 2003-02-21  Roland McGrath  <roland@frob.com>
2095         * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
2096         to match existing struct stat layout in mig protocols.
2098 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2100         * version.h (VERSION): Bump to 2.3.2.
2102         * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp,
2103         tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c,
2104         and dl-sysdep.h.
2105         * sysdeps/generic/Dist: Add sysdep-cancel.h.
2106         * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h.
2107         * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S.
2108         * sysdeps/unix/sysv/linux/Dist: Add pathconf.h.
2109         * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h.
2110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and
2111         ucontext_i.h.
2112         * Makefile (distribute): Add include/stubs-prologue.h,
2113         include/gnu/stubs.h, scripts/merge-abilist.awk, and
2114         scripts/extract-abilist.awk.
2116 2003-02-20  Roland McGrath  <roland@redhat.com>
2118         * math/Makefile (distribute): Don't add generated files.
2120 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2122         * math/Makefile: Rearrange variable definitions slightly to get
2123         definition in the right order.
2125 2003-02-20  Roland McGrath  <roland@redhat.com>
2127         * Makerules: Clean up conditional around include of tls.make.
2128         * Make-dist: Export generating=t to prevent using that.
2129         (+distinfo): Likewise for $(shell $(MAKE) ...) runs.
2131 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2133         * inet/rcmd.c (rresvport_af): Avoid using invliad values.  Wrap
2134         around in search if port IPPORT_RESERVED/2 has been test.
2136 2002-02-20  Paolo Bonzini  <bonzini@gnu.org>
2138         * posix/regcomp.c: Remove inclusions.
2139         * posix/regexec.c: Likewise.
2140         * posix/regex_internal.c: Likewise.
2141         * posix/regex_internal.h: Add inclusions here.
2142         * posix/regex.c: Only include sys/types.h before regex.h.  Include
2143         regex_internal.h here.  Include regex_internal.c before regcomp.c
2144         and regexec.c (might expose more opportunities to the C compiler).
2146         * posix/regcomp.c (parse_expression): Fix construct rejected by SGI CC.
2148         * posix/regex_internal.h [!_LIBC] (__mempcpy): Fix typo.
2149         [!_LIBC] (__wcrtomb): New definition.
2150         [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and
2151         HAVE_LOCALE_H as well.
2153 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2155         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Remove obsolete
2156         patch to check for system call errors.
2158 2002-07-24  Philip Blundell  <philb@gnu.org>
2160         * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV
2161         on unknown systems.
2163 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2165         * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround.
2166         * sysdeps/unix/sysv/linux/kernel-features.h
2167         (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too.
2168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl
2169         if possible.
2170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
2171         interprocedure branches.
2172         * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to...
2173         * sysdeps/powerpc/nofpu/Dist: ...here.
2174         * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to...
2175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
2176         * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete.
2177         * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete.
2178         * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
2180 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
2182         * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
2184 2003-02-20  Philip Blundell  <philb@gnu.org>
2186         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
2187         missing arguments to INTERNAL_SYSCALL_ERROR_P and
2188         INTERNAL_SYSCALL_ERRNO.
2190 2003-02-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2192         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test
2193         for __ASSUME_32BITUIDS.
2195 2003-02-20  Andreas Schwab  <schwab@suse.de>
2197         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* and
2198         POSIX_MADV_* constants.
2200 2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2202         * sysdeps/unix/sysv/linux/sh/pread.c: New file.
2203         * sysdeps/unix/sysv/linux/sh/pread64.c: New file.
2204         * sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
2205         * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
2207 2003-02-19  Jiro Sekiba  <jir@yamato.ibm.com>
2209         * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
2211 2003-02-16  Roland McGrath  <roland@redhat.com>
2213         * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
2215 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
2217         * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
2218         decimal input digits.
2219         * stdlib/tst-strtod.c (main): Add test for strtof bug.
2221 2003-02-18  Ulrich Drepper  <drepper@redhat.com>
2223         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
2224         invalid file descriptors and missing access permissions.
2226 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
2228         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
2229         been found.
2231         * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
2232         TTY_NAME_MAX and not the _POSIX_* minimal value macros.
2233         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
2234         and LOGIN_NAME_MAX.
2236 2003-02-17  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
2237             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2239         * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
2240         * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
2241         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2242         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2243         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2245 2003-02-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2247         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete.
2248         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete.
2249         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete.
2250         * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete.
2251         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete.
2252         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete.
2254         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file...
2255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here.
2256         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file...
2257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
2259         * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL.
2260         * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise.
2261         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete.
2262         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
2264 2003-02-14  Thorsten Kukuk  <kukuk@suse.de>
2266         * nss/getent.c (print_hosts): Print all IP addresses of one host.
2268 2003-02-15  Roland McGrath  <roland@frob.com>
2270         * sysdeps/mach/hurd/tls.h: New file.
2271         * sysdeps/mach/hurd/i386/tls.h: New file.
2273         * mach/errsystems.awk: Include <errno.h> in generated output.
2275         * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
2276         use target mach-before-compile instead of generated.
2277         (mach-before-compile): New target.
2278         * Makerules: Disable use of tls.make if $(generating) is set.
2279         * mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
2280         * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
2281         mach-shortcuts.h so mach/ generation happens before hurd/.
2283 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
2285         * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
2286         of demorm correctly if low word is zero.
2287         Reported by Fred J. Tydeman <tydeman@tybor.com>.
2288         * math/libm-test.inc (nextafter_test): New test, but disabled due
2289         to gcc bug.
2291         * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
2292         counter and only call __exit_thread if this is not the last thread.
2294 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
2296         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add instead of
2297         subtracting map->l_tls_offset.
2299 2003-02-12  Ulrich Drepper  <drepper@redhat.com>
2301         * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and
2302         _CS_GNU_LIBPTHREAD_VERSION.
2303         * posix/conststr.c: Handle these new values.
2304         * posix/getconf.c: Likewise.
2306         * sysdeps/mips/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix
2307         masking of version index.
2308         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
2310 2003-02-11  Ulrich Drepper  <drepper@redhat.com>
2312         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Compute alignment
2313         correctly.  Reported by Thorsten Kukuk.
2315 2003-02-10  Ulrich Drepper  <drepper@redhat.com>
2317         * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and
2318         _BSD_SOURCE to compiler.
2319         * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings.
2320         Patches by Alan Modra.
2322 2003-02-08  Ulrich Drepper  <drepper@redhat.com>
2324         * io/ftwtest.c: Get current working directory before and after the
2325         nftw call and make sure they match.
2327 2003-02-08  Jim Meyering  <jim@meyering.net>
2329         * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
2330         the current directory, not just when DIR contains a slash.
2331         Reported by Manoj Srivastava.
2333 2003-02-07  Jim Meyering  <jim@meyering.net>
2335         * io/ftw.c: Add autoconf-recommended block of alloca-related code.
2336         Include autoconf-recommended block of dirent/NAMELEN-related
2337         definitions and includes.  Use NAMELEN throughout, rather than
2338         _D_EXACT_NAMLEN.
2339         [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
2340         [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.
2341         (stpcpy): Declare, if necessary.
2342         (mempcpy): Define, if necessary.
2343         [!_LIBC] (__stpcpy, __mempcpy): Define.
2344         [!_LIBC] (LXSTAT, XSTAT): Define.
2345         (lstat) [!LIBC && !LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.
2346         (find_object): Don't use c99-style struct initializer.
2347         Tweak wording in a couple comments.
2349 2003-02-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2351         * elf/tls-macros.h: Add non-PIC TLS macros and fix clobber list
2352         for SH.
2353         * sysdeps/unix/sysv/linux/sh/brk.c: Add SYSCALL_INST_PAD
2354         after the trapa instruction.
2355         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Add additional
2356         parameters.
2357         * sysdeps/unix/sysv/linux/sh/sh4/sysdep.h: New file.
2358         (NEED_SYSCALL_INST_PAD): Define.
2359         * sysdeps/unix/sysv/linux/sh/sys/user.h (start_thread): Undef to
2360         avoid to use definition for the kernel.
2361         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2362         Save and restore the frame pointer.
2363         (SYSCALL_INST_PAD): Define.
2364         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
2365         (INTERNAL_SYSCALL): Make use of ERR parameter. Add SYSCALL_INST_PAD
2366         after trapa instruction.
2367         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
2368         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
2370 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
2372         * resolv/res_libc.c (_res): Ensure _res is not common symbol,
2373         so that it can have aliases.
2374         * inet/herrno.c (h_errno): Put it into .bss not .data section.
2376 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
2378         * elf/dl-runtime.c (fixup): Correct typo in version index computation.
2379         (profile_fixup): Likewise.
2380         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
2382 2002-11-24  Robert Love  <rml@tech9.net>
2384         * posix/sched.h: Second parameter of sched_setaffinity and
2385         sched_getaffinity is `unsigned int', not `unsigned long'.
2386         * sysdeps/generic/sched_setaffinity.c: Likewise.
2387         * sysdeps/generic/sched_getaffinity.c: Likewise.
2389 2003-02-05  Ulrich Drepper  <drepper@redhat.com>
2391         * debug/catchsegv.sh: Fix typo in error messsage.
2392         Reported by John Levon <levon@movementarian.org>.
2394         * sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
2395         * sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
2396         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2397         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2399         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2400         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2402         * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
2403         Patch by Moritz Schulte <moritz@duesseldorf.ccc.de>.
2405 2003-02-05  Jim Meyering  <jim@meyering.net>
2407         Fix a heap-corrupting bug.
2408         * io/ftw.c: Include <limits.h>.
2409         (PATH_MAX) [!defined PATH_MAX]: Define to 1024.
2410         (process_entry): Allocate enough space to hold the resulting
2411         file name.  Don't presume that 2*dirbufsize is enough.
2412         (ftw_startup): Always use PATH_MAX to compute buffer size, now that
2413         it is guaranteed to be defined.
2415 2003-02-04  Ulrich Drepper  <drepper@redhat.com>
2417         * iconvdata/Makefile: Add rules to build and run bug-iconv3.
2418         * iconvdata/bug-iconv3.c: New file.
2420 2003-02-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2422         * sysdeps/unix/sysv/linux/s390/system.c: New file.
2424 2003-02-03  Jakub Jelinek  <jakub@redhat.com>
2426         * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
2427         check.
2428         * config.h.in (BROKEN_SPARC_WDISP22): Add.
2430 2003-02-03  Ulrich Drepper  <drepper@redhat.com>
2432         * sysdeps/i386/i686/memmove.S: New file.
2434 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
2437         Include kernel-features.h
2438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2443 2003-02-02  Jakub Jelinek  <jakub@redhat.com>
2445         * elf/tls-macros.h [sparc] (TLS_LD, TLS_GD): Add "cc" clobbers.
2447 2003-01-25  Jim Meyering  <jim@meyering.net>
2449         * io/ftw.c (object_compare): Compare inode numbers before device
2450         numbers, since the former are much more likely to differ.
2452 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
2454         * time/tzfile.c (__tzfile_compute): Change return value type to
2455         void.  Adjust return statements.
2456         * include/time.h (__tzfile_compute): Adjust prototype.
2458 2003-02-01  Jim Meyering  <jim@meyering.net>
2460         * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
2461         always returns 1.
2463 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2466         [!__ASSUME_NEW_PRCTL_SYSCALL]: Noop prctl syscall and set ENOSYS.
2468 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
2471         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Generate ENOSYS stub.
2472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2473         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2475         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2477         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2479 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2481         * sysdeps/unix/sysv/linux/configure.in: Change arch_minimum_kernel
2482         back to 2.4.19 for powerpc64.
2483         * sysdeps/unix/sysv/linux/kernel-features.h
2484         (__ASSUME_NEW_PRCTL_SYSCALL): Define for powerpc64.
2485         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Define for powerpc64.
2487 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
2489         * wcsmbs/wcscpy.c (wcscpy): Add alternative implementation for
2490         platforms with strange alignment requirements on wchar_t.
2492 2003-01-31  Andreas Schwab  <schwab@suse.de>
2494         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove __GI_*
2495         aliases, already added by make-syscalls.sh.
2496         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2497         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2498         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2499         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2500         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2501         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2502         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2503         * sysdeps/unix/inet/syscalls.list: Likewise.
2504         * sysdeps/unix/syscalls.list: Likewise.
2506 2003-01-31  Andreas Schwab  <schwab@suse.de>
2508         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Don't define, not needed
2509         any more.
2511 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2513         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Use lg,
2514         not l to load tls from stack.
2516 2003-01-30  Roland McGrath  <roland@redhat.com>
2518         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Move check for
2519         null argument before all else.
2520         Reported by Martin Schwidefsky <schwidefsky@de.ibm.com>.
2522 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2524         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel):
2525         Move to RESOLVE protected part of the header.
2526         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel):
2527         Likewise.
2529 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
2531         * stdio-common/Makefile (tests): Add bug15.
2532         (bug15-ENV): Define.
2533         * stdio-common/bug15.c: New file.
2535 2002-10-07  Wolfram Gloger  <wg@malloc.de>
2537         * malloc/malloc.c (sYSMALLOc): Only check for breakage due
2538         to foreign sbrk()'s if arena is contiguous.  Bug report from
2539         Bruno Haible <bruno@clisp.org>.
2541 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2543         * sysdeps/s390/libc-tls.c: Include stdlib.h.
2545 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2547         * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
2548         ps.__count.
2550 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
2552         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Fix storing and
2553         restoring of %r6.
2554         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.  Use
2555         64-bit load.
2556         Patch by Martin Schwidefsky  <schwidefsky@de.ibm.com>.
2558 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2560         * elf/dl-reloc.c (CHECK_STATIC_TLS): Move _dl_signal_error...
2561         (allocate_static_tls): ...here.  Add __attribute_noinline__.
2562         Don't return on failure.
2563         (_dl_reloc_bad_type): Add __attribute_noinline__.
2564         * elf/do-rel.h (elf_dynamic_do_rel): Add
2565         __attribute__((always_inline)).
2566         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
2567         elf_machine_rel_relative, elf_machine_rela_relative,
2568         elf_machine_lazy_rel): Add prototypes with
2569         __attribute__((always_inline)).
2571 2003-01-29  David Mosberger  <davidm@hpl.hp.com>
2573         * elf/dl-support.c (_dl_aux_init): Handle AT_SYSINFO.
2575 2003-01-29  Roland McGrath  <roland@redhat.com>
2577         * configure.in: Barf if configured in $srcdir.
2579 2003-01-28  Steven Munroe  <sjmunroe@us.ibm.com>
2581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2582         (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
2584 2003-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2586         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Reorder additional
2587         clone parameters to match the order used on ia32.
2588         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2590 2003-01-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2592         * elf/elf.h: Add new s390 relocs.
2593         * elf/tls-macros.h: Add s390 versions.
2594         * sysdeps/s390/Versions [GLIBC_2.3] (ld): Export __tls_get_offset.
2595         * sysdeps/s390/dl-tls.h: New file.
2596         * sysdeps/s390/libc-tls.c: New file.
2597         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class): Add TLS
2598         relocs for class PLT.
2599         (elf_machine_rela): Handle TLS relocs.
2600         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2601         * sysdeps/s390/s390-32/elf/configure.in: Add TLS check.
2602         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
2603         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Add support for
2604         CLONE_CHILD_*TID flags.
2605         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2606         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Use branch with 32
2607         bit offset.
2608         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2609         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
2610         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S (__syscall_error):
2611         Support USE___THREAD. Define RTLD_PRIVATE_ERRNO variant.
2612         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S (__syscall_error):
2613         Likewise.
2614         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
2615         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER.
2616         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
2617         variants.
2618         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
2619         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER. Use
2620         direct branch to syscall_error for !PIC and PIC && !_LIBC_REENTRANT.
2621         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
2622         variants.
2624 2003-01-28  Ulrich Drepper  <drepper@redhat.com>
2626         * sysdeps/unix/common/pause.c (do_pause): New function.  Split
2627         from __libc_pause.  Implement using sigsuspend.
2628         (__libc_pause): Call do_pause to do the real work.
2630         * sysdeps/posix/sigpause.c (do_sigpause): Check range of
2631         sig_or_mask parameter is is_sig != 0.
2633 2003-01-21  Philip Blundell  <philb@gnu.org>
2635         * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
2637 2003-01-27  Steven Munroe  <sjmunroe@us.ibm.com>
2639         * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
2641 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
2643         * stdio-common/bug14.c: Use official name for the locale.
2645         * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
2646         instead of __libc_cleanup_region_start and _IO_cleanup_region_end
2647         instead of __libc_cleanup_region_end.
2649         * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
2650         as first parameter to __libc_cleanup_region_start.
2652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2653         (__fe_nomask_env): Use __prctl not prctl.
2654         * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
2655         prctl syscall.
2657         * elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message.
2659         * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
2661         * elf/dl-reloc.c (allocate_static_tls): Avoid arithmetic
2662         wrap-around in test.
2664 2003-01-26  Andreas Schwab  <schwab@suse.de>
2666         * sysdeps/wordsize-32/divdi3.c: Export the functions only as
2667         compatibility symbols.  Remove INTDEF for __divdi3.
2668         * sysdeps/wordsize-32/lldiv.c: Don't use __divdi3_internal.
2669         * sysdeps/powerpc/powerpc32/divdi3.c: Remove.
2670         * sysdeps/powerpc/powerpc32/Makefile (CPPFLAGS-divdi3.c): Don't
2671         define.
2672         * sysdeps/powerpc/powerpc32/Dist: Remove divdi3.c.
2674 2003-01-24  Jakub Jelinek  <jakub@redhat.com>
2676         * elf/tls-macros.h: Add SPARC 32-bit definitions.
2677         * sysdeps/sparc/sparc32/elf/configure.in: Add TLS check.
2678         * sysdeps/sparc/sparc32/dl-machine.h: Add dl_machine_h guards
2679         for the first half of the header.  Include tls.h.
2680         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS
2681         relocs too.
2682         (elf_machine_rela): Handle TLS relocs.
2683         * sysdeps/sparc/dl-tls.h: New file.
2685         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Add cancellation
2686         support.
2688         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Use %g6 instead of %g7.
2689         * sysdeps/sparc/sparc32/memchr.S: Likewise.
2690         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
2691         * sysdeps/sparc/sparc32/strcat.S: Likewise.
2692         * sysdeps/sparc/sparc32/strchr.S: Likewise.
2693         * sysdeps/sparc/sparc32/strcmp.S: Likewise.
2694         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
2695         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
2696         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2697         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
2698         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2699         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
2700         * sysdeps/sparc/sparc64/strcat.S: Likewise.
2701         * sysdeps/sparc/sparc64/strchr.S: Likewise.
2702         * sysdeps/sparc/sparc64/strcmp.S: Likewise.
2703         * sysdeps/sparc/sparc64/strcpy.S: Likewise.
2704         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
2705         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
2706         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2707         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2709 2003-01-24  Andreas Schwab  <schwab@suse.de>
2711         * elf/dl-close.c (_dl_close): Don't relocate DT_FINI_ARRAY
2712         elements, and process them backwards.
2713         * elf/Makefile ($(objpfx)tst-array4): New target.
2714         ($(objpfx)tst-array4.out): Likewise.
2715         (tests) [$(have-initfini-array) = yes]: Add tst-array4.
2716         * elf/tst-array4.c: New file.
2717         * elf/tst-array4.exp: Likewise.
2719 2003-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: New file.
2723 2003-01-27  Guido Guenther  <agx@sigxcpu.org>
2725         * sysdeps/unix/sysv/linux/mips/sysdep.h (SYSCALL_ERROR_LABEL): Define.
2726         * sysdeps/unix/sysv/linux/mips/pread.c: Add support for
2727         cancellation handling and handle both __NR_pread64 and __NR_pread.
2728         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2729         * sysdeps/unix/sysv/linux/mips/pwrite.c: Add support for
2730         cancellation handling and handle both __NR_pwrite64 and __NR_pwrite.
2731         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2732         * sysdeps/unix/mips/sysdep.S: Don't set errno in the _LIBC_REENTRANT
2733         case, use register names consistently.
2735 2003-01-27  Wolfram Gloger  <wg@malloc.de>
2737         * malloc/hooks.c (mem2chunk_check): Check alignment of mem
2738         pointer, not of the computed chunk.  Bug report from Carlos
2739         O'Donell <carlos@baldric.uwo.ca>.
2741 2003-01-25  Andreas Schwab  <schwab@suse.de>
2743         * sysdeps/m68k/dl-machine.h (_dl_start_user): Use pc-relative
2744         addressing to save GOT entries.
2746 2003-01-21  Jakub Jelinek  <jakub@redhat.com>
2748         * sysdeps/unix/alpha/sysdep.h (inline_syscall0,
2749         inline_syscall1, inline_syscall2, inline_syscall3,
2750         inline_syscall4, inline_syscall5, inline_syscall6): Add __volatile__.
2751         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INTERNAL_SYSCALL): Add
2752         __attribute__((unused)) to ChEcK.
2754 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2756         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
2757         Fix inline assembler constraints.
2758         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
2759         Likewise.
2761         * sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
2762         -fPIC.
2764 2003-01-20  Segher Boessenkool  <segher@koffie.nl>
2766         * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
2767         compute the cosine, not the sine, even if x > 0.8.
2769 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
2771         * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of
2772         _nss_nis_setspent.  Work around the different prototypes.
2773         * nis/nss_nis/nis-rpc.c (internal_nis_setrpcent): Use
2774         internal_nis_endrpcent.
2775         (internal_nis_endrpcent): Change return type to void.  Change callers.
2776         * nis/nss_nis/nis-pwd.c: Make _nss_nis_endpwent an alias of
2777         _nss_nis_setpwent.  Work around the different prototypes.
2778         * nis/nss_nis/nis-proto.c (_nss_nis_endprotoent): Split out body
2779         of the function to...
2780         (internal_nis_endprotoent): ... here.  New function.
2781         (internal_nis_setprotoent): Use internal_nis_endprotoent.
2782         * nis/nss_nis/nis-network.c: Make _nss_nis_endnetent an alias of
2783         _nss_nis_setnetent.  Work around the different prototypes.
2784         * nis/nss_nis/nis-netgrp.c (_nss_nis_endnetgrent): Split out body
2785         of the function to...
2786         (internal_nis_endnetgrent): ... here.  New function.
2787         (_nss_nis_setnetgrent): Use internal_nis_endnetgrent.
2789 2003-01-19  Jim Meyering  <jim@meyering.net>
2791         * time/strftime.c: (widen): Merge nearly-identical definitions.
2792         (nl_get_alt_digit) [! defined my_strftime]: Define.
2793         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
2794         _nl_get_alt_digit and _nl_get_walt_digit.
2796 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
2798         * time/strftime.c (my_strftime): Handle very large width
2799         specifications for numeric values correctly.  Improve checks for
2800         overflow.
2801         * time/Makefile (tests): Add tst-strftime.
2802         * time/tst-strftime.c: New file.
2804 2003-01-18  Ulrich Drepper  <drepper@redhat.com>
2806         * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
2807         _nss_nis_sethostent.  Work around the different prototypes.
2808         * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
2809         _nss_nis_setgrent.  Work around the different prototypes.
2810         * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
2811         function.  Split out from _nss_nis_endetherent.
2812         (internal_nis_setetherent): Use internal_nis_endetherent instead of
2813         duplicating the code.
2814         * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
2815         of _nss_nis_setaliasent.
2816         * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
2817         internal_nis_endservent code, don't duplicate it.
2819         * inet/rexec.c (rexec_af): Protect socket operations with
2820         TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
2821         * inet/rcmd.c (rcmd_af): Likewise.
2823 2003-01-17  Roland McGrath  <roland@redhat.com>
2825         * math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]:
2826         Add test of value 0.80190127184058835.
2828         * elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
2830 2003-01-17  Richard Henderson  <rth@redhat.com>
2832         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
2833         relocs for class PLT.
2834         * sysdeps/alpha/libc-tls.c: New file.
2835         * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
2836         (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
2838 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
2840         * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
2841         __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
2842         on _dl_static_lock.
2844 2003-01-17  Andreas Jaeger  <aj@suse.de>
2846         * stdio-common/bug14.c: Include stdlib.h for exit prototype.
2848 2003-01-16  Steven Munroe  <sjmunroe@us.ibm.com>
2850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: New file.
2851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: New file.
2852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: New file.
2853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: New file.
2854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: New file.
2855         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
2856         * sysdeps/unix/sysv/linux/configure.in: Minimum kernel for PPC64
2857         is 2.4.21.
2859 2003-01-16  Ulrich Drepper  <drepper@redhat.com>
2861         * sysdeps/generic/glob.c (glob): Assume sysconf() always returns
2862         values != -1 for _LIBC.  Use extend_alloca to reallocate alloca'ed
2863         buffers.
2865         * sysdeps/generic/sysconf.c: Unconditionally implement
2866         _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX.
2867         * sysdeps/posix/sysconf.c: Likewise.
2869 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
2871         * posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
2872         set *err to the returned error, not to REG_ESPACE unconditionally.
2873         (build_word_op): Likewise.
2874         * posix/Makefile (tests): Add bug-regex16.
2875         * posix/bug-regex16.c: New test.
2877 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
2879         * elf/dl-load.c (_dl_map_object_from_fd): Use
2880         GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
2881         been already initialized.
2883 2003-01-15  Dmitry V. Levin  <ldv@altlinux.org>
2885         * sysdeps/unix/sysv/linux/ptsname.c: Fix typo in comment.
2887 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
2889         * posix/regcomp.c (re_compile_internal): If clearing buffer, clear
2890         allocated too.  Reported by Al Viro <aviro@redhat.com>.
2892 2003-01-16  Roland McGrath  <roland@redhat.com>
2894         Tweak merged .abilist file format to merge duplicate symbols in
2895         different sets into multi-version stanzas with new "| SET regexp..."
2896         header continuation lines.
2897         * scripts/merge-abilist.awk: Rewritten for new format.
2898         * scripts/extract-abilist.awk: Likewise.
2900 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
2902         * nscd/connections.c (nscd_run): Remove bogus return which isn't
2903         necessary with gcc 3.2+.
2904         (nscd_init): Don't use error() to print message, use dbg_log.
2906         * iconv/gconv_simple.c (STORE_REST): Explicitly store the total
2907         expected size into state.
2908         (UNPACK_BYTES): Do the reverse.
2909         * iconv/loop.c: Use CLEAR_STATE if defined to clear __state element.
2910         * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug.
2911         Reported by Al Viro <aviro@redhat.com>.
2913         * stdio-common/Makefile (tests): Add bug14.
2914         * stdio-common/bug14.c: New file.
2916         * stdio-common/vfscanf.c: When recognizing multibyte characters in
2917         string reset the byte counter after mbrtowc reported it is not a
2918         partial character.  Reported by Al Viro <aviro@redhat.com>.
2920 2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
2922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
2923         sysdep-cancel.h, not sysdep.h.
2925 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
2927         * nscd/connections.c (nscd_run): Protect accept call with
2928         TEMP_FAILURE_RETRY.
2930 2003-01-15  Andreas Schwab  <schwab@suse.de>
2932         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
2933         (common-generated): Add s-proto-bp.d.
2934         * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
2935         of bp thunks.
2936         * sysdeps/unix/s-proto-bp.S: New file.
2937         * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
2938         Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
2939         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
2941 2003-01-15  Roland McGrath  <roland@redhat.com>
2943         * Makerules: Use -include for tls.make, suppresses warning.
2944         Move gen-as-const-headers rules up so before-compile is set in time.
2945         (sed-remove-dotdot): Fix to work right for subdirs or top dir.
2947 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
2949         * nscd/nscd.c (main): Make code to close all file descriptors
2950         faster and more robust.
2952         * nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
2953         request with one writev call.  Protect all read calls with
2954         TEMP_FAILURE_RETRY.
2955         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2956         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
2958         * nscd/hstcache.c: Use extend_alloca to reallocate alloca'd buffer.
2959         Protect writev calls with TEMP_FAILURE_RETRY.
2960         * nscd/grpcache.c: Likewise.
2961         * nscd/pwdcache.c: Likewise.
2963         * nscd/hstcache.c (addhstbynamev6): Don't interpret hostname as
2964         IPv6 address in debug output.
2966 2003-01-14  Roland McGrath  <roland@redhat.com>
2968         * Makerules (check-abi-%): Use two rules for $(common-objpfx) and
2969         $(objpfx) directories, and get rid of vpath directives.  The previous
2970         arrangement resulted in files being written to the source directories
2971         when run in a clean build.  Find all .abilist files in $(..)abilist/.
2972         (update-abi-%): Likewise.
2973         (generated): Don't add .symlist files, they'll be intermediates.
2975         * sysdeps/generic/init-first.c: Add a comment.
2977         * elf/Makefile ($(objpfx)ld.so): Pass -z defs in link.
2979         * scripts/gen-as-const.awk: Grok lone "--" as a separator between
2980         #includes and expressions.
2982         * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged
2983         config list when it already contains cpu-.*-os.* without / part.
2985         * Makerules (sed-remove-dotdot): New variable.
2986         ($(common-objpfx)%.make): Use it.  Depend on $(before-compile).
2987         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.
2988         (check-abi-config): New variable, append /tls or /notls to the tuple.
2989         (check-abi-%): Use that for -v config value.
2990         Find .abilist files in abilist/libfoo.abilist, not in subdir.
2991         * Rules: Move bits/stdio_lim.h generation rules to Makerules.
2993 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
2995         * manual/install.texi: Correct description of header preparation for
2996         Linux build.  Patch by mhwood@Ameritech.Net [PR libc/4941].
2998 2003-01-14  Guido Guenther  <agx@sigxcpu.org>
3000         * sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
3001         INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3002         INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.
3004 2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
3006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3007         (INTERNAL_SYSCALL): Make use of ERR parameter.
3008         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3009         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3010         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
3013 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
3015         * sunrpc/pm_getport.c (pmap_getport): Open TCP socket if protocol
3016         == IPPROTO_TCP.
3017         Patch by James Strandboge <jamie@tpptraining.com> [PR libc/4943].
3019         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
3020         Fix entry for bit 31.
3022         * iconvdata/Makefile: Add rules to build IBM866NAV.
3023         * iconvdata/ibm866nav.c: New file.
3024         * iconvdata/tst-tables.sh: Add IBM866NAV.
3025         * iconvdata/gconv-modules: Add entries for IBM866NAV.
3027 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3029         * string/tester.c (test_strcpy): Use the previously #if 0'ed code
3030         to test void* parameters.
3032         * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast
3033         source pointer before dereferencing.
3034         (__STRING_SMALLL_GET32): Likewise.
3035         (__memset_gc): Add missing parenthesis around macro arguments.
3036         Patch by Denis Zaitsev <zzz@cd-club.ru>.
3038         * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler
3039         that %eax is modified.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3041 2003-01-14  Jakub Jelinek  <jakub@redhat.com>
3043         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
3044         defining.
3046 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3048         * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
3049         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
3050         here.
3051         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
3053 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3055         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
3056         from here...
3057         (PSEUDO): ... to here.
3058         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
3059         from here...
3060         (PSEUDO): ... to here.
3062 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3064         * locale/programs/charmap-dir.c (charmap_readdir): Use struct
3065         dirent64 instead of struct dirent for dirent.  Call readdir64
3066         instead of readdir.
3068         * locale/programs/locfile.c (siblings_uncached): Use struct
3069         dirent64 instead of struct dirent for other_dentry.  Call
3070         readdir64 instead of readdir.
3072         * elf/ldconfig.c (direntry): Change type to struct dirent64.
3073         (search_dir): Use readdir64 instead of readdir.
3074         Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
3076 2003-01-12  Roland McGrath  <roland@redhat.com>
3078         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
3079         not strtol.  The former is usable in ld.so, the latter not.
3081         * include/fcntl.h: Declare __libc_creat.
3083         * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs,
3084         libhurduser-link.so-no-z-defs): New variables.
3086         * malloc/malloc.c: Revert last change.
3087         * malloc/malloc.h (_int_*): Move these decls to ...
3088         * include/malloc.h: ... here.  Add attribute_hidden.
3089         (_int_valloc): Declare it too.
3091 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3093         * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
3094         search for removed searchlist.  Reported by Roland McGrath.
3096         * io/ftwtest-sh: Add test for case of symlink to nonexisting file
3097         given as start file.
3099         * io/ftw.c (ftw_startup): Use correct name in check for symlink
3100         without existing target.  Patch by Jim Meyering.
3102         * Makerules (build-shlib-helper): Don't use -z defs linker option
3103         if no-z-defs is defined either.
3105 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3107         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
3108         file.
3110 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3112         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
3113         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3115 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3117         * io/ftwtest-sh: Add test case for relative path with /. at the end.
3119 2003-01-12  Jim Meyering  <jim@meyering.net>
3121         * io/ftw.c (ftw_startup): When trying to stat the starting directory,
3122         use the basename if we've already chdir'd into its parent directory.
3124 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3126         * io/ftw.c (process_entry): Use relative path when using chdir()
3127         to change directory after call to ftw_dir.
3128         * io/ftwtest-sh: Add test for relative path argument to nftw()
3129         with FTW_CHDIR option.
3131 2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3133         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
3134         Define for powerpc.
3135         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
3136         into account.
3137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3138         (INTERNAL_SYSCALL): Make use of ERR parameter.
3139         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3140         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3141         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
3144 2002-01-09  Richard Henderson  <rth@redhat.com>
3146         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
3147         DTPREL64 and TPREL64 without loadbase applied.
3149 2002-01-09  Richard Henderson  <rth@redhat.com>
3151         * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
3152         for NOT_IN_libc.
3154         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
3155         * sysdeps/unix/alpha/sysdep.h: ... here.
3156         (PSEUDO_LOADGP): Remove.
3157         (PSEUDO_PROLOGUE): Load GP in non-pic case.
3158         (SYSCALL_ERROR_LABEL): New.
3159         (PSEUDO): Use it in error branch.
3160         (PSEUDO_END): Add $syscall_error label.
3162 2003-01-12  Andreas Jaeger  <aj@suse.de>
3164         * math/bits/mathcalls.h: Round is a const function.
3166 2003-01-11  Jim Meyering  <jim@meyering.net>
3168         * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
3169         [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
3170         Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
3171         [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
3172         [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
3173         [!_LIBC] (internal_function, dirent64, MAX): Define.
3174         (__set_errno): Define if not already defined.
3175         (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
3176         the basename, not the entire file name.
3177         (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
3178         the basename, not the entire file name.
3180 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3182         * string/tester.c (test_strcpy): Disable last added strcpy until
3183         it is fixed.
3185 2003-01-11  Philip Blundell  <philb@gnu.org>
3187         * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
3189 2003-01-11  Andreas Schwab  <schwab@suse.de>
3191         * Makerules: Add vpath for %.dynsym and %.so so that the
3192         implicit rule chaining for check-abi works.
3194 2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3196         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3197         Add non-PIC case.
3199 2003-01-11  Jakub Jelinek  <jakub@redhat.com>
3201         * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
3202         [__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
3203         gp is used early.
3204         [__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
3205         * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
3206         Ensure libc.so in DT_NEEDED.
3207         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
3208         CHECK_STATIC_TLS before l_tls_offset use.
3209         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
3210         Likewise.
3211         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3212         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
3213         Allocate TLS_PRE_TCB_SIZE bytes below result.
3214         (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
3215         * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
3216         TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
3217         segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
3218         bytes below result and add tcb_offset to memsz.
3219         * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
3220         * sysdeps/ia64/dl-machine.h: Include tls.h.
3221         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
3222         too.
3223         (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
3224         Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
3225         * sysdeps/ia64/libc-tls.c: New file.
3227 2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
3229         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
3230         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
3231         Fix type.  Move definition out of #if.
3232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
3233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
3234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
3235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
3236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
3237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
3238         support.
3239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
3240         ftruncate64, pread64, pwrite64, truncate64 entries.
3241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3242         (INLINE_SYSCALL): New version that supports function call like
3243         syscalls.  Add __builtin_expect.
3244         (LOADARGS_n): Add argument size safety checks.
3245         (INTERNAL_SYSCALL): New Macro.
3246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
3247         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
3248         redefinition of elf_fpreg_t and elf_fpregset_t.
3250 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3252         * elf/dl-close.c (_dl_close): Add several asserts.  Correct and
3253         simplify test for unloading.  If loader of a DSO is unloaded do not
3254         use its scope anymore.  Fall back to own scope and adjust opencounts.
3255         Fix several comments.
3256         * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
3257         the l_searchlist, not only for l_initfini.
3259         * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
3260         dependencies if objects cannot be removed.  Remove object with the
3261         definition as not unloadable if necessary.
3263         * elf/reldep6.c: Create relocation dependency before closing the first
3264         module.
3266 2003-01-10  Guido Günther  <agx@sigxcpu.org>
3268         * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
3269         * sysdeps/unix/mips/brk.S: Likewise.
3270         * sysdeps/unix/mips/pipe.S: Likewise.
3272 2003-01-10  Andreas Schwab  <schwab@suse.de>
3274         * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
3276         * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
3277         are known to have the vfork syscall.
3279         * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
3281         * sysdeps/unix/sysv/linux/kernel-features.h
3282         (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
3283         (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
3284         (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
3286 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3288         * elf/Makefile: Add rules to build and run reldep9 test.
3289         * elf/reldep9.c: New file.
3290         * elf/reldep9mod1.c: New file.
3291         * elf/reldep9mod2.c: New file.
3292         * elf/reldep9mod3.c: New file.
3294 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3296         * elf/Makefile: Add rules to build and run nodelete2 test.
3297         * elf/nodelete2.c: New file.
3298         * elf/nodel2mod1.c: New file.
3299         * elf/nodel2mod2.c: New file.
3300         * elf/nodel2mod3.c: New file.
3302 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3304         * posix/test-vfork.c (noop): Add __attribute_noinline__.
3305         * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
3306         * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
3307         defining it.
3308         * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
3309         * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
3310         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
3311         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
3312         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
3314 2003-01-09  Andreas Schwab  <schwab@suse.de>
3316         * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
3318 2003-01-08  Ulrich Drepper  <drepper@redhat.com>
3320         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
3321         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
3322         argument.
3323         (INTERNAL_SYSCALL_DECL): Define.
3325 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3327         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
3328         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
3329         argument.
3330         (INTERNAL_SYSCALL_DECL): Define.
3331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3332         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
3333         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3334         (INLINE_SYSCALL): Adjust.
3335         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3336         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3337         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3338         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3339         * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
3340         add err argument to INTERNAL_SYSCALL* macros.
3341         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
3342         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
3343         * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
3344         * sysdeps/unix/sysv/linux/m68k/getpagesize.c  (__getpagesize):
3345         Likewise.
3346         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
3347         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
3348         INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
3350 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
3352         Unify symbols in user namespace exported by libc.so and libc.a.
3353         * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
3354         argp_fmtstream_free, and argp_fmtstream_printf.
3355         * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
3356         argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
3357         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
3358         argp_fmtstream_point.
3359         * gmon/gmon.c: Don't define write_profiling.
3360         * libio/genops.c: Don't define _cleanup.
3362         * intl/explodename.c (_nl_find_language.c): Mark as static.
3363         * intl/loadinfo.h: Remove _nl_find_language prototype.
3365         * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
3366         * libio/libioP.h: Remove declaration.
3368         * libio/iopopen.c (_IO_proc_jumps): Mark as static.
3369         * libio/libioP.h: Remove declaration.
3371         * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
3372         * sysdeps/generic/framestate.c: Define STATIC before including
3373         unwind-dw2.c.
3375         * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
3377 2003-01-06  Philip Blundell  <philb@gnu.org>
3379         * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
3380         [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
3382         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
3383         directive.
3384         (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
3385         (SYSCALL_ERROR): New.
3386         (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
3387         handling code.
3388         (INTERNAL_SYSCALL): Define.
3389         (INLINE_SYSCALL): Use it.
3390         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
3391         * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
3392         SYSCALL_ERROR in place of __syscall_error.
3394 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3396         * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
3397         __bswap_32, __bswap_64): Put x into temporary variable
3398         to avoid warnings.
3399         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
3400         (inline) functions.
3401         * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
3402         __bswap_32, __bswap_64): Put x into temporary variable
3403         to avoid warnings.
3404         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
3405         (inline) functions.
3406         * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
3407         Likewise.
3409 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3411         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
3412         alias.
3414 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3416         * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
3417         * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
3419 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
3421         * math/libm-test.inc (significand_test): New function.
3422         (main): Call it.
3424 2003-01-06  Roland McGrath  <roland@redhat.com>
3426         * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
3427         arguments.
3428         (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
3429         (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
3430         (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
3432         * string/tester.c (test_strcpy): Add test with `void *' arguments.
3434 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
3436         * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
3437         return significand and not the exponent.
3438         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3440         * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
3441         taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
3443         * malloc/malloc.c: Mark all _int_* functions as static.
3445 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3447         * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
3448         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
3449         handling.
3450         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
3452 2003-01-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3454         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
3455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
3456         support.
3457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
3458         ftruncate64, truncate64, pread64 and pwrite64 entries.
3459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3460         (INLINE_SYSCALL): Add __builtin_expect.
3461         (LOADARGS_n): Add argument size safety checks.
3462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
3463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
3464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
3465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
3466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
3467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
3469 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3471         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
3472         * sysdeps/generic/creat.c: Include sysdep-cancel.h.
3473         (LIBC_CANCEL_HANDLED): Add.
3475         * sysdeps/unix/sysv/linux/alpha/sysdep.h
3476         (inline_syscall_r0_constraint): Rename to...
3477         (inline_syscall_r0_out_constraint): ... this.  Add =.
3478         (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
3480 2003-01-06  Andreas Schwab  <schwab@suse.de>
3482         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
3483         sure this is always inlined.
3484         (elf_machine_rela): Likewise.
3486         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
3488 2003-01-04  Roland McGrath  <roland@redhat.com>
3490         * Makeconfig (+mkdep): Add -MP flag.
3491         Suggested by Art Haas <ahaas@airmail.net>.
3493 2003-01-05  Andreas Schwab  <schwab@suse.de>
3495         * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
3497 2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3499         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
3500         SYSCALL_ERROR_HANDLER.
3501         * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
3502         * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
3503         Add support for cancellation handling.
3504         * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
3505         SYSCALL_ERROR_HANDLER.
3506         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
3507         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
3508         Add support for cancellation handling.
3509         (SYSCALL_ERROR_HANDLER): Define PIC variants.
3511 2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
3514         __syscall_pread64 and __syscall_pwrite64 cancelable.
3515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3516         (INTERNAL_SYSCALL): New macro.
3517         (LOADARGS_0, LOADARGS_1): Fix.
3519 2003-01-05  Ulrich Drepper  <drepper@redhat.com>
3521         * Makerules (build-shlip-helper): Unless told otherwise, add
3522         -Wl,-z,defs to linker command line.
3523         * rt/Makefile (librt.so): Link with ld.so.
3524         * dlfcn/Makefile (libdl.so): Likewise.
3526 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
3528         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
3529         cancellation handling.
3530         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3531         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
3533 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
3535         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
3536         order of parameters passed to kill.
3538 2003-01-04  Andreas Schwab  <schwab@suse.de>
3540         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
3542 2002-01-03  Paul Eggert  <eggert@twinsun.com>
3544         * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
3545         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
3546         when compiling Bison 1.875's `bitset bset = obstack_alloc
3547         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
3549 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
3551         * sysdeps/posix/system.c (do_system): Minor optimizations.  Remove
3552         unnecessary code.
3553         Correct reference counter in case SIGQUIT handler installation failed.
3555 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
3557         * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
3558         Define using _Pragma(weak ...).
3560 2003-01-03  Andreas Jaeger  <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
3562         * resolv/res_libc.c: Provide declaration for __res_init_weak and
3563         reorder declarations.
3565 2003-01-03  Art Haas  <ahaas@airmail.net>
3567         * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
3568         initializer syntax to C99.
3569         * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
3570         * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
3571         * localedata/tests-mbwc/dat_iswctype.c: Likewise.
3572         * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
3573         * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
3574         * localedata/tests-mbwc/dat_iswlower.c: Likewise.
3575         * localedata/tests-mbwc/dat_iswprint.c: Likewise.
3576         * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
3577         * localedata/tests-mbwc/dat_iswspace.c: Likewise.
3578         * localedata/tests-mbwc/dat_iswupper.c: Likewise.
3579         * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
3580         * localedata/tests-mbwc/dat_mblen.c: Likewise.
3581         * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
3582         * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
3583         * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
3584         * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
3585         * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
3586         * localedata/tests-mbwc/dat_strcoll.c: Likewise.
3587         * localedata/tests-mbwc/dat_strfmon.c: Likewise.
3588         * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
3589         * localedata/tests-mbwc/dat_swscanf.c: Likewise.
3590         * localedata/tests-mbwc/dat_towctrans.c: Likewise.
3591         * localedata/tests-mbwc/dat_towlower.c: Likewise.
3592         * localedata/tests-mbwc/dat_towupper.c: Likewise.
3593         * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
3594         * localedata/tests-mbwc/dat_wcscat.c: Likewise.
3595         * localedata/tests-mbwc/dat_wcschr.c: Likewise.
3596         * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
3597         * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
3598         * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
3599         * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
3600         * localedata/tests-mbwc/dat_wcslen.c: Likewise.
3601         * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
3602         * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
3603         * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
3604         * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
3605         * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
3606         * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
3607         * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
3608         * localedata/tests-mbwc/dat_wcstod.c: Likewise.
3609         * localedata/tests-mbwc/dat_wcstok.c: Likewise.
3610         * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
3611         * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
3612         * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
3613         * localedata/tests-mbwc/dat_wctob.c: Likewise.
3614         * localedata/tests-mbwc/dat_wctomb.c: Likewise.
3615         * localedata/tests-mbwc/dat_wctrans.c: Likewise.
3616         * localedata/tests-mbwc/dat_wctype.c: Likewise.
3617         * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
3619 2003-01-03  Richard Henderson  <rth@redhat.com>
3621         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
3622         (inline_syscall_r0_constraint): New.
3623         (inline_syscall[0-6]): Use them.
3625 2003-01-03  Jakub Jelinek  <jakub@redhat.com>
3627         * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
3628         Add rtld_hidden_proto.
3629         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
3630         (_dl_allocate_tls): Likewise.  Remove INTDEF.
3632 2002-07-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3634         * sysdeps/sh/memcpy.S: Optimize.  Based on a patch by Toshiyasu
3635         Morita <toshiyasu.morita@hsa.hitachi.com>.
3636         * sysdeps/sh/memcpy.S: Likewise.
3638 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
3640         * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
3641         any, but unify the test.
3643 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
3645         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
3646         sigaction): Protect weak_alias and libc_hidden_weak with
3647         #ifndef LIBC_SIGACTION.
3648         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
3649         sigaction): Likewise.
3650         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
3651         sigaction): Likewise.
3652         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
3653         sigaction): Likewise.
3654         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
3655         sigaction): Likewise.
3656         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
3657         sigaction): Likewise.
3658         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
3659         sigaction): Likewise.
3660         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
3661         sigaction): Likewise.  Remove SIGCANCEL handling here.
3662         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
3663         Likewise.
3665 2003-01-02  Art Haas  <ahaas@airmail.net>
3667         * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
3669 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
3671         * posix/getconf.c: Update copyright year.
3672         * nss/getent.c: Likewise.
3673         * nscd/nscd_nischeck.c: Likewise.
3674         * iconv/iconvconfig.c: Likewise.
3675         * iconv/iconv_prog.c: Likewise.
3676         * elf/ldconfig.c: Likewise.
3677         * catgets/gencat.c: Likewise.
3678         * csu/version.c: Likewise.
3679         * elf/ldd.bash.in: Likewise.
3680         * elf/sprof.c (print_version): Likewise.
3681         * locale/programs/locale.c: Likewise.
3682         * locale/programs/localedef.c: Likewise.
3683         * nscd/nscd.c (print_version): Likewise.
3684         * debug/xtrace.sh: Likewise.
3685         * malloc/memusage.sh: Likewise.
3686         * malloc/mtrace.pl: Likewise.
3688 2003-01-01  Jakub Jelinek  <jakub@redhat.com>
3690         * io/sys/stat.h: Include time.h with __need_timespec even if
3691         __USE_MISC is defined but __USE_XOPEN is not.
3693 2003-01-01  Andreas Jaeger  <aj@suse.de>
3695         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
3696         type to avoid strict aliasing problem.
3697         (_nss_dns_gethostbyname2_r): Likewise.
3698         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
3699         (_nss_dns_getnetbyname_r): Likewise.
3700         * resolv/gethnamaddr.c (_gethtent): Likewise.
3701         (gethostbyname2): Likewise.
3703 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
3705         * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
3706         to avoid using the exported symbols.  Define aliases with the
3707         original names separately.
3709         * include/time.h: Add libc_hidden_proto for __strftime_l.
3710         * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
3711         * time/strftime.c: Always use libc_hidden_def if _LIBC.
3713         * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
3714         * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
3716         * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
3717         tr_break.
3719         * csu/Makefile (routines): Add dso_handle.
3720         * csu/dso_handle.c: New file.
3722 2002-12-31  Roland McGrath  <roland@redhat.com>
3724         * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
3725         Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
3726         (S-CPPFLAGS): Add -DASSEMBLER here instead.
3727         (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
3729 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
3731         * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
3732         is available.
3734 2002-12-31  Andreas Jaeger  <aj@suse.de>
3736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
3737         with Linux kernel.
3738         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
3739         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
3740         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
3742         * sysdeps/unix/sysv/linux/kernel_stat.h
3743         (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
3745         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
3746         __unused[1-3] since they're needed by some platforms.  Handle
3747         _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
3749         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
3750         for structs stat and stat64.
3751         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
3752         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3753         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3754         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3756         * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
3758         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
3759         nsec resolution changes.
3760         (xstat64_conv): Likewise.
3761         (xstat32_conv): Likewise.
3763         * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
3764         struct kernel_stat.
3766         * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
3767         structs stat and stat64.
3769         * time/time.h (__timespec_defined): Define for __USE_MISC.
3771 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
3773         * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
3774         and __libc_current_sigrtmax.
3776 2002-12-31  Jakub Jelinek  <jakub@redhat.com>
3778         * include/errno.h (__errno_location): Add prototype.
3779         Use libc_hidden_proto unconditionally.
3780         * include/netdb.h (__h_errno_location): Use libc_hidden_proto
3781         unconditionally.
3782         * include/resolv.h (__res_state): Likewise.
3784         * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
3785         * include/sys/socket.h (accept): Add libc_hidden_proto.
3786         * include/errno.h (__errno_location): Likewise.
3787         * include/netdb.h (__h_errno_location): Likewise.
3788         * include/resolv.h (__res_state): Likewise.
3789         * include/unistd.h (__lseek): Likewise.
3790         * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
3791         * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
3792         * sysdeps/generic/res-state.c (__res_state): Likewise.
3793         * sysdeps/generic/accept.c (accept): Likewise.
3794         * sysdeps/generic/lseek.c (__lseek): Likewise.
3795         * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
3796         __libc_current_sigrtmax): Likewise.
3797         * sysdeps/mach/hurd/accept.c (accept): Likewise.
3798         * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
3799         * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
3800         * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
3801         * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
3802         * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
3803         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
3804         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
3805         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
3806         alias to llseek.
3807         (__GI_accept): New alias to accept.
3808         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
3809         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
3810         New alias to llseek.
3811         (__GI_accept): New alias to accept.
3812         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
3813         Likewise.
3814         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
3815         Likewise.
3816         * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
3818         * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
3819         strong_alias (name, __GI_name).
3820         * sysdeps/arm/bsd-_setjmp.S : Likewise.
3821         * sysdeps/hppa/bsd-_setjmp.S : Likewise.
3822         * sysdeps/i386/bsd-_setjmp.S : Likewise.
3823         * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
3824         * sysdeps/mips/bsd-_setjmp.S : Likewise.
3825         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
3826         * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
3827         * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
3828         * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
3829         * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
3830         * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
3831         * sysdeps/sh/bsd-_setjmp.S : Likewise.
3832         * sysdeps/sparc/sparc32/setjmp.S : Likewise.
3833         * sysdeps/unix/arm/fork.S : Likewise.
3834         * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
3835         * sysdeps/unix/bsd/i386/vfork.S : Likewise.
3836         * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
3837         * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
3838         * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
3839         * sysdeps/unix/bsd/vax/vfork.S : Likewise.
3840         * sysdeps/unix/i386/fork.S : Likewise.
3841         * sysdeps/unix/mips/fork.S : Likewise.
3842         * sysdeps/unix/sparc/fork.S : Likewise.
3843         * sysdeps/unix/sparc/vfork.S : Likewise.
3844         * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
3845         * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
3846         * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
3847         * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
3848         * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
3849         * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
3850         * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
3851         * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
3852         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
3853         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
3854         * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
3855         * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
3856         * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
3857         * sysdeps/unix/fork.S : Likewise.
3858         * sysdeps/vax/bsd-_setjmp.S : Likewise.
3859         * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
3861         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
3862         inclusion.
3864 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
3866         * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
3867         * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
3868         * sysdeps/mach/hurd/fork.c: Likewise.
3869         * sysdeps/unix/sysv/aix/fork.c: Likewise.
3870         * sysdeps/unix/fork.S: Add __GI___fork alias.
3871         * sysdeps/unix/arm/fork.S: Likewise.
3872         * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
3873         * sysdeps/unix/i386/fork.S: Likewise.
3874         * sysdeps/unix/mips/fork.S: Likewise.
3875         * sysdeps/unix/sparc/fork.S: Likewise.
3876         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
3877         * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
3878         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3879         * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
3880         * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
3881         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
3882         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
3883         * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
3884         * sysdeps/unix/bsd/vax/vfork.S: Likewise.
3885         * sysdeps/unix/sparc/vfork.S: Likewise.
3886         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
3887         * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
3888         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3889         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
3890         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3891         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3892         * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
3893         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
3895         * include/time.h: Add libc_hidden_proto for __nanosleep.
3896         * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
3897         * sysdeps/mach/nanosleep.c: Likewise.
3898         * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
3899         * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
3901         * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
3902         _IO_list_unlock, and _IO_list_resetlock.
3903         * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
3904         _IO_list_unlock, and _IO_list_resetlock.
3906         * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
3907         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
3908         * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
3909         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
3911         * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
3912         * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
3913         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
3914         __GI___longjmp alias.
3916         * include/setjmp.h: Add libc_hidden_proto for _setjmp.
3917         * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
3918         * sysdeps/arm/bsd-_setjmp.S: Likewise.
3919         * sysdeps/generic/bsd-_setjmp.c: Likewise.
3920         * sysdeps/hppa/bsd-_setjmp.S: Likewise.
3921         * sysdeps/i386/bsd-_setjmp.S: Likewise.
3922         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
3923         * sysdeps/mips/bsd-_setjmp.S: Likewise.
3924         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
3925         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3926         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3927         * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
3928         * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
3929         * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
3930         * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
3931         * sysdeps/sh/bsd-_setjmp.S: Likewise.
3932         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
3933         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3934         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
3935         * sysdeps/vax/bsd-_setjmp.S: Likewise.
3936         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
3938 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
3940         * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
3942 2002-12-30  Roland McGrath  <roland@redhat.com>
3944         * Rules (generated): Target removed.
3945         * mach/Makefile (generated): Define it here instead.
3947         * math/Makefile (generated): Add m_*l and m_*f variants too.
3949 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
3951         * elf/dl-close.c (_dl_close): Handle relocation dependencies among
3952         the to-be-deleted objects right away instead of later separately.
3953         The latter fails because the scope data structures of the DSO
3954         might already be gone.
3956         * elf/Makefile: Add rules to build and run reldep8 test.
3957         * elf/reldep8.c: New file.
3958         * elf/reldep8mod1.c: New file.
3959         * elf/reldep8mod2.c: New file.
3960         * elf/reldep8mod3.c: New file.
3961         Contributed by Jakub Jelinek.
3963 2002-12-24  GOTO Masanori  <gotom@debian.or.jp>
3965         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
3966         checking of return value ENOSYS from getdents64.
3968 2002-12-28  Andreas Schwab  <schwab@suse.de>
3970         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
3971         ($(common-objpfx)s-%.d): Generalized from
3972         $(common-objpfx)s-proto.d rule.
3973         (common-generated): Add s-proto-cancel.d.
3974         * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
3975         cancellable syscalls.
3976         * sysdeps/unix/s-proto-cancel.S: New file.
3978 2002-12-29  Roland McGrath  <roland@redhat.com>
3980         * resolv/res_libc.c: Move _res defn magic after res_init defn
3981         so _res macro is in effect for that code.
3983         * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
3984         pattern for prepending $(..) so it doesn't affect $(foo).
3986         * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
3988 2002-12-29  Jakub Jelinek  <jakub@redhat.com>
3990         * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
3991         in hwcap.
3993 2002-12-28  Ulrich Drepper  <drepper@redhat.com>
3995         * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
3997 2002-12-28  Andreas Jaeger  <aj@suse.de>
3999         * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
4000         avoid warning.
4001         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
4003 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4005         * inet/herrno.c (__h_errno_location): Remove.
4006         * inet/Makefile (routines): Add herrno-loc.
4007         * resolv/res_libc.c (__res_state): Remove.
4008         * resolv/Makefile (routines): Add res-state.
4009         * sysdeps/generic/herrno-loc.c: New file.
4010         * sysdeps/generic/res-state.c: New file.
4012 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4014         * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
4015         Only define if USE_DL_SYSINFO is defined.
4017 2002-12-22  Jakub Jelinek  <jakub@redhat.com>
4019         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
4020         INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
4021         Define. Patch by Richard Henderson and Jes Sorensen.
4022         (PSEUDO): Remove unnecessary ;;.
4023         * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
4024         are found unless TLS_INIT_TP_EXPENSIVE.  Use NONTLS_INIT_TP.
4025         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
4026         if not initializing thread pointer.
4027         [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
4028         * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
4029         make it weak also if NONTLS_INIT_TP.
4030         * sysdeps/unix/common/pause.c: Handle cancellation.
4031         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
4032         (LOADSYSCALL): Remove.
4033         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4034         (SYSCALL_ERROR_HANDLER): Use it.
4035         (PSEUDO): Don't jump around error handler.
4036         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
4037         jump around error handler.
4038         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
4039         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
4040         to __syscall_error_handler on failure.
4041         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
4042         (LOADSYSCALL): Remove.
4043         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4044         (SYSCALL_ERROR_HANDLER): Use it.
4045         (PSEUDO): Don't jump around error handler.
4046         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
4047         jump around error handler.
4048         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
4049         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
4050         to __syscall_error_handler on failure.
4052 2002-12-27  Roland McGrath  <roland@redhat.com>
4054         * scripts/gen-as-const.awk: New file.
4055         * Makefile (distribute): Add it.
4056         * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
4057         (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
4058         to the list.
4059         (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
4061 2002-12-27  Andreas Schwab  <schwab@suse.de>
4063         * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
4065 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4067         * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
4068         _environ is NULL.
4070 2002-12-27  Andreas Schwab  <schwab@suse.de>
4072         * Makerules ($(common-objpfx)%.make): Filter through
4073         $(sed-remove-objpfx).
4075 2002-12-23  Roland McGrath  <roland@redhat.com>
4077         * scripts/abilist.awk: Produce a more compact format, divided into
4078         stanzas for each version set, the set name listed only once.
4079         * scripts/extract-abilist.awk: New file.
4080         * scripts/merge-abilist.awk: New file.
4081         * Makerules (check-abi-%, update-abi-%): New pattern rules.
4082         (update-abi, check-abi): New targets.
4083         * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
4085 2002-12-19  Roland McGrath  <roland@redhat.com>
4087         * Makerules (%.symlist): Use LC_ALL=C when running awk script.
4089         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
4090         INTERNAL_SYSCALL.
4092 2002-12-21  Andreas Schwab  <schwab@suse.de>
4094         * elf/check-textrel.c (handle_file): Swap p_type.
4096 2002-12-21  Andreas Schwab  <schwab@suse.de>
4098         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
4099         (INLINE_SYSCALL): Use it.
4100         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
4101         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
4103         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
4104         * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
4106 2002-12-20  Art Haas  <ahaas@airmail.net>
4108         * sysdeps/gnu/siglist.c: Convert GCC extension initializer
4109         syntax to C99.
4111 2002-12-21  Philip Blundell  <philb@gnu.org>
4113         * sysdeps/arm/elf/start.S (_start): Optimise a little.  Push stack
4114         top as seventh arg to __libc_start_main.
4115         Reported by paulnash@wildseed.com.
4117         * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
4119         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
4120         compatibility cruft when new enough kernel is assumed.
4122 2002-12-20  Jakub Jelinek  <jakub@redhat.com>
4124         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
4125         instead of INLINE_SYSCALL.
4127 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
4129         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
4130         typo.
4132         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
4133         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
4134         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
4135         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
4136         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
4137         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
4138         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
4139         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
4140         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
4141         Patch by William Lee Irwin <wli@holomorphy.com>.
4143 2002-12-20  Andreas Schwab  <schwab@suse.de>
4145         * locale/programs/ld-measurement.c (measurement_output): Fix
4146         index calculation.
4148 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
4150         * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
4151         Redefine _IO_flockifle and _IO_funlockfile as inlines.
4153         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
4154         builds add "tls" in the search path.
4155         * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
4156         (path_hwcap): Recognize "tls".
4158 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4160         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
4161         __waitpid instead of waitpid.
4163         * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
4164         int $0x80.
4165         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
4166         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
4167         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
4169         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
4170         information for system calls.
4172         * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
4173         for ld.so.
4175         * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
4177 2002-12-19  Roland McGrath  <roland@redhat.com>
4179         * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
4180         * iconvdata/ibm922.h: Likewise.
4181         * iconvdata/ibm930.h: Likewise.
4182         * iconvdata/ibm932.h: Likewise.
4183         * iconvdata/ibm933.h: Likewise.
4184         * iconvdata/ibm935.h: Likewise.
4185         * iconvdata/ibm937.h: Likewise.
4186         * iconvdata/ibm939.h: Likewise.
4187         * iconvdata/ibm943.h: Likewise.
4188         * iconvdata/isiri-3342.h: Likewise.
4190 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4192         * test-skeleton.c (main): Make sure correct value is seen as
4193         argv[0] after adjustment of argv, and argc.
4195         * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
4196         RTLD_CORRECT_DYNAMIC_WEAK is defined.
4198 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
4200         * nscd/connections.c (nscd_run): Shut up warning.
4201         * tst-ungetc.c (assert): Undefined before redefining.
4203 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4205         * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
4206         is used.
4208 2002-12-17  Art Haas  <ahaas@airmail.net>
4210         * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
4211         * iconvdata/cp775.h: Likewise.
4212         * iconvdata/ibm1046.h: Likewise.
4213         * iconvdata/ibm1124.h: Likewise.
4214         * iconvdata/ibm1129.h: Likewise.
4215         * iconvdata/ibm1132.h: Likewise.
4216         * iconvdata/ibm1133.h: Likewise.
4217         * iconvdata/ibm1160.h: Likewise.
4218         * iconvdata/ibm1161.h: Likewise.
4219         * iconvdata/ibm1162.h: Likewise.
4220         * iconvdata/ibm1163.h: Likewise.
4221         * iconvdata/ibm1164.h: Likewise.
4223 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4225         * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
4226         __ASSUME_CLONE_THREAD_FLAGS is defined.
4227         * sysdeps/unix/sysv/linux/kernel-features.h
4228         (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
4230 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4232         * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
4233         of asm.
4234         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4236         * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
4237         _dl_sysinfo.
4238         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4239         code.
4240         * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
4241         _rtld_global.
4242         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4243         code.
4244         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
4245         Check for AT_SYSINFO and set _dl_sysinfo appropriately.
4246         * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
4247         Add _dl_sysinfo.
4249 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
4251         * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
4252         __libc_writev to...
4253         [libc: GLIBC_PRIVATE]: ...here.
4254         * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
4255         __libc_msgsnd to...
4256         [libc: GLIBC_PRIVATE]: ...here.
4258 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4260         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
4261         Use it instead of directly int $0x80.
4262         * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
4263         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
4264         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4265         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4266         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4267         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
4269 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
4271         * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
4273         * elf/elf.h (AT_SYSINFO): New define.
4274         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
4275         AT_SYSINFO.
4277 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
4279         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
4280         Make cancelable.
4281         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
4282         Likewise.
4283         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
4284         Likewise.
4285         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
4286         Likewise.
4287         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
4288         Likewise.
4289         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
4291         * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
4292         mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
4293         available, otherwise __libc_maybe_call.
4294         * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
4295         cancellation handling.
4296         * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
4298 2002-12-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
4300         * posix/regcomp.c (free_workarea_compile): Free the new member
4301         ORG_INDICES.
4302         (analyze): Initialize ORG_INDICES.
4303         (duplicate_node_closure): Search for a existing node, which is
4304         duplicated from the node ORG_DEST and satisfies the constraint
4305         CONSTRAINT.  And use it to avoid inifimite loop.
4306         (search_duplicated_node): New function.
4307         (duplicate_node): Store the index of the original node.
4308         * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
4309         if needed.
4310         * posix/regex_internal.h (re_dfa_t): Add new members.
4312 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
4314         * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
4316 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4318         * sysdeps/posix/system.c (do_system): Add support for installation
4319         of cancellation handlers.
4320         * sysdeps/unix/sysv/linux/i386/system.c: New file.
4322         * stdlib/Makefile (tests): Add tst-system.
4323         * stdlib/tst-system.c: New file.
4325         * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
4326         CENABLE]: Don't lose content of %ebx.
4328 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
4330         * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
4331         macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
4333 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4335         * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
4336         fails to return a function pointer don't use it.
4338 2002-12-16  Art Haas  <ahaas@airmail.net>
4340         * io/ftw.c: Convert GCC extension initializer syntax to C99.
4341         * iconvdata/iso-ir-165.c: Likewise.
4342         * iconvdata/jis0208.c: Likewise.
4343         * iconvdata/jis0212.c: Likewise.
4345 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4347         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
4348         epoll_ctl, and epoll_wait.
4349         * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
4350         epoll_create, epoll_ctl, and epoll_wait.
4351         * sysdeps/unix/sysv/linux/sys/epoll.h: New file.  Written by
4352         Davide Libenzi <davidel@xmailserver.org>.
4353         * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
4354         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4355         Add sys/epoll.h.
4357 2002-12-16  Art Haas  <ahaas@airmail.net>
4359         * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
4360         syntax to C99
4361         * sysdeps/unix/sysv/aix/settimer.c: Likewise.
4362         * sysdeps/unix/sysv/aix/sleep.c: Likewise.
4363         * sysdeps/unix/sysv/aix/usleep.c: Likewise.
4365 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4367         * stdio-common/Makefile (routines): Remove lockfile.  Add
4368         flockfile, ftrylockfile, and funlockfile.
4369         * sysdeps/generic/lockfile.c: Removed.  Each function has its own file.
4370         * sysdeps/generic/flockfile.c: New file.
4371         * sysdeps/generic/ftrylockfile.c: New file.
4372         * sysdeps/generic/funlockfile.c: New file.
4374 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
4376         * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
4377         macros instead of doing the calls directly.
4378         * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
4379         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
4380         targets.
4382 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
4384         * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
4385         * sysdeps/ieee754/bits/nan.h: Likewise.
4387         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
4388         __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
4390 2002-12-16  Roland McGrath  <roland@redhat.com>
4392         * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
4393         * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
4394         * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
4396         * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
4397         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
4398         s_putpmsg.
4399         * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
4400         * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
4401         * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
4402         * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
4403         * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
4404         * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
4405         * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
4406         * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
4408 2002-12-13  Paul Eggert  <eggert@twinsun.com>
4410         * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
4411         is now u_int, not int.
4412         (struct XDR.x_handy): Now u_int, not int.
4413         * sunrpc/xdr_mem.c: Include <limits.h>.
4414         (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
4415         xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
4416         x_handy is now unsigned, not signed.
4417         Do not decrement x_handy if no change is made.
4418         (xdrmem_setpos): Check for int overflow.
4419         * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
4420         (xdr_sizeof): Remove cast that is now unnecessary, now that
4421         x_handy is unsigned.
4423 2002-12-15  Art Haas  <ahaas@airmail.net>
4425         * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
4426         * iconvdata/gap.awk: Likewise.
4427         * iconvdata/gen-8bit-gap-1.sh: Likewise.
4428         * iconvdata/gen-8bit-gap.sh: Likewise.
4429         * locale/C-address.c: Likewise.
4430         * locale/C-collate.c: Likewise.
4431         * locale/C-ctype.c: Likewise.
4432         * locale/C-identification.c: Likewise.
4433         * locale/C-measurement.c: Likewise.
4434         * locale/C-messages.c: Likewise.
4435         * locale/C-monetary.c: Likewise.
4436         * locale/C-name.c: Likewise.
4437         * locale/C-numeric.c: Likewise.
4438         * locale/C-paper.c: Likewise.
4439         * locale/C-telephone.c: Likewise.
4440         * locale/C-time.c: Likewise.
4441         * nscd/connections.c: Likewise.
4442         * nscd/grpcache.c: Likewise.
4443         * nscd/hstcache.c: Likewise.
4444         * nscd/pwdcache.c: Likewise.
4445         * stdio-common/vfprintf.c: Likewise.
4446         * stdlib/random.c: Likewise.
4447         * sysdeps/generic/siglist.c: Likewise.
4448         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4449         * sysdeps/ieee754/bits/nan.h: Likewise.
4450         * sysdeps/posix/sprofil.c: Likewise.
4451         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4452         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
4453         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
4455 2002-12-15  Roland McGrath  <roland@redhat.com>
4457         * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
4459         * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
4460         <tls.h> here, no need for it.
4461         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
4463         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
4464         parameter, not varargs parameter.
4466         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
4467         argument so it's not an unused variable.
4469         * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
4470         __p_type_syms, __p_rcode_syms): Remove decls, never really intended
4471         for users.
4473         * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
4475 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
4477         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
4478         original __libc_fcntl code.  Just renamed.
4480 2002-12-15  Andreas Schwab  <schwab@suse.de>
4482         * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
4484 2002-12-14  Olaf Hering  <olh@suse.de>
4486         * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
4487         * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
4489 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
4491         * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
4493         * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
4494         SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
4496         * sysdeps/unix/sysv/linux/open64.c: New file.
4498         * sysdeps/generic/pselect.c: Add support for cancellation handling.
4499         * sysdeps/posix/open64.c: Likewise.
4500         * sysdeps/posix/sigpause.c: Likewise.
4501         * sysdeps/posix/sigwait.c: Likewise.
4502         * sysdeps/posix/system.c: Likewise.
4503         * sysdeps/posix/waitid.c: Likewise.
4504         * sysdeps/unix/sysv/linux/accept.S: Likewise.
4505         * sysdeps/unix/sysv/linux/connect.S: Likewise.
4506         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4507         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4508         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
4509         * sysdeps/unix/sysv/linux/poll.c: Likewise.
4510         * sysdeps/unix/sysv/linux/pread.c: Likewise.
4511         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
4512         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4513         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4514         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4515         * sysdeps/unix/sysv/linux/recv.S: Likewise.
4516         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
4517         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
4518         * sysdeps/unix/sysv/linux/send.S: Likewise.
4519         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
4520         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
4521         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
4522         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
4523         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4524         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4525         * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
4526         * sysdeps/unix/sysv/linux/wait.c: Likewise.
4527         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
4528         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4529         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
4530         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4532 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4534         * sysdeps/generic/sysdep-cancel.h: New file.
4535         * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
4536         cancelable syscall.
4537         * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
4538         recvmsg, send, sendmsg, sendto): Make cancelable.
4539         * sysdeps/unix/mman/syscalls.list (msync): Likewise.
4540         * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
4541         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4542         sendto, osf_select): Likewise.
4543         * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
4544         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
4545         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
4546         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4547         sendto): Likewise.
4548         * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
4549         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
4550         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
4551         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4552         sendto): Likewise.
4553         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
4554         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4555         sendto, select): Likewise.
4556         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
4557         pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
4558         Likewise.
4559         * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
4560         select, fcntl): Likewise.
4561         * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
4562         * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
4563         read, readv, select, sigsuspend, write, writev): Likewise.
4565 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4567         * dirent/bug-readdir1.c: Include unistd.h.
4569 2002-12-13  Jakub Jelinek  <jakub@redhat.com>
4571         * locale/programs/locale.c: Include locarchive.h.
4572         (ARCHIVE_NAME): Define.
4573         (write_archive_locales): New function.
4574         (write_locales): Use it.  Ensure the same locale is not printed
4575         multiple times in verbose mode.
4576         Mode LC_IDENTIFICATION and LC_CTYPE printing into...
4577         (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
4578         functions.
4579         (struct nameent): New type.
4580         (nameentcmp): New function.
4582 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4584         * posix/regex_internal.c (re_string_context_at): Guard wide char
4585         code with #ifdef RE_ENABLE_I18N.
4587 2002-11-22  Paolo Bonzini  <bonzini@gnu.org>
4589         * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
4591 2002-12-13  Roland McGrath  <roland@redhat.com>
4593         * posix/bug-regex15.c: New file.
4594         * posix/Makefile (tests): Add it.
4596         * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
4597         (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
4599 2002-12-13  Ulrich Drepper  <drepper@redhat.com>
4601         * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
4603         * misc/syslog.c (log_cleanup): Don't use parameter in
4604         __libc_lock_unlock call, use syslog_lock directly.  Adjust callers to
4605         pass NULL instead of a pointer to syslog_lock.
4607 2002-12-12  Ulrich Drepper  <drepper@redhat.com>
4609         * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
4610         linker map for all iconv modules.
4611         (distribute): Add gconv.map.
4612         * iconvdata/gconv.map: New file.
4614         * elf/Makefile: Also check all iconv modules for text relocations.
4616         * stdlib/Makefile: Remove code to automatically import GMP.
4618         * elf/Makefile (tests): Add rules to build and run check-textrel.
4619         * elf/check-textrel.c: New file.
4621         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
4622         directive.
4624 2002-12-11  Jakub Jelinek  <jakub@redhat.com>
4626         * io/test-utime (main): If stnow.st[am]time is wrong, print it and
4627         not st.st[am]time.
4629 2002-04-30  Bruno Haible  <bruno@clisp.org>
4631         * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
4632         the encoding if it already has slashes.
4633         Reported by Perry Rapp <prapp@erols.com>.
4635 2002-12-11  Roland McGrath  <roland@redhat.com>
4637         * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
4638         (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
4639         Turn off PIC for compiling this file.
4641 2002-12-11  Ulrich Drepper  <drepper@redhat.com>
4643         * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
4644         definitions.  Not needed.
4645         [_LIBC]: Use definitions from libc-lock.h instead of referencing
4646         pthread routines directly.
4647         * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
4648         mutex_init calls.
4649         (arena_get2): Don't look at return value of mutex_lock.
4651 2002-12-11  Roland McGrath  <roland@redhat.com>
4653         * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
4654         elf-init.o instead of compiling a PIC version.
4656 2002-12-11  Bruno Haible  <bruno@clisp.org>
4658         * intl/gettext.h: Renamed to ...
4659         * intl/gmo.h: ... here.
4660         * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
4661         * intl/gettextP.h: Update.
4662         * intl/loadmsgcat.c: Update.
4664         * intl/gettextP.h (PARAMS): Make more portable.
4665         (attribute_hidden): Define as empty macro if not already defined.
4666         * intl/hash-string.h (PARAMS): Make more portable.
4667         * intl/loadinfo.h (PARAMS): Likewise.
4668         * intl/plural-exp.h (PARAMS): Likewise.
4669         (attribute_hidden): Move definition near the definition of
4670         internal_function.
4672         * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
4673         * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
4675 2002-07-13  Bruno Haible  <bruno@clisp.org>
4677         * intl/dcigettext.c (freea): New macro.
4678         (FREE_BLOCKS): Free also the registered blocks.
4679         (DCIGETTEXT): Free the 'search' variable.
4680         Reported by Andreas Fischer <a.fischer@asentics.de>.
4682 2002-04-27  Bruno Haible  <bruno@clisp.org>
4684         * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
4685         * intl/dcigettext.c: Likewise.
4686         * intl/dcgettext.c: Likewise.
4687         * intl/dgettext.c: Likewise.
4688         * intl/gettext.c: Likewise.
4689         * intl/dcngettext.c: Likewise.
4690         * intl/dngettext.c: Likewise.
4691         * intl/ngettext.c: Likewise.
4692         * intl/textdomain.c: Likewise.
4693         * intl/bindtextdom.c: Likewise.
4694         * intl/plural-exp.h: Likewise.
4696 2002-01-02  Bruno Haible  <bruno@clisp.org>
4698         * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
4700 2001-04-30  Bruno Haible  <bruno@clisp.org>
4702         * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
4703         default macro definitions.  Needed for mingw32.
4705 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
4707         * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
4708         __builtin_constant_p to macro parameter.
4710         * sysdeps/generic/sigpause.c: Define all functions as weak.
4711         * sysdeps/posix/sigpause.c: Likewise.
4713         * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
4714         type size_t.
4716 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
4718         * elf/tst-array1.c (preinit_array, init_array, fini_array):
4719         Explicitly align the array to sizeof (void *).
4720         * elf/tst-array2dep.c (init_array, fini_array): Likewise.
4722         * include/libc-symbols.h: Fix a comment typo.
4724         * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
4725         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
4726         Likewise.
4727         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
4728         Likewise.
4729         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
4730         (__libc_sigsuspend): Likewise.
4731         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
4732         (__libc_sigsuspend): Likewise.
4733         * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
4734         (creat): New weak alias.
4736 2002-12-10  Roland McGrath  <roland@redhat.com>
4738         * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
4739         contributes a manual chapter.
4740         * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
4741         around xref to it.
4743         * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
4744         and move contents to ...
4745         (EXTRA_LD_ENVVARS_LINUX): ... this new macro.  Add break for nonmatch.
4746         * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
4747         it instead of duplicating its contents.
4748         (EXTRA_LD_ENVVARS): Likewise.  Add break for nonmatch.
4750 2002-12-09  Jakub Jelinek  <jakub@redhat.com>
4752         * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
4753         defined.
4754         * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
4755         function.
4756         (EXTRA_LD_ENVVARS): Use it.
4757         (DL_OSVERSION_INIT): Define.
4758         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
4759         dl-librecon.h.
4760         (EXTRA_LD_ENVVARS): Undef before defining.  Use _dl_osversion_init.
4762 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
4764         * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
4766         * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
4767         call.  It is not allowed to destroy pthread mutexes which are
4768         still in use even though it is safe for our implementations.  If
4769         somebody still uses the descriptor it is a bug.
4771 2002-12-09  Richard Henderson  <rth@redhat.com>
4773         * csu/abi-note.S: Use .p2align, not .align.
4775 2002-12-09  Ulrich Drepper  <drepper@redhat.com>
4777         * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
4778         __libc_select aliases.
4780         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
4781         alias.
4783         * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
4785         * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
4787         * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
4789         * sysdeps/unix/syscalls.list: Define __libc_select alias.
4791         * sysdeps/posix/waitid.c: Define __libc_waitid alias.
4793         * sysdeps/posix/sigpause.c: Define __libc_sigpause and
4794         __libc___xpg_sigpause aliases.
4796         * sysdeps/generic/pselect.c: Define __libc_pselect alias.
4798         * misc/error.c: Remove use of USE_IN_LIBIO.
4800 2002-12-08  Roland McGrath  <roland@redhat.com>
4802         * elf/Makefile (tests): Uncomment tst-array[123].
4803         * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
4804         * csu/elf-init.c: New file.
4805         * csu/Makefile (routines, static-only-routines): Add elf-init.
4806         * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
4807         and __libc_csu_fini in place of _fini.
4808         * sysdeps/arm/elf/start.S: Likewise.
4809         * sysdeps/cris/elf/start.S: Likewise.
4810         * sysdeps/hppa/elf/start.S: Likewise.
4811         * sysdeps/i386/elf/start.S: Likewise.
4812         * sysdeps/ia64/elf/start.S: Likewise.
4813         * sysdeps/m68k/elf/start.S: Likewise.
4814         * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
4815         * sysdeps/mips/elf/start.S: Likewise.
4816         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
4817         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
4818         * sysdeps/s390/s390-32/elf/start.S: Likewise.
4819         * sysdeps/s390/s390-64/elf/start.S: Likewise.
4820         * sysdeps/sh/elf/start.S: Likewise.
4821         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
4822         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4823         * sysdeps/x86_64/elf/start.S: Likewise.
4825         * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
4826         struct containing function ptr and value, free it.
4827         (__aio_notify_only): Allocate that and copy values from SIGEV into it.
4828         It's not safe to let the new thread use the SIGEV pointer.
4830 2001-10-20  Paul Eggert  <eggert@twinsun.com>
4832         * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
4833         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
4834         Use strerror_r that is only a macro, even if it is not a function.
4835         (strerror): Check for HAVE_DECL_STRERROR before declaring.
4836         (private_strerror): Use prototypes, not old-style function definition.
4837         (print_errno_message): New function.
4838         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
4839         char*-flavored one.
4840         (error_tail, error, error_at_line): Use it.
4842 2002-12-07  Carlos O'Donell  <carlos@baldric.uwo.ca>
4844         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
4846 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
4848         * scripts/output-format.sed: Fix bug in one of the s expressions
4849         which used / for one too many things.
4851         * include/unistd.h: Declare __libc_close.
4853 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
4855         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
4857 2002-12-07  Roland McGrath  <roland@redhat.com>
4859         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
4860         from 2002-12-06, but remove unnecessary memset call without removing
4861         necessary copy of initialization image.
4863         * Makerules ($(common-objpfx)format.lds): New target.
4864         (common-generated): Add it.
4865         ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
4866         * scripts/output-format.sed: New file.
4867         * Makefile (distribute): Add it.
4869 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
4871         * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
4872         Reported by Art Haas <ahaas@airmail.net>.
4874 2002-12-07  Kenneth W. Chen  <kenneth.w.chen@intel.com>
4876         * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec.  Fix .recovery4.
4878 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
4880         * string/test-strncpy.c (do_random_tests): Improve test coverage.
4882 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
4884         * test-skeleton.c (timeout_handler): Allow expected signal to be
4885         SIGALRM.
4887         * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
4889         * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
4891 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
4893         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
4894         (SYSCALL_ERROR_HANDLER): Fix a pasto.
4895         Reported by Jeff Bailey <jbailey@nisa.net>.
4897 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
4899         * sysdeps/generic/libc-tls.c: Undo last patch.
4901         * include/wctype.h: Define iswalnum with libc_hidden_proto.
4903         * include/signal.h: Define raise with libc_hidden_proto.
4905         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
4906         __execve instead of snprintf and execve.
4908         * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
4909         again a bit.
4911 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
4913         * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
4914         * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
4916 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
4918         * misc/syslog.c (log_cleanup): New function.
4919         (openlog): Use log_cleanup instead of __libc_mutex_unlock.
4920         (closelog): Likewise.
4922         * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
4923         * elf/dl-iteratephdr.c: Likewise.
4924         * elf/dl-lookup.c: Likewise.
4925         * elf/dl-misc.c: Likewise.
4926         * elf/dl-open.c: Likewise.
4927         * elf/dl-support.c: Likewise.
4928         * elf/rtld.c: Likewise.
4929         * sysdeps/generic/ldsodefs.h: Likewise.
4930         * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
4931         * sysdeps/mach/bits/libc-lock.h: Likewise.
4932         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
4934 2002-12-06  Roland McGrath  <roland@redhat.com>
4936         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
4938         * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
4939         (malloc_starter, memalign_starter, free_starter): Don't define these.
4940         * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
4941         Don't declare them either.
4942         * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
4943         __pthread_initialize, so no need to set hooks to *_starter.
4944         (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
4945         [_LIBC && SHARED && USE_TLS && !USE___THREAD]
4946         (__libc_malloc_pthread_startup): New function.
4947         * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
4949         * malloc/hooks.c (memalign_starter): New function.
4950         * malloc/malloc.c: Declare it.
4951         * malloc/arena.c (save_memalign_hook): New variable.
4952         (ptmalloc_init): Set __memalign_hook to memalign_starter.
4954         * elf/dl-minimal.c (free): Clear the memory.
4955         (calloc): Just call malloc, knowing all memory it returns is cleared.
4957         * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
4958         malloc and memset; calloc can avoid the zeroing when redundant.
4959         (_dl_tls_setup): Likewise.
4960         * elf/dl-load.c (decompose_rpath): Likewise.
4961         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
4962         call, since memory from sbrk at startup is already zero.
4964         * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
4965         error string for failure, null for success.  Update callers.
4966         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
4967         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4969 2002-12-05  Jakub Jelinek  <jakub@redhat.com>
4971         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
4972         args to i:iipi.
4973         (readahead): Change args to i:iii.
4974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
4975         Change args to i:iii.
4976         * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
4977         args to i:iiii.
4979 2002-12-05  Roland McGrath  <roland@redhat.com>
4981         * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
4982         call all functions rather than none.
4983         Reported by Mark P. Mitchell <mark@codesourcery.com>.
4985 2002-12-04  Roland McGrath  <roland@redhat.com>
4987         * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
4988         on _nl_current_LC_* variables.
4990 2002-12-05  Ulrich Drepper  <drepper@redhat.com>
4992         * dirent/bug-readdir1.c (main): Don't call closedir, just close
4993         the file descriptor.  This is testing what the bug report was about.
4995 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
4997         * po/be.po: New file.
4999         * argp/Makefile (tests): Add tst-argp1.
5001         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
5002         Change type of _attribute to void*.
5003         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
5004         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
5005         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
5006         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
5007         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
5009 2002-12-04  Roland McGrath  <roland@redhat.com>
5011         * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
5012         members to the end, so a libpthread compiled with !USE_TLS will still
5013         find other members properly.
5015         * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
5016         operand for DEST memory.  Fix dummy input operand to use SRC.
5017         Reported by Davin McCall <davmac@ozonline.com.au>.
5019         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
5020         alignment when initializing the DTV entry.
5022         * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
5023         when TLS has not been set up, try to set it up if we can.
5024         * elf/tst-tls4.c: Revert last change.
5025         * elf/tst-tls5.c: Likewise.
5026         * elf/tst-tls6.c: Likewise.
5027         * elf/tst-tls7.c: Likewise.
5028         * elf/tst-tls8.c: Likewise.
5029         * elf/tst-tls9.c: Likewise.
5031         * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
5032         * sysdeps/generic/ldsodefs.h: Declare it.
5033         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
5034         * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
5035         function, broken out of __libc_setup_tls.
5036         (init_static_tls): Likewise.
5037         (__libc_setup_tls): Call them.
5038         (_dl_tls_setup): New function, uses new subroutines.
5040         * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
5041         Clear the pointer when returning true.
5042         (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
5043         first element of the slotinfo list too.
5045         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
5046         [SHARED].
5048         * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
5049         (_dl_determine_tlsoffset): Likewise.
5051         * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
5052         startup_error_tsd, made global.
5053         (dl_main): Update initialization.
5054         * elf/dl-tsd.c: Likewise.
5055         * sysdeps/generic/ldsodefs.h: Declare it.
5057 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5059         * manual/texinfo.tex: Update from latest upstream version.
5061 2002-12-03  Roland McGrath  <roland@redhat.com>
5063         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
5064         area surplus in calculation for sbrk call.
5066         * iconvdata/cp1125.c: New file.
5067         * iconvdata/Makefile (distribute): Add it.
5068         (modules): Add CP1125.
5069         (gen-8bit-gap-modules): Add cp1125.
5070         * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
5071         * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
5073 2002-12-03  Andreas Jaeger  <aj@suse.de>
5075         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
5077 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5079         * sysdeps/posix/system.c (do_system): Make signal handler
5080         installation thread safe.
5082 2002-12-02  Roland McGrath  <roland@redhat.com>
5084         * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
5085         caller from EXTRA to -.
5086         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5087         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5088         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5090 2002-12-02  Carlos O'Donell  <carlos@baldric.uwo.ca>
5092         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
5093         bits of RM are cleared.
5095 2002-12-02  Roland McGrath  <roland@redhat.com>
5097         * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
5098         TLS setup is required.
5099         * elf/tst-tls5.c: Likewise.
5100         * elf/tst-tls6.c: Likewise.
5101         * elf/tst-tls7.c: Likewise.
5102         * elf/tst-tls8.c: Likewise.
5103         * elf/tst-tls9.c: Likewise.
5105         * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
5106         `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
5107         * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
5108         for being null before calling free_slotinfo.
5109         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
5110         dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
5112 2002-11-30  Bruno Haible  <bruno@clisp.org>
5114         * iconv/gconv.h (__gconv_btowc_fct): New typedef.
5115         (struct __gconv_step): New field __btowc_fct.
5116         * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
5117         * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
5118         __BUILTIN_TRANS.
5119         (__gconv_btwoc_ascii): New declaration.
5120         * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5121         (__gconv_btwoc_ascii): New function.
5122         * iconv/gconv_builtin.h: Add BtowcFct argument to all
5123         BUILTIN_TRANSFORMATION invocations.
5124         * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5125         * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
5126         * iconv/gconv_builtin.c (map): New field btowc_fct.
5127         (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
5128         btowc_fct field.
5129         (__gconv_get_builtin_trans): Initialize __btowc_fct field.
5130         * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
5131         * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
5132         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
5133         * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
5134         (gconv_init): Initialize __btowc_fct field.
5135         Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
5136         * iconv/loop.c: Document ONEBYTE_BODY.
5137         (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
5138         Undefine ONEBYTE_BODY at the end.
5139         * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
5140         * iconvdata/8bit-gap.c (NONNUL): New macro.
5141         (BODY for FROM_LOOP): Use it.
5142         (ONEBYTE_BODY): New macro.
5143         * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
5144         (NONNUL): New macro.
5145         * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
5146         * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
5147         * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
5148         * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
5149         * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
5150         * iconvdata/big5.c (ONEBYTE_BODY): New macro.
5151         * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
5152         * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
5153         * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
5154         * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
5155         * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
5156         * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
5157         * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
5158         * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
5159         * iconvdata/ibm932.c: Include <stdbool.h>.
5160         (TRUE, FALSE): Remove macros.
5161         (BODY for FROM_LOOP): Remove unused variable rp1.
5162         (ONEBYTE_BODY): New macro.
5163         (BODY for TO_LOOP): Use bool.
5164         * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
5165         * iconvdata/ibm943.c: Include <stdbool.h>.
5166         (TRUE, FALSE): Remove macros.
5167         (BODY for FROM_LOOP): Remove unused variable rp1.
5168         (ONEBYTE_BODY): New macro.
5169         (BODY for TO_LOOP): Use bool.
5170         * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
5171         * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
5172         * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
5173         * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
5174         * iconvdata/johab.c (ONEBYTE_BODY): New macro.
5175         * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
5176         * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
5177         * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
5178         * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
5179         * iconvdata/gbbig5.c: Tweak comment.
5181 2002-12-02  Ulrich Drepper  <drepper@redhat.com>
5183         * po/fi.po: Update from translation team.
5185 2002-12-01  Roland McGrath  <roland@redhat.com>
5187         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
5188         testing getdents64 return value.
5190         * scripts/versions.awk: Don't pass -n flag to sort command.
5192         * posix/bug-regex13.c: Include <string.h>.
5194         * sysdeps/generic/libc-start.c (__libc_start_main): Do
5195         DL_SYSDEP_OSCHECK here.
5196         * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
5197         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
5199         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
5200         argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
5202         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
5203         instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
5205         * include/link.h: Comment typo fix.
5207 2002-12-01  Roland McGrath  <roland@frob.com>
5209         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
5210         (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
5211         _POSIX_MEMORY_PROTECTION): Likewise.
5212         (_POSIX_POLL, _POSIX_SELECT): Removed.
5214 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5216         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
5217         require it to 200112L.  Remove _POSIX_POLL and _POSIX_SELECT.
5219 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
5221         * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
5222         USE___THREAD.
5223         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
5224         "=v" constraints.
5226 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5228         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
5229         branch prediction buffers by using unpaired call/ret.
5231 2002-11-27  Ulrich Drepper  <drepper@redhat.com>
5233         * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
5234         first parameters constraint string.
5235         (ASMFMT_3): Likewise.  Patch by stefan.lauterbach@mincom.de.
5237 2002-11-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
5239         * posix/regcomp.c (parse_expression): Set the bit since the back
5240         reference is used in the regular expression.
5241         * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
5242         of malloc failure.
5243         (re_node_set_init_copy): Likewise.
5244         * posix/regex_internal.h (state_array_t): New structure.
5245         (re_sub_match_last_t): Likewise.
5246         (re_sub_match_top_t): Likewise.
5247         (re_match_context_t): Add new members.
5248         (re_dfa_t): Likewise.
5249         * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
5250         to check the matching is really correct, and retry if failed.
5251         Move the routin pruning the impossible nodes from here, ...
5252         (prune_impossible_nodes): To this function.
5253         (check_matching): Invoke check_subexp_matching_top, and replace
5254         redundant checking with transit_state_bkref invocation.
5255         (proceed_next_node): Replace strncmp with memcmp.  Reported by
5256         Paolo Bonzini  <bonzini@gnu.org>.
5257         (update_cur_sifted_state): Remove search_subexp invocation.
5258         (search_subexp): Remove this function.
5259         (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
5260         optimization.
5261         (sift_states_bkref): Use search_cur_bkref_entry for optimization.
5262         Remove unused invocation of match_ctx_add_entry.
5263         (transit_state): Invoke check_subexp_matching_top.
5264         (check_subexp_matching_top): New function.
5265         (transit_state_bkref): Remove unused array.
5266         Merge transit_state_bkref_loop.
5267         (transit_state_bkref_loop): Use get_subexp instead of
5268         sift_states_backward.  Use search_cur_bkref_entry for optimization.
5269         Merge this function to transit_state_bkref.
5270         (get_subexp): New function.
5271         (get_subexp_sub): Likewise.
5272         (find_subexp_node): Likewise.
5273         (check_arrival): Likewise.
5274         (check_arrival_expand_ecl): Likewise.
5275         (check_arrival_expand_ecl_sub): Likewise.
5276         (expand_bkref_cache): Likewise.
5277         (match_ctx_init): Initialize new members.
5278         (match_ctx_clean): New function.
5279         (match_ctx_free): Release new members.
5280         (match_ctx_free_subtops): New function.
5281         (match_ctx_add_entry): Fix indent.
5282         (search_cur_bkref_entry): New function.
5283         (match_ctx_add_subtop): Likewise.
5284         (match_ctx_add_sublast): Likewise.
5286 2002-11-25  Ulrich Drepper  <drepper@redhat.com>
5288         * iconv/Makefile (tests): Remove tst-iconv4.c
5289         * iconv/tst-iconv4.c: Moved to...
5290         * iconvdata/tst-iconv4.c: ...here.  New file.
5291         * iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.
5293 2002-11-25  Roland McGrath  <roland@redhat.com>
5295         * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
5296         Grok AF_LINK if defined.
5297         From Momchil Velikov <velco@fadata.bg>.
5299         * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
5300         brdaddr, or dstaddr, just set those pointers to null and don't fail.
5301         Reported by Momchil Velikov <velco@fadata.bg>.
5303         * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
5304         is > sizeof IFR->ifa_addr, advance past the whole longer length.
5305         (__ifreq): Count up NIFS that way too.
5306         Reported by Momchil Velikov <velco@fadata.bg>.
5308         * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
5310         * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
5311         and <fpu_control.h>.
5313 2002-11-24  Ulrich Drepper  <drepper@redhat.com>
5315         * elf/elf.h (EM_ST19): Fix typo.
5317 2002-11-25  Jakub Jelinek  <jakub@redhat.com>
5319         * include/errno.h (__set_errno): Define as errno = val
5320         unconditionally.
5322 2002-11-24  Roland McGrath  <roland@redhat.com>
5324         * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
5325         * sysdeps/posix/writev.c: Likewise.
5326         From Momchil Velikov <velco@fadata.bg>.
5328         * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
5329         calling *GL(dl_error_catch_tsd) for a thread-local location.
5330         * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
5331         (dl_main): Same for GL(dl_error_catch_tsd) initialization.
5332         * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
5334         * libio/iofflush.c: Add libc_hidden_def.
5335         * libio/iofwrite.c: Likewise.
5336         * sysdeps/generic/sigtimedwait.c: Likewise.
5337         * sysdeps/generic/sigwaitinfo.c: Likewise.
5338         * sysdeps/posix/sigwait.c: Likewise.
5339         Reported by Momchil Velikov <velco@fadata.bg>.
5341         * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
5342         to match <arpa/inet.h> declaration.
5343         * inet/inet_netof.c (inet_netof): Likewise.
5344         * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
5345         Reported by Momchil Velikov <velco@fadata.bg>.
5347         * configure.in: Skip AUTOCONF check under --without-cvs.
5348         * configure: Regenerated.
5350         * posix/Makefile (headers): Add bits/pthreadtypes.h.
5351         * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
5352         * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
5354 2002-11-24  Andreas Schwab  <schwab@suse.de>
5356         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
5357         with six arguments.
5359 2002-11-19  Jim Meyering  <jim@meyering.net>
5361         * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
5362         as `static'.
5363         * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
5365 2002-11-23  Roland McGrath  <roland@redhat.com>
5367         * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
5368         Just produce hex output for datum sizes.
5370         * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
5371         Reported by Luca Barbieri <ldb@ldb.ods.org>.
5373 2002-11-20  Steven Munroe  <sjmunroe@us.ibm.com>
5375         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
5376         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
5377         and __unused3 fields.
5378         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
5379         [__WORDSIZE == 32]: Only PPC32 requires __unused1
5380         and __unused2 fields.
5381         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
5382         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
5383         __unused3, and __unused4 fields.
5385         * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
5386         obtain lowest address for profiling in __monstartup call.
5388 2002-11-21  Roland McGrath  <roland@redhat.com>
5390         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
5391         $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
5393         * locale/localeinfo.h (struct locale_data): Revert last change.
5395         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
5396         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5398         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
5399         __NR_pread64 if not defined.
5400         (__NR_pwrite): Define to __NR_pwrite64 if not defined.
5401         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5403 2002-11-21  Roland McGrath  <roland@frob.com>
5405         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
5406         __libc_multiple_libcs here.  Call __setfpucw.
5408 2002-11-21  Ulrich Drepper  <drepper@redhat.com>
5410         * elf/Makefile (tests): Don't run test-arrayX tests for now.
5412         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
5413         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
5414         CLONE_CHILD_*TID flags.
5416 2002-11-20  Andreas Jaeger  <aj@suse.de>
5418         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
5419         We pass struct ucontext on x86-64.
5420         (GET_PC): Adjust.
5421         (GET_FRAME): Adjust.
5422         (GET_STACK): Adjust.
5424 2002-11-20  Roland McGrath  <roland@redhat.com>
5426         * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
5427         conditionalize [! DO_VERSIONING] #error.
5429         * scripts/abilist.awk: Grok function descriptor symbols.
5431         * intl/tst-gettext.c (main): Check return values from setlocale.
5432         Add necessary unsetenv's to make LANG=existing-locale check work.
5434         * intl/tst-gettext.sh: Use mkdir -p.  Copy test files unconditionally,
5435         so aborted prior runs don't confuse things.
5437         * locale/localeinfo.h (struct locale_data: union locale_data_value):
5438         Use uintptr_t instead of unsigned int for `word' member.
5439         (_NL_CURRENT_WORD): Cast to uint32_t.
5441         * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
5442         value.
5444 2002-11-20  Ulrich Drepper  <drepper@redhat.com>
5446         * elf/tls-macros.h: Add IA-64 definitions.
5447         Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
5449         * iconv/Makefile (tests): Add tst-iconv4.
5450         * iconv/tst-iconv4.c: New file.
5452         * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
5453         __GCONV_EMPTY_INPUT only if input is really empty.  Otherwise
5454         __GCONV_INCOMPLETE_INPUT.
5455         (ucs4le_internal_loop): Likewise.
5456         (ucs4le_internal_loop_unaligned): Likewise.
5457         * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
5458         * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
5459         * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
5461         * iconv/loop.c (LOOPFCT): First test for empty input then for full
5462         output buffer.
5464         * inet/getnameinfo.c: Use extend_alloca where appropriate.
5465         * sysdeps/posix/getaddrinfo.c: Likewise.
5467         * include/alloca.h (extend_alloca): New define.  Based on stack
5468         direction it'll try to append to the previouls allocated buffer.
5470 2002-11-07  Thorsten Kukuk  <kukuk@suse.de>
5472         * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
5473         use the same service for AF_INET and AF_INET6.
5475 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
5477         * intl/localealias.c (read_alias_file): Use only about 400 bytes
5478         of stack space instead of 16k.
5480 2002-11-18  Wolfram Gloger  <wg@malloc.de>
5482         * malloc/arena.c
5483         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
5484         nothing if not initialized.  Bug report from Marcus Brinkmann
5485         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
5487 2002-11-19  Roland McGrath  <roland@redhat.com>
5489         * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
5490         sched_setaffinity.
5492         * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
5493         `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
5494         test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
5495         * configure: Regenerated.
5497 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
5499         * include/dlfcn.h: __libc_dlopen is now a macro calling
5500         __libc_dlopen_mode with the extra parameter RTLD_LAZY.
5501         (__libc_dlopen_mode): New prototype.
5502         * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen.  Add
5503         new parameter.  Store new parameter in mode field of structure passed
5504         to do_dlopen.
5505         (struct do_dlopen_args): Add new field mode.
5506         (do_dlopen): Pass mode from parameter structure to _dl_open.
5508 2002-11-11  Randolf Chung  <tausq@debian.org>
5510         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
5511         (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
5512         * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
5514         * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
5516         * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
5517         Set -mdisable-fpregs for this file.
5519 2002-11-11  Carlos O'Donell  <carlos@baldric.uwo.ca>
5521         * sysdeps/unix/sysv/linux/configure.in:
5522         Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
5523         from gcc-3.0 era for backwards compatibility.
5524         * sysdeps/unix/sysv/linux/configure: Regenerate.
5526         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
5527         Define mcontext_t as a sigcontext.
5529 2002-11-18  Roland McGrath  <roland@redhat.com>
5531         * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
5532         Free memory in `last_result' if it was used.
5534         * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
5535         all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
5536         Do the parsing inline instead of copying strings and calling
5537         inet_network, and properly skip all alias names not matching the form.
5539         * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
5541 2002-11-17  Ulrich Drepper  <drepper@redhat.com>
5543         * manual/pattern.texi (Wordexp Example): Fix sample code.
5545         * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
5546         childs stack which will be loaded into the %esi register.
5548 2002-11-14  Paul Eggert  <eggert@twinsun.com>
5550         * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
5551         overflow when skipping the question part and when unpacking aliases.
5553 2002-11-15  Roland McGrath  <roland@redhat.com>
5555         * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
5556         s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
5557         Instead add $(calls:s_%=m_%) to get m_* versions of them all.
5559 2002-11-15  Jakub Jelinek  <jakub@redhat.com>
5561         * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
5562         * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
5564 2002-11-15  Roland McGrath  <roland@redhat.com>
5566         * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
5567         * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
5568         from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
5569         (+make-include-of-dep): New canned sequence.
5571         * stdlib/canonicalize.c (__realpath): Check for malloc failure.
5572         From Dmitry V. Levin <ldv@altlinux.org>.
5574 2002-11-14  Roland McGrath  <roland@redhat.com>
5576         * sysdeps/generic/errno.c (__libc_errno): Remove alias.
5577         * inet/herrno.c (__libc_h_errno): Likewise.
5578         * resolv/res_libc.c (__libc_res): Likewise.
5579         [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
5580         (__res_state) [! USE___THREAD]: Don't define as weak.
5581         * csu/Versions: Revert last change.
5582         * resolv/Versions: Revert last change.
5584         * Makerules ($(common-objpfx)%.make): New pattern rule.
5585         * tls.make.c: New file.
5586         * Makefile (distribute): Add it.
5588         * sysdeps/generic/errno.c [! USE___THREAD]
5589         [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
5590         with compat_symbol so they are not link-time visible.
5591         [! USE___THREAD] (__libc_errno): New alias for errno.
5592         * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
5593         Add __libc_errno here.
5594         * inet/herrno.c [USE___THREAD]: Use this conditional
5595         in place of [USE_TLS && HAVE___THREAD].
5596         [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
5597         (h_errno, _h_errno): Declare these with compat_symbol so they are not
5598         link-time visible.
5599         [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
5600         * resolv/res_libc.c [! USE___THREAD]
5601         [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
5602         (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
5603         (__libc_res): Define as alias for _res.
5604         * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
5605         Add __libc_h_errno and __libc_res here.
5607 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
5609         * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
5610         * resolv/Versions (h_errno, _res): Likewise.
5612 2002-11-14  Roland McGrath  <roland@redhat.com>
5614         * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
5615         (%.symlist): Likewise.
5617 2002-11-13  Roland McGrath  <roland@redhat.com>
5619         * scripts/abilist.awk: New file.
5620         * Makefile (distribute): Add it.
5621         * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
5622         (tests): Depend on .symlist file for each $(install-lib.so-versioned).
5623         [$(subdir) = elf] (tests): Depend on libc.symlist.
5624         (generated, common-generated): Add those files.
5626         * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
5627         * configure: Regenerated.
5628         * config.make.in (OBJDUMP): New variable, substituted by configure.
5630         * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
5631         (mallochook, reallochook): Set them up.
5632         (checkhdr): Check HDR->magic2 value.
5633         (freehook): Reset HDR->magic2.
5634         (memalignhook): New static function.
5635         (old_memalign_hook): New static variable.
5636         (mcheck, reallochook): Set __memalign_hook to memalignhook.
5638         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
5639         for the new TCB.
5641 2002-11-13  Andreas Jaeger  <aj@suse.de>
5643         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
5644         attribute.
5645         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5647 2002-11-11  Paul Eggert  <eggert@twinsun.com>
5649         * manual/crypt.texi (Cryptographic Functions): Mention that
5650         the MD5 one-way algorithm is compatible with BSD's.
5652 2002-11-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
5654         * posix/regex_internal.c (re_string_skip_chars): Also return the last
5655         wide character.
5656         (re_string_reconstruct): Calculate the context by itself when the
5657         offset points out of the valid range.
5658         (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
5659         * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
5660         (IS_WIDE_WORD_CHAR): New macro.
5661         (IS_WIDE_NEWLINE): New macro.
5663 2002-11-12  Andreas Jaeger  <aj@suse.de>
5665         * sysdeps/x86_64/strchr.S: Don't use one register for two
5666         purposes, this fixes a bug noticed by test-strchr.c.
5668         * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
5669         correctly.
5671 2002-11-12  Roland McGrath  <roland@redhat.com>
5673         * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
5674         (_G_IO_NO_BACKWARD_COMPAT): Define it.
5676         * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
5677         instead of <pt-machine.h>.
5678         [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
5679         testandset.
5680         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5682 2002-11-10  Roland McGrath  <roland@redhat.com>
5684         * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
5685         Call fputs instead of fwprintf (simpler to follow in debugger).
5687         * crypt/md5-crypt.c: Doc fix.
5689         * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
5690         the beginning of generated target commands.
5692         * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
5693         dependencies for these in case implicit rule search skipped the
5694         nonexistent source directory.
5695         * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
5696         files with $(object-suffixes) as targets too.
5697         * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
5698         and a target for it using $(make-target-directory).
5700         * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
5702 2002-11-10  Roland McGrath  <roland@frob.com>
5704         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
5705         * sysdeps/generic/bits/pthreadtypes.h: ... here.
5707         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
5708         l_start == 0 and l_len == 1 as we do l_len == 0.
5710 2002-11-10  Ulrich Drepper  <drepper@redhat.com>
5712         * po/da.po: Update from translation team.
5714 2002-11-10  Roland McGrath  <roland@redhat.com>
5716         * config.make.in (includedir): New variable, substituted by configure.
5717         Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
5718         * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
5720 2002-11-10  Andreas Jaeger  <aj@suse.de>
5722         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
5723         REG_OLDMASK and REG_CR2 to synch with kernel header.
5724         (NGREG): Increase.
5726         * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
5727         aliasing problem.
5728         * nss/getXXbyYY_r.c (INTERNAL): Likewise.
5729         * nss/getnssent_r.c (__nss_getent_r): Likewise.
5730         (__nss_setent): Likewise.
5731         (__nss_getent_r): Likewise.
5732         * inet/getnetgrent_r.c (innetgr): Likewise.
5733         (__internal_setnetgrent_reuse): Likewise.
5734         (internal_getnetgrent_r): Likewise.
5735         * inet/ether_hton.c (ether_hostton): Likewise.
5736         * inet/ether_ntoh.c (ether_ntohost): Likewise.
5737         * sunrpc/netname.c (netname2user): Likewise.
5738         * sunrpc/publickey.c (getpublickey): Likewise.
5739         (getsecretkey): Likewise.
5741 2002-11-09  Marcus Brinkmann  <marcus@gnu.org>
5743         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
5744         error in range calculation.
5746 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
5748         * string/test-strspn.c (do_test): Ensure zero termination.
5749         * string/test-strpbrk.c (do_test): Likewise.
5750         * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
5751         * string/test-strncpy.c (stupid_strncpy): Likewise.
5752         * string/test-stpncpy.c (stupid_stpncpy): Likewise.
5754 2002-10-08  Roland McGrath  <roland@redhat.com>
5756         * string/test-string.h (test_init): Fill BUF1 and BUF2 with
5757         nonzero characters.
5759 2002-09-22  H.J. Lu  <hjl@gnu.org>
5761         * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
5762         from PAGE_SHIFT.  Define if not defined.  Check MMAP2_PAGE_SHIFT
5763         only if __NR_mmap2 is defined.
5765         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
5766         * sysdeps/unix/sysv/linux/mmap64.c: ... here.
5767         * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
5768         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
5770 2002-11-08  Jakub Jelinek  <jakub@redhat.com>
5772         * posix/bug-regex13.c (tests): Add new test.
5774         * string/test-strchr.c (stupid_strchr): New function.
5775         (do_random_tests): Make sure the string is zero terminated.
5776         * string/test-strpbrk.c (stupid_strpbrk): New function.
5777         (do_random_tests): Make sure the string is zero terminated.
5778         * string/test-strcmp.c (stupid_strcmp): New function.
5779         (do_random_tests): Make sure the strings are zero terminated.
5780         * string/test-strspn.c (stupid_strspn): New function.
5781         (simple_strspn): Rename rej argument to acc.
5782         (do_random_tests): Make sure the string is zero terminated.
5783         * string/test-strcspn.c (stupid_strcspn): New function.
5784         * string/test-strncpy.c (stupid_strncpy): New function.
5785         * string/test-stpncpy.c (stupid_stpncpy): New function.
5786         * string/test-strncmp.c (stupid_strncmp): New function.
5787         (do_random_tests): Make sure the strings are zero terminated.
5788         * string/test-string.h (impl_t): Change test into long.
5789         (IMPL): Add __attribute__((aligned (sizeof (void *)))).
5791 2002-11-08  Roland McGrath  <roland@redhat.com>
5793         * sysdeps/ia64/elf/configure.in: Add TLS check.
5794         From Ian Wienand <ianw@cse.unsw.edu.au>.
5795         * sysdeps/ia64/elf/configure: Regenerated.
5797 2002-11-07  Roland McGrath  <roland@redhat.com>
5799         * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
5800         place of _IO_new_do_write.
5801         [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
5802         #undef before versioned_symbol use.
5804 2002-11-07  Richard Henderson  <rth@redhat.com>
5806         * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
5807         * configure: Regenerated.
5808         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
5809         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
5810         (RTLD_START): Likewise.  Access _dl_skip_args, _rtld_local, and
5811         _dl_fini via gp-relative relocations.
5812         * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
5814         * elf/tls-macros.h: Add alpha versions.
5815         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
5816         * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
5817         * sysdeps/unix/alpha/sysdep.h: Likewise.  Add SYSCALL_ERROR_HANDLER.
5818         * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
5819         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
5820         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
5821         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5822         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5823         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
5824         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
5825         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
5826         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5827         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5828         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5829         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
5830         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
5831         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5832         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5834         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
5835         Kill argument registers across the inline syscall.
5837         * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
5839         * linuxthreads/sysdeps/alpha/tls.h: New file.
5840         * sysdeps/alpha/dl-tls.h: New file.
5842 2002-10-29  David Mosberger  <davidm@hpl.hp.com>
5844         * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
5845         (gmon_initializer): New function.
5846         (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
5847         __gmon_start__ here.  Call it from gmon_initializer() instead.
5849 2002-03-12  H.J. Lu  <hjl@gnu.org>
5851         * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
5852         tst-array2, and tst-array3.
5853         [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
5854         [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
5855         ($(objpfx)tst-array1.out): New target.
5856         ($(objpfx)tst-array2): Likewise.
5857         ($(objpfx)tst-array2.out): Likewise.
5858         ($(objpfx)tst-array3.out): Likewise.
5859         * elf/tst-array1.c: New file.
5860         * elf/tst-array1.exp: Likewise.
5861         * elf/tst-array2.c: Likewise.
5862         * elf/tst-array2dep.c: Likewise.
5863         * elf/tst-array2.exp: Likewise.
5864         * elf/tst-array3.c: Likewise.
5866 2002-10-28  David Mosberger  <davidm@hpl.hp.com>
5868         * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
5869         Don't add L->l_addr to array entry values.
5871 2002-11-07  Jakub Jelinek  <jakub@redhat.com>
5873         * string/test-string.h: New file.
5874         * string/test-strlen.c: New file.
5875         * string/test-string.h: New file.
5876         * string/test-strcmp.c: New file.
5877         * string/test-strchr.c: New file.
5878         * string/test-strrchr.c: New file.
5879         * string/test-strcpy.c: New file.
5880         * string/test-stpcpy.c: New file.
5881         * string/test-strncpy.c: New file.
5882         * string/test-stpncpy.c: New file.
5883         * string/test-strpbrk.c: New file.
5884         * string/test-strcspn.c: New file.
5885         * string/test-strspn.c: New file.
5886         * string/test-strcat.c: New file.
5887         * string/test-strncmp.c: New file.
5888         * string/test-memchr.c: New file.
5889         * string/test-memcmp.c: New file.
5890         * string/test-memset.c: New file.
5891         * string/test-memcpy.c: New file.
5892         * string/test-mempcpy.c: New file.
5893         * string/test-memmove.c: New file.
5894         * string/Makefile (strop-tests): New variable.
5895         (tests): Add strop-tests.
5896         (distribute): Add test-string.h.
5898 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
5900         * posix/regcomp.c: Use tabs instead of spaces.
5901         * posix/regexec.c: Likewise.
5902         * posix/regex_internal.h: Likewise.
5904         * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
5906 2002-11-06  Jakub Jelinek  <jakub@redhat.com>
5908         * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
5909         here.
5910         (regcomp): Don't set can_be_null here.
5911         (re_comp): Clear whole re_comp_buf with the exception of fastmap.
5912         (re_compile_internal): Clear can_be_null, set regs_allocated.
5914         * posix/regcomp.c (re_set_fastmap): New function.
5915         (re_compile_fastmap_iter): Use it.  Remove redundant type ==
5916         COMPLEX_BRACKET check.
5917         * posix/regexec.c (re_search_internal): Optimize searching with
5918         fastmap.  Call re_string_reconstruct even if match_first is
5919         smaller than raw_mbs_idx.
5921 2002-11-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
5923         * posix/regcomp (free_dfa_content): Use free_state.
5924         * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
5925         pointers in case that realloc failed.
5926         (re_node_set_merge): Likewise.
5927         (register_state): Likewise.
5928         (create_newstate_common): Invoke memory release functions in case of
5929         error conditions.
5930         (create_ci_newstate): Likewise.
5931         (create_cd_newstate): Likewise.
5932         (free_state): New function.
5933         * posix/regexec.c (re_search_internal): Invoke memory release
5934         functions in case of error conditions.
5935         (sift_states_backward): Likewise.
5936         (merge_state_array): Likewise.
5937         (add_epsilon_src_nodes): Likewise.
5938         (sub_epsilon_src_nodes): Likewise.
5939         (search_subexp): Likewise.
5940         (sift_states_bkref): Likewise.
5941         (transit_state_sb): Likewise.
5942         (transit_state_mb): Likewise.
5943         (transit_state_bkref_loop): Likewise.
5944         (group_nodes_into_DFAstates): Likewise.
5945         (push_fail_stack): Don't edit pointers in case that realloc failed.
5946         (extend_buffers): Likewise.
5947         (match_ctx_add_entry): Likewise.
5949 2002-11-06  Roland McGrath  <roland@redhat.com>
5951         * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
5952         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5954         * configure.in: Add checks on as and ld for binutils 2.13 or later.
5955         * configure: Regenerated.
5957 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
5959         * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
5960         If re_compile_internal failed free fastmap buffer.
5961         (free_dfa_content): Broken out of regfree function.  Frees all dfa
5962         related data.
5963         (regfree): Add free_dfa_content.
5964         (re_compile_internal): If any of the called functions fails free
5965         all dfa related memory.
5967 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
5969         * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
5970         warnings from the kernel headers.
5972 2002-11-05  Roland McGrath  <roland@redhat.com>
5974         * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
5975         From Johannes Stezenbach <js@convergence.de>.
5977         * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
5978         #errlist-compat magic comment to give 123 as size.
5979         (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
5980         (libc: GLIBC_2.2): ... here.
5981         (libc: GLIBC_2.3): Likewise.
5983 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
5985         * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
5986         which happens at the beginning so that we can unload modules in
5987         __libc_freeres.
5989 2002-11-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5991         * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
5992         under [__USE_MISC || _ASM].
5994         * elf/elf.h: Remove the obsolete SH TLS relocations.
5996 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
5998         * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
6000 2002-11-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
6003         __NR_pread64 and __NR_pwrite64.
6004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6005         * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
6006         and __NR_pwrite64.
6007         Revert change to use INLINE_SYSCALL.
6008         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6009         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6010         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6011         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
6012         INLINE_SYSCALL.
6013         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
6016         Update clobber list and add a comment about the syscall ABI.
6018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
6019         s_pwrite64, s_ftruncate, s_truncate): Re-add.
6021 2002-11-05  Jakub Jelinek  <jakub@redhat.com>
6023         * iconv/gconv_dl.c (free_mem): Clear loaded.
6024         * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
6025         cleanup if any.
6027 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6029         * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
6031         * libio/ioseekoff.c: Remove INTDEF.  Define _IO_seekoff_unlocked.  Same
6032         as old code without locking.  _IO_seekoff calls this function after
6033         locking the stream.
6034         * libio/ioseekpos.c: Likewise for _IO_seekpos.
6035         * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
6036         prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
6037         prototypes.
6038         * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
6039         of _IO_seekoff_internal.
6040         (_IO_rewind): Likewise.
6041         * libio/ioftell.c: Likewise.
6042         * libio/ftello.c: Likewise.
6043         * libio/ftello64.c: Likewise.
6044         * libio/iofgetpos.c: Likewise.
6045         * libio/iofgetpos64.c: Likewise.
6046         * libio/oldiofgetpos.c: Likewise.
6047         * libio/oldiofgetpos64.c: Likewise.
6048         * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
6049         _IO_seekpos_internal.
6050         * libio/iofsetpos64.c: Likewise.
6051         * libio/oldiofsetpos.c: Likewise.
6052         * libio/oldiofsetpos64.c: Likewise.
6054 2002-11-04  Roland McGrath  <roland@redhat.com>
6056         * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
6057         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
6058         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
6059         * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
6060         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6061         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6062         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6063         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
6064         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
6065         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
6067         s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
6068         sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
6069         Remove these, no longer used.
6071 2002-11-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
6074         s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
6075         s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
6076         s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
6077         s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
6078         s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
6079         syscall stubs.
6081         * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
6082         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6083         * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
6084         and __NR_pread.
6085         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6086         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
6087         and __NR_pwrite.
6088         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6090 2002-11-03  Roland McGrath  <roland@redhat.com>
6092         * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
6093         `_dl_tls_static_used'.
6094         * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
6095         (__libc_setup_tls): Initialize it.  Let the initial value of
6096         _dl_tls_static_size indicate some surplus space in the computed value.
6097         * elf/dl-open.c (_dl_tls_static_size): New variable.
6098         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
6099         _dl_tls_static_used.  Add some surplus space into _dl_tls_static_size.
6100         * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
6101         (CHECK_STATIC_TLS): Use it.
6102         * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
6103         closed objects occupied a trailing contiguous chunk of static TLS area.
6105 2002-10-18  Bruno Haible  <bruno@clisp.org>
6107         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
6109 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
6111         * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
6112         _wide_data->_IO_read_end if adjustment can be made in the current
6113         buffer.
6115         * sysdeps/unix/sysv/linux/fexecve.c: New file.
6117         * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
6118         wide oriented streams are used.
6120         * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
6121         service hasn't been used [PR libc/4744].
6123         * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
6124         Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
6126         * manual/examples/dir.c: Don't include <stddef.h>.
6127         * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
6128         Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
6130 2002-11-02  H.J. Lu  <hjl@gnu.org>
6132         * stdio-common/reg-printf.c: Include <stddef.h>.
6134 2002-11-03  Ulrich Drepper  <drepper@redhat.com>
6136         * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
6138         * po/ca.po: Update from translation team.
6139         * po/es.po: Likewise.
6141         * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
6142         is defined write out memory map.
6143         * sysdeps/unix/sysv/linux/segfault.c: New file.
6145 2002-11-02  Roland McGrath  <roland@redhat.com>
6147         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
6148         pointers that can alias.
6149         Reported by Daniel Jacobowitz <drow@mvista.com>.
6151         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
6153 2002-11-02  Roland McGrath  <roland@redhat.com>
6155         * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
6156         description to be clearer and to say that *RESULT is set to ENTRY.
6158 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6160         * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
6161         dests_ch arrays together.  Alloca or malloc dest_states,
6162         dest_states_word and dest_states_nl arrays together.  Free memory on
6163         error exit.
6165 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
6167         * crypt/crypt_util.c (__init_des_r): Initialize current_salt
6168         and current_saltbits.
6170 2002-11-02  Roland McGrath  <roland@redhat.com>
6172         * stdio-common/reg-printf.c: Include <stdlib.h>.
6174 2002-11-02  H.J. Lu  <hjl@gnu.org>
6176         * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
6177         caller to EXTRA instead of execve.
6179 2002-11-01  Roland McGrath  <roland@redhat.com>
6181         * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
6182         in place of [!(USE_TLS && HAVE___THREAD)].
6183         (__errno_location) [! USE___THREAD]: Define as strong, not weak.
6185 2002-10-31  Roger Sayle  <roger@eyesopen.com>
6187         * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
6188         New macros.
6189         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
6191         * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
6192         without defining FP_ROUNDMODE.
6194 2002-10-29  Jakub Jelinek  <jakub@redhat.com>
6196         * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
6197         (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
6198         declare_symbol.
6199         * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6200         (OLD_SIGLIST_SIZE): Define.
6201         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6202         (OLD_SIGLIST_SIZE): Define.
6203         * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
6205 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
6207         * sysdeps/ia64/strncpy.S: Fix recovery code.
6209 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6211         * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
6212         New macros.
6213         * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
6214         text_set_element.
6215         * elf/dl-libc.c (free_mem): Likewise.
6216         * iconv/gconv_conf.c (free_mem): Likewise.
6217         * iconv/gconv_db.c (free_mem): Likewise.
6218         * iconv/gconv_dl.c (free_mem): Likewise.
6219         * iconv/gconv_cache.c (free_mem): Likewise.
6220         * intl/finddomain.c (free_mem): Likewise.
6221         * intl/dcigettext.c (free_mem): Likewise.
6222         * locale/setlocale.c (free_mem): Likewise.
6223         * misc/fstab.c (fstab_free): Likewise.
6224         * nss/nsswitch.c (free_mem): Likewise.
6225         * posix/regcomp.c (free_mem): Likewise.
6226         * resolv/gai_misc.c (free_res): Likewise.
6227         * stdlib/fmtmsg.c (free_mem): Likewise.
6228         * sunrpc/clnt_perr.c (free_mem): Likewise.
6229         * sysdeps/generic/setenv.c (free_mem): Likewise.
6230         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
6231         * sysdeps/pthread/aio_misc.c (free_res): Likewise.
6232         * time/tzset.c (free_mem): Likewise.
6233         * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
6234         * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
6235         * malloc/set-freeres.c (__libc_freeres): Likewise.
6237         * login/getutent.c: Include stdlib.h instead of stddef.h.
6238         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6239         (__getutent): Allocate buffer the first time it is run.
6240         * login/getutid.c: Include stdlib.h instead of stddef.h.
6241         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6242         (__getutid): Allocate buffer the first time it is run.
6243         * login/getutline.c: Include stdlib.h instead of stddef.h.
6244         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6245         (__getutline): Allocate buffer the first time it is run.
6246         * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
6247         (mtrace): Allocate malloc_trace_buffer.
6248         * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
6249         * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
6250         * string/strerror.c: Include libintl.h and errno.h.
6251         (buf): New variable.
6252         (strerror): Only allocate buffer if actually needed (unknown error).
6253         * time/tzfile.c (transitions): Add libc_freeres_ptr.
6254         (freeres): Remove.
6256 2002-10-25  Jakub Jelinek  <jakub@redhat.com>
6258         * include/libc-symbols.h (libc_freeres_ptr): New macro.
6259         * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
6260         symbol_set_define.
6261         (__libc_freeres): Free all pointers in that section.
6262         * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
6263         commands when creating .lds script.
6264         (LDSEDCMD-c.so): New variable.
6265         * inet/rcmd.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6266         (rcmd_af): Use strdup to allocate ahostbuf.
6267         * inet/rexec.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6268         (rexec_af): Use strdup to allocate ahostbuf.
6269         * stdio-common/reg-printf.c (printf_funcs): Remove.
6270         (__printf_arginfo_table): Change into printf_arginfo_function **.
6271         Add libc_freeres_ptr.
6272         (__register_printf_function): Allocate __printf_arginfo_table
6273         and __printf_function_table the first time it is called.
6274         * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
6275         printf_arginfo_function **.
6276         (parse_one_spec): Add __builtin_expect.
6277         * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
6278         (free_mem): Remove.
6279         * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
6280         (free_mem): Remove.
6281         * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
6282         (string_space, map): Add libc_freeres_ptr.
6283         (free_mem): Remove.
6284         * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
6285         (free_mem): Remove.
6286         * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
6287         (free_mem): Remove.
6288         * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
6289         (buffer): Add libc_freeres_ptr.
6290         (free_mem): Remove for _LIBC.
6291         * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
6292         (free_mem): Remove.
6293         * nss/getXXent.c (buffer): Add libc_freeres_ptr.
6294         (free_mem): Remove.
6295         * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
6296         (free_mem): Remove.
6297         * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
6298         (free_mem): Remove.
6299         * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
6300         (free_mem): Remove.
6301         * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
6302         (free_mem): Remove.
6303         * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
6304         libc_freeres_ptr.
6305         (free_mem): Remove.
6306         * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
6307         libc_freeres_ptr.
6308         (free_mem): Remove.
6310 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6312         * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
6313         instead of duplicating the whole function in libc.
6315 2002-10-31  Roland McGrath  <roland@redhat.com>
6317         * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
6318         Renamed from __bswap_16 (typo fix).  Reported by <dens@stl.sarov.ru>.
6320 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6322         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
6323         32bit-predefine when creating .new32 list and -U for each
6324         32bit-predefine when creating .new64 list.
6325         * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
6327 2002-10-29  Andreas Schwab  <schwab@suse.de>
6329         * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
6330         "testrtsig.h".  Reported by Daniel Jacobowitz <dan@debian.org>.
6332 2002-10-25  Roland McGrath  <roland@redhat.com>
6334         * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
6335         * sysdeps/unix/sysv/linux/configure: Regenerated.
6337         * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
6338         _dl_starting_up decl.
6340 2002-10-20  H.J. Lu  <hjl@gnu.org>
6342         * sysdeps/unix/sysv/linux/configure.in: Don't check
6343         /lib/modules/`uname -r`/build/include for kernel headers if
6344         cross compiling.
6345         * sysdeps/unix/sysv/linux/configure: Regenerated.
6347 2002-10-25  Roland McGrath  <roland@redhat.com>
6349         * math/math.h (M_LOG2El): Correct the value.
6350         From Stephen L Moshier <steve@moshier.net>.
6352         * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
6353         conditional from __libc_multiple_libcs access.  Remove kludge for weak
6354         symbol access with old compilers we no longer support.
6355         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
6356         * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
6358 2002-10-25  Roland McGrath  <roland@redhat.com>
6360         * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
6361         implement SV_RESETHAND by translating it to SA_RESETHAND.
6363 2002-10-23  Alexandre Oliva  <aoliva@redhat.com>
6365         * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
6366         type on ELF64 platforms.
6368 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
6370         * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
6372         * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
6374 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
6376         * elf/dl-misc.c: Include <sysdep.h>.
6377         (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
6379         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
6380         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6381         (INLINE_SYSCALL): Use that.
6382         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
6383         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6384         (INLINE_SYSCALL): Use that.
6385         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
6386         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6387         (INLINE_SYSCALL): Use that.
6388         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
6389         dl-sysdep.h.
6390         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
6391         (__INTERNAL_SYSCALL_STRING): Define.
6392         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
6393         dl-sysdep.h.
6394         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
6395         (__INTERNAL_SYSCALL_STRING): Define.
6396         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
6397         __SYSCALL_STRING to inline_syscall*.
6398         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
6399         New macros.
6400         (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
6401         inline_syscall4, inline_syscall5, inline_syscall6): Add string
6402         argument.
6404 2002-10-24  Roland McGrath  <roland@redhat.com>
6406         * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
6407         * sysdeps/unix/sysv/linux/init-first.c: Not here.
6408         * sysdeps/powerpc/elf/libc-start.c: Or here.
6409         * sysdeps/unix/sysv/aix/libc-start.c: Or here.
6410         * sysdeps/unix/sysv/aix/start-libc.c: Or here.
6411         * sysdeps/unix/sysv/aix/init-first.c: Or here.
6412         * sysdeps/generic/libc-start.c: Or here.
6413         * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
6414         access with [! SHARED].
6415         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
6417         * libio/bug-wfflush.c: New file.
6418         * libio/Makefile (tests): Add bug-wfflush.
6420 2002-10-23  Roland McGrath  <roland@redhat.com>
6422         * stdio-common/tst-fphex.c: New file.
6423         * stdio-common/Makefile (tests): Add tst-fphex.
6424         * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
6425         of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
6426         chars always before the value digits.
6427         Reported by James Antill <james.antill@redhat.com>.
6429 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
6431         * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
6432         (free_mem): New function.
6433         * posix/Makefile (tests): Add bug-regex14.  Add bug-regex14-mem
6434         if not cross compiling.
6435         (generated): Add bug-regex14-mem and bug-regex14.mtrace.
6436         (bug-regex14-ENV): Set.
6437         (bug-regex14-mem): New target.
6438         * posix/bug-regex14.c: New file.
6440 2002-10-23  Roland McGrath  <roland@redhat.com>
6442         * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
6443         target, so we don't touch it when the link fails.
6445         * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
6446         Check for the result overflowing off_t and fail with EOVERFLOW.
6447         * libio/ioftell.c (_IO_ftell): Likewise.
6448         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
6450         * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
6451         use a temporary timeval on the stack for gettimeofday and copy it.
6452         * login/logout.c (logout): Likewise.
6453         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
6455         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
6456         Use __SWORD_TYPE instead of int for member types.
6457         (struct statfs64): Likewise.
6458         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
6459         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
6460         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
6461         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
6462         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
6464         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
6465         * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
6466         (ST_NODIRATIME): Restore fixed value of 2048.
6467         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
6468         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
6470         Rearranged <bits/types.h> definitions to reduce duplication.
6471         * sysdeps/generic/bits/types.h: Rewritten, using macros from
6472         <bits/wordsize.h> and new header <bits/typesizes.h>.
6473         * posix/Makefile (headers): Add bits/typesizes.h here.
6474         * sysdeps/generic/bits/typesizes.h: New file.
6475         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
6476         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
6477         * sysdeps/mach/hurd/bits/typesizes.h: New file.
6478         * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
6479         * sysdeps/unix/sysv/linux/bits/types.h: File removed.
6480         * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
6481         * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
6482         * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
6483         * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
6484         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
6485         * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
6486         <bits/pthreadtypes.h> here, not in <bits/types.h>.
6487         * signal/signal.h: Likewise.
6489         * streams/stropts.h: Include <bits/xtitypes.h>.
6490         * streams/Makefile (headers): Add bits/xtitypes.h here.
6491         * sysdeps/generic/bits/xtitypes.h: New file.
6492         * sysdeps/s390/bits/xtitypes.h: New file.
6493         * sysdeps/ia64/bits/xtitypes.h: New file.
6494         * sysdeps/x86_64/bits/xtitypes.h: New file.
6496         * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
6497         * sysdeps/generic/bits/ipctypes.h: New file.
6498         * sysdeps/mips/bits/ipctypes.h: New file.
6499         * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
6500         * sysdeps/gnu/bits/msq.h: Likewise.
6501         * sysvipc/sys/ipc.h: Likewise.
6503 2002-10-22  Ulrich Drepper  <drepper@redhat.com>
6505         * elf/dl-load.c (struct filebuf): For buf element to have the
6506         alignment of ElfXX_Ehdr since this is what will be stored in it.
6508 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
6510         * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
6511         into pointer to locrec_offset.
6512         (add_locale_to_archive): Adjust callers.  Free normalized_name right
6513         before returning, not immediately after add_locale, pass it to
6514         add_alias if not NULL instead of name.  Rename second normalized_name
6515         occurence to nnormalized_codeset_name.
6517         * locale/programs/locarchive.c (enlarge_archive): Make sure
6518         string_size is always a multiple of 4.
6519         Reported by Andreas Schwab <schwab@suse.de>.
6521 2002-10-21  Andreas Schwab  <schwab@suse.de>
6523         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
6524         caller to EXTRA instead of execve, since the latter has a
6525         higher-priority implementation in linuxthreads.
6527 2002-10-21  Roland McGrath  <roland@redhat.com>
6529         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
6530         slotinfo list's len member to the proper size, not just 1.
6531         Initialize static_map.l_tls_initimage.
6533         * elf/dl-open.c (dl_open_worker): Fix loop searching for
6534         dtv_slotinfo_list element containing new modules' l_tls_modid.
6536         * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
6537         * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
6538         * elf/Makefile (tests): Add tst-tls9.
6539         (tests-static): Add tst-tls9-static.
6540         (tst-tls9-static-ENV): New variable.
6541         ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
6543         * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
6544         modids used by partially loaded modules being closed can't be known.
6546 2002-10-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
6548         * posix/Makefile: Add a test case for the bug reported by Aharon
6549         Robbins <arnold@skeeve.com>.
6550         * posix/bug-regex13.c: New file.
6551         * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
6553 2002-10-21  Ulrich Drepper  <drepper@redhat.com>
6555         * csu/gmon-start.c: Pretty printing.
6557 2002-10-19  Art Haas  <ahaas@neosoft.com>
6559         * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
6560         add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
6561         add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
6562         * configure: Regenerated.
6564 2002-10-19  Roland McGrath  <roland@redhat.com>
6566         * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
6567         and then set $subdirs directly, because the new Autoconf breaks
6568         compatibility in every way imaginable and insists on whining
6569         about usage that worked since the dawn of time.
6570         * configure: Regenerated.
6572         * configure: Regenerated (using Autoconf 2.54).
6573         * sysdeps/alpha/elf/configure: Likewise.
6574         * sysdeps/generic/configure: Likewise.
6575         * sysdeps/i386/elf/configure: Likewise.
6576         * sysdeps/ia64/elf/configure: Likewise.
6577         * sysdeps/mach/hurd/configure: Likewise.
6578         * sysdeps/mach/configure: Likewise.
6579         * sysdeps/unix/configure: Likewise.
6580         * sysdeps/unix/common/configure: Likewise.
6581         * sysdeps/unix/sysv/aix/configure: Likewise.
6582         * sysdeps/unix/sysv/linux/configure: Likewise.
6583         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6584         * sysdeps/x86_64/elf/configure: Likewise.
6586         * config.make.in: Nix completely-soft nonsense.
6587         * configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
6588         of machine directories instead of fpu subdirectory.
6589         * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
6590         * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
6591         * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
6592         * sysdeps/powerpc/nofpu/sim-full.c: ... here.
6593         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
6594         * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
6595         * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
6596         * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
6597         * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
6598         * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
6599         * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
6600         * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
6601         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
6602         * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
6603         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
6604         * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
6605         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
6606         * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
6607         * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
6608         * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
6609         * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
6610         * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
6611         * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
6612         * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
6613         * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
6614         * sysdeps/powerpc/nofpu/fegetround.c: ... here.
6615         * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
6616         * sysdeps/powerpc/nofpu/fesetround.c: ... here.
6617         * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
6618         * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
6619         * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
6620         * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
6621         * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
6622         * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
6623         * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
6624         * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
6625         * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
6626         * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
6627         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
6628         * sysdeps/powerpc/nofpu/Versions: ... here, new file.
6630 2002-10-19  Bruno Haible  <bruno@clisp.org>
6632         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
6634 2002-10-18  Roland McGrath  <roland@redhat.com>
6636         * io/Makefile (routines): Add lchmod.
6637         * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
6638         * sysdeps/generic/lchmod.c: New file.
6639         * sysdeps/mach/hurd/lchmod.c: New file.
6640         * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
6642 2002-10-18  Art Haas  <ahaas@neosoft.com>
6644         * configure.in: Remove remaining AC_FD_CC macros, and replace
6645         AC_FD_MSG with AS_MESSAGE_FD.
6647 2002-10-18  Roland McGrath  <roland@redhat.com>
6649         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
6650         typos: VALUE -> FINALADDR.
6652         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
6653         (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
6654         (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
6655         (inline_syscall6): Move these macros ...
6656         * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
6658         * configure.in (libc_link_dests, libc_link_sources): Remove these
6659         variables and the AC_LINK_FILES call.
6661         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
6662         change to put new symbols here instead of in GLIBC_2.2.
6663         * sysdeps/powerpc/Subdirs: Move this file ...
6664         * sysdeps/powerpc/soft-fp/Subdirs: ... here.
6666 2002-10-07  Roland McGrath  <roland@redhat.com>
6668         * sysdeps/generic/bits/time.h: Replaced with contents of the
6669         sysdeps/unix/sysv/linux/i386/bits/time.h file.  All the following
6670         files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
6671         and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
6672         macros is ok even for architectures that don't now implement them.
6673         * sysdeps/mach/hurd/bits/time.h: File removed.
6674         * sysdeps/unix/sysv/linux/bits/time.h: File removed.
6675         * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
6676         * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
6677         * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
6678         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
6680 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
6682         * configure.in: Replace obsolete AC_OUTPUT syntax with
6683         AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
6685         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
6686         _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
6688         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
6689         * sysdeps/alpha/elf/configure.in: Likewise.
6690         * sysdeps/i386/elf/configure.in: Likewise.
6691         * sysdeps/mach/hurd/configure.in: Likewise.
6692         * sysdeps/x86_64/elf/configure.in: Likewise.
6694         * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
6696         * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
6697         * sysdeps/generic/configure.in: Likewise.
6698         * sysdeps/i386/elf/configure.in: Likewise.
6699         * sysdeps/ia64/elf/configure.in: Likewise.
6700         * sysdeps/mach/configure.in: Likewise.
6701         * sysdeps/mach/hurd/configure.in: Likewise.
6702         * sysdeps/unix/configure.in: Likewise.
6703         * sysdeps/unix/common/configure.in: Likewise.
6704         * sysdeps/unix/sysv/aix/configure.in: Likewise.
6705         * sysdeps/unix/sysv/linux/configure.in: Likewise.
6706         * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
6707         * sysdeps/x86_64/elf/configure.in: Likewise.
6709         * aclocal.m4: Use just the bits from AS_INIT that are needed for the
6710         GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
6711         that it's obvious when extra autoconf machinery is being dragged in.
6713 2002-10-18  Roland McGrath  <roland@redhat.com>
6715         * configure.in: Remove bogus echo included in
6716         2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
6717         * configure: Regenerated.
6719 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
6721         * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
6722         (statfs_filesize_max): New function.
6723         * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
6724         JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
6725         ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
6726         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
6727         statfs_filesize_max.
6728         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
6729         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
6730         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
6732 2002-10-17  Roland McGrath  <roland@redhat.com>
6734         * configure.in (MIG): Just AC_SUBST it here.
6735         * configure: Regenerated.
6736         * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
6737         Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
6738         * sysdeps/mach/configure: Regenerated.
6740         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
6741         and AC_PROVIDE([_AS_CR_PREPARE]).
6743         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
6744         Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
6746         * elf/dl-support.c: Move _dl_tls_* variables to ...
6747         * sysdeps/generic/libc-tls.c: ... here.
6749         * elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
6750         allow IDX to be one past the current last slotinfo entry.
6751         (_dl_close): Pass IMAP->l_init_called for that parameter.
6753 2002-10-07  Andreas Schwab  <schwab@suse.de>
6755         * aclocal.m4: Fix for autoconf 2.53.
6756         * configure.in: Likewise.  Require autoconf 2.53.
6758 2002-10-08  Richard Henderson  <rth@redhat.com>
6760         * soft-fp/op-4.h: Handle carry correctly in
6761         __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
6762         __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
6763         * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
6765 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
6767         * configure.in: Compute completely-soft.
6768         * config.make.in: Make completely-soft available to sub-makes.
6769         * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
6770         gcc-double-routines.  Add sim-full.c.  Add fenv_const and
6771         fe_nomask to libm-support.
6772         * sysdeps/powerpc/soft-fp/sim-full.c: New file.
6773         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
6774         * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
6775         * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
6776         * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
6777         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
6778         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
6779         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
6780         * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
6781         * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
6782         * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
6783         * sysdeps/powerpc/soft-fp/fegetround.c: New file.
6784         * sysdeps/powerpc/soft-fp/fesetround.c: New file.
6785         * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
6786         * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
6787         * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
6788         * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
6789         * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
6790         * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
6791         symbols.  Add __sim_disabled_exceptions, __sim_exceptions,
6792         __sim_round_mode.
6793         * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
6794         * sysdeps/powerpc/soft-float/sfp-machine.h: Define
6795         FP_HANDLE_EXCEPTIONS.
6796         Define FP_ROUNDMODE.
6797         Redefine FP_* macros to correspond to the FE_* bit positions.
6798         Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
6799         Define externs for __sim_exceptions, __sim_disabled_exceptions,
6800         __sim_round_mode, __simulate_exceptions.
6801         * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
6802         * sysdeps/powerpc/bits/fenv.h: ...to here.
6804 2002-10-06  Jakub Jelinek  <jakub@redhat.com>
6806         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
6807         Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
6808         Use __builtin_expect for R_PPC_ADDR24 overflow check.  Fix
6809         R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
6810         __builtin_expect.
6812 2002-10-15  Jakub Jelinek  <jakub@redhat.com>
6814         * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
6815         __libc_res_nsend): New prototypes.
6816         * resolv/res_query.c (QUERYSIZE): Define.
6817         (__libc_res_nquery): Renamed from res_nquery.  Added answerp
6818         argument.  Allocate only QUERYSIZE bytes first, if res_nmkquery
6819         fails use MAXPACKET buffer.  Call __libc_res_nsend instead of
6820         res_nsend, pass answerp.
6821         (res_nquery): Changed into wrapper around __libc_res_nquery.
6822         (__libc_res_nsearch): Renamed from res_nsearch.  Added answerp
6823         argument.  Call __libc_res_nquerydomain and __libc_res_nquery
6824         instead of the non-__libc_ variants, pass them answerp.
6825         (res_nsearch): Changed into wrapper around __libc_res_nsearch.
6826         (__libc_res_nquerydomain): Renamed from res_nquerydomain.
6827         Added answerp argument.  Call __libc_res_nquery instead of
6828         res_nquery, pass answerp.
6829         (res_nquerydomain): Changed into wrapper around
6830         __libc_res_nquerydomain.
6831         * resolv/res_send.c: Include sys/ioctl.h.
6832         (MAXPACKET): Define.
6833         (send_vc): Change arguments.  Reallocate answer buffer if it is
6834         too small.
6835         (send_dg): Likewise.
6836         (__libc_res_nsend): Renamed from res_nsend.  Added ansp argument.
6837         Reallocate answer buffer if it is too small and hooks are in use.
6838         Adjust calls to send_vc and send_dg.
6839         (res_nsend): Changed into wrapper around __libc_res_nsend.
6840         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
6841         just 1K answer buffer on the stack, use __libc_res_nsearch instead
6842         of res_nsearch.
6843         (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
6844         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6845         (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
6846         * resolv/gethnamaddr.c (gethostbyname2): Likewise.
6847         (gethostbyaddr): Similarly with __libc_res_nquery.
6848         * resolv/Versions (libresolv): Export __libc_res_nquery and
6849         __libc_res_nsearch at GLIBC_PRIVATE.
6851 2002-10-17  Roland McGrath  <roland@redhat.com>
6853         * configure.in: Grok --without-__thread and disable HAVE___THREAD.
6854         * configure: Regenerated.
6856         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
6857         before performing the reloc, not after.
6858         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
6860 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
6862         * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
6863         * locale/programs/linereader.c (lr_open): Likewise.
6864         * locale/programs/charmap-dir.c (charmap_open): Likewise.
6865         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
6867 2002-10-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
6869         * posix/bug-regex11.c: Add a test case for the bug reported by
6870         Paolo Bonzini <bonzini@gnu.org>.
6871         * posix/regexec.c (sift_states_bkref): Use correct destination of
6872         the back reference.
6874 2002-10-17  Roland McGrath  <roland@redhat.com>
6876         * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
6877         * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
6878         to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
6879         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
6880         Call it after performing TPOFF relocs.
6881         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
6882         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
6883         * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
6885         * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
6886         when closing a partially-initialized object.
6888         * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
6889         instead of _dl_fatal_printf when we see PT_TLS.
6891         * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
6892         instead of $(libof-$<).
6894 2002-10-16  Roland McGrath  <roland@redhat.com>
6896         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
6897         instead of += to append, to be sure $(lib) gets expanded at defn time.
6898         (libof-$(cpp-src)): New variable, define this instead.
6899         * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
6900         (lib): Don't use override.
6901         (CPPFLAGS-$(lib)): New variable, put -D's here.
6902         * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
6903         Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
6904         LIB found by $(libof-*) for basename, target, or source.
6905         * Makerules (CPPFLAGS-nonlib): New variable.
6906         * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
6907         * locale/Makefile (lib): Likewise.
6908         * sunrpc/Makefile (lib): Likewise.
6910         * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
6911         * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
6912         * sysdeps/unix/sysv/linux/pathconf.h: New file.
6913         (statfs_link_max): New function, guts from fpathconf.c.
6914         * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
6915         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
6916         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
6917         to use the linux/pathconf.c code by #include rather than duplication.
6918         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
6920 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
6922         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
6923         Use __libc_errno only for libc itself.
6925 2002-10-16  Andreas Jaeger  <aj@suse.de>
6927         * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
6929 2002-10-16  Ulrich Drepper  <drepper@redhat.com>
6931         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6932         Use __libc_errno only for libc itself.
6934 2002-10-15  Roland McGrath  <roland@redhat.com>
6935             Jakub Jelinek  <jakub@redhat.com>
6937         * sysdeps/unix/sysv/linux/Makefile
6938         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
6939         sparc/Makefile to produce a bi-arch file as needed.
6940         That's now parameterized by the variable $(64bit-predefine).
6941         Use LC_ALL=C for `comm' commands in that rule.
6942         No longer conditional on [$(no_syscall_list_h)].
6943         * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
6944         (64bit-predefine): New variable.
6945         * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
6946         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
6947         * sysdeps/unix/sysv/linux/powerpc/Makefile
6948         (64bit-predefine): New variable.
6950 2002-10-15  Roland McGrath  <roland@redhat.com>
6952         * sysdeps/unix/sysv/linux/Makefile
6953         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
6955         * login/utmp-private.h: Declare __libc_utmp_lock.
6956         * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
6957         and call __libc_utmp_jump_table functions directly, instead of using
6958         __setutent et al.
6960         * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
6961         * sysdeps/unix/sysv/linux/configure: Regenerated.
6963         * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
6964         (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
6965         Use int32_t for ll_time.
6966         (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
6967         Use int32_t instead of long int for ut_session.
6968         Use an anonymous struct with 32-bit fields for ut_tv.
6969         * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
6970         (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
6971         here as in utmp.h for `struct utmp'.
6972         * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
6973         * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
6974         * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
6975         * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
6976         * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
6977         * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
6979         * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
6980         of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
6981         All the following files were identical or equivalent to it.
6982         * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
6983         * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
6984         * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
6985         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
6986         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
6987         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
6988         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
6989         * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
6990         * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
6991         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
6993         * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
6994         instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
6995         Other than the previously incorrect sign of msg_iovlen, this is a
6996         no-op on 32-bit platforms.  On 64-bit platforms it makes this header
6997         match their layouts as well, so the following are now identical to it.
6998         * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
6999         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
7000         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
7001         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
7002         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
7004 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7006         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
7007         Define for 2.4+ kernels.
7009         * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
7010         are known to have the vfork syscall.  Don't confuse the CPUs
7011         branch prediction unit by jumping to the return address.
7013         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
7014         support for reiserfs and xfs.
7016         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
7017         XFS link count.
7018         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
7019         and XFS_LINK_MAX.
7020         Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
7022 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
7024         * include/libc-symbols.h (attribute_tls_model_ie): Define.
7025         * include/errno.h (errno): Define to __libc_errno in libc.so.
7026         Add attribute_tls_model_ie.
7027         * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
7028         Add attribute_tls_model_ie.
7029         * include/resolv.h (_res): Define to __libc_res in libc.so.  Add
7030         attribute_tls_model_ie.
7031         * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
7032         (h_errno): Define.
7033         * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
7034         (_res): Define.
7035         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
7036         attribute_tls_model_ie.
7037         * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
7038         __thread.
7039         * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
7040         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
7041         __libc_errno in USE___THREAD case.
7042         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7043         Likewise.
7044         * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
7045         __attribute__((tls_model (""))).
7046         * configure: Rebuilt.
7047         * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
7049 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7051         * timezone/asia: Update from tzdata2002d.
7052         * timezone/australasia: Likewise.
7053         * timezone/iso3166.tab: Likewise.
7054         * timezone/southamerica: Likewise.
7055         * timezone/zone-tab: Likewise.
7057 2002-10-15  Roland McGrath  <roland@redhat.com>
7059         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
7060         Adjust TCB pointer before calling free, so we get the whole block.
7062 2002-10-14  Roland McGrath  <roland@redhat.com>
7064         * sysdeps/unix/sysv/linux/x86_64/sigaction.c
7065         [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
7066         extern using attribute_hidden instead of static, avoids warning.
7068 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
7070         * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
7071         * sysdeps/unix/sysv/linux/configure: Rebuilt.
7073 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7075         * po/sv.po: Update from translation team.
7077 2002-10-12  H.J. Lu  <hjl@gnu.org>
7079         * sunrpc/thrsvc.c (PROCQUIT): New.
7080         (struct rpc_arg): New.
7081         (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
7082         (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
7083         (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
7084         (main): Modified for struct rpc_arg *.
7086 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7088         * dirent/scandir.c: Rearrange code a bit to reduce binary size.
7090 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
7092         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
7093         (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
7094         in ld.so even if __thread is supported.
7096 2002-10-13  Jakub Jelinek  <jakub@redhat.com>
7098         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
7099         Add hack to prevent the compiler from clobbering the signal context.
7100         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
7101         Likewise.
7102         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
7103         Likewise.
7105 2002-10-14  Andreas Jaeger  <aj@suse.de>
7107         * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
7108         Guido Guenther <agx@sigxcpu.org>.
7110 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7112         * po/sk.po: Update from translation team.
7114 2002-09-26  Roland McGrath  <roland@redhat.com>
7116         * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
7117         dynamic string tag.
7118         * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
7119         DL_DST_LIB based on $(slibdir).
7121 2002-10-13  Roland McGrath  <roland@frob.com>
7123         * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
7125         * sysdeps/mach/hurd/getresuid.c: New file.
7126         * sysdeps/mach/hurd/getresgid.c: New file.
7127         * sysdeps/mach/hurd/setresuid.c: New file.
7128         * sysdeps/mach/hurd/setresgid.c: New file.
7130         * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
7131         setresgid): Declare them.
7132         * NEWS: Mention it.
7133         * include/unistd.h
7134         (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
7135         add libc_hidden_proto.
7136         * posix/Versions (libc: GLIBC_2.3.2): New set.  Add
7137         getresuid, getresgid, setresuid, setresgid here.
7138         * Versions.def (libc): Define GLIBC_2.3.2 set.
7139         * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
7140         Add libc_hidden_def.
7141         * sysdeps/generic/getresgid.c (__getresgid): Likewise.
7142         * sysdeps/generic/setresgid.c: New file.
7143         * sysdeps/generic/setresuid.c: New file.
7144         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7145         (sysdep_routines): Don't add getresuid and getresgid here.
7146         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
7147         (sysdep_routines): Don't add setresuid and setresgid here.
7148         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
7149         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
7150         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7151         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
7152         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7153         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7154         * posix/Makefile (routines): Add them all here instead.
7155         * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
7156         __getresuid.  Add libc_hidden_def for that, and weak alias to old name.
7157         * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
7158         __getresgid.  Add libc_hidden_def for that, and weak alias to old name.
7159         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
7160         [! __NR_setresuid]: Include generic file.
7161         * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
7162         __setresgid.  Add libc_hidden_def for that, and weak alias to old name.
7163         [! __NR_setresuid]: Include generic file.
7164         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
7165         Caller is - now, not EXTRA.
7166         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
7167         (setresuid, setresgid, getresuid, getresgid): Likewise.
7168         * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
7169         Add these calls here.
7170         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
7171         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7172         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7173         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7174         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
7177         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7178         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7180         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7181         (sysdep_routines): Add setfsuid and setfsgid here.
7182         * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
7183         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
7184         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
7185         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
7186         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7187         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
7188         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7189         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7191         * hurd/errno.c: Renamed to ...
7192         * hurd/errno-loc.c: ... this.
7193         * hurd/Makefile (routines): errno -> errno-loc
7195 2002-10-13  Ulrich Drepper  <drepper@redhat.com>
7197         * po/de.po: Update from translation team.
7199         * MakeTAGS: Add -E flag to xgettext runs.
7201 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7203         * po/fr.po: Update from translation team.
7205         * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
7206         Optimize a bit for use in glibc.
7208 2002-10-12  Roland McGrath  <roland@redhat.com>
7210         * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
7211         Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
7213 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7215         * po/sv.po: Update from translation team.
7217 2002-10-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
7219         * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
7220         OP_CONTEXT_NODE.
7221         (regfree): Likewise.
7222         (create_initial_state): Likewise.
7223         (analyze): Remove the substitutions which became useless.
7224         (calc_first): Likewise.
7225         (calc_epsdest): Use edests of OP_BACK_REF in case that it has
7226         epsilon destination.
7227         (duplicate_node_closure): New function.
7228         (duplicate_node): Remove the handling OP_CONTEXT_NODE.
7229         (calc_inveclosure): Likewise.
7230         (calc_eclosure): Likewise.
7231         (calc_eclosure_iter): Invoke duplicate_node_closure instead of
7232         direct invocation of duplicate_node.
7233         (parse): Don't use comma operator in the return to avoid compiler
7234         warning.
7235         (parse_reg_exp): Likewise.
7236         (parse_branch): Likewise.
7237         (parse_expression): Likewise.
7238         (parse_sub_exp): Likewise.
7239         (parse_dup_op): Likewise.
7240         * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
7241         which became useless.
7242         (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
7243         (create_cd_newstate): Likewise.
7244         * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
7245         (re_token_t): Likewise.
7246         (re_dfa_t): Likewise.
7247         (re_node_set_remove): New macro.
7248         * posix/regexec.c (check_matching): Remove the handling
7249         OP_CONTEXT_NODE.
7250         (check_halt_node_context): Likewise.
7251         (proceed_next_node): Likewise.
7252         (pop_fail_stack): Fix the memory leak.
7253         (set_regs): Likewise.
7254         (free_fail_stack_return): New function.
7255         (sift_states_backward): Fix the memory leak.  Remove the handling
7256         OP_CONTEXT_NODE.
7257         (update_cur_sifted_state): Append some if clause to avoid redundant
7258         call.
7259         (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
7260         back reference.
7261         (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
7262         (check_subexp_limits): Likewise.
7263         (search_subexp): Likewise.
7264         (sift_states_bkref): Likewise.
7265         (transit_state_mb): Likewise.
7266         (transit_state_bkref_loop): Likewise.
7267         (transit_state_bkref_loop): Likewise.
7268         (group_nodes_into_DFAstates): Likewise.
7269         (check_node_accept): Likewise.
7270         (sift_ctx_init): Add initializing.
7272 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7274         * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
7275         __builtin_expect.
7277 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
7279         * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
7280         duplicated variable c.
7282         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
7283         if possible.
7285         * sysdeps/unix/sysv/linux/i386/sysdep.h
7286         (INTERNAL_SYSCALL_ERROR_P): New define.
7287         (INTERNAL_SYSCALL_ERRNO): Likewise.
7289         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
7290         Add hack to prevent the compiler from clobbering the signal context.
7292 2002-10-11  Roland McGrath  <roland@redhat.com>
7294         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7295         Fix typos.
7297         * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
7298         * sysdeps/sh/dl-lookupcfg.h: File removed.
7299         * sysdeps/i386/dl-lookupcfg.h: File removed.
7301         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
7302         missing labels and ; from last change.
7304         * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
7305         number literals, so they are doubles instead of ints.
7307 2002-10-09  Roland McGrath  <roland@redhat.com>
7309         * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
7310         changed from [USE_TLS && HAVE___THREAD].
7312         * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
7313         Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
7314         * sysdeps/x86_64/dl-machine.h
7315         (elf_machine_type_class, elf_machine_rela): Likewise.
7316         * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
7317         Likewise.
7319         * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
7320         * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
7321         (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
7323         * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
7324         instead of ___tls_get_addr.
7325         (___tls_get_addr_internal): Add attribute_hidden to decl.
7327         * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
7328         _dl_error_catch_tsd.
7329         * elf/rtld.c (startup_error_tsd): New function.
7330         (dl_main): Point _dl_error_catch_tsd at that.
7331         * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
7332         use new function pointer instead.
7333         * elf/dl-tsd.c: New file.
7334         * elf/Makefile (routines): Add it.
7336 2002-10-07  Roland McGrath  <roland@redhat.com>
7338         * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
7339         writev if it's available.  Otherwise if [RTLD_PRIVATE_ERRNO] then
7340         take _dl_load_lock around calling __writev.
7342         * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
7343         (INLINE_SYSCALL): Use that.
7345         * sysdeps/generic/dl-sysdep.h: New file.
7346         * sysdeps/mach/hurd/dl-sysdep.h: New file.
7347         * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
7348         * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
7349         [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
7350         access it directly.
7351         * elf/dl-minimal.c (__errno_location): Removed.
7352         * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
7353         Use GOTOFF access for errno.
7354         * sysdeps/unix/sysv/linux/i386/sysdep.h
7355         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
7357         * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
7358         Use PC-relative access for errno.
7359         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
7360         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
7362         * include/tls.h: New file.
7363         (USE___THREAD): New macro.
7364         Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
7365         libc or libpthread.
7366         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
7367         changed from [USE_TLS && HAVE___THREAD].
7368         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7369         * sysdeps/unix/i386/sysdep.S: Likewise.
7370         * sysdeps/unix/x86_64/sysdep.S: Likewise.
7371         * include/errno.h: Likewise.
7372         * include/netdb.h: Likewise.
7373         * include/resolv.h: Likewise.
7375         * sysdeps/generic/errno.c: New file.
7376         * csu/Makefile (aux): New variable, list errno.
7377         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
7378         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
7379         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
7380         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
7381         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
7382         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
7383         * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
7384         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
7385         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
7386         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
7387         * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
7388         * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
7389         * sysdeps/unix/alpha/sysdep.S: Likewise.
7390         * sysdeps/generic/start.c: Likewise.
7391         * sysdeps/unix/start.c: Likewise.
7392         * sysdeps/unix/arm/start.c: Likewise.
7393         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
7394         * sysdeps/unix/sparc/start.c: Likewise.
7395         * sysdeps/unix/sysv/irix4/start.c: Likewise.
7396         * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
7398         * manual/search.texi (Tree Search Function, Hash Search Function):
7399         Mention search.h clearly.
7401 2002-10-05  Roland McGrath  <roland@redhat.com>
7403         * elf/dl-fxstat64.c: File removed.
7404         * elf/dl-xstat64.c: File removed.
7405         * elf/Makefile (rtld-routines): Remove them.
7406         * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
7407         Instead, use strong_alias instead of versioned_symbol in the
7408         !SHLIB_COMPAT case.
7409         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7410         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7412         * include/shlib-compat.h
7413         (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
7414         [! NOT_IN_libc] (IS_IN_libc): Define it.
7415         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
7416         * elf/Makefile (CPPFLAGS-.os): Likewise.
7418         * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
7419         Return the status instead of calling exit.
7421         * Makeconfig (CFLAGS): Prepend -std=gnu99.
7422         * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
7423         Remove superfluous rm command, whose @ plus make bugs hid
7424         all these commands from the make output.
7426         * include/stubs-prologue.h: New file.  Give #error under #ifdef _LIBC.
7427         * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
7428         Use that file's contents instead of literal echo's for the prologue.
7429         * include/features.h: Include <gnu/stubs.h> unconditionally.
7430         * include/gnu/stubs.h: New file.
7432 2002-09-30  Roland McGrath  <roland@redhat.com>
7434         * elf/rtld-Rules: New file.
7435         * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
7436         $(objpfx)rtld-libc.a): New targets.
7437         (generated): Add them.
7438         (reloc-link): Remove -o $@ from the variable.
7439         ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
7440         (distribute): Add rtld-Rules.
7441         (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
7442         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
7443         (common-mostlyclean, common-clean): Clean up rtld-* files.
7444         * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
7446 2002-10-11  Roland McGrath  <roland@redhat.com>
7448         * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
7449         now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
7451         * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
7452         proper set of no-op insn prefixes.
7454         * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
7456 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
7458         * sysdeps/unix/sysv/linux/execve.c: Don't try calling
7459         __pthread_kill_other_threads_np.
7461         * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
7463 2002-10-08  Roland McGrath  <roland@redhat.com>
7465         * locale/newlocale.c (__newlocale): If setting all categories to "C",
7466         just return &_nl_C_locobj instead of copying it.
7467         * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
7468         * locale/duplocale.c (__duplocale): Likewise.
7470 2002-10-07  Roland McGrath  <roland@frob.com>
7472         * config.h.in (HAVE_I386_SET_GDT): New #undef.
7473         * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
7474         * sysdeps/mach/configure: Regenerated.
7476 2002-10-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
7479         Add all necessary register outputs for syscall-clobbered registers.
7481 2002-10-02  David Mosberger  <davidm@hpl.hp.com>
7483         * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
7484         Itanium 2 (and Itanium).
7485         Fix unwind directives and make it fit in 80 columns.
7486         * sysdeps/ia64/memset.S: Likewise.
7487         * sysdeps/ia64/memcpy.S: Likewise.
7488         Move jump table to .rodata section.
7490 2002-10-03  Roland McGrath  <roland@frob.com>
7492         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
7493         clobbers to asm.
7495 2002-10-10  Andreas Jaeger  <aj@suse.de>
7497         * sysdeps/x86_64/_mcount.S: Restore correct registers.
7499 2002-10-10  Ulrich Drepper  <drepper@redhat.com>
7501         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
7503 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
7505         * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
7506         _dl_allocate_tls_init.  Add rtld_hidden_proto.
7507         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
7508         rtld_hidden_def.
7509         * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
7511         * version.h (VERSION): Bump to 2.3.1.
7513         * Make-dist: Add back one of the tar invocations removed before.
7515         * stdlib/Makefile (distribute): Add allocalim.h.
7517         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
7518         (__libc_tsd_address): Use correct variable name.
7519         Patch by Stefan Jones <stefan.jones@multigig.com>.
7521         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
7522         Reported by edwardsg@sgi.com [PR libc/4678].
7524         * Versions.def (libc): Add GLIBC_2.3.1.
7525         (libpthread): Add GLIBC_2.3.1.
7527         * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
7528         and __sigtimedwait.
7529         * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
7530         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
7531         libc_hidden_def.
7532         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
7533         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
7535         * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
7536         * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
7537         and make old name an alias.
7538         * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
7539         and make old name an alias.
7540         * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
7541         __libc_msgsnd.
7543         * include/sys/uio.h: Declare __libc_readv and __libc_writev.
7544         * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
7545         __libc_writev.
7546         * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
7547         old name an alias.
7548         * sysdeps/posix/readv.c: Likewise
7549         * sysdeps/unix/sysv/aix/readv.c: Likewise.
7550         * sysdeps/unix/sysv/linux/readv.c: Likewise.
7551         * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
7552         old name an alias.
7553         * sysdeps/posix/writev.c: Likewise
7554         * sysdeps/unix/sysv/aix/writev.c: Likewise.
7555         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7557         * include/sys/wait.h: Declare __waitid.
7558         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
7559         * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
7560         name an alias.
7561         * sysdeps/posix/waitid.c: Likewise.
7562         * sysdeps/unix/sysv/aix/waitid.c: Likewise.
7564         * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
7566 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
7568         * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
7569         prototypes.
7570         (__MAX_ALLOCA_CUTOFF): Define.
7571         Include allocalim.h.
7572         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
7573         _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
7574         host_buffer depending on __libc_use_alloca.
7575         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
7576         _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
7577         net_buffer depending on __libc_use_alloca.
7578         * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
7579         buf depending on __libc_use_alloca.
7580         * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
7581         * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
7582         instead of hardcoded constants.
7583         Pass proper size argument to alloca and compute end for wide char
7584         version.
7585         * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
7586         instead of hardcoded constants.
7587         * string/strcoll.c (strcoll): Likewise.
7588         * string/strxfrm.c (strxfrm): Likewise.
7589         * sysdeps/posix/readv.c (__readv): Likewise.
7590         * sysdeps/posix/writev.c (__writev): Likewise.
7591         * sysdeps/generic/allocalim.h: New file.
7593 2002-10-08  Roland McGrath  <roland@redhat.com>
7595         * configure.in (aux_missing warning): Change "too old" to
7596         "incompatible versions", since for autoconf it's "too new" right now.
7597         * configure: Regenerated.
7599         * configure.in (AUTOCONF): New check to set it.  Set to "no" if the
7600         one found doesn't work on our configure.in.
7601         * configure: Regenerated.
7602         * config.make.in (AUTOCONF): New substituted variable.
7603         * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
7604         (autoconf-it): ... here, use that instead of defining conditionally.
7605         Use $(AUTOCONF) instead of literal autoconf.
7606         [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
7607         with this condition.
7608         * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
7610 2002-10-08  Ulrich Drepper  <drepper@redhat.com>
7612         * Make-dist (dist): Cleanup a bit.  We are not interested in the
7613         14 char filename limit anymore.  Remove intermediate files and
7614         symlinks.
7616 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
7618         * po/sk.po: Update from translation team.
7619         * po/tr.po: Likewise.
7620         * po/gl.po: Likewise.
7622 2002-10-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7624         * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
7626 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
7628         * version.h (RELEASE): Change to stable.
7630 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
7632         * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
7633         __syscall_exit_group): New prototypes.
7635 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
7637         * glibc 2.3 released.
7640 See ChangeLog.13 for earlier changes.