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