(TLS_MULTIPLE_THREADS_IN_TCB): Define.
[glibc/history.git] / ChangeLog
blob32938232b9b7ee4a5a032d25a48c904ceb14fd60
1 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
3         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
5         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
6         sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
8 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
10         * sysdeps/mips/fpu/bits/mathdef.h: New.
11         (__NO_LONG_DOUBLE_MATH): Define for o32.
13         * sysdeps/mips/sys/asm.h: Formatting changes.
14         (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
15         (CPADD): Define for all of them.
16         (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
17         SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
18         NARGSAVE): Define per ABI spec.
19         (END): Don't redefine.
20         (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
21         LONG_SRAV): Remove duplicate definitions.
22         (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
23         PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
24         PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
25         (PTR_LA): Define for all 3 ABIs.
27         * sysdeps/mips/dl-machine.h: Include sys/asm.h.
28         (elf_machine_matches_host): Prevent linking of o32 and n32
29         together.
30         (elf_machine_dynamic): Document assumption on $gp.
31         (STRINGXP, STRINGXV, STRINGV_): New macros.
32         (elf_machine_load_address): Use them to stringize PTR_LA and
33         PTR_SUBU.
34         (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
35         ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
36         (_dl_runtime_resolve): Adjust it for all 3 ABIs.
37         (__dl_runtime_resolve): Cast the symtab initializer to the
38         right type.
39         (RTLD_START): Use it.  Adjust it for all 3 ABIs.
40         (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
41         Handle 64-bit R_MIPS_REL composite relocation and accept
42         R_MIPS_64 relocations to shift addend size to 64 bits.
43         Document assumption regarding local GOT entries.  Document
44         backward-compatibility departing from the ABI behavior in
45         applying relocations that reference section symbols, no longer
46         used.  Support relocations to mis-aligned offsets.
47         * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
49         * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
51         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
52         (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
53         * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
54         restore_rt functions.  Use them.
56         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
57         .set mips2 on new abis.
59 2003-03-13  Ulrich Drepper  <drepper@redhat.com>
61         * posix/getconf.c: Recognize POSIX2_SYMLINKS.
62         * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
63         * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
64         * sysdeps/posix/pathconf.c: Likewise.
65         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
66         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
67         * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
69         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
70         words.
72 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
74         * include/gmp.h: Include/gmp-mparam.h.
75         * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
76         gmp-impl.h.
78         * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
79         ELF_MACHINE_NO_RELA is set.
80         * elf/rtld.c (dl_main): No prelink support for REL-only.
82         * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
83         FLAG_MIPS64_LIBN64): Define.
84         * elf/cache.c (print_entry): Handle mips64 n32 and n64.
86         * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.
87         * sysdeps/mips/memset.S: Likewise.
88         * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11
89         depending on the ABI.
91         * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):
92         Don't .set mips2 on new abi.
93         (compare_and_swap): Likewise.  Support 64-bit longs on n64.
95         * stdlib/fpioconst.h: Include gmp.h with angle brackets.
97 2003-03-13  Roland McGrath  <roland@redhat.com>
99         * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
100         found.  Reported by Alexandre Oliva <aoliva@redhat.com>.
102 2003-03-13  Alexandre Oliva  <aoliva@redhat.com>
104         * stdio-common/_itoa.c (_itoa_base_table): Make 64-bit
105         literals long long.
106         * stdlib/fpioconst.c: Likewise.
107         * stdlib/strtod.c: Likewise.
109         * sysdeps/mips/add_n.S: Use L macro for local labels.
110         * sysdeps/mips/addmul_1.S: Likewise.
111         * sysdeps/mips/lshift.S: Likewise.
112         * sysdeps/mips/memcpy.S: Likewise.
113         * sysdeps/mips/memset.S: Likewise.
114         * sysdeps/mips/mul_1.S: Likewise.
115         * sysdeps/mips/rshift.S: Likewise.
116         * sysdeps/mips/sub_n.S: Likewise.
117         * sysdeps/mips/submul_1.S: Likewise.
118         * sysdeps/mips/mips64/add_n.S: Likewise.
119         * sysdeps/mips/mips64/addmul_1.S: Likewise.
120         * sysdeps/mips/mips64/lshift.S: Likewise.
121         * sysdeps/mips/mips64/mul_1.S: Likewise.
122         * sysdeps/mips/mips64/rshift.S: Likewise.
123         * sysdeps/mips/mips64/sub_n.S: Likewise.
124         * sysdeps/mips/mips64/submul_1.S: Likewise.
125         * sysdeps/unix/mips/sysdep.h: Define L() according to ABI
126         conventions.  Define END as in sys/asm.h.
127         * sysdeps/unix/mips/sysdep.S: Likewise.
128         * sysdeps/unix/mips/wait.S: Likewise.
129         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
131         * sysdeps/ieee754/dbl-64/dbl2mpn.c (__mpn_extract_double):
132         Cast shifted values that may be too narrow to mp_limb_t.
133         * sysdeps/ieee754/dbl-64/mpn2dbl.c (__mpn_construct_double):
134         Likewise.
135         * sysdeps/ieee754/flt-32/mpn2flt.c (__mpn_construct_float):
136         Likewise.
137         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c
138         (__mpn_extract_long_double): Likewise.
139         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c
140         (__mpn_construct_long_double): Likewise.
141         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c
142         (__mpn_extract_long_double): Likewise.
143         * sysdeps/ieee754/ldbl-96/mpn2ldbl.c
144         (__mpn_construct_long_double): Likewise.
146 2003-03-13  Roland McGrath  <roland@redhat.com>
148         * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line
149         entries in the map file match too.
151 2003-03-13  Guido Guenther  <agx@sigxcpu.org>
153         * sysdeps/unix/sysv/linux/mips/clone.S: introduce and use local
154         label .Lthread_start since current binutils don't allow branches
155         to globally visible symbols.
157 2003-03-13  Jakub Jelinek  <jakub@redhat.com>
159         * sysdeps/unix/sysv/linux/ia64/sysdep.h (BREAK_INSN_1, BREAK_INSN,
160         ASM_OUTARGS_0, ASM_OUTARGS_1, ASM_OUTARGS_2, ASM_OUTARGS_3,
161         ASM_OUTARGS_4, ASM_OUTARGS_5, ASM_OUTARGS_6): Define.
162         (INTERNAL_SYSCALL, INLINE_SYSCALL): Use it.  Make syscall arguments
163         clobbered by the syscall.
164         (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
165         ASM_ARGS_6): Change constraints from r to index of corresponding
166         output register.
167         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Swap
168         ptid and ctid to match kernel.
169         * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Likewise.
171 2003-03-12  Steven Munroe  <sjmunroe@us.ibm.com>
173         * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
174         AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
175         * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
177 2003-03-11  Roland McGrath  <roland@redhat.com>
179         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
180         Check SYM_MAP rather than SYM as definedness check.
181         Handle R_PPC64_ADDR32, R_PPC64_ADDR30, and R_PPC64_REL64 relocs.
182         Don't handle R_PPC64_REL24 reloc.
183         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
185         * sysdeps/powerpc/powerpc64/dl-machine.h
186         [USE_TLS] (elf_machine_type_class): Match all the TLS relocs in a
187         block, so we cover all the TPREL16* flavors without 6 ||s.
188         [USE_TLS] (elf_machine_tprel): New function.
189         (elf_machine_rela) [USE_TLS]: Use elf_machine_tprel for TPREL64 reloc,
190         and handle TPREL16 relocs too.  Return rather than break for DTPREL64.
191         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
193 2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
195         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
196         instead of jalr to invoke subroutine so restoring the $gp register
197         will work properly.
199 2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
201         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
202         to __NR_pread if not defined.
203         (__NR_pwrite64): Define to __NR_pwrite if not defined.
205 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
207         * sysdeps/unix/sysv/linux/ia64/system.c: New file.
208         * sysdeps/unix/sysv/linux/kernel-features.h
209         (__ASSUME_CLONE_THREAD_FLAGS): Define for IA-64 and s390* with
210         kernel >= 2.5.64.
212 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
214         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
215         allocate space even for the trailing '/'.
216         Reported by John Reiser <jreiser@BitWagon.com>.
218         * sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
219         ASM_CLOBBERS_6): Define.
220         (ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
221         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
222         to match IA-32 order.
223         * sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
225 2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>
227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
228         Copy extra params for NPTL to registers used in clone syscall.
230 2003-03-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
232         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
233         call names for pread and pwrite.
235 2003-03-10  Roland McGrath  <roland@redhat.com>
237         * dlfcn/Makefile (libdl-routines): Add dladdr1.
238         * dlfcn/dladdr1.c: New file.
239         * dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
240         [__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
241         * elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
242         a const ElfNN_Sym ** to fill in.
243         * include/dlfcn.h: Update decl.  Include <link.h>.
244         * dlfcn/dladdr.c (dladdr): Update caller.
245         * malloc/mtrace.c (tr_where): Likewise.
246         * sysdeps/generic/elf/backtracesyms.c: Likewise.
247         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
248         * dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
249         * Versions.def (libdl): Define GLIBC_2.3.3 set.
251         * sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
252         assembler command.
253         * sysdeps/unix/Makefile (compile-syscall): New variable.
254         Pass -g0 to compiler for assembling syscall stubs from stdin.
256         * sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
257         (STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
258         Define these to do nothing.
260         * configure.in: New check for -g on .S files.
261         * configure: Regenerated.
262         * config.make.in (have-cpp-asm-debuginfo): New variable.
263         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
264         * Makeconfig (ASFLAGS): New variable, if undefined and
265         $(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
266         * Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
268 2003-03-09  Roland McGrath  <roland@redhat.com>
270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
271         used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.
273 2003-03-09  Ulrich Drepper  <drepper@redhat.com>
275         * po/fi.po: Update from translation team.
276         * po/ca.po: Likewise.
277         * po/da.po: Likewise.
279 2003-03-08  Ulrich Drepper  <drepper@redhat.com>
281         * rt/tst-aio7.c (do_test): Change BYTES into a #define.
283 2003-03-07  Ulrich Drepper  <drepper@redhat.com>
285         * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
287         * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
289 2003-03-07  Roland McGrath  <roland@redhat.com>
291         * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
292         * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
294 2003-03-04  Guido Guenther  <agx@sigxcpu.org>
296         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
297         stubs, we have INLINE_SYSCALL.
298         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
299         MAP_NONBLOCK.
301 2003-03-06  Roland McGrath  <roland@redhat.com>
303         * rt/tst-aio7.c (do_test): Revert last change.  Instead, give CB1
304         permanent extent and add a comment about testing its implicit teardown.
306 2003-03-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
308         * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
310 2003-03-05  Ulrich Drepper  <drepper@redhat.com>
312         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
313         reversed __builtin_expect expectation.
315 2003-03-05  Roland McGrath  <roland@redhat.com>
317         * stdio-common/sscanf.c: Use prototype defn with ... syntax.
318         * libio/swscanf.c: Likewise.
319         * libio/swprintf.c: Likewise.
321 2003-03-04  Roland McGrath  <roland@redhat.com>
323         * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
324         (elf_machine_rela): Always use RESOLVE_MAP, needed for
325         R_PPC64_JMP_SLOT as well as TLS cases.
326         (BIT_INSERT): Move parenthesis where it ought to have been.
327         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
329         * posix/confstr.c (confstr): Correct STRING_LEN values for
330         _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
331         break.  Reported by Alexandre Julliard <julliard@winehq.com>.
333 2003-03-04  Jakub Jelinek  <jakub@redhat.com>
335         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
337 2003-03-04  Ulrich Drepper  <drepper@redhat.com>
339         * sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
340         clone parameters.
342         * po/sv.po: Update from translation team.
344 2003-03-04  Andreas Jaeger  <aj@suse.de>
345             Ulrich Drepper  <drepper@redhat.com>
347         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.
349 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
351         * sysdeps/generic/dl-sysdep.h: Add double include protection.
353         * po/tr.po: Update from translation team.
355         * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
356         are holes between the segments.  Only call mprotect to set
357         proection to PROT_NONE if there are some.
359         * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
360         Update comment.
362         * include/sched.h (__clone2): Use ... instead of adding all the
363         new parameters.
365 2003-03-03  Roland McGrath  <roland@redhat.com>
367         * elf/dl-load.c (struct filebuf): Fix typo in last change.
369         * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
370         PI_STATIC_AND_HIDDEN.
372 2003-03-03  Ian Wienand  <ianw@gelato.unsw.edu.au>
374         * sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
375         flags.
376         * include/sched.h: Update clone2 prototype.
378 2003-03-03  Andreas Jaeger  <aj@suse.de>
380         * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
381         (llrint): Use it to correct return type.
382         (lrint): Likewise.
383         (lround): Likewise.
384         (llround): Likewise.
386 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
388         * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
389         byte filebuf size.
391         * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
392         if ccs parameter isn't valid.  Reported by Andreas Schwab.
394 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
396         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
397         for system call numbers > 255.
398         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
399         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
400         INTERNAL_SYSCALL): Likewise.
401         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
402         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
403         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
404         INTERNAL_SYSCALL): Likewise.
406 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
408         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
409         array if it is the initial dtv.
411 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
413         * po/es.po: Update from translation team.
414         * po/fr.po: Likewise.
415         * po/gl.po: Likewise.
416         * po/sk.po: Likewise.
417         * po/sv.po: Likewise.
419         * sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
420         * misc/sys/mman.h: Add prototype for remap_file_pages.
421         * sysdeps/generic/remap_file_pages.c: New file.
422         * misc/Makefile (routines): Add remap_file_pages.
423         * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
425         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
426         and MAP_NONBLOCK.
427         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
428         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
429         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
430         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
431         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
432         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
433         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
434         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
436 2003-03-03  Roland McGrath  <roland@redhat.com>
438         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
439         * sysdeps/ia64/dl-machine.h: Likewise.
440         * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
441         argument type.
442         * sysdeps/ia64/dl-lookupcfg.h: Update decl.
444         * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
445         * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
446         * locale/Versions (libc: GLIBC_2.3): Move those to ...
447         * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
448         * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
449         * Versions.def (libc): Add GLIBC_2.3.3 set.
451         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.
452         * sysdeps/ia64/dl-machine.h: Update decl.
454 2003-03-03  Andreas Jaeger  <aj@suse.de>
456         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
458 2003-03-02  Roland McGrath  <roland@redhat.com>
460         * scripts/abilist.awk: Reject data items with apparent 0 size.
462         * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar
463         after foo.* as if it were a duplicate.
465         * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
467 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
469         * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
471         * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
472         * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
473         if not already defined.  Use SYSDEP_GETRES to allow other files to
474         provide alternative implementations.
475         * sysdeps/unix/sysv/linux/clock_getres.c: New file
476         * sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
477         if not already defined.  Use SYSDEP_GETTIME to allow other files to
478         provide alternative implementations.
479         * sysdeps/unix/sysv/linux/clock_gettime.c: New file.
480         * sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
481         if not already defined.  Use SYSDEP_GETTIME to allow other files to
482         provide alternative implementations.
483         * sysdeps/unix/sysv/linux/clock_settime.c: New file.
484         * sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
485         other files to provide alternative implementations.  Rearrange
486         tests for invalid parameters.
487         * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
488         * sysdeps/unix/sysv/linux/sysconf.c: New file.
489         * sysdeps/unix/sysv/linux/kernel-features.h: Define
490         __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
491         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
492         _POSIX_MONOTONIC_CLOCK.
494 2003-03-02  Roland McGrath  <roland@redhat.com>
496         * scripts/merge-abilist.awk: More checks for bogus input.
497         Uniquify duplicate config names.
499         * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
501         * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): Renamed
502         from dl_reloc_overflow, make global.
503         (__process_machine_rela): Update callers.
504         * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow.
505         Add attribute_hidden to __process_machine_rela decl.
506         (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
508         * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
509         variable.
511         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
512         Don't use weak_extern for dl_rtld_map.  Instead check only if [SHARED].
513         (elf_machine_rela): Clean up.
515         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up.
517         PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>.
518         * sysdeps/powerpc/powerpc32/elf/configure.in: New file.
519         * sysdeps/powerpc/powerpc32/elf/configure: New generated file.
520         * elf/tls-macros.h [__powerpc__ && !__powerpc64__]
521         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them.
522         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support
523         new relocs for TLS.
525         * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these
526         macros out of [SHARED].
527         (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
529         * elf/elf.h: Define R_PPC_* relocs for TLS support.
530         Clean up R_PPC64_* macro definition comments.
532         * configure.in: In "running configure fragment for" message,
533         omit $srcdir from the name if we prepended it.
534         * configure: Regenerated.
536         * elf/dl-reloc.c (allocate_static_tls): Fix calculations.
537         From Jakub Jelinek <jakub@redhat.com>.
539         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
540         which duplicated the O_DIRECT defn.
542 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
544         * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
545         random functions.
547 2003-03-01  Andreas Schwab  <schwab@suse.de>
549         * resolv/Makefile (tests): Don't depend on
550         $(objpfx)mtrace-tst-leaks when cross compiling.
552         * sysdeps/m68k/dl-machine.h (_dl_start_user): Access
553         __libc_stack_end through GOT since it is a global symbol.
555 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
557         * argp/argp.h: Fix a typo.
558         Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
560         * manual/terminal.texi: Fix cfmakeraw() definition from int to void.
562 2003-02-27  Pat Rankin  <rankin@pactechdata.com>
564         * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
565         char *.
566         (get_subexp): Likewise.
568 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
570         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
572 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
574         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
576 2003-02-27  Roland McGrath  <roland@redhat.com>
578         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
579         special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
580         repeat it and avoids the test for the common case.
581         Clean up and fix calculations for TLS relocs.
583         * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
584         * sysdeps/powerpc/dl-tls.h: ... here.
585         (TLS_TP_OFFSET): New macro.
587         * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
589 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
591         * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
592         code generation changes in recent gcc.
594 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
596         * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
597         Rename argument to avoid symbol conflict.
599         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
600         [__USE_GNU] (O_DIRECT): New macro.
602 2003-02-24  David Mosberger  <davidm@hpl.hp.com>
604         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
605         unwind info.
607 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
609         * resolv/res_libc.c [USE___THREAD] (_res): Don't need the
610         initializer anymore now that res_thread_freeres is more careful.
612         * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
613         except the PKTINFO.  Reset interface in PKTINFO.
614         Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
616 2003-02-25  Steven Munroe  <sjmunroe@us.ibm.com>
618         * elf/elf.h: Add new R_PPC64_* relocs for TLS.
619         * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
620         Define.
621         * sysdeps/powerpc/powerpc64/elf/configure.in: New file.
622         * sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
623         * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
624         * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
626         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
627         Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
629 2003-02-25  Andreas Jaeger  <aj@suse.de>
631         * manual/memory.texi (Malloc Tunable Parameters): Clarify
632         behaviour of M_MMAP_THRESHOLD.
634 2003-02-25  Roland McGrath  <roland@redhat.com>
636         * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
637         zero, inidicating _res was not initialized yet.
639 2003-02-24  Ulrich Drepper  <drepper@redhat.com>
641         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
642         test.
644 2003-02-24  Roland McGrath  <roland@redhat.com>
646         * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
648 2003-02-23  Roland McGrath  <roland@redhat.com>
650         * sysdeps/posix/pause.c: New file.
651         * sysdeps/unix/common/pause.c: File removed.
653 2003-02-23  Ulrich Drepper  <drepper@redhat.com>
655         * sysdeps/generic/bits/confname.h: Remove #ifs.
657         * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
658         * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
660         * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock
661         element to -1.
663 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
665         * sysdeps/generic/dl-sysdep.c: Avoid warning.
667 2003-02-22  Roland McGrath  <roland@redhat.com>
669         * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
670         * resolv/Makefile (tests): Add tst-leaks.
671         ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
672         (tst-leaks-ENV): New variable.
673         ($(objpfx)mtrace-tst-leaks): New target.
674         (tests): Depend on it.
676         * include/libc-internal.h: Declare __libc_thread_freeres.
678         * Makerules: Fix last change to use $($(subdir)-version) when set.
680         * Makerules (install-lib-nosubdir): Depend on installed
681         libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed
682         regardless of the libfoo.so target's dependencies.
684         * MakeTAGS (sub-make-vars): New variable, includes generating=t.
685         Use that in $(MAKE) calls.
687 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
689         * catgets/gencat.c (read_input_file): Collision between
690         auto-assigned numbers and user-defined nubmers is not fatal.
691         Handle it.
692         Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
693         * catgets/Makefile: Add rules to run test2.msg test.
694         * catgets/test2.msg: New file.
696         * catgets/gencat.c (main): Return 1 if messages have been printed.
698         * iconv/iconv_prog.c (main): Unify messages.
700         * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
701         when shifting retval.
702         * stdlib/tst-strtod.c (main): Add strtold test case.
703         Reported by Fred J. Tydeman <tydeman@tybor.com>.
705 2003-02-21  Roland McGrath  <roland@redhat.com>
707         * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
708         * sunrpc/rpc_thread.c: Likewise for text_set_element use.
709         (__rpc_thread_destroy): Add it to __libc_subfreeres too.
711         * include/resolv.h: Add libc_hidden_proto for __res_nclose.
712         * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
713         (res_thread_freeres): New function, on __libc_thread_subfreeres and
714         __libc_subfreeres.
716         * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
717         * malloc/thread-freeres.c: New file.
718         * malloc/Makefile (aux): Add it.
719         * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
720         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section
721         "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set.
723         * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix.
724         * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
726 2003-02-21  Roland McGrath  <roland@frob.com>
728         * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open.
730         * iconvdata/Makefile (tests): Add bug-iconv3 only if
731         [$(have-thread-library) = yes].
733 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
735         * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
737         * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
738         not chechk for errors (unless testing for 32bit variant).
739         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
740         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
741         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
743 2003-02-21  Jakub Jelinek  <jakub@redhat.com>
745         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
746         Check for signed overflow, not unsigned.
748         * sysdeps/sparc/sparc64/elf/configure.in: New file.
749         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
750         Use -fcall-used-g6, not -fcall-used-g7.
752 2003-02-21  Andreas Jaeger  <aj@suse.de>
754         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default
755         mode.
757         * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not
758         clear whole mxcsr but only exceptions.
760 2003-02-21  Roland McGrath  <roland@redhat.com>
762         * Makerules: Filter $(install-lib-ldscripts) out of list of targets
763         for libfoo.so that need $(make-link) rules.
765 2003-02-21  Roland McGrath  <roland@frob.com>
767         * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
768         to match existing struct stat layout in mig protocols.
770 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
772         * version.h (VERSION): Bump to 2.3.2.
774         * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp,
775         tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c,
776         and dl-sysdep.h.
777         * sysdeps/generic/Dist: Add sysdep-cancel.h.
778         * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h.
779         * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S.
780         * sysdeps/unix/sysv/linux/Dist: Add pathconf.h.
781         * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h.
782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and
783         ucontext_i.h.
784         * Makefile (distribute): Add include/stubs-prologue.h,
785         include/gnu/stubs.h, scripts/merge-abilist.awk, and
786         scripts/extract-abilist.awk.
788 2003-02-20  Roland McGrath  <roland@redhat.com>
790         * math/Makefile (distribute): Don't add generated files.
792 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
794         * math/Makefile: Rearrange variable definitions slightly to get
795         definition in the right order.
797 2003-02-20  Roland McGrath  <roland@redhat.com>
799         * Makerules: Clean up conditional around include of tls.make.
800         * Make-dist: Export generating=t to prevent using that.
801         (+distinfo): Likewise for $(shell $(MAKE) ...) runs.
803 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
805         * inet/rcmd.c (rresvport_af): Avoid using invliad values.  Wrap
806         around in search if port IPPORT_RESERVED/2 has been test.
808 2002-02-20  Paolo Bonzini  <bonzini@gnu.org>
810         * posix/regcomp.c: Remove inclusions.
811         * posix/regexec.c: Likewise.
812         * posix/regex_internal.c: Likewise.
813         * posix/regex_internal.h: Add inclusions here.
814         * posix/regex.c: Only include sys/types.h before regex.h.  Include
815         regex_internal.h here.  Include regex_internal.c before regcomp.c
816         and regexec.c (might expose more opportunities to the C compiler).
818         * posix/regcomp.c (parse_expression): Fix construct rejected by SGI CC.
820         * posix/regex_internal.h [!_LIBC] (__mempcpy): Fix typo.
821         [!_LIBC] (__wcrtomb): New definition.
822         [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and
823         HAVE_LOCALE_H as well.
825 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
827         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Remove obsolete
828         patch to check for system call errors.
830 2002-07-24  Philip Blundell  <philb@gnu.org>
832         * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV
833         on unknown systems.
835 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
837         * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround.
838         * sysdeps/unix/sysv/linux/kernel-features.h
839         (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too.
840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl
841         if possible.
842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
843         interprocedure branches.
844         * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to...
845         * sysdeps/powerpc/nofpu/Dist: ...here.
846         * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to...
847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
848         * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete.
849         * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete.
850         * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
852 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
854         * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
856 2003-02-20  Philip Blundell  <philb@gnu.org>
858         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
859         missing arguments to INTERNAL_SYSCALL_ERROR_P and
860         INTERNAL_SYSCALL_ERRNO.
862 2003-02-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
864         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test
865         for __ASSUME_32BITUIDS.
867 2003-02-20  Andreas Schwab  <schwab@suse.de>
869         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* and
870         POSIX_MADV_* constants.
872 2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
874         * sysdeps/unix/sysv/linux/sh/pread.c: New file.
875         * sysdeps/unix/sysv/linux/sh/pread64.c: New file.
876         * sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
877         * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
879 2003-02-19  Jiro Sekiba  <jir@yamato.ibm.com>
881         * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
883 2003-02-16  Roland McGrath  <roland@redhat.com>
885         * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
887 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
889         * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
890         decimal input digits.
891         * stdlib/tst-strtod.c (main): Add test for strtof bug.
893 2003-02-18  Ulrich Drepper  <drepper@redhat.com>
895         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
896         invalid file descriptors and missing access permissions.
898 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
900         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
901         been found.
903         * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
904         TTY_NAME_MAX and not the _POSIX_* minimal value macros.
905         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
906         and LOGIN_NAME_MAX.
908 2003-02-17  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
909             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
911         * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
912         * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
913         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
914         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
915         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
917 2003-02-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
919         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete.
920         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete.
921         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete.
922         * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete.
923         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete.
924         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete.
926         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file...
927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here.
928         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file...
929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
931         * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL.
932         * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise.
933         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete.
934         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
936 2003-02-14  Thorsten Kukuk  <kukuk@suse.de>
938         * nss/getent.c (print_hosts): Print all IP addresses of one host.
940 2003-02-15  Roland McGrath  <roland@frob.com>
942         * sysdeps/mach/hurd/tls.h: New file.
943         * sysdeps/mach/hurd/i386/tls.h: New file.
945         * mach/errsystems.awk: Include <errno.h> in generated output.
947         * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
948         use target mach-before-compile instead of generated.
949         (mach-before-compile): New target.
950         * Makerules: Disable use of tls.make if $(generating) is set.
951         * mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
952         * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
953         mach-shortcuts.h so mach/ generation happens before hurd/.
955 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
957         * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
958         of demorm correctly if low word is zero.
959         Reported by Fred J. Tydeman <tydeman@tybor.com>.
960         * math/libm-test.inc (nextafter_test): New test, but disabled due
961         to gcc bug.
963         * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
964         counter and only call __exit_thread if this is not the last thread.
966 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
968         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add instead of
969         subtracting map->l_tls_offset.
971 2003-02-12  Ulrich Drepper  <drepper@redhat.com>
973         * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and
974         _CS_GNU_LIBPTHREAD_VERSION.
975         * posix/conststr.c: Handle these new values.
976         * posix/getconf.c: Likewise.
978         * sysdeps/mips/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix
979         masking of version index.
980         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
982 2003-02-11  Ulrich Drepper  <drepper@redhat.com>
984         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Compute alignment
985         correctly.  Reported by Thorsten Kukuk.
987 2003-02-10  Ulrich Drepper  <drepper@redhat.com>
989         * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and
990         _BSD_SOURCE to compiler.
991         * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings.
992         Patches by Alan Modra.
994 2003-02-08  Ulrich Drepper  <drepper@redhat.com>
996         * io/ftwtest.c: Get current working directory before and after the
997         nftw call and make sure they match.
999 2003-02-08  Jim Meyering  <jim@meyering.net>
1001         * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
1002         the current directory, not just when DIR contains a slash.
1003         Reported by Manoj Srivastava.
1005 2003-02-07  Jim Meyering  <jim@meyering.net>
1007         * io/ftw.c: Add autoconf-recommended block of alloca-related code.
1008         Include autoconf-recommended block of dirent/NAMELEN-related
1009         definitions and includes.  Use NAMELEN throughout, rather than
1010         _D_EXACT_NAMLEN.
1011         [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
1012         [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.
1013         (stpcpy): Declare, if necessary.
1014         (mempcpy): Define, if necessary.
1015         [!_LIBC] (__stpcpy, __mempcpy): Define.
1016         [!_LIBC] (LXSTAT, XSTAT): Define.
1017         (lstat) [!LIBC && !LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.
1018         (find_object): Don't use c99-style struct initializer.
1019         Tweak wording in a couple comments.
1021 2003-02-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1023         * elf/tls-macros.h: Add non-PIC TLS macros and fix clobber list
1024         for SH.
1025         * sysdeps/unix/sysv/linux/sh/brk.c: Add SYSCALL_INST_PAD
1026         after the trapa instruction.
1027         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Add additional
1028         parameters.
1029         * sysdeps/unix/sysv/linux/sh/sh4/sysdep.h: New file.
1030         (NEED_SYSCALL_INST_PAD): Define.
1031         * sysdeps/unix/sysv/linux/sh/sys/user.h (start_thread): Undef to
1032         avoid to use definition for the kernel.
1033         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
1034         Save and restore the frame pointer.
1035         (SYSCALL_INST_PAD): Define.
1036         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
1037         (INTERNAL_SYSCALL): Make use of ERR parameter. Add SYSCALL_INST_PAD
1038         after trapa instruction.
1039         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
1040         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
1042 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
1044         * resolv/res_libc.c (_res): Ensure _res is not common symbol,
1045         so that it can have aliases.
1046         * inet/herrno.c (h_errno): Put it into .bss not .data section.
1048 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
1050         * elf/dl-runtime.c (fixup): Correct typo in version index computation.
1051         (profile_fixup): Likewise.
1052         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
1054 2002-11-24  Robert Love  <rml@tech9.net>
1056         * posix/sched.h: Second parameter of sched_setaffinity and
1057         sched_getaffinity is `unsigned int', not `unsigned long'.
1058         * sysdeps/generic/sched_setaffinity.c: Likewise.
1059         * sysdeps/generic/sched_getaffinity.c: Likewise.
1061 2003-02-05  Ulrich Drepper  <drepper@redhat.com>
1063         * debug/catchsegv.sh: Fix typo in error messsage.
1064         Reported by John Levon <levon@movementarian.org>.
1066         * sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
1067         * sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
1068         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
1069         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
1071         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1072         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1074         * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
1075         Patch by Moritz Schulte <moritz@duesseldorf.ccc.de>.
1077 2003-02-05  Jim Meyering  <jim@meyering.net>
1079         Fix a heap-corrupting bug.
1080         * io/ftw.c: Include <limits.h>.
1081         (PATH_MAX) [!defined PATH_MAX]: Define to 1024.
1082         (process_entry): Allocate enough space to hold the resulting
1083         file name.  Don't presume that 2*dirbufsize is enough.
1084         (ftw_startup): Always use PATH_MAX to compute buffer size, now that
1085         it is guaranteed to be defined.
1087 2003-02-04  Ulrich Drepper  <drepper@redhat.com>
1089         * iconvdata/Makefile: Add rules to build and run bug-iconv3.
1090         * iconvdata/bug-iconv3.c: New file.
1092 2003-02-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1094         * sysdeps/unix/sysv/linux/s390/system.c: New file.
1096 2003-02-03  Jakub Jelinek  <jakub@redhat.com>
1098         * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
1099         check.
1100         * config.h.in (BROKEN_SPARC_WDISP22): Add.
1102 2003-02-03  Ulrich Drepper  <drepper@redhat.com>
1104         * sysdeps/i386/i686/memmove.S: New file.
1106 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
1108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
1109         Include kernel-features.h
1110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1115 2003-02-02  Jakub Jelinek  <jakub@redhat.com>
1117         * elf/tls-macros.h [sparc] (TLS_LD, TLS_GD): Add "cc" clobbers.
1119 2003-01-25  Jim Meyering  <jim@meyering.net>
1121         * io/ftw.c (object_compare): Compare inode numbers before device
1122         numbers, since the former are much more likely to differ.
1124 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
1126         * time/tzfile.c (__tzfile_compute): Change return value type to
1127         void.  Adjust return statements.
1128         * include/time.h (__tzfile_compute): Adjust prototype.
1130 2003-02-01  Jim Meyering  <jim@meyering.net>
1132         * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
1133         always returns 1.
1135 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
1137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
1138         [!__ASSUME_NEW_PRCTL_SYSCALL]: Noop prctl syscall and set ENOSYS.
1140 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
1142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
1143         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Generate ENOSYS stub.
1144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1145         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
1146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1147         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
1148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1149         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
1151 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
1153         * sysdeps/unix/sysv/linux/configure.in: Change arch_minimum_kernel
1154         back to 2.4.19 for powerpc64.
1155         * sysdeps/unix/sysv/linux/kernel-features.h
1156         (__ASSUME_NEW_PRCTL_SYSCALL): Define for powerpc64.
1157         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Define for powerpc64.
1159 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
1161         * wcsmbs/wcscpy.c (wcscpy): Add alternative implementation for
1162         platforms with strange alignment requirements on wchar_t.
1164 2003-01-31  Andreas Schwab  <schwab@suse.de>
1166         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove __GI_*
1167         aliases, already added by make-syscalls.sh.
1168         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1169         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
1170         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1171         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1172         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1173         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1174         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1175         * sysdeps/unix/inet/syscalls.list: Likewise.
1176         * sysdeps/unix/syscalls.list: Likewise.
1178 2003-01-31  Andreas Schwab  <schwab@suse.de>
1180         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Don't define, not needed
1181         any more.
1183 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
1185         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Use lg,
1186         not l to load tls from stack.
1188 2003-01-30  Roland McGrath  <roland@redhat.com>
1190         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Move check for
1191         null argument before all else.
1192         Reported by Martin Schwidefsky <schwidefsky@de.ibm.com>.
1194 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
1196         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel):
1197         Move to RESOLVE protected part of the header.
1198         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel):
1199         Likewise.
1201 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
1203         * stdio-common/Makefile (tests): Add bug15.
1204         (bug15-ENV): Define.
1205         * stdio-common/bug15.c: New file.
1207 2002-10-07  Wolfram Gloger  <wg@malloc.de>
1209         * malloc/malloc.c (sYSMALLOc): Only check for breakage due
1210         to foreign sbrk()'s if arena is contiguous.  Bug report from
1211         Bruno Haible <bruno@clisp.org>.
1213 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
1215         * sysdeps/s390/libc-tls.c: Include stdlib.h.
1217 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
1219         * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
1220         ps.__count.
1222 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
1224         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Fix storing and
1225         restoring of %r6.
1226         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.  Use
1227         64-bit load.
1228         Patch by Martin Schwidefsky  <schwidefsky@de.ibm.com>.
1230 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
1232         * elf/dl-reloc.c (CHECK_STATIC_TLS): Move _dl_signal_error...
1233         (allocate_static_tls): ...here.  Add __attribute_noinline__.
1234         Don't return on failure.
1235         (_dl_reloc_bad_type): Add __attribute_noinline__.
1236         * elf/do-rel.h (elf_dynamic_do_rel): Add
1237         __attribute__((always_inline)).
1238         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
1239         elf_machine_rel_relative, elf_machine_rela_relative,
1240         elf_machine_lazy_rel): Add prototypes with
1241         __attribute__((always_inline)).
1243 2003-01-29  David Mosberger  <davidm@hpl.hp.com>
1245         * elf/dl-support.c (_dl_aux_init): Handle AT_SYSINFO.
1247 2003-01-29  Roland McGrath  <roland@redhat.com>
1249         * configure.in: Barf if configured in $srcdir.
1251 2003-01-28  Steven Munroe  <sjmunroe@us.ibm.com>
1253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
1254         (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
1256 2003-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1258         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Reorder additional
1259         clone parameters to match the order used on ia32.
1260         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1262 2003-01-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1264         * elf/elf.h: Add new s390 relocs.
1265         * elf/tls-macros.h: Add s390 versions.
1266         * sysdeps/s390/Versions [GLIBC_2.3] (ld): Export __tls_get_offset.
1267         * sysdeps/s390/dl-tls.h: New file.
1268         * sysdeps/s390/libc-tls.c: New file.
1269         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class): Add TLS
1270         relocs for class PLT.
1271         (elf_machine_rela): Handle TLS relocs.
1272         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1273         * sysdeps/s390/s390-32/elf/configure.in: Add TLS check.
1274         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
1275         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Add support for
1276         CLONE_CHILD_*TID flags.
1277         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1278         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Use branch with 32
1279         bit offset.
1280         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1281         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
1282         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S (__syscall_error):
1283         Support USE___THREAD. Define RTLD_PRIVATE_ERRNO variant.
1284         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S (__syscall_error):
1285         Likewise.
1286         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
1287         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER.
1288         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
1289         variants.
1290         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
1291         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER. Use
1292         direct branch to syscall_error for !PIC and PIC && !_LIBC_REENTRANT.
1293         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
1294         variants.
1296 2003-01-28  Ulrich Drepper  <drepper@redhat.com>
1298         * sysdeps/unix/common/pause.c (do_pause): New function.  Split
1299         from __libc_pause.  Implement using sigsuspend.
1300         (__libc_pause): Call do_pause to do the real work.
1302         * sysdeps/posix/sigpause.c (do_sigpause): Check range of
1303         sig_or_mask parameter is is_sig != 0.
1305 2003-01-21  Philip Blundell  <philb@gnu.org>
1307         * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
1309 2003-01-27  Steven Munroe  <sjmunroe@us.ibm.com>
1311         * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
1313 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
1315         * stdio-common/bug14.c: Use official name for the locale.
1317         * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
1318         instead of __libc_cleanup_region_start and _IO_cleanup_region_end
1319         instead of __libc_cleanup_region_end.
1321         * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
1322         as first parameter to __libc_cleanup_region_start.
1324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
1325         (__fe_nomask_env): Use __prctl not prctl.
1326         * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
1327         prctl syscall.
1329         * elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message.
1331         * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
1333         * elf/dl-reloc.c (allocate_static_tls): Avoid arithmetic
1334         wrap-around in test.
1336 2003-01-26  Andreas Schwab  <schwab@suse.de>
1338         * sysdeps/wordsize-32/divdi3.c: Export the functions only as
1339         compatibility symbols.  Remove INTDEF for __divdi3.
1340         * sysdeps/wordsize-32/lldiv.c: Don't use __divdi3_internal.
1341         * sysdeps/powerpc/powerpc32/divdi3.c: Remove.
1342         * sysdeps/powerpc/powerpc32/Makefile (CPPFLAGS-divdi3.c): Don't
1343         define.
1344         * sysdeps/powerpc/powerpc32/Dist: Remove divdi3.c.
1346 2003-01-24  Jakub Jelinek  <jakub@redhat.com>
1348         * elf/tls-macros.h: Add SPARC 32-bit definitions.
1349         * sysdeps/sparc/sparc32/elf/configure.in: Add TLS check.
1350         * sysdeps/sparc/sparc32/dl-machine.h: Add dl_machine_h guards
1351         for the first half of the header.  Include tls.h.
1352         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS
1353         relocs too.
1354         (elf_machine_rela): Handle TLS relocs.
1355         * sysdeps/sparc/dl-tls.h: New file.
1357         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Add cancellation
1358         support.
1360         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Use %g6 instead of %g7.
1361         * sysdeps/sparc/sparc32/memchr.S: Likewise.
1362         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
1363         * sysdeps/sparc/sparc32/strcat.S: Likewise.
1364         * sysdeps/sparc/sparc32/strchr.S: Likewise.
1365         * sysdeps/sparc/sparc32/strcmp.S: Likewise.
1366         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
1367         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1368         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1369         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1370         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
1371         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
1372         * sysdeps/sparc/sparc64/strcat.S: Likewise.
1373         * sysdeps/sparc/sparc64/strchr.S: Likewise.
1374         * sysdeps/sparc/sparc64/strcmp.S: Likewise.
1375         * sysdeps/sparc/sparc64/strcpy.S: Likewise.
1376         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
1377         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
1378         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1379         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1381 2003-01-24  Andreas Schwab  <schwab@suse.de>
1383         * elf/dl-close.c (_dl_close): Don't relocate DT_FINI_ARRAY
1384         elements, and process them backwards.
1385         * elf/Makefile ($(objpfx)tst-array4): New target.
1386         ($(objpfx)tst-array4.out): Likewise.
1387         (tests) [$(have-initfini-array) = yes]: Add tst-array4.
1388         * elf/tst-array4.c: New file.
1389         * elf/tst-array4.exp: Likewise.
1391 2003-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
1393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: New file.
1395 2003-01-27  Guido Guenther  <agx@sigxcpu.org>
1397         * sysdeps/unix/sysv/linux/mips/sysdep.h (SYSCALL_ERROR_LABEL): Define.
1398         * sysdeps/unix/sysv/linux/mips/pread.c: Add support for
1399         cancellation handling and handle both __NR_pread64 and __NR_pread.
1400         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1401         * sysdeps/unix/sysv/linux/mips/pwrite.c: Add support for
1402         cancellation handling and handle both __NR_pwrite64 and __NR_pwrite.
1403         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1404         * sysdeps/unix/mips/sysdep.S: Don't set errno in the _LIBC_REENTRANT
1405         case, use register names consistently.
1407 2003-01-27  Wolfram Gloger  <wg@malloc.de>
1409         * malloc/hooks.c (mem2chunk_check): Check alignment of mem
1410         pointer, not of the computed chunk.  Bug report from Carlos
1411         O'Donell <carlos@baldric.uwo.ca>.
1413 2003-01-25  Andreas Schwab  <schwab@suse.de>
1415         * sysdeps/m68k/dl-machine.h (_dl_start_user): Use pc-relative
1416         addressing to save GOT entries.
1418 2003-01-21  Jakub Jelinek  <jakub@redhat.com>
1420         * sysdeps/unix/alpha/sysdep.h (inline_syscall0,
1421         inline_syscall1, inline_syscall2, inline_syscall3,
1422         inline_syscall4, inline_syscall5, inline_syscall6): Add __volatile__.
1423         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INTERNAL_SYSCALL): Add
1424         __attribute__((unused)) to ChEcK.
1426 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1428         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
1429         Fix inline assembler constraints.
1430         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
1431         Likewise.
1433         * sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
1434         -fPIC.
1436 2003-01-20  Segher Boessenkool  <segher@koffie.nl>
1438         * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
1439         compute the cosine, not the sine, even if x > 0.8.
1441 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
1443         * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of
1444         _nss_nis_setspent.  Work around the different prototypes.
1445         * nis/nss_nis/nis-rpc.c (internal_nis_setrpcent): Use
1446         internal_nis_endrpcent.
1447         (internal_nis_endrpcent): Change return type to void.  Change callers.
1448         * nis/nss_nis/nis-pwd.c: Make _nss_nis_endpwent an alias of
1449         _nss_nis_setpwent.  Work around the different prototypes.
1450         * nis/nss_nis/nis-proto.c (_nss_nis_endprotoent): Split out body
1451         of the function to...
1452         (internal_nis_endprotoent): ... here.  New function.
1453         (internal_nis_setprotoent): Use internal_nis_endprotoent.
1454         * nis/nss_nis/nis-network.c: Make _nss_nis_endnetent an alias of
1455         _nss_nis_setnetent.  Work around the different prototypes.
1456         * nis/nss_nis/nis-netgrp.c (_nss_nis_endnetgrent): Split out body
1457         of the function to...
1458         (internal_nis_endnetgrent): ... here.  New function.
1459         (_nss_nis_setnetgrent): Use internal_nis_endnetgrent.
1461 2003-01-19  Jim Meyering  <jim@meyering.net>
1463         * time/strftime.c: (widen): Merge nearly-identical definitions.
1464         (nl_get_alt_digit) [! defined my_strftime]: Define.
1465         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
1466         _nl_get_alt_digit and _nl_get_walt_digit.
1468 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
1470         * time/strftime.c (my_strftime): Handle very large width
1471         specifications for numeric values correctly.  Improve checks for
1472         overflow.
1473         * time/Makefile (tests): Add tst-strftime.
1474         * time/tst-strftime.c: New file.
1476 2003-01-18  Ulrich Drepper  <drepper@redhat.com>
1478         * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
1479         _nss_nis_sethostent.  Work around the different prototypes.
1480         * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
1481         _nss_nis_setgrent.  Work around the different prototypes.
1482         * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
1483         function.  Split out from _nss_nis_endetherent.
1484         (internal_nis_setetherent): Use internal_nis_endetherent instead of
1485         duplicating the code.
1486         * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
1487         of _nss_nis_setaliasent.
1488         * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
1489         internal_nis_endservent code, don't duplicate it.
1491         * inet/rexec.c (rexec_af): Protect socket operations with
1492         TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
1493         * inet/rcmd.c (rcmd_af): Likewise.
1495 2003-01-17  Roland McGrath  <roland@redhat.com>
1497         * math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]:
1498         Add test of value 0.80190127184058835.
1500         * elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
1502 2003-01-17  Richard Henderson  <rth@redhat.com>
1504         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
1505         relocs for class PLT.
1506         * sysdeps/alpha/libc-tls.c: New file.
1507         * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
1508         (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
1510 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
1512         * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
1513         __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
1514         on _dl_static_lock.
1516 2003-01-17  Andreas Jaeger  <aj@suse.de>
1518         * stdio-common/bug14.c: Include stdlib.h for exit prototype.
1520 2003-01-16  Steven Munroe  <sjmunroe@us.ibm.com>
1522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: New file.
1523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: New file.
1524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: New file.
1525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: New file.
1526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: New file.
1527         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
1528         * sysdeps/unix/sysv/linux/configure.in: Minimum kernel for PPC64
1529         is 2.4.21.
1531 2003-01-16  Ulrich Drepper  <drepper@redhat.com>
1533         * sysdeps/generic/glob.c (glob): Assume sysconf() always returns
1534         values != -1 for _LIBC.  Use extend_alloca to reallocate alloca'ed
1535         buffers.
1537         * sysdeps/generic/sysconf.c: Unconditionally implement
1538         _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX.
1539         * sysdeps/posix/sysconf.c: Likewise.
1541 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
1543         * posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
1544         set *err to the returned error, not to REG_ESPACE unconditionally.
1545         (build_word_op): Likewise.
1546         * posix/Makefile (tests): Add bug-regex16.
1547         * posix/bug-regex16.c: New test.
1549 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
1551         * elf/dl-load.c (_dl_map_object_from_fd): Use
1552         GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
1553         been already initialized.
1555 2003-01-15  Dmitry V. Levin  <ldv@altlinux.org>
1557         * sysdeps/unix/sysv/linux/ptsname.c: Fix typo in comment.
1559 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
1561         * posix/regcomp.c (re_compile_internal): If clearing buffer, clear
1562         allocated too.  Reported by Al Viro <aviro@redhat.com>.
1564 2003-01-16  Roland McGrath  <roland@redhat.com>
1566         Tweak merged .abilist file format to merge duplicate symbols in
1567         different sets into multi-version stanzas with new "| SET regexp..."
1568         header continuation lines.
1569         * scripts/merge-abilist.awk: Rewritten for new format.
1570         * scripts/extract-abilist.awk: Likewise.
1572 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
1574         * nscd/connections.c (nscd_run): Remove bogus return which isn't
1575         necessary with gcc 3.2+.
1576         (nscd_init): Don't use error() to print message, use dbg_log.
1578         * iconv/gconv_simple.c (STORE_REST): Explicitly store the total
1579         expected size into state.
1580         (UNPACK_BYTES): Do the reverse.
1581         * iconv/loop.c: Use CLEAR_STATE if defined to clear __state element.
1582         * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug.
1583         Reported by Al Viro <aviro@redhat.com>.
1585         * stdio-common/Makefile (tests): Add bug14.
1586         * stdio-common/bug14.c: New file.
1588         * stdio-common/vfscanf.c: When recognizing multibyte characters in
1589         string reset the byte counter after mbrtowc reported it is not a
1590         partial character.  Reported by Al Viro <aviro@redhat.com>.
1592 2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
1594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
1595         sysdep-cancel.h, not sysdep.h.
1597 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
1599         * nscd/connections.c (nscd_run): Protect accept call with
1600         TEMP_FAILURE_RETRY.
1602 2003-01-15  Andreas Schwab  <schwab@suse.de>
1604         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
1605         (common-generated): Add s-proto-bp.d.
1606         * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
1607         of bp thunks.
1608         * sysdeps/unix/s-proto-bp.S: New file.
1609         * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
1610         Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
1611         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
1613 2003-01-15  Roland McGrath  <roland@redhat.com>
1615         * Makerules: Use -include for tls.make, suppresses warning.
1616         Move gen-as-const-headers rules up so before-compile is set in time.
1617         (sed-remove-dotdot): Fix to work right for subdirs or top dir.
1619 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
1621         * nscd/nscd.c (main): Make code to close all file descriptors
1622         faster and more robust.
1624         * nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
1625         request with one writev call.  Protect all read calls with
1626         TEMP_FAILURE_RETRY.
1627         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1628         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
1630         * nscd/hstcache.c: Use extend_alloca to reallocate alloca'd buffer.
1631         Protect writev calls with TEMP_FAILURE_RETRY.
1632         * nscd/grpcache.c: Likewise.
1633         * nscd/pwdcache.c: Likewise.
1635         * nscd/hstcache.c (addhstbynamev6): Don't interpret hostname as
1636         IPv6 address in debug output.
1638 2003-01-14  Roland McGrath  <roland@redhat.com>
1640         * Makerules (check-abi-%): Use two rules for $(common-objpfx) and
1641         $(objpfx) directories, and get rid of vpath directives.  The previous
1642         arrangement resulted in files being written to the source directories
1643         when run in a clean build.  Find all .abilist files in $(..)abilist/.
1644         (update-abi-%): Likewise.
1645         (generated): Don't add .symlist files, they'll be intermediates.
1647         * sysdeps/generic/init-first.c: Add a comment.
1649         * elf/Makefile ($(objpfx)ld.so): Pass -z defs in link.
1651         * scripts/gen-as-const.awk: Grok lone "--" as a separator between
1652         #includes and expressions.
1654         * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged
1655         config list when it already contains cpu-.*-os.* without / part.
1657         * Makerules (sed-remove-dotdot): New variable.
1658         ($(common-objpfx)%.make): Use it.  Depend on $(before-compile).
1659         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.
1660         (check-abi-config): New variable, append /tls or /notls to the tuple.
1661         (check-abi-%): Use that for -v config value.
1662         Find .abilist files in abilist/libfoo.abilist, not in subdir.
1663         * Rules: Move bits/stdio_lim.h generation rules to Makerules.
1665 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
1667         * manual/install.texi: Correct description of header preparation for
1668         Linux build.  Patch by mhwood@Ameritech.Net [PR libc/4941].
1670 2003-01-14  Guido Guenther  <agx@sigxcpu.org>
1672         * sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
1673         INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
1674         INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.
1676 2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
1678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1679         (INTERNAL_SYSCALL): Make use of ERR parameter.
1680         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
1681         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
1682         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
1683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
1685 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
1687         * sunrpc/pm_getport.c (pmap_getport): Open TCP socket if protocol
1688         == IPPROTO_TCP.
1689         Patch by James Strandboge <jamie@tpptraining.com> [PR libc/4943].
1691         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
1692         Fix entry for bit 31.
1694         * iconvdata/Makefile: Add rules to build IBM866NAV.
1695         * iconvdata/ibm866nav.c: New file.
1696         * iconvdata/tst-tables.sh: Add IBM866NAV.
1697         * iconvdata/gconv-modules: Add entries for IBM866NAV.
1699 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
1701         * string/tester.c (test_strcpy): Use the previously #if 0'ed code
1702         to test void* parameters.
1704         * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast
1705         source pointer before dereferencing.
1706         (__STRING_SMALLL_GET32): Likewise.
1707         (__memset_gc): Add missing parenthesis around macro arguments.
1708         Patch by Denis Zaitsev <zzz@cd-club.ru>.
1710         * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler
1711         that %eax is modified.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
1713 2003-01-14  Jakub Jelinek  <jakub@redhat.com>
1715         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
1716         defining.
1718 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1720         * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
1721         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
1722         here.
1723         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
1725 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1727         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
1728         from here...
1729         (PSEUDO): ... to here.
1730         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
1731         from here...
1732         (PSEUDO): ... to here.
1734 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
1736         * locale/programs/charmap-dir.c (charmap_readdir): Use struct
1737         dirent64 instead of struct dirent for dirent.  Call readdir64
1738         instead of readdir.
1740         * locale/programs/locfile.c (siblings_uncached): Use struct
1741         dirent64 instead of struct dirent for other_dentry.  Call
1742         readdir64 instead of readdir.
1744         * elf/ldconfig.c (direntry): Change type to struct dirent64.
1745         (search_dir): Use readdir64 instead of readdir.
1746         Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
1748 2003-01-12  Roland McGrath  <roland@redhat.com>
1750         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
1751         not strtol.  The former is usable in ld.so, the latter not.
1753         * include/fcntl.h: Declare __libc_creat.
1755         * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs,
1756         libhurduser-link.so-no-z-defs): New variables.
1758         * malloc/malloc.c: Revert last change.
1759         * malloc/malloc.h (_int_*): Move these decls to ...
1760         * include/malloc.h: ... here.  Add attribute_hidden.
1761         (_int_valloc): Declare it too.
1763 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
1765         * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
1766         search for removed searchlist.  Reported by Roland McGrath.
1768         * io/ftwtest-sh: Add test for case of symlink to nonexisting file
1769         given as start file.
1771         * io/ftw.c (ftw_startup): Use correct name in check for symlink
1772         without existing target.  Patch by Jim Meyering.
1774         * Makerules (build-shlib-helper): Don't use -z defs linker option
1775         if no-z-defs is defined either.
1777 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1779         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
1780         file.
1782 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1784         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
1785         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1787 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
1789         * io/ftwtest-sh: Add test case for relative path with /. at the end.
1791 2003-01-12  Jim Meyering  <jim@meyering.net>
1793         * io/ftw.c (ftw_startup): When trying to stat the starting directory,
1794         use the basename if we've already chdir'd into its parent directory.
1796 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
1798         * io/ftw.c (process_entry): Use relative path when using chdir()
1799         to change directory after call to ftw_dir.
1800         * io/ftwtest-sh: Add test for relative path argument to nftw()
1801         with FTW_CHDIR option.
1803 2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1805         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
1806         Define for powerpc.
1807         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
1808         into account.
1809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1810         (INTERNAL_SYSCALL): Make use of ERR parameter.
1811         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
1812         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
1813         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
1814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
1816 2002-01-09  Richard Henderson  <rth@redhat.com>
1818         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
1819         DTPREL64 and TPREL64 without loadbase applied.
1821 2002-01-09  Richard Henderson  <rth@redhat.com>
1823         * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
1824         for NOT_IN_libc.
1826         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
1827         * sysdeps/unix/alpha/sysdep.h: ... here.
1828         (PSEUDO_LOADGP): Remove.
1829         (PSEUDO_PROLOGUE): Load GP in non-pic case.
1830         (SYSCALL_ERROR_LABEL): New.
1831         (PSEUDO): Use it in error branch.
1832         (PSEUDO_END): Add $syscall_error label.
1834 2003-01-12  Andreas Jaeger  <aj@suse.de>
1836         * math/bits/mathcalls.h: Round is a const function.
1838 2003-01-11  Jim Meyering  <jim@meyering.net>
1840         * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
1841         [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
1842         Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
1843         [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
1844         [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
1845         [!_LIBC] (internal_function, dirent64, MAX): Define.
1846         (__set_errno): Define if not already defined.
1847         (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
1848         the basename, not the entire file name.
1849         (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
1850         the basename, not the entire file name.
1852 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
1854         * string/tester.c (test_strcpy): Disable last added strcpy until
1855         it is fixed.
1857 2003-01-11  Philip Blundell  <philb@gnu.org>
1859         * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
1861 2003-01-11  Andreas Schwab  <schwab@suse.de>
1863         * Makerules: Add vpath for %.dynsym and %.so so that the
1864         implicit rule chaining for check-abi works.
1866 2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1868         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
1869         Add non-PIC case.
1871 2003-01-11  Jakub Jelinek  <jakub@redhat.com>
1873         * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
1874         [__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
1875         gp is used early.
1876         [__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
1877         * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
1878         Ensure libc.so in DT_NEEDED.
1879         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
1880         CHECK_STATIC_TLS before l_tls_offset use.
1881         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
1882         Likewise.
1883         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
1884         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
1885         Allocate TLS_PRE_TCB_SIZE bytes below result.
1886         (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
1887         * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
1888         TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
1889         segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
1890         bytes below result and add tcb_offset to memsz.
1891         * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
1892         * sysdeps/ia64/dl-machine.h: Include tls.h.
1893         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
1894         too.
1895         (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
1896         Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
1897         * sysdeps/ia64/libc-tls.c: New file.
1899 2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
1901         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
1902         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
1903         Fix type.  Move definition out of #if.
1904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
1905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
1906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
1907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
1908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
1909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
1910         support.
1911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
1912         ftruncate64, pread64, pwrite64, truncate64 entries.
1913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1914         (INLINE_SYSCALL): New version that supports function call like
1915         syscalls.  Add __builtin_expect.
1916         (LOADARGS_n): Add argument size safety checks.
1917         (INTERNAL_SYSCALL): New Macro.
1918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
1919         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
1920         redefinition of elf_fpreg_t and elf_fpregset_t.
1922 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
1924         * elf/dl-close.c (_dl_close): Add several asserts.  Correct and
1925         simplify test for unloading.  If loader of a DSO is unloaded do not
1926         use its scope anymore.  Fall back to own scope and adjust opencounts.
1927         Fix several comments.
1928         * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
1929         the l_searchlist, not only for l_initfini.
1931         * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
1932         dependencies if objects cannot be removed.  Remove object with the
1933         definition as not unloadable if necessary.
1935         * elf/reldep6.c: Create relocation dependency before closing the first
1936         module.
1938 2003-01-10  Guido Günther  <agx@sigxcpu.org>
1940         * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
1941         * sysdeps/unix/mips/brk.S: Likewise.
1942         * sysdeps/unix/mips/pipe.S: Likewise.
1944 2003-01-10  Andreas Schwab  <schwab@suse.de>
1946         * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
1948         * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
1949         are known to have the vfork syscall.
1951         * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
1953         * sysdeps/unix/sysv/linux/kernel-features.h
1954         (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
1955         (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
1956         (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
1958 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
1960         * elf/Makefile: Add rules to build and run reldep9 test.
1961         * elf/reldep9.c: New file.
1962         * elf/reldep9mod1.c: New file.
1963         * elf/reldep9mod2.c: New file.
1964         * elf/reldep9mod3.c: New file.
1966 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
1968         * elf/Makefile: Add rules to build and run nodelete2 test.
1969         * elf/nodelete2.c: New file.
1970         * elf/nodel2mod1.c: New file.
1971         * elf/nodel2mod2.c: New file.
1972         * elf/nodel2mod3.c: New file.
1974 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
1976         * posix/test-vfork.c (noop): Add __attribute_noinline__.
1977         * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
1978         * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
1979         defining it.
1980         * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
1981         * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
1982         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
1983         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
1984         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
1986 2003-01-09  Andreas Schwab  <schwab@suse.de>
1988         * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
1990 2003-01-08  Ulrich Drepper  <drepper@redhat.com>
1992         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
1993         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
1994         argument.
1995         (INTERNAL_SYSCALL_DECL): Define.
1997 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
1999         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
2000         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
2001         argument.
2002         (INTERNAL_SYSCALL_DECL): Define.
2003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
2004         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
2005         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2006         (INLINE_SYSCALL): Adjust.
2007         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2008         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2009         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
2010         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2011         * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
2012         add err argument to INTERNAL_SYSCALL* macros.
2013         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
2014         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
2015         * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
2016         * sysdeps/unix/sysv/linux/m68k/getpagesize.c  (__getpagesize):
2017         Likewise.
2018         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
2019         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
2020         INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
2022 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
2024         Unify symbols in user namespace exported by libc.so and libc.a.
2025         * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
2026         argp_fmtstream_free, and argp_fmtstream_printf.
2027         * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
2028         argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
2029         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
2030         argp_fmtstream_point.
2031         * gmon/gmon.c: Don't define write_profiling.
2032         * libio/genops.c: Don't define _cleanup.
2034         * intl/explodename.c (_nl_find_language.c): Mark as static.
2035         * intl/loadinfo.h: Remove _nl_find_language prototype.
2037         * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
2038         * libio/libioP.h: Remove declaration.
2040         * libio/iopopen.c (_IO_proc_jumps): Mark as static.
2041         * libio/libioP.h: Remove declaration.
2043         * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
2044         * sysdeps/generic/framestate.c: Define STATIC before including
2045         unwind-dw2.c.
2047         * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
2049 2003-01-06  Philip Blundell  <philb@gnu.org>
2051         * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
2052         [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
2054         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
2055         directive.
2056         (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
2057         (SYSCALL_ERROR): New.
2058         (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
2059         handling code.
2060         (INTERNAL_SYSCALL): Define.
2061         (INLINE_SYSCALL): Use it.
2062         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
2063         * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
2064         SYSCALL_ERROR in place of __syscall_error.
2066 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
2068         * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
2069         __bswap_32, __bswap_64): Put x into temporary variable
2070         to avoid warnings.
2071         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
2072         (inline) functions.
2073         * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
2074         __bswap_32, __bswap_64): Put x into temporary variable
2075         to avoid warnings.
2076         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
2077         (inline) functions.
2078         * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
2079         Likewise.
2081 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
2083         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
2084         alias.
2086 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
2088         * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
2089         * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
2091 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
2093         * math/libm-test.inc (significand_test): New function.
2094         (main): Call it.
2096 2003-01-06  Roland McGrath  <roland@redhat.com>
2098         * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
2099         arguments.
2100         (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
2101         (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
2102         (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
2104         * string/tester.c (test_strcpy): Add test with `void *' arguments.
2106 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
2108         * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
2109         return significand and not the exponent.
2110         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2112         * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
2113         taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
2115         * malloc/malloc.c: Mark all _int_* functions as static.
2117 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
2119         * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
2120         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
2121         handling.
2122         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
2124 2003-01-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2126         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
2127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
2128         support.
2129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
2130         ftruncate64, truncate64, pread64 and pwrite64 entries.
2131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2132         (INLINE_SYSCALL): Add __builtin_expect.
2133         (LOADARGS_n): Add argument size safety checks.
2134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
2135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
2136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
2137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
2138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
2139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
2141 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
2143         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
2144         * sysdeps/generic/creat.c: Include sysdep-cancel.h.
2145         (LIBC_CANCEL_HANDLED): Add.
2147         * sysdeps/unix/sysv/linux/alpha/sysdep.h
2148         (inline_syscall_r0_constraint): Rename to...
2149         (inline_syscall_r0_out_constraint): ... this.  Add =.
2150         (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
2152 2003-01-06  Andreas Schwab  <schwab@suse.de>
2154         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
2155         sure this is always inlined.
2156         (elf_machine_rela): Likewise.
2158         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
2160 2003-01-04  Roland McGrath  <roland@redhat.com>
2162         * Makeconfig (+mkdep): Add -MP flag.
2163         Suggested by Art Haas <ahaas@airmail.net>.
2165 2003-01-05  Andreas Schwab  <schwab@suse.de>
2167         * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
2169 2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2171         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
2172         SYSCALL_ERROR_HANDLER.
2173         * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
2174         * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
2175         Add support for cancellation handling.
2176         * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
2177         SYSCALL_ERROR_HANDLER.
2178         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
2179         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
2180         Add support for cancellation handling.
2181         (SYSCALL_ERROR_HANDLER): Define PIC variants.
2183 2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
2186         __syscall_pread64 and __syscall_pwrite64 cancelable.
2187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2188         (INTERNAL_SYSCALL): New macro.
2189         (LOADARGS_0, LOADARGS_1): Fix.
2191 2003-01-05  Ulrich Drepper  <drepper@redhat.com>
2193         * Makerules (build-shlip-helper): Unless told otherwise, add
2194         -Wl,-z,defs to linker command line.
2195         * rt/Makefile (librt.so): Link with ld.so.
2196         * dlfcn/Makefile (libdl.so): Likewise.
2198 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
2200         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
2201         cancellation handling.
2202         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2203         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
2205 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
2207         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
2208         order of parameters passed to kill.
2210 2003-01-04  Andreas Schwab  <schwab@suse.de>
2212         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
2214 2002-01-03  Paul Eggert  <eggert@twinsun.com>
2216         * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
2217         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
2218         when compiling Bison 1.875's `bitset bset = obstack_alloc
2219         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
2221 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
2223         * sysdeps/posix/system.c (do_system): Minor optimizations.  Remove
2224         unnecessary code.
2225         Correct reference counter in case SIGQUIT handler installation failed.
2227 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
2229         * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
2230         Define using _Pragma(weak ...).
2232 2003-01-03  Andreas Jaeger  <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
2234         * resolv/res_libc.c: Provide declaration for __res_init_weak and
2235         reorder declarations.
2237 2003-01-03  Art Haas  <ahaas@airmail.net>
2239         * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
2240         initializer syntax to C99.
2241         * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
2242         * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
2243         * localedata/tests-mbwc/dat_iswctype.c: Likewise.
2244         * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
2245         * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
2246         * localedata/tests-mbwc/dat_iswlower.c: Likewise.
2247         * localedata/tests-mbwc/dat_iswprint.c: Likewise.
2248         * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
2249         * localedata/tests-mbwc/dat_iswspace.c: Likewise.
2250         * localedata/tests-mbwc/dat_iswupper.c: Likewise.
2251         * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
2252         * localedata/tests-mbwc/dat_mblen.c: Likewise.
2253         * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
2254         * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
2255         * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
2256         * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
2257         * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
2258         * localedata/tests-mbwc/dat_strcoll.c: Likewise.
2259         * localedata/tests-mbwc/dat_strfmon.c: Likewise.
2260         * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
2261         * localedata/tests-mbwc/dat_swscanf.c: Likewise.
2262         * localedata/tests-mbwc/dat_towctrans.c: Likewise.
2263         * localedata/tests-mbwc/dat_towlower.c: Likewise.
2264         * localedata/tests-mbwc/dat_towupper.c: Likewise.
2265         * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
2266         * localedata/tests-mbwc/dat_wcscat.c: Likewise.
2267         * localedata/tests-mbwc/dat_wcschr.c: Likewise.
2268         * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
2269         * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
2270         * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
2271         * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
2272         * localedata/tests-mbwc/dat_wcslen.c: Likewise.
2273         * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
2274         * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
2275         * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
2276         * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
2277         * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
2278         * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
2279         * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
2280         * localedata/tests-mbwc/dat_wcstod.c: Likewise.
2281         * localedata/tests-mbwc/dat_wcstok.c: Likewise.
2282         * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
2283         * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
2284         * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
2285         * localedata/tests-mbwc/dat_wctob.c: Likewise.
2286         * localedata/tests-mbwc/dat_wctomb.c: Likewise.
2287         * localedata/tests-mbwc/dat_wctrans.c: Likewise.
2288         * localedata/tests-mbwc/dat_wctype.c: Likewise.
2289         * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
2291 2003-01-03  Richard Henderson  <rth@redhat.com>
2293         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
2294         (inline_syscall_r0_constraint): New.
2295         (inline_syscall[0-6]): Use them.
2297 2003-01-03  Jakub Jelinek  <jakub@redhat.com>
2299         * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
2300         Add rtld_hidden_proto.
2301         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
2302         (_dl_allocate_tls): Likewise.  Remove INTDEF.
2304 2002-07-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2306         * sysdeps/sh/memcpy.S: Optimize.  Based on a patch by Toshiyasu
2307         Morita <toshiyasu.morita@hsa.hitachi.com>.
2308         * sysdeps/sh/memcpy.S: Likewise.
2310 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
2312         * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
2313         any, but unify the test.
2315 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
2317         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
2318         sigaction): Protect weak_alias and libc_hidden_weak with
2319         #ifndef LIBC_SIGACTION.
2320         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
2321         sigaction): Likewise.
2322         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
2323         sigaction): Likewise.
2324         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
2325         sigaction): Likewise.
2326         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
2327         sigaction): Likewise.
2328         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
2329         sigaction): Likewise.
2330         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
2331         sigaction): Likewise.
2332         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
2333         sigaction): Likewise.  Remove SIGCANCEL handling here.
2334         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
2335         Likewise.
2337 2003-01-02  Art Haas  <ahaas@airmail.net>
2339         * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
2341 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
2343         * posix/getconf.c: Update copyright year.
2344         * nss/getent.c: Likewise.
2345         * nscd/nscd_nischeck.c: Likewise.
2346         * iconv/iconvconfig.c: Likewise.
2347         * iconv/iconv_prog.c: Likewise.
2348         * elf/ldconfig.c: Likewise.
2349         * catgets/gencat.c: Likewise.
2350         * csu/version.c: Likewise.
2351         * elf/ldd.bash.in: Likewise.
2352         * elf/sprof.c (print_version): Likewise.
2353         * locale/programs/locale.c: Likewise.
2354         * locale/programs/localedef.c: Likewise.
2355         * nscd/nscd.c (print_version): Likewise.
2356         * debug/xtrace.sh: Likewise.
2357         * malloc/memusage.sh: Likewise.
2358         * malloc/mtrace.pl: Likewise.
2360 2003-01-01  Jakub Jelinek  <jakub@redhat.com>
2362         * io/sys/stat.h: Include time.h with __need_timespec even if
2363         __USE_MISC is defined but __USE_XOPEN is not.
2365 2003-01-01  Andreas Jaeger  <aj@suse.de>
2367         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
2368         type to avoid strict aliasing problem.
2369         (_nss_dns_gethostbyname2_r): Likewise.
2370         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2371         (_nss_dns_getnetbyname_r): Likewise.
2372         * resolv/gethnamaddr.c (_gethtent): Likewise.
2373         (gethostbyname2): Likewise.
2375 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
2377         * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
2378         to avoid using the exported symbols.  Define aliases with the
2379         original names separately.
2381         * include/time.h: Add libc_hidden_proto for __strftime_l.
2382         * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
2383         * time/strftime.c: Always use libc_hidden_def if _LIBC.
2385         * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
2386         * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
2388         * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
2389         tr_break.
2391         * csu/Makefile (routines): Add dso_handle.
2392         * csu/dso_handle.c: New file.
2394 2002-12-31  Roland McGrath  <roland@redhat.com>
2396         * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
2397         Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
2398         (S-CPPFLAGS): Add -DASSEMBLER here instead.
2399         (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
2401 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
2403         * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
2404         is available.
2406 2002-12-31  Andreas Jaeger  <aj@suse.de>
2408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
2409         with Linux kernel.
2410         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
2411         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
2412         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
2414         * sysdeps/unix/sysv/linux/kernel_stat.h
2415         (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
2417         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
2418         __unused[1-3] since they're needed by some platforms.  Handle
2419         _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
2421         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
2422         for structs stat and stat64.
2423         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2424         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
2425         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2426         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2428         * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
2430         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
2431         nsec resolution changes.
2432         (xstat64_conv): Likewise.
2433         (xstat32_conv): Likewise.
2435         * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
2436         struct kernel_stat.
2438         * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
2439         structs stat and stat64.
2441         * time/time.h (__timespec_defined): Define for __USE_MISC.
2443 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
2445         * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
2446         and __libc_current_sigrtmax.
2448 2002-12-31  Jakub Jelinek  <jakub@redhat.com>
2450         * include/errno.h (__errno_location): Add prototype.
2451         Use libc_hidden_proto unconditionally.
2452         * include/netdb.h (__h_errno_location): Use libc_hidden_proto
2453         unconditionally.
2454         * include/resolv.h (__res_state): Likewise.
2456         * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
2457         * include/sys/socket.h (accept): Add libc_hidden_proto.
2458         * include/errno.h (__errno_location): Likewise.
2459         * include/netdb.h (__h_errno_location): Likewise.
2460         * include/resolv.h (__res_state): Likewise.
2461         * include/unistd.h (__lseek): Likewise.
2462         * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
2463         * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
2464         * sysdeps/generic/res-state.c (__res_state): Likewise.
2465         * sysdeps/generic/accept.c (accept): Likewise.
2466         * sysdeps/generic/lseek.c (__lseek): Likewise.
2467         * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
2468         __libc_current_sigrtmax): Likewise.
2469         * sysdeps/mach/hurd/accept.c (accept): Likewise.
2470         * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
2471         * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
2472         * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
2473         * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
2474         * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
2475         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
2476         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
2477         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
2478         alias to llseek.
2479         (__GI_accept): New alias to accept.
2480         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
2481         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
2482         New alias to llseek.
2483         (__GI_accept): New alias to accept.
2484         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
2485         Likewise.
2486         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
2487         Likewise.
2488         * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
2490         * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
2491         strong_alias (name, __GI_name).
2492         * sysdeps/arm/bsd-_setjmp.S : Likewise.
2493         * sysdeps/hppa/bsd-_setjmp.S : Likewise.
2494         * sysdeps/i386/bsd-_setjmp.S : Likewise.
2495         * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
2496         * sysdeps/mips/bsd-_setjmp.S : Likewise.
2497         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
2498         * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
2499         * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
2500         * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
2501         * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
2502         * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
2503         * sysdeps/sh/bsd-_setjmp.S : Likewise.
2504         * sysdeps/sparc/sparc32/setjmp.S : Likewise.
2505         * sysdeps/unix/arm/fork.S : Likewise.
2506         * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
2507         * sysdeps/unix/bsd/i386/vfork.S : Likewise.
2508         * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
2509         * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
2510         * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
2511         * sysdeps/unix/bsd/vax/vfork.S : Likewise.
2512         * sysdeps/unix/i386/fork.S : Likewise.
2513         * sysdeps/unix/mips/fork.S : Likewise.
2514         * sysdeps/unix/sparc/fork.S : Likewise.
2515         * sysdeps/unix/sparc/vfork.S : Likewise.
2516         * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
2517         * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
2518         * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
2519         * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
2520         * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
2521         * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
2522         * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
2523         * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
2524         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
2525         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
2526         * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
2527         * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
2528         * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
2529         * sysdeps/unix/fork.S : Likewise.
2530         * sysdeps/vax/bsd-_setjmp.S : Likewise.
2531         * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
2533         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
2534         inclusion.
2536 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
2538         * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
2539         * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
2540         * sysdeps/mach/hurd/fork.c: Likewise.
2541         * sysdeps/unix/sysv/aix/fork.c: Likewise.
2542         * sysdeps/unix/fork.S: Add __GI___fork alias.
2543         * sysdeps/unix/arm/fork.S: Likewise.
2544         * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
2545         * sysdeps/unix/i386/fork.S: Likewise.
2546         * sysdeps/unix/mips/fork.S: Likewise.
2547         * sysdeps/unix/sparc/fork.S: Likewise.
2548         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
2549         * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
2550         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2551         * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
2552         * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
2553         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
2554         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2555         * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
2556         * sysdeps/unix/bsd/vax/vfork.S: Likewise.
2557         * sysdeps/unix/sparc/vfork.S: Likewise.
2558         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
2559         * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
2560         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2561         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
2562         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2563         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
2564         * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
2565         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
2567         * include/time.h: Add libc_hidden_proto for __nanosleep.
2568         * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
2569         * sysdeps/mach/nanosleep.c: Likewise.
2570         * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
2571         * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
2573         * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
2574         _IO_list_unlock, and _IO_list_resetlock.
2575         * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
2576         _IO_list_unlock, and _IO_list_resetlock.
2578         * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
2579         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
2580         * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
2581         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
2583         * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
2584         * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
2585         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
2586         __GI___longjmp alias.
2588         * include/setjmp.h: Add libc_hidden_proto for _setjmp.
2589         * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
2590         * sysdeps/arm/bsd-_setjmp.S: Likewise.
2591         * sysdeps/generic/bsd-_setjmp.c: Likewise.
2592         * sysdeps/hppa/bsd-_setjmp.S: Likewise.
2593         * sysdeps/i386/bsd-_setjmp.S: Likewise.
2594         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
2595         * sysdeps/mips/bsd-_setjmp.S: Likewise.
2596         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
2597         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2598         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
2599         * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
2600         * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
2601         * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
2602         * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
2603         * sysdeps/sh/bsd-_setjmp.S: Likewise.
2604         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
2605         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
2606         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
2607         * sysdeps/vax/bsd-_setjmp.S: Likewise.
2608         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
2610 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
2612         * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
2614 2002-12-30  Roland McGrath  <roland@redhat.com>
2616         * Rules (generated): Target removed.
2617         * mach/Makefile (generated): Define it here instead.
2619         * math/Makefile (generated): Add m_*l and m_*f variants too.
2621 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
2623         * elf/dl-close.c (_dl_close): Handle relocation dependencies among
2624         the to-be-deleted objects right away instead of later separately.
2625         The latter fails because the scope data structures of the DSO
2626         might already be gone.
2628         * elf/Makefile: Add rules to build and run reldep8 test.
2629         * elf/reldep8.c: New file.
2630         * elf/reldep8mod1.c: New file.
2631         * elf/reldep8mod2.c: New file.
2632         * elf/reldep8mod3.c: New file.
2633         Contributed by Jakub Jelinek.
2635 2002-12-24  GOTO Masanori  <gotom@debian.or.jp>
2637         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
2638         checking of return value ENOSYS from getdents64.
2640 2002-12-28  Andreas Schwab  <schwab@suse.de>
2642         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
2643         ($(common-objpfx)s-%.d): Generalized from
2644         $(common-objpfx)s-proto.d rule.
2645         (common-generated): Add s-proto-cancel.d.
2646         * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
2647         cancellable syscalls.
2648         * sysdeps/unix/s-proto-cancel.S: New file.
2650 2002-12-29  Roland McGrath  <roland@redhat.com>
2652         * resolv/res_libc.c: Move _res defn magic after res_init defn
2653         so _res macro is in effect for that code.
2655         * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
2656         pattern for prepending $(..) so it doesn't affect $(foo).
2658         * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
2660 2002-12-29  Jakub Jelinek  <jakub@redhat.com>
2662         * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
2663         in hwcap.
2665 2002-12-28  Ulrich Drepper  <drepper@redhat.com>
2667         * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
2669 2002-12-28  Andreas Jaeger  <aj@suse.de>
2671         * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
2672         avoid warning.
2673         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
2675 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
2677         * inet/herrno.c (__h_errno_location): Remove.
2678         * inet/Makefile (routines): Add herrno-loc.
2679         * resolv/res_libc.c (__res_state): Remove.
2680         * resolv/Makefile (routines): Add res-state.
2681         * sysdeps/generic/herrno-loc.c: New file.
2682         * sysdeps/generic/res-state.c: New file.
2684 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
2686         * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
2687         Only define if USE_DL_SYSINFO is defined.
2689 2002-12-22  Jakub Jelinek  <jakub@redhat.com>
2691         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
2692         INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
2693         Define. Patch by Richard Henderson and Jes Sorensen.
2694         (PSEUDO): Remove unnecessary ;;.
2695         * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
2696         are found unless TLS_INIT_TP_EXPENSIVE.  Use NONTLS_INIT_TP.
2697         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
2698         if not initializing thread pointer.
2699         [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
2700         * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
2701         make it weak also if NONTLS_INIT_TP.
2702         * sysdeps/unix/common/pause.c: Handle cancellation.
2703         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
2704         (LOADSYSCALL): Remove.
2705         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
2706         (SYSCALL_ERROR_HANDLER): Use it.
2707         (PSEUDO): Don't jump around error handler.
2708         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
2709         jump around error handler.
2710         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
2711         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
2712         to __syscall_error_handler on failure.
2713         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
2714         (LOADSYSCALL): Remove.
2715         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
2716         (SYSCALL_ERROR_HANDLER): Use it.
2717         (PSEUDO): Don't jump around error handler.
2718         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
2719         jump around error handler.
2720         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
2721         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
2722         to __syscall_error_handler on failure.
2724 2002-12-27  Roland McGrath  <roland@redhat.com>
2726         * scripts/gen-as-const.awk: New file.
2727         * Makefile (distribute): Add it.
2728         * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
2729         (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
2730         to the list.
2731         (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
2733 2002-12-27  Andreas Schwab  <schwab@suse.de>
2735         * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
2737 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
2739         * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
2740         _environ is NULL.
2742 2002-12-27  Andreas Schwab  <schwab@suse.de>
2744         * Makerules ($(common-objpfx)%.make): Filter through
2745         $(sed-remove-objpfx).
2747 2002-12-23  Roland McGrath  <roland@redhat.com>
2749         * scripts/abilist.awk: Produce a more compact format, divided into
2750         stanzas for each version set, the set name listed only once.
2751         * scripts/extract-abilist.awk: New file.
2752         * scripts/merge-abilist.awk: New file.
2753         * Makerules (check-abi-%, update-abi-%): New pattern rules.
2754         (update-abi, check-abi): New targets.
2755         * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
2757 2002-12-19  Roland McGrath  <roland@redhat.com>
2759         * Makerules (%.symlist): Use LC_ALL=C when running awk script.
2761         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
2762         INTERNAL_SYSCALL.
2764 2002-12-21  Andreas Schwab  <schwab@suse.de>
2766         * elf/check-textrel.c (handle_file): Swap p_type.
2768 2002-12-21  Andreas Schwab  <schwab@suse.de>
2770         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
2771         (INLINE_SYSCALL): Use it.
2772         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
2773         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
2775         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
2776         * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
2778 2002-12-20  Art Haas  <ahaas@airmail.net>
2780         * sysdeps/gnu/siglist.c: Convert GCC extension initializer
2781         syntax to C99.
2783 2002-12-21  Philip Blundell  <philb@gnu.org>
2785         * sysdeps/arm/elf/start.S (_start): Optimise a little.  Push stack
2786         top as seventh arg to __libc_start_main.
2787         Reported by paulnash@wildseed.com.
2789         * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
2791         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
2792         compatibility cruft when new enough kernel is assumed.
2794 2002-12-20  Jakub Jelinek  <jakub@redhat.com>
2796         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
2797         instead of INLINE_SYSCALL.
2799 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
2801         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
2802         typo.
2804         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
2805         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2806         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
2807         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2808         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2809         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2810         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2811         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2812         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2813         Patch by William Lee Irwin <wli@holomorphy.com>.
2815 2002-12-20  Andreas Schwab  <schwab@suse.de>
2817         * locale/programs/ld-measurement.c (measurement_output): Fix
2818         index calculation.
2820 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
2822         * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
2823         Redefine _IO_flockifle and _IO_funlockfile as inlines.
2825         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
2826         builds add "tls" in the search path.
2827         * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
2828         (path_hwcap): Recognize "tls".
2830 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
2832         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
2833         __waitpid instead of waitpid.
2835         * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
2836         int $0x80.
2837         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
2838         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2839         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
2841         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
2842         information for system calls.
2844         * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
2845         for ld.so.
2847         * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
2849 2002-12-19  Roland McGrath  <roland@redhat.com>
2851         * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
2852         * iconvdata/ibm922.h: Likewise.
2853         * iconvdata/ibm930.h: Likewise.
2854         * iconvdata/ibm932.h: Likewise.
2855         * iconvdata/ibm933.h: Likewise.
2856         * iconvdata/ibm935.h: Likewise.
2857         * iconvdata/ibm937.h: Likewise.
2858         * iconvdata/ibm939.h: Likewise.
2859         * iconvdata/ibm943.h: Likewise.
2860         * iconvdata/isiri-3342.h: Likewise.
2862 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
2864         * test-skeleton.c (main): Make sure correct value is seen as
2865         argv[0] after adjustment of argv, and argc.
2867         * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
2868         RTLD_CORRECT_DYNAMIC_WEAK is defined.
2870 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
2872         * nscd/connections.c (nscd_run): Shut up warning.
2873         * tst-ungetc.c (assert): Undefined before redefining.
2875 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
2877         * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
2878         is used.
2880 2002-12-17  Art Haas  <ahaas@airmail.net>
2882         * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
2883         * iconvdata/cp775.h: Likewise.
2884         * iconvdata/ibm1046.h: Likewise.
2885         * iconvdata/ibm1124.h: Likewise.
2886         * iconvdata/ibm1129.h: Likewise.
2887         * iconvdata/ibm1132.h: Likewise.
2888         * iconvdata/ibm1133.h: Likewise.
2889         * iconvdata/ibm1160.h: Likewise.
2890         * iconvdata/ibm1161.h: Likewise.
2891         * iconvdata/ibm1162.h: Likewise.
2892         * iconvdata/ibm1163.h: Likewise.
2893         * iconvdata/ibm1164.h: Likewise.
2895 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
2897         * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
2898         __ASSUME_CLONE_THREAD_FLAGS is defined.
2899         * sysdeps/unix/sysv/linux/kernel-features.h
2900         (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
2902 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
2904         * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
2905         of asm.
2906         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2908         * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
2909         _dl_sysinfo.
2910         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
2911         code.
2912         * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
2913         _rtld_global.
2914         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
2915         code.
2916         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
2917         Check for AT_SYSINFO and set _dl_sysinfo appropriately.
2918         * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
2919         Add _dl_sysinfo.
2921 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
2923         * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
2924         __libc_writev to...
2925         [libc: GLIBC_PRIVATE]: ...here.
2926         * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
2927         __libc_msgsnd to...
2928         [libc: GLIBC_PRIVATE]: ...here.
2930 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
2932         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
2933         Use it instead of directly int $0x80.
2934         * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
2935         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2936         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2937         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2938         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2939         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
2941 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
2943         * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
2945         * elf/elf.h (AT_SYSINFO): New define.
2946         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
2947         AT_SYSINFO.
2949 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
2951         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
2952         Make cancelable.
2953         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
2954         Likewise.
2955         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
2956         Likewise.
2957         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
2958         Likewise.
2959         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
2960         Likewise.
2961         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
2963         * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
2964         mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
2965         available, otherwise __libc_maybe_call.
2966         * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
2967         cancellation handling.
2968         * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
2970 2002-12-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
2972         * posix/regcomp.c (free_workarea_compile): Free the new member
2973         ORG_INDICES.
2974         (analyze): Initialize ORG_INDICES.
2975         (duplicate_node_closure): Search for a existing node, which is
2976         duplicated from the node ORG_DEST and satisfies the constraint
2977         CONSTRAINT.  And use it to avoid inifimite loop.
2978         (search_duplicated_node): New function.
2979         (duplicate_node): Store the index of the original node.
2980         * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
2981         if needed.
2982         * posix/regex_internal.h (re_dfa_t): Add new members.
2984 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
2986         * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
2988 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
2990         * sysdeps/posix/system.c (do_system): Add support for installation
2991         of cancellation handlers.
2992         * sysdeps/unix/sysv/linux/i386/system.c: New file.
2994         * stdlib/Makefile (tests): Add tst-system.
2995         * stdlib/tst-system.c: New file.
2997         * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
2998         CENABLE]: Don't lose content of %ebx.
3000 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
3002         * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
3003         macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
3005 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
3007         * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
3008         fails to return a function pointer don't use it.
3010 2002-12-16  Art Haas  <ahaas@airmail.net>
3012         * io/ftw.c: Convert GCC extension initializer syntax to C99.
3013         * iconvdata/iso-ir-165.c: Likewise.
3014         * iconvdata/jis0208.c: Likewise.
3015         * iconvdata/jis0212.c: Likewise.
3017 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
3019         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
3020         epoll_ctl, and epoll_wait.
3021         * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
3022         epoll_create, epoll_ctl, and epoll_wait.
3023         * sysdeps/unix/sysv/linux/sys/epoll.h: New file.  Written by
3024         Davide Libenzi <davidel@xmailserver.org>.
3025         * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
3026         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3027         Add sys/epoll.h.
3029 2002-12-16  Art Haas  <ahaas@airmail.net>
3031         * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
3032         syntax to C99
3033         * sysdeps/unix/sysv/aix/settimer.c: Likewise.
3034         * sysdeps/unix/sysv/aix/sleep.c: Likewise.
3035         * sysdeps/unix/sysv/aix/usleep.c: Likewise.
3037 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
3039         * stdio-common/Makefile (routines): Remove lockfile.  Add
3040         flockfile, ftrylockfile, and funlockfile.
3041         * sysdeps/generic/lockfile.c: Removed.  Each function has its own file.
3042         * sysdeps/generic/flockfile.c: New file.
3043         * sysdeps/generic/ftrylockfile.c: New file.
3044         * sysdeps/generic/funlockfile.c: New file.
3046 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
3048         * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
3049         macros instead of doing the calls directly.
3050         * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
3051         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
3052         targets.
3054 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
3056         * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
3057         * sysdeps/ieee754/bits/nan.h: Likewise.
3059         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
3060         __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
3062 2002-12-16  Roland McGrath  <roland@redhat.com>
3064         * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
3065         * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
3066         * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
3068         * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
3069         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
3070         s_putpmsg.
3071         * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
3072         * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
3073         * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
3074         * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
3075         * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
3076         * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
3077         * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
3078         * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
3080 2002-12-13  Paul Eggert  <eggert@twinsun.com>
3082         * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
3083         is now u_int, not int.
3084         (struct XDR.x_handy): Now u_int, not int.
3085         * sunrpc/xdr_mem.c: Include <limits.h>.
3086         (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
3087         xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
3088         x_handy is now unsigned, not signed.
3089         Do not decrement x_handy if no change is made.
3090         (xdrmem_setpos): Check for int overflow.
3091         * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
3092         (xdr_sizeof): Remove cast that is now unnecessary, now that
3093         x_handy is unsigned.
3095 2002-12-15  Art Haas  <ahaas@airmail.net>
3097         * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
3098         * iconvdata/gap.awk: Likewise.
3099         * iconvdata/gen-8bit-gap-1.sh: Likewise.
3100         * iconvdata/gen-8bit-gap.sh: Likewise.
3101         * locale/C-address.c: Likewise.
3102         * locale/C-collate.c: Likewise.
3103         * locale/C-ctype.c: Likewise.
3104         * locale/C-identification.c: Likewise.
3105         * locale/C-measurement.c: Likewise.
3106         * locale/C-messages.c: Likewise.
3107         * locale/C-monetary.c: Likewise.
3108         * locale/C-name.c: Likewise.
3109         * locale/C-numeric.c: Likewise.
3110         * locale/C-paper.c: Likewise.
3111         * locale/C-telephone.c: Likewise.
3112         * locale/C-time.c: Likewise.
3113         * nscd/connections.c: Likewise.
3114         * nscd/grpcache.c: Likewise.
3115         * nscd/hstcache.c: Likewise.
3116         * nscd/pwdcache.c: Likewise.
3117         * stdio-common/vfprintf.c: Likewise.
3118         * stdlib/random.c: Likewise.
3119         * sysdeps/generic/siglist.c: Likewise.
3120         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
3121         * sysdeps/ieee754/bits/nan.h: Likewise.
3122         * sysdeps/posix/sprofil.c: Likewise.
3123         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
3124         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
3125         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
3127 2002-12-15  Roland McGrath  <roland@redhat.com>
3129         * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
3131         * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
3132         <tls.h> here, no need for it.
3133         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
3135         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
3136         parameter, not varargs parameter.
3138         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
3139         argument so it's not an unused variable.
3141         * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
3142         __p_type_syms, __p_rcode_syms): Remove decls, never really intended
3143         for users.
3145         * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
3147 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
3149         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
3150         original __libc_fcntl code.  Just renamed.
3152 2002-12-15  Andreas Schwab  <schwab@suse.de>
3154         * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
3156 2002-12-14  Olaf Hering  <olh@suse.de>
3158         * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
3159         * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
3161 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
3163         * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
3165         * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
3166         SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
3168         * sysdeps/unix/sysv/linux/open64.c: New file.
3170         * sysdeps/generic/pselect.c: Add support for cancellation handling.
3171         * sysdeps/posix/open64.c: Likewise.
3172         * sysdeps/posix/sigpause.c: Likewise.
3173         * sysdeps/posix/sigwait.c: Likewise.
3174         * sysdeps/posix/system.c: Likewise.
3175         * sysdeps/posix/waitid.c: Likewise.
3176         * sysdeps/unix/sysv/linux/accept.S: Likewise.
3177         * sysdeps/unix/sysv/linux/connect.S: Likewise.
3178         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3179         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
3180         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
3181         * sysdeps/unix/sysv/linux/poll.c: Likewise.
3182         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3183         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3184         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3185         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3186         * sysdeps/unix/sysv/linux/readv.c: Likewise.
3187         * sysdeps/unix/sysv/linux/recv.S: Likewise.
3188         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
3189         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
3190         * sysdeps/unix/sysv/linux/send.S: Likewise.
3191         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
3192         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
3193         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3194         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
3195         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
3196         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3197         * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
3198         * sysdeps/unix/sysv/linux/wait.c: Likewise.
3199         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
3200         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3201         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
3202         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
3204 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
3206         * sysdeps/generic/sysdep-cancel.h: New file.
3207         * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
3208         cancelable syscall.
3209         * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
3210         recvmsg, send, sendmsg, sendto): Make cancelable.
3211         * sysdeps/unix/mman/syscalls.list (msync): Likewise.
3212         * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
3213         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
3214         sendto, osf_select): Likewise.
3215         * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
3216         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
3217         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
3218         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
3219         sendto): Likewise.
3220         * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
3221         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
3222         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
3223         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
3224         sendto): Likewise.
3225         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
3226         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
3227         sendto, select): Likewise.
3228         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
3229         pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
3230         Likewise.
3231         * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
3232         select, fcntl): Likewise.
3233         * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
3234         * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
3235         read, readv, select, sigsuspend, write, writev): Likewise.
3237 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
3239         * dirent/bug-readdir1.c: Include unistd.h.
3241 2002-12-13  Jakub Jelinek  <jakub@redhat.com>
3243         * locale/programs/locale.c: Include locarchive.h.
3244         (ARCHIVE_NAME): Define.
3245         (write_archive_locales): New function.
3246         (write_locales): Use it.  Ensure the same locale is not printed
3247         multiple times in verbose mode.
3248         Mode LC_IDENTIFICATION and LC_CTYPE printing into...
3249         (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
3250         functions.
3251         (struct nameent): New type.
3252         (nameentcmp): New function.
3254 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
3256         * posix/regex_internal.c (re_string_context_at): Guard wide char
3257         code with #ifdef RE_ENABLE_I18N.
3259 2002-11-22  Paolo Bonzini  <bonzini@gnu.org>
3261         * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
3263 2002-12-13  Roland McGrath  <roland@redhat.com>
3265         * posix/bug-regex15.c: New file.
3266         * posix/Makefile (tests): Add it.
3268         * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
3269         (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
3271 2002-12-13  Ulrich Drepper  <drepper@redhat.com>
3273         * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
3275         * misc/syslog.c (log_cleanup): Don't use parameter in
3276         __libc_lock_unlock call, use syslog_lock directly.  Adjust callers to
3277         pass NULL instead of a pointer to syslog_lock.
3279 2002-12-12  Ulrich Drepper  <drepper@redhat.com>
3281         * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
3282         linker map for all iconv modules.
3283         (distribute): Add gconv.map.
3284         * iconvdata/gconv.map: New file.
3286         * elf/Makefile: Also check all iconv modules for text relocations.
3288         * stdlib/Makefile: Remove code to automatically import GMP.
3290         * elf/Makefile (tests): Add rules to build and run check-textrel.
3291         * elf/check-textrel.c: New file.
3293         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
3294         directive.
3296 2002-12-11  Jakub Jelinek  <jakub@redhat.com>
3298         * io/test-utime (main): If stnow.st[am]time is wrong, print it and
3299         not st.st[am]time.
3301 2002-04-30  Bruno Haible  <bruno@clisp.org>
3303         * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
3304         the encoding if it already has slashes.
3305         Reported by Perry Rapp <prapp@erols.com>.
3307 2002-12-11  Roland McGrath  <roland@redhat.com>
3309         * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
3310         (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
3311         Turn off PIC for compiling this file.
3313 2002-12-11  Ulrich Drepper  <drepper@redhat.com>
3315         * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
3316         definitions.  Not needed.
3317         [_LIBC]: Use definitions from libc-lock.h instead of referencing
3318         pthread routines directly.
3319         * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
3320         mutex_init calls.
3321         (arena_get2): Don't look at return value of mutex_lock.
3323 2002-12-11  Roland McGrath  <roland@redhat.com>
3325         * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
3326         elf-init.o instead of compiling a PIC version.
3328 2002-12-11  Bruno Haible  <bruno@clisp.org>
3330         * intl/gettext.h: Renamed to ...
3331         * intl/gmo.h: ... here.
3332         * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
3333         * intl/gettextP.h: Update.
3334         * intl/loadmsgcat.c: Update.
3336         * intl/gettextP.h (PARAMS): Make more portable.
3337         (attribute_hidden): Define as empty macro if not already defined.
3338         * intl/hash-string.h (PARAMS): Make more portable.
3339         * intl/loadinfo.h (PARAMS): Likewise.
3340         * intl/plural-exp.h (PARAMS): Likewise.
3341         (attribute_hidden): Move definition near the definition of
3342         internal_function.
3344         * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
3345         * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
3347 2002-07-13  Bruno Haible  <bruno@clisp.org>
3349         * intl/dcigettext.c (freea): New macro.
3350         (FREE_BLOCKS): Free also the registered blocks.
3351         (DCIGETTEXT): Free the 'search' variable.
3352         Reported by Andreas Fischer <a.fischer@asentics.de>.
3354 2002-04-27  Bruno Haible  <bruno@clisp.org>
3356         * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
3357         * intl/dcigettext.c: Likewise.
3358         * intl/dcgettext.c: Likewise.
3359         * intl/dgettext.c: Likewise.
3360         * intl/gettext.c: Likewise.
3361         * intl/dcngettext.c: Likewise.
3362         * intl/dngettext.c: Likewise.
3363         * intl/ngettext.c: Likewise.
3364         * intl/textdomain.c: Likewise.
3365         * intl/bindtextdom.c: Likewise.
3366         * intl/plural-exp.h: Likewise.
3368 2002-01-02  Bruno Haible  <bruno@clisp.org>
3370         * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
3372 2001-04-30  Bruno Haible  <bruno@clisp.org>
3374         * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
3375         default macro definitions.  Needed for mingw32.
3377 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
3379         * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
3380         __builtin_constant_p to macro parameter.
3382         * sysdeps/generic/sigpause.c: Define all functions as weak.
3383         * sysdeps/posix/sigpause.c: Likewise.
3385         * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
3386         type size_t.
3388 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
3390         * elf/tst-array1.c (preinit_array, init_array, fini_array):
3391         Explicitly align the array to sizeof (void *).
3392         * elf/tst-array2dep.c (init_array, fini_array): Likewise.
3394         * include/libc-symbols.h: Fix a comment typo.
3396         * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
3397         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
3398         Likewise.
3399         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
3400         Likewise.
3401         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
3402         (__libc_sigsuspend): Likewise.
3403         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
3404         (__libc_sigsuspend): Likewise.
3405         * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
3406         (creat): New weak alias.
3408 2002-12-10  Roland McGrath  <roland@redhat.com>
3410         * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
3411         contributes a manual chapter.
3412         * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
3413         around xref to it.
3415         * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
3416         and move contents to ...
3417         (EXTRA_LD_ENVVARS_LINUX): ... this new macro.  Add break for nonmatch.
3418         * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
3419         it instead of duplicating its contents.
3420         (EXTRA_LD_ENVVARS): Likewise.  Add break for nonmatch.
3422 2002-12-09  Jakub Jelinek  <jakub@redhat.com>
3424         * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
3425         defined.
3426         * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
3427         function.
3428         (EXTRA_LD_ENVVARS): Use it.
3429         (DL_OSVERSION_INIT): Define.
3430         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
3431         dl-librecon.h.
3432         (EXTRA_LD_ENVVARS): Undef before defining.  Use _dl_osversion_init.
3434 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
3436         * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
3438         * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
3439         call.  It is not allowed to destroy pthread mutexes which are
3440         still in use even though it is safe for our implementations.  If
3441         somebody still uses the descriptor it is a bug.
3443 2002-12-09  Richard Henderson  <rth@redhat.com>
3445         * csu/abi-note.S: Use .p2align, not .align.
3447 2002-12-09  Ulrich Drepper  <drepper@redhat.com>
3449         * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
3450         __libc_select aliases.
3452         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
3453         alias.
3455         * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
3457         * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
3459         * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
3461         * sysdeps/unix/syscalls.list: Define __libc_select alias.
3463         * sysdeps/posix/waitid.c: Define __libc_waitid alias.
3465         * sysdeps/posix/sigpause.c: Define __libc_sigpause and
3466         __libc___xpg_sigpause aliases.
3468         * sysdeps/generic/pselect.c: Define __libc_pselect alias.
3470         * misc/error.c: Remove use of USE_IN_LIBIO.
3472 2002-12-08  Roland McGrath  <roland@redhat.com>
3474         * elf/Makefile (tests): Uncomment tst-array[123].
3475         * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
3476         * csu/elf-init.c: New file.
3477         * csu/Makefile (routines, static-only-routines): Add elf-init.
3478         * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
3479         and __libc_csu_fini in place of _fini.
3480         * sysdeps/arm/elf/start.S: Likewise.
3481         * sysdeps/cris/elf/start.S: Likewise.
3482         * sysdeps/hppa/elf/start.S: Likewise.
3483         * sysdeps/i386/elf/start.S: Likewise.
3484         * sysdeps/ia64/elf/start.S: Likewise.
3485         * sysdeps/m68k/elf/start.S: Likewise.
3486         * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
3487         * sysdeps/mips/elf/start.S: Likewise.
3488         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
3489         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3490         * sysdeps/s390/s390-32/elf/start.S: Likewise.
3491         * sysdeps/s390/s390-64/elf/start.S: Likewise.
3492         * sysdeps/sh/elf/start.S: Likewise.
3493         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3494         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3495         * sysdeps/x86_64/elf/start.S: Likewise.
3497         * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
3498         struct containing function ptr and value, free it.
3499         (__aio_notify_only): Allocate that and copy values from SIGEV into it.
3500         It's not safe to let the new thread use the SIGEV pointer.
3502 2001-10-20  Paul Eggert  <eggert@twinsun.com>
3504         * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
3505         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
3506         Use strerror_r that is only a macro, even if it is not a function.
3507         (strerror): Check for HAVE_DECL_STRERROR before declaring.
3508         (private_strerror): Use prototypes, not old-style function definition.
3509         (print_errno_message): New function.
3510         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
3511         char*-flavored one.
3512         (error_tail, error, error_at_line): Use it.
3514 2002-12-07  Carlos O'Donell  <carlos@baldric.uwo.ca>
3516         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
3518 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
3520         * scripts/output-format.sed: Fix bug in one of the s expressions
3521         which used / for one too many things.
3523         * include/unistd.h: Declare __libc_close.
3525 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
3527         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
3529 2002-12-07  Roland McGrath  <roland@redhat.com>
3531         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
3532         from 2002-12-06, but remove unnecessary memset call without removing
3533         necessary copy of initialization image.
3535         * Makerules ($(common-objpfx)format.lds): New target.
3536         (common-generated): Add it.
3537         ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
3538         * scripts/output-format.sed: New file.
3539         * Makefile (distribute): Add it.
3541 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
3543         * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
3544         Reported by Art Haas <ahaas@airmail.net>.
3546 2002-12-07  Kenneth W. Chen  <kenneth.w.chen@intel.com>
3548         * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec.  Fix .recovery4.
3550 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
3552         * string/test-strncpy.c (do_random_tests): Improve test coverage.
3554 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
3556         * test-skeleton.c (timeout_handler): Allow expected signal to be
3557         SIGALRM.
3559         * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
3561         * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
3563 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
3565         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
3566         (SYSCALL_ERROR_HANDLER): Fix a pasto.
3567         Reported by Jeff Bailey <jbailey@nisa.net>.
3569 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
3571         * sysdeps/generic/libc-tls.c: Undo last patch.
3573         * include/wctype.h: Define iswalnum with libc_hidden_proto.
3575         * include/signal.h: Define raise with libc_hidden_proto.
3577         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
3578         __execve instead of snprintf and execve.
3580         * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
3581         again a bit.
3583 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
3585         * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
3586         * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
3588 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
3590         * misc/syslog.c (log_cleanup): New function.
3591         (openlog): Use log_cleanup instead of __libc_mutex_unlock.
3592         (closelog): Likewise.
3594         * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
3595         * elf/dl-iteratephdr.c: Likewise.
3596         * elf/dl-lookup.c: Likewise.
3597         * elf/dl-misc.c: Likewise.
3598         * elf/dl-open.c: Likewise.
3599         * elf/dl-support.c: Likewise.
3600         * elf/rtld.c: Likewise.
3601         * sysdeps/generic/ldsodefs.h: Likewise.
3602         * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
3603         * sysdeps/mach/bits/libc-lock.h: Likewise.
3604         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
3606 2002-12-06  Roland McGrath  <roland@redhat.com>
3608         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
3610         * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
3611         (malloc_starter, memalign_starter, free_starter): Don't define these.
3612         * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
3613         Don't declare them either.
3614         * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
3615         __pthread_initialize, so no need to set hooks to *_starter.
3616         (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
3617         [_LIBC && SHARED && USE_TLS && !USE___THREAD]
3618         (__libc_malloc_pthread_startup): New function.
3619         * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
3621         * malloc/hooks.c (memalign_starter): New function.
3622         * malloc/malloc.c: Declare it.
3623         * malloc/arena.c (save_memalign_hook): New variable.
3624         (ptmalloc_init): Set __memalign_hook to memalign_starter.
3626         * elf/dl-minimal.c (free): Clear the memory.
3627         (calloc): Just call malloc, knowing all memory it returns is cleared.
3629         * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
3630         malloc and memset; calloc can avoid the zeroing when redundant.
3631         (_dl_tls_setup): Likewise.
3632         * elf/dl-load.c (decompose_rpath): Likewise.
3633         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
3634         call, since memory from sbrk at startup is already zero.
3636         * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
3637         error string for failure, null for success.  Update callers.
3638         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3639         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3641 2002-12-05  Jakub Jelinek  <jakub@redhat.com>
3643         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
3644         args to i:iipi.
3645         (readahead): Change args to i:iii.
3646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
3647         Change args to i:iii.
3648         * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
3649         args to i:iiii.
3651 2002-12-05  Roland McGrath  <roland@redhat.com>
3653         * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
3654         call all functions rather than none.
3655         Reported by Mark P. Mitchell <mark@codesourcery.com>.
3657 2002-12-04  Roland McGrath  <roland@redhat.com>
3659         * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
3660         on _nl_current_LC_* variables.
3662 2002-12-05  Ulrich Drepper  <drepper@redhat.com>
3664         * dirent/bug-readdir1.c (main): Don't call closedir, just close
3665         the file descriptor.  This is testing what the bug report was about.
3667 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
3669         * po/be.po: New file.
3671         * argp/Makefile (tests): Add tst-argp1.
3673         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
3674         Change type of _attribute to void*.
3675         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
3676         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
3677         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
3678         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
3679         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
3681 2002-12-04  Roland McGrath  <roland@redhat.com>
3683         * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
3684         members to the end, so a libpthread compiled with !USE_TLS will still
3685         find other members properly.
3687         * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
3688         operand for DEST memory.  Fix dummy input operand to use SRC.
3689         Reported by Davin McCall <davmac@ozonline.com.au>.
3691         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
3692         alignment when initializing the DTV entry.
3694         * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
3695         when TLS has not been set up, try to set it up if we can.
3696         * elf/tst-tls4.c: Revert last change.
3697         * elf/tst-tls5.c: Likewise.
3698         * elf/tst-tls6.c: Likewise.
3699         * elf/tst-tls7.c: Likewise.
3700         * elf/tst-tls8.c: Likewise.
3701         * elf/tst-tls9.c: Likewise.
3703         * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
3704         * sysdeps/generic/ldsodefs.h: Declare it.
3705         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
3706         * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
3707         function, broken out of __libc_setup_tls.
3708         (init_static_tls): Likewise.
3709         (__libc_setup_tls): Call them.
3710         (_dl_tls_setup): New function, uses new subroutines.
3712         * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
3713         Clear the pointer when returning true.
3714         (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
3715         first element of the slotinfo list too.
3717         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
3718         [SHARED].
3720         * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
3721         (_dl_determine_tlsoffset): Likewise.
3723         * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
3724         startup_error_tsd, made global.
3725         (dl_main): Update initialization.
3726         * elf/dl-tsd.c: Likewise.
3727         * sysdeps/generic/ldsodefs.h: Declare it.
3729 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
3731         * manual/texinfo.tex: Update from latest upstream version.
3733 2002-12-03  Roland McGrath  <roland@redhat.com>
3735         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
3736         area surplus in calculation for sbrk call.
3738         * iconvdata/cp1125.c: New file.
3739         * iconvdata/Makefile (distribute): Add it.
3740         (modules): Add CP1125.
3741         (gen-8bit-gap-modules): Add cp1125.
3742         * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
3743         * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
3745 2002-12-03  Andreas Jaeger  <aj@suse.de>
3747         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3749 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
3751         * sysdeps/posix/system.c (do_system): Make signal handler
3752         installation thread safe.
3754 2002-12-02  Roland McGrath  <roland@redhat.com>
3756         * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
3757         caller from EXTRA to -.
3758         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3759         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3760         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3762 2002-12-02  Carlos O'Donell  <carlos@baldric.uwo.ca>
3764         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
3765         bits of RM are cleared.
3767 2002-12-02  Roland McGrath  <roland@redhat.com>
3769         * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
3770         TLS setup is required.
3771         * elf/tst-tls5.c: Likewise.
3772         * elf/tst-tls6.c: Likewise.
3773         * elf/tst-tls7.c: Likewise.
3774         * elf/tst-tls8.c: Likewise.
3775         * elf/tst-tls9.c: Likewise.
3777         * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
3778         `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
3779         * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
3780         for being null before calling free_slotinfo.
3781         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
3782         dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
3784 2002-11-30  Bruno Haible  <bruno@clisp.org>
3786         * iconv/gconv.h (__gconv_btowc_fct): New typedef.
3787         (struct __gconv_step): New field __btowc_fct.
3788         * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
3789         * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
3790         __BUILTIN_TRANS.
3791         (__gconv_btwoc_ascii): New declaration.
3792         * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
3793         (__gconv_btwoc_ascii): New function.
3794         * iconv/gconv_builtin.h: Add BtowcFct argument to all
3795         BUILTIN_TRANSFORMATION invocations.
3796         * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
3797         * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
3798         * iconv/gconv_builtin.c (map): New field btowc_fct.
3799         (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
3800         btowc_fct field.
3801         (__gconv_get_builtin_trans): Initialize __btowc_fct field.
3802         * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
3803         * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
3804         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
3805         * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
3806         (gconv_init): Initialize __btowc_fct field.
3807         Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
3808         * iconv/loop.c: Document ONEBYTE_BODY.
3809         (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
3810         Undefine ONEBYTE_BODY at the end.
3811         * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
3812         * iconvdata/8bit-gap.c (NONNUL): New macro.
3813         (BODY for FROM_LOOP): Use it.
3814         (ONEBYTE_BODY): New macro.
3815         * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
3816         (NONNUL): New macro.
3817         * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
3818         * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
3819         * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
3820         * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
3821         * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
3822         * iconvdata/big5.c (ONEBYTE_BODY): New macro.
3823         * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
3824         * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
3825         * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
3826         * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
3827         * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
3828         * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
3829         * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
3830         * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
3831         * iconvdata/ibm932.c: Include <stdbool.h>.
3832         (TRUE, FALSE): Remove macros.
3833         (BODY for FROM_LOOP): Remove unused variable rp1.
3834         (ONEBYTE_BODY): New macro.
3835         (BODY for TO_LOOP): Use bool.
3836         * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
3837         * iconvdata/ibm943.c: Include <stdbool.h>.
3838         (TRUE, FALSE): Remove macros.
3839         (BODY for FROM_LOOP): Remove unused variable rp1.
3840         (ONEBYTE_BODY): New macro.
3841         (BODY for TO_LOOP): Use bool.
3842         * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
3843         * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
3844         * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
3845         * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
3846         * iconvdata/johab.c (ONEBYTE_BODY): New macro.
3847         * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
3848         * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
3849         * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
3850         * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
3851         * iconvdata/gbbig5.c: Tweak comment.
3853 2002-12-02  Ulrich Drepper  <drepper@redhat.com>
3855         * po/fi.po: Update from translation team.
3857 2002-12-01  Roland McGrath  <roland@redhat.com>
3859         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
3860         testing getdents64 return value.
3862         * scripts/versions.awk: Don't pass -n flag to sort command.
3864         * posix/bug-regex13.c: Include <string.h>.
3866         * sysdeps/generic/libc-start.c (__libc_start_main): Do
3867         DL_SYSDEP_OSCHECK here.
3868         * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
3869         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
3871         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
3872         argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
3874         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
3875         instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
3877         * include/link.h: Comment typo fix.
3879 2002-12-01  Roland McGrath  <roland@frob.com>
3881         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
3882         (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
3883         _POSIX_MEMORY_PROTECTION): Likewise.
3884         (_POSIX_POLL, _POSIX_SELECT): Removed.
3886 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
3888         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
3889         require it to 200112L.  Remove _POSIX_POLL and _POSIX_SELECT.
3891 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
3893         * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
3894         USE___THREAD.
3895         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
3896         "=v" constraints.
3898 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
3900         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
3901         branch prediction buffers by using unpaired call/ret.
3903 2002-11-27  Ulrich Drepper  <drepper@redhat.com>
3905         * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
3906         first parameters constraint string.
3907         (ASMFMT_3): Likewise.  Patch by stefan.lauterbach@mincom.de.
3909 2002-11-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
3911         * posix/regcomp.c (parse_expression): Set the bit since the back
3912         reference is used in the regular expression.
3913         * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
3914         of malloc failure.
3915         (re_node_set_init_copy): Likewise.
3916         * posix/regex_internal.h (state_array_t): New structure.
3917         (re_sub_match_last_t): Likewise.
3918         (re_sub_match_top_t): Likewise.
3919         (re_match_context_t): Add new members.
3920         (re_dfa_t): Likewise.
3921         * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
3922         to check the matching is really correct, and retry if failed.
3923         Move the routin pruning the impossible nodes from here, ...
3924         (prune_impossible_nodes): To this function.
3925         (check_matching): Invoke check_subexp_matching_top, and replace
3926         redundant checking with transit_state_bkref invocation.
3927         (proceed_next_node): Replace strncmp with memcmp.  Reported by
3928         Paolo Bonzini  <bonzini@gnu.org>.
3929         (update_cur_sifted_state): Remove search_subexp invocation.
3930         (search_subexp): Remove this function.
3931         (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
3932         optimization.
3933         (sift_states_bkref): Use search_cur_bkref_entry for optimization.
3934         Remove unused invocation of match_ctx_add_entry.
3935         (transit_state): Invoke check_subexp_matching_top.
3936         (check_subexp_matching_top): New function.
3937         (transit_state_bkref): Remove unused array.
3938         Merge transit_state_bkref_loop.
3939         (transit_state_bkref_loop): Use get_subexp instead of
3940         sift_states_backward.  Use search_cur_bkref_entry for optimization.
3941         Merge this function to transit_state_bkref.
3942         (get_subexp): New function.
3943         (get_subexp_sub): Likewise.
3944         (find_subexp_node): Likewise.
3945         (check_arrival): Likewise.
3946         (check_arrival_expand_ecl): Likewise.
3947         (check_arrival_expand_ecl_sub): Likewise.
3948         (expand_bkref_cache): Likewise.
3949         (match_ctx_init): Initialize new members.
3950         (match_ctx_clean): New function.
3951         (match_ctx_free): Release new members.
3952         (match_ctx_free_subtops): New function.
3953         (match_ctx_add_entry): Fix indent.
3954         (search_cur_bkref_entry): New function.
3955         (match_ctx_add_subtop): Likewise.
3956         (match_ctx_add_sublast): Likewise.
3958 2002-11-25  Ulrich Drepper  <drepper@redhat.com>
3960         * iconv/Makefile (tests): Remove tst-iconv4.c
3961         * iconv/tst-iconv4.c: Moved to...
3962         * iconvdata/tst-iconv4.c: ...here.  New file.
3963         * iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.
3965 2002-11-25  Roland McGrath  <roland@redhat.com>
3967         * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
3968         Grok AF_LINK if defined.
3969         From Momchil Velikov <velco@fadata.bg>.
3971         * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
3972         brdaddr, or dstaddr, just set those pointers to null and don't fail.
3973         Reported by Momchil Velikov <velco@fadata.bg>.
3975         * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
3976         is > sizeof IFR->ifa_addr, advance past the whole longer length.
3977         (__ifreq): Count up NIFS that way too.
3978         Reported by Momchil Velikov <velco@fadata.bg>.
3980         * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
3982         * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
3983         and <fpu_control.h>.
3985 2002-11-24  Ulrich Drepper  <drepper@redhat.com>
3987         * elf/elf.h (EM_ST19): Fix typo.
3989 2002-11-25  Jakub Jelinek  <jakub@redhat.com>
3991         * include/errno.h (__set_errno): Define as errno = val
3992         unconditionally.
3994 2002-11-24  Roland McGrath  <roland@redhat.com>
3996         * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
3997         * sysdeps/posix/writev.c: Likewise.
3998         From Momchil Velikov <velco@fadata.bg>.
4000         * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
4001         calling *GL(dl_error_catch_tsd) for a thread-local location.
4002         * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
4003         (dl_main): Same for GL(dl_error_catch_tsd) initialization.
4004         * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
4006         * libio/iofflush.c: Add libc_hidden_def.
4007         * libio/iofwrite.c: Likewise.
4008         * sysdeps/generic/sigtimedwait.c: Likewise.
4009         * sysdeps/generic/sigwaitinfo.c: Likewise.
4010         * sysdeps/posix/sigwait.c: Likewise.
4011         Reported by Momchil Velikov <velco@fadata.bg>.
4013         * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
4014         to match <arpa/inet.h> declaration.
4015         * inet/inet_netof.c (inet_netof): Likewise.
4016         * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
4017         Reported by Momchil Velikov <velco@fadata.bg>.
4019         * configure.in: Skip AUTOCONF check under --without-cvs.
4020         * configure: Regenerated.
4022         * posix/Makefile (headers): Add bits/pthreadtypes.h.
4023         * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
4024         * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
4026 2002-11-24  Andreas Schwab  <schwab@suse.de>
4028         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
4029         with six arguments.
4031 2002-11-19  Jim Meyering  <jim@meyering.net>
4033         * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
4034         as `static'.
4035         * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
4037 2002-11-23  Roland McGrath  <roland@redhat.com>
4039         * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
4040         Just produce hex output for datum sizes.
4042         * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
4043         Reported by Luca Barbieri <ldb@ldb.ods.org>.
4045 2002-11-20  Steven Munroe  <sjmunroe@us.ibm.com>
4047         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
4048         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
4049         and __unused3 fields.
4050         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
4051         [__WORDSIZE == 32]: Only PPC32 requires __unused1
4052         and __unused2 fields.
4053         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
4054         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
4055         __unused3, and __unused4 fields.
4057         * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
4058         obtain lowest address for profiling in __monstartup call.
4060 2002-11-21  Roland McGrath  <roland@redhat.com>
4062         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
4063         $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
4065         * locale/localeinfo.h (struct locale_data): Revert last change.
4067         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
4068         From Ian Wienand <ianw@gelato.unsw.edu.au>.
4070         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
4071         __NR_pread64 if not defined.
4072         (__NR_pwrite): Define to __NR_pwrite64 if not defined.
4073         From Ian Wienand <ianw@gelato.unsw.edu.au>.
4075 2002-11-21  Roland McGrath  <roland@frob.com>
4077         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
4078         __libc_multiple_libcs here.  Call __setfpucw.
4080 2002-11-21  Ulrich Drepper  <drepper@redhat.com>
4082         * elf/Makefile (tests): Don't run test-arrayX tests for now.
4084         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
4085         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
4086         CLONE_CHILD_*TID flags.
4088 2002-11-20  Andreas Jaeger  <aj@suse.de>
4090         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
4091         We pass struct ucontext on x86-64.
4092         (GET_PC): Adjust.
4093         (GET_FRAME): Adjust.
4094         (GET_STACK): Adjust.
4096 2002-11-20  Roland McGrath  <roland@redhat.com>
4098         * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
4099         conditionalize [! DO_VERSIONING] #error.
4101         * scripts/abilist.awk: Grok function descriptor symbols.
4103         * intl/tst-gettext.c (main): Check return values from setlocale.
4104         Add necessary unsetenv's to make LANG=existing-locale check work.
4106         * intl/tst-gettext.sh: Use mkdir -p.  Copy test files unconditionally,
4107         so aborted prior runs don't confuse things.
4109         * locale/localeinfo.h (struct locale_data: union locale_data_value):
4110         Use uintptr_t instead of unsigned int for `word' member.
4111         (_NL_CURRENT_WORD): Cast to uint32_t.
4113         * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
4114         value.
4116 2002-11-20  Ulrich Drepper  <drepper@redhat.com>
4118         * elf/tls-macros.h: Add IA-64 definitions.
4119         Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
4121         * iconv/Makefile (tests): Add tst-iconv4.
4122         * iconv/tst-iconv4.c: New file.
4124         * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
4125         __GCONV_EMPTY_INPUT only if input is really empty.  Otherwise
4126         __GCONV_INCOMPLETE_INPUT.
4127         (ucs4le_internal_loop): Likewise.
4128         (ucs4le_internal_loop_unaligned): Likewise.
4129         * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
4130         * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
4131         * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
4133         * iconv/loop.c (LOOPFCT): First test for empty input then for full
4134         output buffer.
4136         * inet/getnameinfo.c: Use extend_alloca where appropriate.
4137         * sysdeps/posix/getaddrinfo.c: Likewise.
4139         * include/alloca.h (extend_alloca): New define.  Based on stack
4140         direction it'll try to append to the previouls allocated buffer.
4142 2002-11-07  Thorsten Kukuk  <kukuk@suse.de>
4144         * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
4145         use the same service for AF_INET and AF_INET6.
4147 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
4149         * intl/localealias.c (read_alias_file): Use only about 400 bytes
4150         of stack space instead of 16k.
4152 2002-11-18  Wolfram Gloger  <wg@malloc.de>
4154         * malloc/arena.c
4155         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
4156         nothing if not initialized.  Bug report from Marcus Brinkmann
4157         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
4159 2002-11-19  Roland McGrath  <roland@redhat.com>
4161         * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
4162         sched_setaffinity.
4164         * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
4165         `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
4166         test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
4167         * configure: Regenerated.
4169 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
4171         * include/dlfcn.h: __libc_dlopen is now a macro calling
4172         __libc_dlopen_mode with the extra parameter RTLD_LAZY.
4173         (__libc_dlopen_mode): New prototype.
4174         * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen.  Add
4175         new parameter.  Store new parameter in mode field of structure passed
4176         to do_dlopen.
4177         (struct do_dlopen_args): Add new field mode.
4178         (do_dlopen): Pass mode from parameter structure to _dl_open.
4180 2002-11-11  Randolf Chung  <tausq@debian.org>
4182         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
4183         (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
4184         * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
4186         * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
4188         * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
4189         Set -mdisable-fpregs for this file.
4191 2002-11-11  Carlos O'Donell  <carlos@baldric.uwo.ca>
4193         * sysdeps/unix/sysv/linux/configure.in:
4194         Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
4195         from gcc-3.0 era for backwards compatibility.
4196         * sysdeps/unix/sysv/linux/configure: Regenerate.
4198         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
4199         Define mcontext_t as a sigcontext.
4201 2002-11-18  Roland McGrath  <roland@redhat.com>
4203         * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
4204         Free memory in `last_result' if it was used.
4206         * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
4207         all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
4208         Do the parsing inline instead of copying strings and calling
4209         inet_network, and properly skip all alias names not matching the form.
4211         * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
4213 2002-11-17  Ulrich Drepper  <drepper@redhat.com>
4215         * manual/pattern.texi (Wordexp Example): Fix sample code.
4217         * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
4218         childs stack which will be loaded into the %esi register.
4220 2002-11-14  Paul Eggert  <eggert@twinsun.com>
4222         * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
4223         overflow when skipping the question part and when unpacking aliases.
4225 2002-11-15  Roland McGrath  <roland@redhat.com>
4227         * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
4228         s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
4229         Instead add $(calls:s_%=m_%) to get m_* versions of them all.
4231 2002-11-15  Jakub Jelinek  <jakub@redhat.com>
4233         * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
4234         * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
4236 2002-11-15  Roland McGrath  <roland@redhat.com>
4238         * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
4239         * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
4240         from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
4241         (+make-include-of-dep): New canned sequence.
4243         * stdlib/canonicalize.c (__realpath): Check for malloc failure.
4244         From Dmitry V. Levin <ldv@altlinux.org>.
4246 2002-11-14  Roland McGrath  <roland@redhat.com>
4248         * sysdeps/generic/errno.c (__libc_errno): Remove alias.
4249         * inet/herrno.c (__libc_h_errno): Likewise.
4250         * resolv/res_libc.c (__libc_res): Likewise.
4251         [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
4252         (__res_state) [! USE___THREAD]: Don't define as weak.
4253         * csu/Versions: Revert last change.
4254         * resolv/Versions: Revert last change.
4256         * Makerules ($(common-objpfx)%.make): New pattern rule.
4257         * tls.make.c: New file.
4258         * Makefile (distribute): Add it.
4260         * sysdeps/generic/errno.c [! USE___THREAD]
4261         [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
4262         with compat_symbol so they are not link-time visible.
4263         [! USE___THREAD] (__libc_errno): New alias for errno.
4264         * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
4265         Add __libc_errno here.
4266         * inet/herrno.c [USE___THREAD]: Use this conditional
4267         in place of [USE_TLS && HAVE___THREAD].
4268         [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
4269         (h_errno, _h_errno): Declare these with compat_symbol so they are not
4270         link-time visible.
4271         [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
4272         * resolv/res_libc.c [! USE___THREAD]
4273         [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
4274         (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
4275         (__libc_res): Define as alias for _res.
4276         * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
4277         Add __libc_h_errno and __libc_res here.
4279 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
4281         * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
4282         * resolv/Versions (h_errno, _res): Likewise.
4284 2002-11-14  Roland McGrath  <roland@redhat.com>
4286         * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
4287         (%.symlist): Likewise.
4289 2002-11-13  Roland McGrath  <roland@redhat.com>
4291         * scripts/abilist.awk: New file.
4292         * Makefile (distribute): Add it.
4293         * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
4294         (tests): Depend on .symlist file for each $(install-lib.so-versioned).
4295         [$(subdir) = elf] (tests): Depend on libc.symlist.
4296         (generated, common-generated): Add those files.
4298         * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
4299         * configure: Regenerated.
4300         * config.make.in (OBJDUMP): New variable, substituted by configure.
4302         * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
4303         (mallochook, reallochook): Set them up.
4304         (checkhdr): Check HDR->magic2 value.
4305         (freehook): Reset HDR->magic2.
4306         (memalignhook): New static function.
4307         (old_memalign_hook): New static variable.
4308         (mcheck, reallochook): Set __memalign_hook to memalignhook.
4310         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
4311         for the new TCB.
4313 2002-11-13  Andreas Jaeger  <aj@suse.de>
4315         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
4316         attribute.
4317         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4319 2002-11-11  Paul Eggert  <eggert@twinsun.com>
4321         * manual/crypt.texi (Cryptographic Functions): Mention that
4322         the MD5 one-way algorithm is compatible with BSD's.
4324 2002-11-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
4326         * posix/regex_internal.c (re_string_skip_chars): Also return the last
4327         wide character.
4328         (re_string_reconstruct): Calculate the context by itself when the
4329         offset points out of the valid range.
4330         (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
4331         * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
4332         (IS_WIDE_WORD_CHAR): New macro.
4333         (IS_WIDE_NEWLINE): New macro.
4335 2002-11-12  Andreas Jaeger  <aj@suse.de>
4337         * sysdeps/x86_64/strchr.S: Don't use one register for two
4338         purposes, this fixes a bug noticed by test-strchr.c.
4340         * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
4341         correctly.
4343 2002-11-12  Roland McGrath  <roland@redhat.com>
4345         * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
4346         (_G_IO_NO_BACKWARD_COMPAT): Define it.
4348         * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
4349         instead of <pt-machine.h>.
4350         [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
4351         testandset.
4352         From Ian Wienand <ianw@gelato.unsw.edu.au>.
4354 2002-11-10  Roland McGrath  <roland@redhat.com>
4356         * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
4357         Call fputs instead of fwprintf (simpler to follow in debugger).
4359         * crypt/md5-crypt.c: Doc fix.
4361         * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
4362         the beginning of generated target commands.
4364         * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
4365         dependencies for these in case implicit rule search skipped the
4366         nonexistent source directory.
4367         * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
4368         files with $(object-suffixes) as targets too.
4369         * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
4370         and a target for it using $(make-target-directory).
4372         * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
4374 2002-11-10  Roland McGrath  <roland@frob.com>
4376         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
4377         * sysdeps/generic/bits/pthreadtypes.h: ... here.
4379         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
4380         l_start == 0 and l_len == 1 as we do l_len == 0.
4382 2002-11-10  Ulrich Drepper  <drepper@redhat.com>
4384         * po/da.po: Update from translation team.
4386 2002-11-10  Roland McGrath  <roland@redhat.com>
4388         * config.make.in (includedir): New variable, substituted by configure.
4389         Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
4390         * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
4392 2002-11-10  Andreas Jaeger  <aj@suse.de>
4394         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
4395         REG_OLDMASK and REG_CR2 to synch with kernel header.
4396         (NGREG): Increase.
4398         * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
4399         aliasing problem.
4400         * nss/getXXbyYY_r.c (INTERNAL): Likewise.
4401         * nss/getnssent_r.c (__nss_getent_r): Likewise.
4402         (__nss_setent): Likewise.
4403         (__nss_getent_r): Likewise.
4404         * inet/getnetgrent_r.c (innetgr): Likewise.
4405         (__internal_setnetgrent_reuse): Likewise.
4406         (internal_getnetgrent_r): Likewise.
4407         * inet/ether_hton.c (ether_hostton): Likewise.
4408         * inet/ether_ntoh.c (ether_ntohost): Likewise.
4409         * sunrpc/netname.c (netname2user): Likewise.
4410         * sunrpc/publickey.c (getpublickey): Likewise.
4411         (getsecretkey): Likewise.
4413 2002-11-09  Marcus Brinkmann  <marcus@gnu.org>
4415         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
4416         error in range calculation.
4418 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
4420         * string/test-strspn.c (do_test): Ensure zero termination.
4421         * string/test-strpbrk.c (do_test): Likewise.
4422         * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
4423         * string/test-strncpy.c (stupid_strncpy): Likewise.
4424         * string/test-stpncpy.c (stupid_stpncpy): Likewise.
4426 2002-10-08  Roland McGrath  <roland@redhat.com>
4428         * string/test-string.h (test_init): Fill BUF1 and BUF2 with
4429         nonzero characters.
4431 2002-09-22  H.J. Lu  <hjl@gnu.org>
4433         * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
4434         from PAGE_SHIFT.  Define if not defined.  Check MMAP2_PAGE_SHIFT
4435         only if __NR_mmap2 is defined.
4437         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
4438         * sysdeps/unix/sysv/linux/mmap64.c: ... here.
4439         * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
4440         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
4442 2002-11-08  Jakub Jelinek  <jakub@redhat.com>
4444         * posix/bug-regex13.c (tests): Add new test.
4446         * string/test-strchr.c (stupid_strchr): New function.
4447         (do_random_tests): Make sure the string is zero terminated.
4448         * string/test-strpbrk.c (stupid_strpbrk): New function.
4449         (do_random_tests): Make sure the string is zero terminated.
4450         * string/test-strcmp.c (stupid_strcmp): New function.
4451         (do_random_tests): Make sure the strings are zero terminated.
4452         * string/test-strspn.c (stupid_strspn): New function.
4453         (simple_strspn): Rename rej argument to acc.
4454         (do_random_tests): Make sure the string is zero terminated.
4455         * string/test-strcspn.c (stupid_strcspn): New function.
4456         * string/test-strncpy.c (stupid_strncpy): New function.
4457         * string/test-stpncpy.c (stupid_stpncpy): New function.
4458         * string/test-strncmp.c (stupid_strncmp): New function.
4459         (do_random_tests): Make sure the strings are zero terminated.
4460         * string/test-string.h (impl_t): Change test into long.
4461         (IMPL): Add __attribute__((aligned (sizeof (void *)))).
4463 2002-11-08  Roland McGrath  <roland@redhat.com>
4465         * sysdeps/ia64/elf/configure.in: Add TLS check.
4466         From Ian Wienand <ianw@cse.unsw.edu.au>.
4467         * sysdeps/ia64/elf/configure: Regenerated.
4469 2002-11-07  Roland McGrath  <roland@redhat.com>
4471         * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
4472         place of _IO_new_do_write.
4473         [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
4474         #undef before versioned_symbol use.
4476 2002-11-07  Richard Henderson  <rth@redhat.com>
4478         * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
4479         * configure: Regenerated.
4480         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
4481         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
4482         (RTLD_START): Likewise.  Access _dl_skip_args, _rtld_local, and
4483         _dl_fini via gp-relative relocations.
4484         * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
4486         * elf/tls-macros.h: Add alpha versions.
4487         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
4488         * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
4489         * sysdeps/unix/alpha/sysdep.h: Likewise.  Add SYSCALL_ERROR_HANDLER.
4490         * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
4491         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
4492         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
4493         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4494         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4495         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
4496         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
4497         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
4498         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4499         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4500         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4501         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
4502         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
4503         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4504         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4506         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
4507         Kill argument registers across the inline syscall.
4509         * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
4511         * linuxthreads/sysdeps/alpha/tls.h: New file.
4512         * sysdeps/alpha/dl-tls.h: New file.
4514 2002-10-29  David Mosberger  <davidm@hpl.hp.com>
4516         * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
4517         (gmon_initializer): New function.
4518         (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
4519         __gmon_start__ here.  Call it from gmon_initializer() instead.
4521 2002-03-12  H.J. Lu  <hjl@gnu.org>
4523         * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
4524         tst-array2, and tst-array3.
4525         [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
4526         [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
4527         ($(objpfx)tst-array1.out): New target.
4528         ($(objpfx)tst-array2): Likewise.
4529         ($(objpfx)tst-array2.out): Likewise.
4530         ($(objpfx)tst-array3.out): Likewise.
4531         * elf/tst-array1.c: New file.
4532         * elf/tst-array1.exp: Likewise.
4533         * elf/tst-array2.c: Likewise.
4534         * elf/tst-array2dep.c: Likewise.
4535         * elf/tst-array2.exp: Likewise.
4536         * elf/tst-array3.c: Likewise.
4538 2002-10-28  David Mosberger  <davidm@hpl.hp.com>
4540         * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
4541         Don't add L->l_addr to array entry values.
4543 2002-11-07  Jakub Jelinek  <jakub@redhat.com>
4545         * string/test-string.h: New file.
4546         * string/test-strlen.c: New file.
4547         * string/test-string.h: New file.
4548         * string/test-strcmp.c: New file.
4549         * string/test-strchr.c: New file.
4550         * string/test-strrchr.c: New file.
4551         * string/test-strcpy.c: New file.
4552         * string/test-stpcpy.c: New file.
4553         * string/test-strncpy.c: New file.
4554         * string/test-stpncpy.c: New file.
4555         * string/test-strpbrk.c: New file.
4556         * string/test-strcspn.c: New file.
4557         * string/test-strspn.c: New file.
4558         * string/test-strcat.c: New file.
4559         * string/test-strncmp.c: New file.
4560         * string/test-memchr.c: New file.
4561         * string/test-memcmp.c: New file.
4562         * string/test-memset.c: New file.
4563         * string/test-memcpy.c: New file.
4564         * string/test-mempcpy.c: New file.
4565         * string/test-memmove.c: New file.
4566         * string/Makefile (strop-tests): New variable.
4567         (tests): Add strop-tests.
4568         (distribute): Add test-string.h.
4570 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
4572         * posix/regcomp.c: Use tabs instead of spaces.
4573         * posix/regexec.c: Likewise.
4574         * posix/regex_internal.h: Likewise.
4576         * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
4578 2002-11-06  Jakub Jelinek  <jakub@redhat.com>
4580         * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
4581         here.
4582         (regcomp): Don't set can_be_null here.
4583         (re_comp): Clear whole re_comp_buf with the exception of fastmap.
4584         (re_compile_internal): Clear can_be_null, set regs_allocated.
4586         * posix/regcomp.c (re_set_fastmap): New function.
4587         (re_compile_fastmap_iter): Use it.  Remove redundant type ==
4588         COMPLEX_BRACKET check.
4589         * posix/regexec.c (re_search_internal): Optimize searching with
4590         fastmap.  Call re_string_reconstruct even if match_first is
4591         smaller than raw_mbs_idx.
4593 2002-11-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
4595         * posix/regcomp (free_dfa_content): Use free_state.
4596         * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
4597         pointers in case that realloc failed.
4598         (re_node_set_merge): Likewise.
4599         (register_state): Likewise.
4600         (create_newstate_common): Invoke memory release functions in case of
4601         error conditions.
4602         (create_ci_newstate): Likewise.
4603         (create_cd_newstate): Likewise.
4604         (free_state): New function.
4605         * posix/regexec.c (re_search_internal): Invoke memory release
4606         functions in case of error conditions.
4607         (sift_states_backward): Likewise.
4608         (merge_state_array): Likewise.
4609         (add_epsilon_src_nodes): Likewise.
4610         (sub_epsilon_src_nodes): Likewise.
4611         (search_subexp): Likewise.
4612         (sift_states_bkref): Likewise.
4613         (transit_state_sb): Likewise.
4614         (transit_state_mb): Likewise.
4615         (transit_state_bkref_loop): Likewise.
4616         (group_nodes_into_DFAstates): Likewise.
4617         (push_fail_stack): Don't edit pointers in case that realloc failed.
4618         (extend_buffers): Likewise.
4619         (match_ctx_add_entry): Likewise.
4621 2002-11-06  Roland McGrath  <roland@redhat.com>
4623         * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
4624         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4626         * configure.in: Add checks on as and ld for binutils 2.13 or later.
4627         * configure: Regenerated.
4629 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
4631         * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
4632         If re_compile_internal failed free fastmap buffer.
4633         (free_dfa_content): Broken out of regfree function.  Frees all dfa
4634         related data.
4635         (regfree): Add free_dfa_content.
4636         (re_compile_internal): If any of the called functions fails free
4637         all dfa related memory.
4639 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
4641         * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
4642         warnings from the kernel headers.
4644 2002-11-05  Roland McGrath  <roland@redhat.com>
4646         * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
4647         From Johannes Stezenbach <js@convergence.de>.
4649         * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
4650         #errlist-compat magic comment to give 123 as size.
4651         (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
4652         (libc: GLIBC_2.2): ... here.
4653         (libc: GLIBC_2.3): Likewise.
4655 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
4657         * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
4658         which happens at the beginning so that we can unload modules in
4659         __libc_freeres.
4661 2002-11-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4663         * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
4664         under [__USE_MISC || _ASM].
4666         * elf/elf.h: Remove the obsolete SH TLS relocations.
4668 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
4670         * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
4672 2002-11-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
4675         __NR_pread64 and __NR_pwrite64.
4676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4677         * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
4678         and __NR_pwrite64.
4679         Revert change to use INLINE_SYSCALL.
4680         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
4681         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
4682         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
4683         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
4684         INLINE_SYSCALL.
4685         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
4687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
4688         Update clobber list and add a comment about the syscall ABI.
4690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
4691         s_pwrite64, s_ftruncate, s_truncate): Re-add.
4693 2002-11-05  Jakub Jelinek  <jakub@redhat.com>
4695         * iconv/gconv_dl.c (free_mem): Clear loaded.
4696         * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
4697         cleanup if any.
4699 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
4701         * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
4703         * libio/ioseekoff.c: Remove INTDEF.  Define _IO_seekoff_unlocked.  Same
4704         as old code without locking.  _IO_seekoff calls this function after
4705         locking the stream.
4706         * libio/ioseekpos.c: Likewise for _IO_seekpos.
4707         * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
4708         prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
4709         prototypes.
4710         * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
4711         of _IO_seekoff_internal.
4712         (_IO_rewind): Likewise.
4713         * libio/ioftell.c: Likewise.
4714         * libio/ftello.c: Likewise.
4715         * libio/ftello64.c: Likewise.
4716         * libio/iofgetpos.c: Likewise.
4717         * libio/iofgetpos64.c: Likewise.
4718         * libio/oldiofgetpos.c: Likewise.
4719         * libio/oldiofgetpos64.c: Likewise.
4720         * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
4721         _IO_seekpos_internal.
4722         * libio/iofsetpos64.c: Likewise.
4723         * libio/oldiofsetpos.c: Likewise.
4724         * libio/oldiofsetpos64.c: Likewise.
4726 2002-11-04  Roland McGrath  <roland@redhat.com>
4728         * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
4729         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
4730         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
4731         * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
4732         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
4733         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
4734         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
4735         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
4736         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
4737         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
4738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
4739         s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
4740         sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
4741         Remove these, no longer used.
4743 2002-11-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
4746         s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
4747         s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
4748         s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
4749         s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
4750         s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
4751         syscall stubs.
4753         * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
4754         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4755         * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
4756         and __NR_pread.
4757         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
4758         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
4759         and __NR_pwrite.
4760         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
4762 2002-11-03  Roland McGrath  <roland@redhat.com>
4764         * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
4765         `_dl_tls_static_used'.
4766         * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
4767         (__libc_setup_tls): Initialize it.  Let the initial value of
4768         _dl_tls_static_size indicate some surplus space in the computed value.
4769         * elf/dl-open.c (_dl_tls_static_size): New variable.
4770         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
4771         _dl_tls_static_used.  Add some surplus space into _dl_tls_static_size.
4772         * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
4773         (CHECK_STATIC_TLS): Use it.
4774         * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
4775         closed objects occupied a trailing contiguous chunk of static TLS area.
4777 2002-10-18  Bruno Haible  <bruno@clisp.org>
4779         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
4781 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
4783         * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
4784         _wide_data->_IO_read_end if adjustment can be made in the current
4785         buffer.
4787         * sysdeps/unix/sysv/linux/fexecve.c: New file.
4789         * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
4790         wide oriented streams are used.
4792         * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
4793         service hasn't been used [PR libc/4744].
4795         * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
4796         Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
4798         * manual/examples/dir.c: Don't include <stddef.h>.
4799         * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
4800         Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
4802 2002-11-02  H.J. Lu  <hjl@gnu.org>
4804         * stdio-common/reg-printf.c: Include <stddef.h>.
4806 2002-11-03  Ulrich Drepper  <drepper@redhat.com>
4808         * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
4810         * po/ca.po: Update from translation team.
4811         * po/es.po: Likewise.
4813         * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
4814         is defined write out memory map.
4815         * sysdeps/unix/sysv/linux/segfault.c: New file.
4817 2002-11-02  Roland McGrath  <roland@redhat.com>
4819         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
4820         pointers that can alias.
4821         Reported by Daniel Jacobowitz <drow@mvista.com>.
4823         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
4825 2002-11-02  Roland McGrath  <roland@redhat.com>
4827         * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
4828         description to be clearer and to say that *RESULT is set to ENTRY.
4830 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
4832         * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
4833         dests_ch arrays together.  Alloca or malloc dest_states,
4834         dest_states_word and dest_states_nl arrays together.  Free memory on
4835         error exit.
4837 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
4839         * crypt/crypt_util.c (__init_des_r): Initialize current_salt
4840         and current_saltbits.
4842 2002-11-02  Roland McGrath  <roland@redhat.com>
4844         * stdio-common/reg-printf.c: Include <stdlib.h>.
4846 2002-11-02  H.J. Lu  <hjl@gnu.org>
4848         * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
4849         caller to EXTRA instead of execve.
4851 2002-11-01  Roland McGrath  <roland@redhat.com>
4853         * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
4854         in place of [!(USE_TLS && HAVE___THREAD)].
4855         (__errno_location) [! USE___THREAD]: Define as strong, not weak.
4857 2002-10-31  Roger Sayle  <roger@eyesopen.com>
4859         * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
4860         New macros.
4861         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
4863         * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
4864         without defining FP_ROUNDMODE.
4866 2002-10-29  Jakub Jelinek  <jakub@redhat.com>
4868         * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
4869         (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
4870         declare_symbol.
4871         * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
4872         (OLD_SIGLIST_SIZE): Define.
4873         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
4874         (OLD_SIGLIST_SIZE): Define.
4875         * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
4877 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
4879         * sysdeps/ia64/strncpy.S: Fix recovery code.
4881 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
4883         * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
4884         New macros.
4885         * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
4886         text_set_element.
4887         * elf/dl-libc.c (free_mem): Likewise.
4888         * iconv/gconv_conf.c (free_mem): Likewise.
4889         * iconv/gconv_db.c (free_mem): Likewise.
4890         * iconv/gconv_dl.c (free_mem): Likewise.
4891         * iconv/gconv_cache.c (free_mem): Likewise.
4892         * intl/finddomain.c (free_mem): Likewise.
4893         * intl/dcigettext.c (free_mem): Likewise.
4894         * locale/setlocale.c (free_mem): Likewise.
4895         * misc/fstab.c (fstab_free): Likewise.
4896         * nss/nsswitch.c (free_mem): Likewise.
4897         * posix/regcomp.c (free_mem): Likewise.
4898         * resolv/gai_misc.c (free_res): Likewise.
4899         * stdlib/fmtmsg.c (free_mem): Likewise.
4900         * sunrpc/clnt_perr.c (free_mem): Likewise.
4901         * sysdeps/generic/setenv.c (free_mem): Likewise.
4902         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
4903         * sysdeps/pthread/aio_misc.c (free_res): Likewise.
4904         * time/tzset.c (free_mem): Likewise.
4905         * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
4906         * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
4907         * malloc/set-freeres.c (__libc_freeres): Likewise.
4909         * login/getutent.c: Include stdlib.h instead of stddef.h.
4910         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
4911         (__getutent): Allocate buffer the first time it is run.
4912         * login/getutid.c: Include stdlib.h instead of stddef.h.
4913         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
4914         (__getutid): Allocate buffer the first time it is run.
4915         * login/getutline.c: Include stdlib.h instead of stddef.h.
4916         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
4917         (__getutline): Allocate buffer the first time it is run.
4918         * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
4919         (mtrace): Allocate malloc_trace_buffer.
4920         * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
4921         * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
4922         * string/strerror.c: Include libintl.h and errno.h.
4923         (buf): New variable.
4924         (strerror): Only allocate buffer if actually needed (unknown error).
4925         * time/tzfile.c (transitions): Add libc_freeres_ptr.
4926         (freeres): Remove.
4928 2002-10-25  Jakub Jelinek  <jakub@redhat.com>
4930         * include/libc-symbols.h (libc_freeres_ptr): New macro.
4931         * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
4932         symbol_set_define.
4933         (__libc_freeres): Free all pointers in that section.
4934         * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
4935         commands when creating .lds script.
4936         (LDSEDCMD-c.so): New variable.
4937         * inet/rcmd.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
4938         (rcmd_af): Use strdup to allocate ahostbuf.
4939         * inet/rexec.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
4940         (rexec_af): Use strdup to allocate ahostbuf.
4941         * stdio-common/reg-printf.c (printf_funcs): Remove.
4942         (__printf_arginfo_table): Change into printf_arginfo_function **.
4943         Add libc_freeres_ptr.
4944         (__register_printf_function): Allocate __printf_arginfo_table
4945         and __printf_function_table the first time it is called.
4946         * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
4947         printf_arginfo_function **.
4948         (parse_one_spec): Add __builtin_expect.
4949         * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
4950         (free_mem): Remove.
4951         * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
4952         (free_mem): Remove.
4953         * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
4954         (string_space, map): Add libc_freeres_ptr.
4955         (free_mem): Remove.
4956         * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
4957         (free_mem): Remove.
4958         * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
4959         (free_mem): Remove.
4960         * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
4961         (buffer): Add libc_freeres_ptr.
4962         (free_mem): Remove for _LIBC.
4963         * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
4964         (free_mem): Remove.
4965         * nss/getXXent.c (buffer): Add libc_freeres_ptr.
4966         (free_mem): Remove.
4967         * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
4968         (free_mem): Remove.
4969         * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
4970         (free_mem): Remove.
4971         * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
4972         (free_mem): Remove.
4973         * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
4974         (free_mem): Remove.
4975         * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
4976         libc_freeres_ptr.
4977         (free_mem): Remove.
4978         * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
4979         libc_freeres_ptr.
4980         (free_mem): Remove.
4982 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
4984         * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
4985         instead of duplicating the whole function in libc.
4987 2002-10-31  Roland McGrath  <roland@redhat.com>
4989         * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
4990         Renamed from __bswap_16 (typo fix).  Reported by <dens@stl.sarov.ru>.
4992 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
4994         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
4995         32bit-predefine when creating .new32 list and -U for each
4996         32bit-predefine when creating .new64 list.
4997         * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
4999 2002-10-29  Andreas Schwab  <schwab@suse.de>
5001         * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
5002         "testrtsig.h".  Reported by Daniel Jacobowitz <dan@debian.org>.
5004 2002-10-25  Roland McGrath  <roland@redhat.com>
5006         * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
5007         * sysdeps/unix/sysv/linux/configure: Regenerated.
5009         * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
5010         _dl_starting_up decl.
5012 2002-10-20  H.J. Lu  <hjl@gnu.org>
5014         * sysdeps/unix/sysv/linux/configure.in: Don't check
5015         /lib/modules/`uname -r`/build/include for kernel headers if
5016         cross compiling.
5017         * sysdeps/unix/sysv/linux/configure: Regenerated.
5019 2002-10-25  Roland McGrath  <roland@redhat.com>
5021         * math/math.h (M_LOG2El): Correct the value.
5022         From Stephen L Moshier <steve@moshier.net>.
5024         * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
5025         conditional from __libc_multiple_libcs access.  Remove kludge for weak
5026         symbol access with old compilers we no longer support.
5027         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
5028         * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
5030 2002-10-25  Roland McGrath  <roland@redhat.com>
5032         * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
5033         implement SV_RESETHAND by translating it to SA_RESETHAND.
5035 2002-10-23  Alexandre Oliva  <aoliva@redhat.com>
5037         * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
5038         type on ELF64 platforms.
5040 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
5042         * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
5044         * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
5046 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
5048         * elf/dl-misc.c: Include <sysdep.h>.
5049         (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
5051         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
5052         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
5053         (INLINE_SYSCALL): Use that.
5054         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
5055         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
5056         (INLINE_SYSCALL): Use that.
5057         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
5058         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
5059         (INLINE_SYSCALL): Use that.
5060         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
5061         dl-sysdep.h.
5062         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
5063         (__INTERNAL_SYSCALL_STRING): Define.
5064         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
5065         dl-sysdep.h.
5066         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
5067         (__INTERNAL_SYSCALL_STRING): Define.
5068         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
5069         __SYSCALL_STRING to inline_syscall*.
5070         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
5071         New macros.
5072         (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
5073         inline_syscall4, inline_syscall5, inline_syscall6): Add string
5074         argument.
5076 2002-10-24  Roland McGrath  <roland@redhat.com>
5078         * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
5079         * sysdeps/unix/sysv/linux/init-first.c: Not here.
5080         * sysdeps/powerpc/elf/libc-start.c: Or here.
5081         * sysdeps/unix/sysv/aix/libc-start.c: Or here.
5082         * sysdeps/unix/sysv/aix/start-libc.c: Or here.
5083         * sysdeps/unix/sysv/aix/init-first.c: Or here.
5084         * sysdeps/generic/libc-start.c: Or here.
5085         * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
5086         access with [! SHARED].
5087         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
5089         * libio/bug-wfflush.c: New file.
5090         * libio/Makefile (tests): Add bug-wfflush.
5092 2002-10-23  Roland McGrath  <roland@redhat.com>
5094         * stdio-common/tst-fphex.c: New file.
5095         * stdio-common/Makefile (tests): Add tst-fphex.
5096         * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
5097         of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
5098         chars always before the value digits.
5099         Reported by James Antill <james.antill@redhat.com>.
5101 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
5103         * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
5104         (free_mem): New function.
5105         * posix/Makefile (tests): Add bug-regex14.  Add bug-regex14-mem
5106         if not cross compiling.
5107         (generated): Add bug-regex14-mem and bug-regex14.mtrace.
5108         (bug-regex14-ENV): Set.
5109         (bug-regex14-mem): New target.
5110         * posix/bug-regex14.c: New file.
5112 2002-10-23  Roland McGrath  <roland@redhat.com>
5114         * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
5115         target, so we don't touch it when the link fails.
5117         * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
5118         Check for the result overflowing off_t and fail with EOVERFLOW.
5119         * libio/ioftell.c (_IO_ftell): Likewise.
5120         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
5122         * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
5123         use a temporary timeval on the stack for gettimeofday and copy it.
5124         * login/logout.c (logout): Likewise.
5125         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
5127         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
5128         Use __SWORD_TYPE instead of int for member types.
5129         (struct statfs64): Likewise.
5130         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
5131         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
5132         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
5133         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
5134         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
5136         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
5137         * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
5138         (ST_NODIRATIME): Restore fixed value of 2048.
5139         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
5140         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
5142         Rearranged <bits/types.h> definitions to reduce duplication.
5143         * sysdeps/generic/bits/types.h: Rewritten, using macros from
5144         <bits/wordsize.h> and new header <bits/typesizes.h>.
5145         * posix/Makefile (headers): Add bits/typesizes.h here.
5146         * sysdeps/generic/bits/typesizes.h: New file.
5147         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
5148         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
5149         * sysdeps/mach/hurd/bits/typesizes.h: New file.
5150         * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
5151         * sysdeps/unix/sysv/linux/bits/types.h: File removed.
5152         * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
5153         * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
5154         * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
5155         * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
5156         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
5157         * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
5158         <bits/pthreadtypes.h> here, not in <bits/types.h>.
5159         * signal/signal.h: Likewise.
5161         * streams/stropts.h: Include <bits/xtitypes.h>.
5162         * streams/Makefile (headers): Add bits/xtitypes.h here.
5163         * sysdeps/generic/bits/xtitypes.h: New file.
5164         * sysdeps/s390/bits/xtitypes.h: New file.
5165         * sysdeps/ia64/bits/xtitypes.h: New file.
5166         * sysdeps/x86_64/bits/xtitypes.h: New file.
5168         * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
5169         * sysdeps/generic/bits/ipctypes.h: New file.
5170         * sysdeps/mips/bits/ipctypes.h: New file.
5171         * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
5172         * sysdeps/gnu/bits/msq.h: Likewise.
5173         * sysvipc/sys/ipc.h: Likewise.
5175 2002-10-22  Ulrich Drepper  <drepper@redhat.com>
5177         * elf/dl-load.c (struct filebuf): For buf element to have the
5178         alignment of ElfXX_Ehdr since this is what will be stored in it.
5180 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
5182         * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
5183         into pointer to locrec_offset.
5184         (add_locale_to_archive): Adjust callers.  Free normalized_name right
5185         before returning, not immediately after add_locale, pass it to
5186         add_alias if not NULL instead of name.  Rename second normalized_name
5187         occurence to nnormalized_codeset_name.
5189         * locale/programs/locarchive.c (enlarge_archive): Make sure
5190         string_size is always a multiple of 4.
5191         Reported by Andreas Schwab <schwab@suse.de>.
5193 2002-10-21  Andreas Schwab  <schwab@suse.de>
5195         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
5196         caller to EXTRA instead of execve, since the latter has a
5197         higher-priority implementation in linuxthreads.
5199 2002-10-21  Roland McGrath  <roland@redhat.com>
5201         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
5202         slotinfo list's len member to the proper size, not just 1.
5203         Initialize static_map.l_tls_initimage.
5205         * elf/dl-open.c (dl_open_worker): Fix loop searching for
5206         dtv_slotinfo_list element containing new modules' l_tls_modid.
5208         * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
5209         * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
5210         * elf/Makefile (tests): Add tst-tls9.
5211         (tests-static): Add tst-tls9-static.
5212         (tst-tls9-static-ENV): New variable.
5213         ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
5215         * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
5216         modids used by partially loaded modules being closed can't be known.
5218 2002-10-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5220         * posix/Makefile: Add a test case for the bug reported by Aharon
5221         Robbins <arnold@skeeve.com>.
5222         * posix/bug-regex13.c: New file.
5223         * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
5225 2002-10-21  Ulrich Drepper  <drepper@redhat.com>
5227         * csu/gmon-start.c: Pretty printing.
5229 2002-10-19  Art Haas  <ahaas@neosoft.com>
5231         * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
5232         add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
5233         add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
5234         * configure: Regenerated.
5236 2002-10-19  Roland McGrath  <roland@redhat.com>
5238         * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
5239         and then set $subdirs directly, because the new Autoconf breaks
5240         compatibility in every way imaginable and insists on whining
5241         about usage that worked since the dawn of time.
5242         * configure: Regenerated.
5244         * configure: Regenerated (using Autoconf 2.54).
5245         * sysdeps/alpha/elf/configure: Likewise.
5246         * sysdeps/generic/configure: Likewise.
5247         * sysdeps/i386/elf/configure: Likewise.
5248         * sysdeps/ia64/elf/configure: Likewise.
5249         * sysdeps/mach/hurd/configure: Likewise.
5250         * sysdeps/mach/configure: Likewise.
5251         * sysdeps/unix/configure: Likewise.
5252         * sysdeps/unix/common/configure: Likewise.
5253         * sysdeps/unix/sysv/aix/configure: Likewise.
5254         * sysdeps/unix/sysv/linux/configure: Likewise.
5255         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5256         * sysdeps/x86_64/elf/configure: Likewise.
5258         * config.make.in: Nix completely-soft nonsense.
5259         * configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
5260         of machine directories instead of fpu subdirectory.
5261         * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
5262         * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
5263         * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
5264         * sysdeps/powerpc/nofpu/sim-full.c: ... here.
5265         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
5266         * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
5267         * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
5268         * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
5269         * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
5270         * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
5271         * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
5272         * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
5273         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
5274         * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
5275         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
5276         * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
5277         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
5278         * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
5279         * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
5280         * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
5281         * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
5282         * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
5283         * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
5284         * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
5285         * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
5286         * sysdeps/powerpc/nofpu/fegetround.c: ... here.
5287         * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
5288         * sysdeps/powerpc/nofpu/fesetround.c: ... here.
5289         * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
5290         * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
5291         * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
5292         * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
5293         * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
5294         * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
5295         * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
5296         * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
5297         * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
5298         * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
5299         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
5300         * sysdeps/powerpc/nofpu/Versions: ... here, new file.
5302 2002-10-19  Bruno Haible  <bruno@clisp.org>
5304         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
5306 2002-10-18  Roland McGrath  <roland@redhat.com>
5308         * io/Makefile (routines): Add lchmod.
5309         * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
5310         * sysdeps/generic/lchmod.c: New file.
5311         * sysdeps/mach/hurd/lchmod.c: New file.
5312         * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
5314 2002-10-18  Art Haas  <ahaas@neosoft.com>
5316         * configure.in: Remove remaining AC_FD_CC macros, and replace
5317         AC_FD_MSG with AS_MESSAGE_FD.
5319 2002-10-18  Roland McGrath  <roland@redhat.com>
5321         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
5322         typos: VALUE -> FINALADDR.
5324         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
5325         (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
5326         (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
5327         (inline_syscall6): Move these macros ...
5328         * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
5330         * configure.in (libc_link_dests, libc_link_sources): Remove these
5331         variables and the AC_LINK_FILES call.
5333         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
5334         change to put new symbols here instead of in GLIBC_2.2.
5335         * sysdeps/powerpc/Subdirs: Move this file ...
5336         * sysdeps/powerpc/soft-fp/Subdirs: ... here.
5338 2002-10-07  Roland McGrath  <roland@redhat.com>
5340         * sysdeps/generic/bits/time.h: Replaced with contents of the
5341         sysdeps/unix/sysv/linux/i386/bits/time.h file.  All the following
5342         files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
5343         and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
5344         macros is ok even for architectures that don't now implement them.
5345         * sysdeps/mach/hurd/bits/time.h: File removed.
5346         * sysdeps/unix/sysv/linux/bits/time.h: File removed.
5347         * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
5348         * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
5349         * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
5350         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
5352 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
5354         * configure.in: Replace obsolete AC_OUTPUT syntax with
5355         AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
5357         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
5358         _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
5360         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
5361         * sysdeps/alpha/elf/configure.in: Likewise.
5362         * sysdeps/i386/elf/configure.in: Likewise.
5363         * sysdeps/mach/hurd/configure.in: Likewise.
5364         * sysdeps/x86_64/elf/configure.in: Likewise.
5366         * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
5368         * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
5369         * sysdeps/generic/configure.in: Likewise.
5370         * sysdeps/i386/elf/configure.in: Likewise.
5371         * sysdeps/ia64/elf/configure.in: Likewise.
5372         * sysdeps/mach/configure.in: Likewise.
5373         * sysdeps/mach/hurd/configure.in: Likewise.
5374         * sysdeps/unix/configure.in: Likewise.
5375         * sysdeps/unix/common/configure.in: Likewise.
5376         * sysdeps/unix/sysv/aix/configure.in: Likewise.
5377         * sysdeps/unix/sysv/linux/configure.in: Likewise.
5378         * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
5379         * sysdeps/x86_64/elf/configure.in: Likewise.
5381         * aclocal.m4: Use just the bits from AS_INIT that are needed for the
5382         GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
5383         that it's obvious when extra autoconf machinery is being dragged in.
5385 2002-10-18  Roland McGrath  <roland@redhat.com>
5387         * configure.in: Remove bogus echo included in
5388         2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
5389         * configure: Regenerated.
5391 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
5393         * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
5394         (statfs_filesize_max): New function.
5395         * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
5396         JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
5397         ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
5398         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
5399         statfs_filesize_max.
5400         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
5401         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
5402         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
5404 2002-10-17  Roland McGrath  <roland@redhat.com>
5406         * configure.in (MIG): Just AC_SUBST it here.
5407         * configure: Regenerated.
5408         * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
5409         Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
5410         * sysdeps/mach/configure: Regenerated.
5412         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
5413         and AC_PROVIDE([_AS_CR_PREPARE]).
5415         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
5416         Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
5418         * elf/dl-support.c: Move _dl_tls_* variables to ...
5419         * sysdeps/generic/libc-tls.c: ... here.
5421         * elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
5422         allow IDX to be one past the current last slotinfo entry.
5423         (_dl_close): Pass IMAP->l_init_called for that parameter.
5425 2002-10-07  Andreas Schwab  <schwab@suse.de>
5427         * aclocal.m4: Fix for autoconf 2.53.
5428         * configure.in: Likewise.  Require autoconf 2.53.
5430 2002-10-08  Richard Henderson  <rth@redhat.com>
5432         * soft-fp/op-4.h: Handle carry correctly in
5433         __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
5434         __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
5435         * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
5437 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
5439         * configure.in: Compute completely-soft.
5440         * config.make.in: Make completely-soft available to sub-makes.
5441         * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
5442         gcc-double-routines.  Add sim-full.c.  Add fenv_const and
5443         fe_nomask to libm-support.
5444         * sysdeps/powerpc/soft-fp/sim-full.c: New file.
5445         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
5446         * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
5447         * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
5448         * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
5449         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
5450         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
5451         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
5452         * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
5453         * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
5454         * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
5455         * sysdeps/powerpc/soft-fp/fegetround.c: New file.
5456         * sysdeps/powerpc/soft-fp/fesetround.c: New file.
5457         * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
5458         * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
5459         * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
5460         * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
5461         * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
5462         * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
5463         symbols.  Add __sim_disabled_exceptions, __sim_exceptions,
5464         __sim_round_mode.
5465         * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
5466         * sysdeps/powerpc/soft-float/sfp-machine.h: Define
5467         FP_HANDLE_EXCEPTIONS.
5468         Define FP_ROUNDMODE.
5469         Redefine FP_* macros to correspond to the FE_* bit positions.
5470         Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
5471         Define externs for __sim_exceptions, __sim_disabled_exceptions,
5472         __sim_round_mode, __simulate_exceptions.
5473         * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
5474         * sysdeps/powerpc/bits/fenv.h: ...to here.
5476 2002-10-06  Jakub Jelinek  <jakub@redhat.com>
5478         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
5479         Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
5480         Use __builtin_expect for R_PPC_ADDR24 overflow check.  Fix
5481         R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
5482         __builtin_expect.
5484 2002-10-15  Jakub Jelinek  <jakub@redhat.com>
5486         * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
5487         __libc_res_nsend): New prototypes.
5488         * resolv/res_query.c (QUERYSIZE): Define.
5489         (__libc_res_nquery): Renamed from res_nquery.  Added answerp
5490         argument.  Allocate only QUERYSIZE bytes first, if res_nmkquery
5491         fails use MAXPACKET buffer.  Call __libc_res_nsend instead of
5492         res_nsend, pass answerp.
5493         (res_nquery): Changed into wrapper around __libc_res_nquery.
5494         (__libc_res_nsearch): Renamed from res_nsearch.  Added answerp
5495         argument.  Call __libc_res_nquerydomain and __libc_res_nquery
5496         instead of the non-__libc_ variants, pass them answerp.
5497         (res_nsearch): Changed into wrapper around __libc_res_nsearch.
5498         (__libc_res_nquerydomain): Renamed from res_nquerydomain.
5499         Added answerp argument.  Call __libc_res_nquery instead of
5500         res_nquery, pass answerp.
5501         (res_nquerydomain): Changed into wrapper around
5502         __libc_res_nquerydomain.
5503         * resolv/res_send.c: Include sys/ioctl.h.
5504         (MAXPACKET): Define.
5505         (send_vc): Change arguments.  Reallocate answer buffer if it is
5506         too small.
5507         (send_dg): Likewise.
5508         (__libc_res_nsend): Renamed from res_nsend.  Added ansp argument.
5509         Reallocate answer buffer if it is too small and hooks are in use.
5510         Adjust calls to send_vc and send_dg.
5511         (res_nsend): Changed into wrapper around __libc_res_nsend.
5512         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
5513         just 1K answer buffer on the stack, use __libc_res_nsearch instead
5514         of res_nsearch.
5515         (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
5516         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
5517         (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
5518         * resolv/gethnamaddr.c (gethostbyname2): Likewise.
5519         (gethostbyaddr): Similarly with __libc_res_nquery.
5520         * resolv/Versions (libresolv): Export __libc_res_nquery and
5521         __libc_res_nsearch at GLIBC_PRIVATE.
5523 2002-10-17  Roland McGrath  <roland@redhat.com>
5525         * configure.in: Grok --without-__thread and disable HAVE___THREAD.
5526         * configure: Regenerated.
5528         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
5529         before performing the reloc, not after.
5530         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
5532 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
5534         * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
5535         * locale/programs/linereader.c (lr_open): Likewise.
5536         * locale/programs/charmap-dir.c (charmap_open): Likewise.
5537         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
5539 2002-10-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
5541         * posix/bug-regex11.c: Add a test case for the bug reported by
5542         Paolo Bonzini <bonzini@gnu.org>.
5543         * posix/regexec.c (sift_states_bkref): Use correct destination of
5544         the back reference.
5546 2002-10-17  Roland McGrath  <roland@redhat.com>
5548         * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
5549         * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
5550         to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
5551         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
5552         Call it after performing TPOFF relocs.
5553         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
5554         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
5555         * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
5557         * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
5558         when closing a partially-initialized object.
5560         * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
5561         instead of _dl_fatal_printf when we see PT_TLS.
5563         * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
5564         instead of $(libof-$<).
5566 2002-10-16  Roland McGrath  <roland@redhat.com>
5568         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
5569         instead of += to append, to be sure $(lib) gets expanded at defn time.
5570         (libof-$(cpp-src)): New variable, define this instead.
5571         * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
5572         (lib): Don't use override.
5573         (CPPFLAGS-$(lib)): New variable, put -D's here.
5574         * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
5575         Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
5576         LIB found by $(libof-*) for basename, target, or source.
5577         * Makerules (CPPFLAGS-nonlib): New variable.
5578         * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
5579         * locale/Makefile (lib): Likewise.
5580         * sunrpc/Makefile (lib): Likewise.
5582         * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
5583         * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
5584         * sysdeps/unix/sysv/linux/pathconf.h: New file.
5585         (statfs_link_max): New function, guts from fpathconf.c.
5586         * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
5587         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
5588         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
5589         to use the linux/pathconf.c code by #include rather than duplication.
5590         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
5592 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
5594         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
5595         Use __libc_errno only for libc itself.
5597 2002-10-16  Andreas Jaeger  <aj@suse.de>
5599         * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
5601 2002-10-16  Ulrich Drepper  <drepper@redhat.com>
5603         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5604         Use __libc_errno only for libc itself.
5606 2002-10-15  Roland McGrath  <roland@redhat.com>
5607             Jakub Jelinek  <jakub@redhat.com>
5609         * sysdeps/unix/sysv/linux/Makefile
5610         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
5611         sparc/Makefile to produce a bi-arch file as needed.
5612         That's now parameterized by the variable $(64bit-predefine).
5613         Use LC_ALL=C for `comm' commands in that rule.
5614         No longer conditional on [$(no_syscall_list_h)].
5615         * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
5616         (64bit-predefine): New variable.
5617         * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
5618         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
5619         * sysdeps/unix/sysv/linux/powerpc/Makefile
5620         (64bit-predefine): New variable.
5622 2002-10-15  Roland McGrath  <roland@redhat.com>
5624         * sysdeps/unix/sysv/linux/Makefile
5625         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
5627         * login/utmp-private.h: Declare __libc_utmp_lock.
5628         * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
5629         and call __libc_utmp_jump_table functions directly, instead of using
5630         __setutent et al.
5632         * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
5633         * sysdeps/unix/sysv/linux/configure: Regenerated.
5635         * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
5636         (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
5637         Use int32_t for ll_time.
5638         (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
5639         Use int32_t instead of long int for ut_session.
5640         Use an anonymous struct with 32-bit fields for ut_tv.
5641         * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
5642         (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
5643         here as in utmp.h for `struct utmp'.
5644         * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
5645         * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
5646         * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
5647         * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
5648         * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
5649         * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
5651         * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
5652         of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
5653         All the following files were identical or equivalent to it.
5654         * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
5655         * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
5656         * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
5657         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
5658         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
5659         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
5660         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
5661         * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
5662         * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
5663         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
5665         * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
5666         instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
5667         Other than the previously incorrect sign of msg_iovlen, this is a
5668         no-op on 32-bit platforms.  On 64-bit platforms it makes this header
5669         match their layouts as well, so the following are now identical to it.
5670         * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
5671         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
5672         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
5673         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
5674         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
5676 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
5678         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
5679         Define for 2.4+ kernels.
5681         * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
5682         are known to have the vfork syscall.  Don't confuse the CPUs
5683         branch prediction unit by jumping to the return address.
5685         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
5686         support for reiserfs and xfs.
5688         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
5689         XFS link count.
5690         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
5691         and XFS_LINK_MAX.
5692         Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
5694 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
5696         * include/libc-symbols.h (attribute_tls_model_ie): Define.
5697         * include/errno.h (errno): Define to __libc_errno in libc.so.
5698         Add attribute_tls_model_ie.
5699         * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
5700         Add attribute_tls_model_ie.
5701         * include/resolv.h (_res): Define to __libc_res in libc.so.  Add
5702         attribute_tls_model_ie.
5703         * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
5704         (h_errno): Define.
5705         * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
5706         (_res): Define.
5707         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
5708         attribute_tls_model_ie.
5709         * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
5710         __thread.
5711         * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
5712         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
5713         __libc_errno in USE___THREAD case.
5714         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
5715         Likewise.
5716         * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
5717         __attribute__((tls_model (""))).
5718         * configure: Rebuilt.
5719         * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
5721 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
5723         * timezone/asia: Update from tzdata2002d.
5724         * timezone/australasia: Likewise.
5725         * timezone/iso3166.tab: Likewise.
5726         * timezone/southamerica: Likewise.
5727         * timezone/zone-tab: Likewise.
5729 2002-10-15  Roland McGrath  <roland@redhat.com>
5731         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
5732         Adjust TCB pointer before calling free, so we get the whole block.
5734 2002-10-14  Roland McGrath  <roland@redhat.com>
5736         * sysdeps/unix/sysv/linux/x86_64/sigaction.c
5737         [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
5738         extern using attribute_hidden instead of static, avoids warning.
5740 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
5742         * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
5743         * sysdeps/unix/sysv/linux/configure: Rebuilt.
5745 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
5747         * po/sv.po: Update from translation team.
5749 2002-10-12  H.J. Lu  <hjl@gnu.org>
5751         * sunrpc/thrsvc.c (PROCQUIT): New.
5752         (struct rpc_arg): New.
5753         (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
5754         (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
5755         (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
5756         (main): Modified for struct rpc_arg *.
5758 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
5760         * dirent/scandir.c: Rearrange code a bit to reduce binary size.
5762 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
5764         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
5765         (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
5766         in ld.so even if __thread is supported.
5768 2002-10-13  Jakub Jelinek  <jakub@redhat.com>
5770         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
5771         Add hack to prevent the compiler from clobbering the signal context.
5772         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
5773         Likewise.
5774         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
5775         Likewise.
5777 2002-10-14  Andreas Jaeger  <aj@suse.de>
5779         * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
5780         Guido Guenther <agx@sigxcpu.org>.
5782 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
5784         * po/sk.po: Update from translation team.
5786 2002-09-26  Roland McGrath  <roland@redhat.com>
5788         * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
5789         dynamic string tag.
5790         * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
5791         DL_DST_LIB based on $(slibdir).
5793 2002-10-13  Roland McGrath  <roland@frob.com>
5795         * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
5797         * sysdeps/mach/hurd/getresuid.c: New file.
5798         * sysdeps/mach/hurd/getresgid.c: New file.
5799         * sysdeps/mach/hurd/setresuid.c: New file.
5800         * sysdeps/mach/hurd/setresgid.c: New file.
5802         * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
5803         setresgid): Declare them.
5804         * NEWS: Mention it.
5805         * include/unistd.h
5806         (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
5807         add libc_hidden_proto.
5808         * posix/Versions (libc: GLIBC_2.3.2): New set.  Add
5809         getresuid, getresgid, setresuid, setresgid here.
5810         * Versions.def (libc): Define GLIBC_2.3.2 set.
5811         * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
5812         Add libc_hidden_def.
5813         * sysdeps/generic/getresgid.c (__getresgid): Likewise.
5814         * sysdeps/generic/setresgid.c: New file.
5815         * sysdeps/generic/setresuid.c: New file.
5816         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
5817         (sysdep_routines): Don't add getresuid and getresgid here.
5818         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
5819         (sysdep_routines): Don't add setresuid and setresgid here.
5820         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
5821         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
5822         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
5823         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
5824         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
5825         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
5826         * posix/Makefile (routines): Add them all here instead.
5827         * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
5828         __getresuid.  Add libc_hidden_def for that, and weak alias to old name.
5829         * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
5830         __getresgid.  Add libc_hidden_def for that, and weak alias to old name.
5831         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
5832         [! __NR_setresuid]: Include generic file.
5833         * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
5834         __setresgid.  Add libc_hidden_def for that, and weak alias to old name.
5835         [! __NR_setresuid]: Include generic file.
5836         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
5837         Caller is - now, not EXTRA.
5838         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
5839         (setresuid, setresgid, getresuid, getresgid): Likewise.
5840         * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
5841         Add these calls here.
5842         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
5843         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5844         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5845         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5846         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
5848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
5849         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5850         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5852         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
5853         (sysdep_routines): Add setfsuid and setfsgid here.
5854         * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
5855         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
5856         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
5857         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
5858         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
5859         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
5860         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
5861         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
5863         * hurd/errno.c: Renamed to ...
5864         * hurd/errno-loc.c: ... this.
5865         * hurd/Makefile (routines): errno -> errno-loc
5867 2002-10-13  Ulrich Drepper  <drepper@redhat.com>
5869         * po/de.po: Update from translation team.
5871         * MakeTAGS: Add -E flag to xgettext runs.
5873 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
5875         * po/fr.po: Update from translation team.
5877         * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
5878         Optimize a bit for use in glibc.
5880 2002-10-12  Roland McGrath  <roland@redhat.com>
5882         * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
5883         Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
5885 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
5887         * po/sv.po: Update from translation team.
5889 2002-10-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
5891         * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
5892         OP_CONTEXT_NODE.
5893         (regfree): Likewise.
5894         (create_initial_state): Likewise.
5895         (analyze): Remove the substitutions which became useless.
5896         (calc_first): Likewise.
5897         (calc_epsdest): Use edests of OP_BACK_REF in case that it has
5898         epsilon destination.
5899         (duplicate_node_closure): New function.
5900         (duplicate_node): Remove the handling OP_CONTEXT_NODE.
5901         (calc_inveclosure): Likewise.
5902         (calc_eclosure): Likewise.
5903         (calc_eclosure_iter): Invoke duplicate_node_closure instead of
5904         direct invocation of duplicate_node.
5905         (parse): Don't use comma operator in the return to avoid compiler
5906         warning.
5907         (parse_reg_exp): Likewise.
5908         (parse_branch): Likewise.
5909         (parse_expression): Likewise.
5910         (parse_sub_exp): Likewise.
5911         (parse_dup_op): Likewise.
5912         * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
5913         which became useless.
5914         (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
5915         (create_cd_newstate): Likewise.
5916         * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
5917         (re_token_t): Likewise.
5918         (re_dfa_t): Likewise.
5919         (re_node_set_remove): New macro.
5920         * posix/regexec.c (check_matching): Remove the handling
5921         OP_CONTEXT_NODE.
5922         (check_halt_node_context): Likewise.
5923         (proceed_next_node): Likewise.
5924         (pop_fail_stack): Fix the memory leak.
5925         (set_regs): Likewise.
5926         (free_fail_stack_return): New function.
5927         (sift_states_backward): Fix the memory leak.  Remove the handling
5928         OP_CONTEXT_NODE.
5929         (update_cur_sifted_state): Append some if clause to avoid redundant
5930         call.
5931         (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
5932         back reference.
5933         (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
5934         (check_subexp_limits): Likewise.
5935         (search_subexp): Likewise.
5936         (sift_states_bkref): Likewise.
5937         (transit_state_mb): Likewise.
5938         (transit_state_bkref_loop): Likewise.
5939         (transit_state_bkref_loop): Likewise.
5940         (group_nodes_into_DFAstates): Likewise.
5941         (check_node_accept): Likewise.
5942         (sift_ctx_init): Add initializing.
5944 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
5946         * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
5947         __builtin_expect.
5949 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
5951         * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
5952         duplicated variable c.
5954         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
5955         if possible.
5957         * sysdeps/unix/sysv/linux/i386/sysdep.h
5958         (INTERNAL_SYSCALL_ERROR_P): New define.
5959         (INTERNAL_SYSCALL_ERRNO): Likewise.
5961         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
5962         Add hack to prevent the compiler from clobbering the signal context.
5964 2002-10-11  Roland McGrath  <roland@redhat.com>
5966         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
5967         Fix typos.
5969         * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
5970         * sysdeps/sh/dl-lookupcfg.h: File removed.
5971         * sysdeps/i386/dl-lookupcfg.h: File removed.
5973         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
5974         missing labels and ; from last change.
5976         * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
5977         number literals, so they are doubles instead of ints.
5979 2002-10-09  Roland McGrath  <roland@redhat.com>
5981         * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
5982         changed from [USE_TLS && HAVE___THREAD].
5984         * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
5985         Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
5986         * sysdeps/x86_64/dl-machine.h
5987         (elf_machine_type_class, elf_machine_rela): Likewise.
5988         * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
5989         Likewise.
5991         * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
5992         * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
5993         (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
5995         * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
5996         instead of ___tls_get_addr.
5997         (___tls_get_addr_internal): Add attribute_hidden to decl.
5999         * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
6000         _dl_error_catch_tsd.
6001         * elf/rtld.c (startup_error_tsd): New function.
6002         (dl_main): Point _dl_error_catch_tsd at that.
6003         * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
6004         use new function pointer instead.
6005         * elf/dl-tsd.c: New file.
6006         * elf/Makefile (routines): Add it.
6008 2002-10-07  Roland McGrath  <roland@redhat.com>
6010         * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
6011         writev if it's available.  Otherwise if [RTLD_PRIVATE_ERRNO] then
6012         take _dl_load_lock around calling __writev.
6014         * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
6015         (INLINE_SYSCALL): Use that.
6017         * sysdeps/generic/dl-sysdep.h: New file.
6018         * sysdeps/mach/hurd/dl-sysdep.h: New file.
6019         * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
6020         * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
6021         [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
6022         access it directly.
6023         * elf/dl-minimal.c (__errno_location): Removed.
6024         * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
6025         Use GOTOFF access for errno.
6026         * sysdeps/unix/sysv/linux/i386/sysdep.h
6027         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
6029         * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
6030         Use PC-relative access for errno.
6031         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
6032         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
6034         * include/tls.h: New file.
6035         (USE___THREAD): New macro.
6036         Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
6037         libc or libpthread.
6038         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
6039         changed from [USE_TLS && HAVE___THREAD].
6040         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6041         * sysdeps/unix/i386/sysdep.S: Likewise.
6042         * sysdeps/unix/x86_64/sysdep.S: Likewise.
6043         * include/errno.h: Likewise.
6044         * include/netdb.h: Likewise.
6045         * include/resolv.h: Likewise.
6047         * sysdeps/generic/errno.c: New file.
6048         * csu/Makefile (aux): New variable, list errno.
6049         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
6050         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
6051         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
6052         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
6053         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
6054         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
6055         * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
6056         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
6057         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
6058         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
6059         * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
6060         * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
6061         * sysdeps/unix/alpha/sysdep.S: Likewise.
6062         * sysdeps/generic/start.c: Likewise.
6063         * sysdeps/unix/start.c: Likewise.
6064         * sysdeps/unix/arm/start.c: Likewise.
6065         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
6066         * sysdeps/unix/sparc/start.c: Likewise.
6067         * sysdeps/unix/sysv/irix4/start.c: Likewise.
6068         * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
6070         * manual/search.texi (Tree Search Function, Hash Search Function):
6071         Mention search.h clearly.
6073 2002-10-05  Roland McGrath  <roland@redhat.com>
6075         * elf/dl-fxstat64.c: File removed.
6076         * elf/dl-xstat64.c: File removed.
6077         * elf/Makefile (rtld-routines): Remove them.
6078         * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
6079         Instead, use strong_alias instead of versioned_symbol in the
6080         !SHLIB_COMPAT case.
6081         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6082         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6084         * include/shlib-compat.h
6085         (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
6086         [! NOT_IN_libc] (IS_IN_libc): Define it.
6087         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
6088         * elf/Makefile (CPPFLAGS-.os): Likewise.
6090         * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
6091         Return the status instead of calling exit.
6093         * Makeconfig (CFLAGS): Prepend -std=gnu99.
6094         * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
6095         Remove superfluous rm command, whose @ plus make bugs hid
6096         all these commands from the make output.
6098         * include/stubs-prologue.h: New file.  Give #error under #ifdef _LIBC.
6099         * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
6100         Use that file's contents instead of literal echo's for the prologue.
6101         * include/features.h: Include <gnu/stubs.h> unconditionally.
6102         * include/gnu/stubs.h: New file.
6104 2002-09-30  Roland McGrath  <roland@redhat.com>
6106         * elf/rtld-Rules: New file.
6107         * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
6108         $(objpfx)rtld-libc.a): New targets.
6109         (generated): Add them.
6110         (reloc-link): Remove -o $@ from the variable.
6111         ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
6112         (distribute): Add rtld-Rules.
6113         (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
6114         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
6115         (common-mostlyclean, common-clean): Clean up rtld-* files.
6116         * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
6118 2002-10-11  Roland McGrath  <roland@redhat.com>
6120         * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
6121         now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
6123         * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
6124         proper set of no-op insn prefixes.
6126         * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
6128 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
6130         * sysdeps/unix/sysv/linux/execve.c: Don't try calling
6131         __pthread_kill_other_threads_np.
6133         * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
6135 2002-10-08  Roland McGrath  <roland@redhat.com>
6137         * locale/newlocale.c (__newlocale): If setting all categories to "C",
6138         just return &_nl_C_locobj instead of copying it.
6139         * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
6140         * locale/duplocale.c (__duplocale): Likewise.
6142 2002-10-07  Roland McGrath  <roland@frob.com>
6144         * config.h.in (HAVE_I386_SET_GDT): New #undef.
6145         * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
6146         * sysdeps/mach/configure: Regenerated.
6148 2002-10-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
6151         Add all necessary register outputs for syscall-clobbered registers.
6153 2002-10-02  David Mosberger  <davidm@hpl.hp.com>
6155         * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
6156         Itanium 2 (and Itanium).
6157         Fix unwind directives and make it fit in 80 columns.
6158         * sysdeps/ia64/memset.S: Likewise.
6159         * sysdeps/ia64/memcpy.S: Likewise.
6160         Move jump table to .rodata section.
6162 2002-10-03  Roland McGrath  <roland@frob.com>
6164         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
6165         clobbers to asm.
6167 2002-10-10  Andreas Jaeger  <aj@suse.de>
6169         * sysdeps/x86_64/_mcount.S: Restore correct registers.
6171 2002-10-10  Ulrich Drepper  <drepper@redhat.com>
6173         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
6175 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
6177         * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
6178         _dl_allocate_tls_init.  Add rtld_hidden_proto.
6179         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
6180         rtld_hidden_def.
6181         * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
6183         * version.h (VERSION): Bump to 2.3.1.
6185         * Make-dist: Add back one of the tar invocations removed before.
6187         * stdlib/Makefile (distribute): Add allocalim.h.
6189         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
6190         (__libc_tsd_address): Use correct variable name.
6191         Patch by Stefan Jones <stefan.jones@multigig.com>.
6193         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
6194         Reported by edwardsg@sgi.com [PR libc/4678].
6196         * Versions.def (libc): Add GLIBC_2.3.1.
6197         (libpthread): Add GLIBC_2.3.1.
6199         * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
6200         and __sigtimedwait.
6201         * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
6202         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
6203         libc_hidden_def.
6204         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
6205         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
6207         * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
6208         * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
6209         and make old name an alias.
6210         * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
6211         and make old name an alias.
6212         * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
6213         __libc_msgsnd.
6215         * include/sys/uio.h: Declare __libc_readv and __libc_writev.
6216         * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
6217         __libc_writev.
6218         * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
6219         old name an alias.
6220         * sysdeps/posix/readv.c: Likewise
6221         * sysdeps/unix/sysv/aix/readv.c: Likewise.
6222         * sysdeps/unix/sysv/linux/readv.c: Likewise.
6223         * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
6224         old name an alias.
6225         * sysdeps/posix/writev.c: Likewise
6226         * sysdeps/unix/sysv/aix/writev.c: Likewise.
6227         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6229         * include/sys/wait.h: Declare __waitid.
6230         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
6231         * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
6232         name an alias.
6233         * sysdeps/posix/waitid.c: Likewise.
6234         * sysdeps/unix/sysv/aix/waitid.c: Likewise.
6236         * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
6238 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
6240         * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
6241         prototypes.
6242         (__MAX_ALLOCA_CUTOFF): Define.
6243         Include allocalim.h.
6244         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
6245         _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
6246         host_buffer depending on __libc_use_alloca.
6247         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
6248         _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
6249         net_buffer depending on __libc_use_alloca.
6250         * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
6251         buf depending on __libc_use_alloca.
6252         * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
6253         * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
6254         instead of hardcoded constants.
6255         Pass proper size argument to alloca and compute end for wide char
6256         version.
6257         * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
6258         instead of hardcoded constants.
6259         * string/strcoll.c (strcoll): Likewise.
6260         * string/strxfrm.c (strxfrm): Likewise.
6261         * sysdeps/posix/readv.c (__readv): Likewise.
6262         * sysdeps/posix/writev.c (__writev): Likewise.
6263         * sysdeps/generic/allocalim.h: New file.
6265 2002-10-08  Roland McGrath  <roland@redhat.com>
6267         * configure.in (aux_missing warning): Change "too old" to
6268         "incompatible versions", since for autoconf it's "too new" right now.
6269         * configure: Regenerated.
6271         * configure.in (AUTOCONF): New check to set it.  Set to "no" if the
6272         one found doesn't work on our configure.in.
6273         * configure: Regenerated.
6274         * config.make.in (AUTOCONF): New substituted variable.
6275         * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
6276         (autoconf-it): ... here, use that instead of defining conditionally.
6277         Use $(AUTOCONF) instead of literal autoconf.
6278         [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
6279         with this condition.
6280         * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
6282 2002-10-08  Ulrich Drepper  <drepper@redhat.com>
6284         * Make-dist (dist): Cleanup a bit.  We are not interested in the
6285         14 char filename limit anymore.  Remove intermediate files and
6286         symlinks.
6288 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
6290         * po/sk.po: Update from translation team.
6291         * po/tr.po: Likewise.
6292         * po/gl.po: Likewise.
6294 2002-10-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6296         * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
6298 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
6300         * version.h (RELEASE): Change to stable.
6302 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
6304         * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
6305         __syscall_exit_group): New prototypes.
6307 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
6309         * glibc 2.3 released.
6312 See ChangeLog.13 for earlier changes.