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