Whitespace fix.
[glibc.git] / ChangeLog
blobd9919c97ab4c350a0ea1760d597839f3f2c855f8
1 2003-04-06  Ulrich Drepper  <drepper@redhat.com>
3         * iconv/iconv_prog.c (process_block): Don't print message about
4         invalid input if the -c option is used.
5         (main): Correctly append IGNORE string for -c option.
7 2002-04-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9         * sysdeps/sh/bits/atomic.h: Moved to ...
10         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: ... here.  Add comments.
11         (__arch_compare_and_exchange_val_*_acq): Add parens around macro
12         arguments.
13         (atomic_bit_set, atomic_bit_test_set): Likewise.
14         (atomic_exchange_and_add): Likewise.  Don't evaluate VALUE argument
15         twice.
16         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
18 2003-04-06  Roland McGrath  <roland@redhat.com>
20         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Rewrite register
21         restoration as done for setcontext yesterday.
23 2003-04-06  Jakub Jelinek  <jakub@redhat.com>
25         * elf/rtld.c: Revert 2003-03-14 change.
26         * elf/dl-conflict.c (_dl_resolve_conflicts): Move
27         #if ! ELF_MACHINE_NO_RELA conditional into the routine.
29 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
31         * sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999].
33         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
34         Always initialize *signgamp before returning an error.
36 2003-04-05  Roland McGrath  <roland@redhat.com>
38         * sysdeps/unix/sysv/linux/i386/setcontext.S: Rewrite to avoid writing
39         below the stack pointer even if switching to the same context we are
40         running right now.
42 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
44         * catgets/gencat.c (read_input_file): Make sure that \n is not
45         alone on the line before testing for continuation.
47         * math/test-tgmath.c (compile_test): Initialize c.
49 2003-04-05  Alexandre Oliva  <aoliva@redhat.com>
51         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New.
52         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New.
53         * sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available
54         on mips n32.
55         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
56         XSTAT_IS_XSTAT64 must not be used for mips n64.  Use 64-bit data
57         structure on n32 as well.
58         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant
59         data types on n32 and n64.
61 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
63         * libio/fileops.c (_IO_new_file_fopen): Don't free step data right
64         after getting them.
66         * malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
67         HAVE_register_atfork_malloc is defined use __register_atfork_malloc
68         instead of __register_atfork.
70 2003-04-05  Jakub Jelinek  <jakub@redhat.com>
72         * stdio-common/reg-printf.c (__register_printf_function): Calloc
73         instead of malloc __printf_arginfo_table and __printf_function_table.
74         Reported by John Reiser <jreiser@BitWagon.com>.
76 2003-04-04  Steven Munroe  <sjmunroe@us.ibm.com>
78         * sysdeps/powerpc/powerpc64/strchr.S: 64-bit optimizations.
79         * sysdeps/powerpc/powerpc64/strlen.S: 64-bit optimizations.
81         * sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
82         defining.
84 2003-04-04  Alexandre Oliva  <aoliva@redhat.com>
86         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock): Adjust
87         for n64 abi.
89 2003-04-03  Roland McGrath  <roland@redhat.com>
91         * configure.in: Fix up use of compilation flags to match the build:
92         For .s files, $ASFLAGS;
93         For .S files, $CPPFLAGS $ASFLAGS;
94         For .c files, $CFLAGS $CPPFLAGS;
95         when linking, add $LDFLAGS.
96         * configure: Regenerated.
98 2003-04-03  Jakub Jelinek  <jakub@redhat.com>
100         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test
101         for atomic_compare_and_exchange_bool_acq failure.
103 2003-04-03  Ulrich Drepper  <drepper@redhat.com>
105         * posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
106         _POSIX2_C_BIND, _POSIX2_C_DEV, _POSIX2_SW_DEV, and
107         _POSXI2_LOCALEDEF to 200112L.  Remove _POSIX2_C_VERSION.
108         Remove declaration of pthread_atfork.
110 2003-04-02  Ulrich Drepper  <drepper@redhat.com>
112         * locale/iso-639.def: Add many more languages from the current ISO 639.
114         * sysdeps/unix/sysv/linux/ipc_priv.h: Define IPCOP_semtimedop.
115         * sysdeps/generic/semtimedop.c: New file.
116         * sysdeps/unix/sysv/linux/i386/semtimedop.S: New file.
117         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add semtimedop.
118         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
119         * sysvipc/Makefile (routines): Add semtimedop.
120         * sysvipc/Versions [GLIBC_2.3.3] (glibc): Add semtimedop.
121         * sysvipc/sys/sem.h: Declare semtimedop.
123 2003-04-02  Daniel Jacobowitz  <drow@mvista.com>
125         * configure.in: Check for __register_frame_info in both
126         -lgcc and -lgcc_eh.
127         * configure: Regenerated.
129 2003-04-01  Roland McGrath  <roland@redhat.com>
131         * scripts/abilist.awk: Allow dots in soname suffix.
133         * scripts/abilist.awk (emit): Fix bailout condition.
135 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
137         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
138         IA-64 version.
140         * elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
141         register as input to asm.
143 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
145         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a typo.
147 2003-04-01  Andreas Jaeger  <aj@suse.de>
149         * configure.in: Output as/ld as name if version is too old.
151 2003-03-31  Daniel Jacobowitz  <drow@mvista.com>
153         * configure.in: Don't require an installed C library in the test
154         for ".set" assembler support.
156 2003-03-31  Roland McGrath  <roland@redhat.com>
158         * signal/tst-sigset.c: New file.
159         * signal/Makefile (tests): Add it.
161 2003-03-31  Ulrich Drepper  <drepper@redhat.com>
163         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Define to 65.
164         * sysdeps/unix/sysv/linux/hppa/bits/signum.h (_NSIG): Likewise.
165         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Likewise.
166         * sysdeps/unix/sysv/linux/bits/signum.h (_NSIG): Likewise.
167         (__SIGRTMAX): Adjust accordingly.
168         * sysdeps/gnu/siglist.c: If OLD2_SIGLIST_SIZE is defined define
169         second compatibility symbol set.
170         * sysdeps/unix/sysv/linux/siglist.h (OLD2_SIGLIST_SIZE): Define.
172 2003-03-31  Andreas Schwab  <schwab@suse.de>
174         * sysdeps/m68k/m68020/bits/atomic.h (atomic_increment_and_test):
175         Define.
176         (atomic_decrement_and_test): Fix test.
178 2003-03-31  Jakub Jelinek  <jakub@redhat.com>
180         * sysdeps/sparc/sparc32/bits/atomic.h: New file.
181         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: New file.
182         * sysdeps/sparc/sparc64/bits/atomic.h: New file.
183         * sysdeps/sparc/sparc32/atomicity.h: Removed.
184         * sysdeps/sparc/sparc32/sparcv9/atomicity.h: Removed.
185         * sysdeps/sparc/sparc64/atomicity.h: Removed.
187 2003-03-30  Roland McGrath  <roland@redhat.com>
189         * scripts/abilist.awk: Grok .opd foo plus .text .foo as "foo F" alone.
191         * intl/po2test.sed: Anchor substitution regexps to fix last change.
193 2003-03-29  Paolo Bonzini  <bonzini@gnu.org>
195         * intl/po2test.sed: Unify the transformations for msgid and msgstr
196         and remove a useless s/// command.
198 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
200         * sysdeps/ia64/dl-machine.h (RTLD_START): Wrap ".save rp, r0"
201         directive into empty .prologue region to ensure that call-chain
202         is terminated even for the first instruction.
204         * sysdeps/ia64/elf/start.S (_start): Use ".save rp, r0" idiom
205         to terminate call-chain right from the get-go.
207         * sysdeps/unix/sysv/linux/ia64/fork.S (fork): Remove unnecessary
208         stop bit between compare & branch.
210 2003-03-29  Ulrich Drepper  <drepper@redhat.com>
212         * stdlib/strtod.c (INTERNAL): Recognize first digit after decimal
213         point correctly [PR libc/4993].
215         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid
216         netlink_open calls if netlink is known to not be available.
218 2003-03-29  Alexandre Oliva  <aoliva@redhat.com>
220         * configure.in: Add mips64* support.
221         * sysdeps/mips/bits/endian.h: Make it bi-endian.
222         * sysdeps/mips/mipsel/bits/endian.h: Removed.
223         * sysdeps/mips/mips64/n32/el/bits/endian.h: Removed.
224         * sysdeps/mips/mips64/n64/el/bits/endian.h: Removed.
225         * sysdeps/mips/mips32/Makefile (CC): Add -mabi=32.
226         * sysdeps/mips/mips64/n32/Makefile (CC): Add -mabi=n32.
227         * sysdeps/mips/mips64/n64/Makefile (CC): Add -mabi=64.
228         * sysdeps/mips/Implies: Moved wordsize-32 to...
229         * sysdeps/mips/mips32/Implies: New file.
230         * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO,
231         ret_NOERRNO): New.
232         (ret, PSEUDO_END): Moved past END.
233         (PSEUDO): Moved to...
234         * sysdeps/unix/mips/mips32/sysdep.h: New file.
235         * sysdeps/unix/mips/mips64/n32/sysdep.h: Removed #undef PSEUDO.
236         * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
237         * sysdeps/unix/sysv/linux/mips/sysdep.h: Move to...
238         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: New file.
239         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: New file.
241         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
242         Re-introduce ENTRY.
244 2003-03-28  Thorsten Kukuk  <kukuk@suse.de>
246         * sysdeps/unix/sysv/linux/ifaddrs.c: New file.
247         * inet/test-ifaddrs.c: Allow AF_PACKET.
248         * sysdeps/unix/sysv/linux/kernel-features.h: Add
249         __ASSUME_NETLINK_SUPPORT.
251 2003-03-28  Ulrich Drepper  <drepper@redhat.com>
253         * elf/vismain.c (do_test): Comment out tests which fail in the moment.
255 2003-03-26  H.J. Lu  <hjl@gnu.org>
257         * elf/vismod.h (getvarlocal1): Return const char **.
258         (getvarinmod1): Likewise.
259         (getvaritcpt1): Likewise.
260         (getvarlocal2): Likewise.
261         (getvarinmod2): Likewise.
262         (getvaritcpt2): Likewise.
263         (getvaritcpt3): Likewise.
264         * elf/vismain.c (do_test): Adjusted.
265         * elf/vismod1.c (getvarlocal1): Return address.
266         (getvarinmod1): Likewise.
267         (getvaritcpt1): Likewise.
268         * elf/vismod2.c (getvarlocal2): Likewise.
269         (getvarinmod2): Likewise.
270         (getvaritcpt2): Likewise.
271         * elf/vismod3.c (getvaritcpt3): Likewise.
273 2003-03-28  Roland McGrath  <roland@redhat.com>
275         * elf/vismain.c (do_test): Print both addresses when they don't match.
277         * scripts/abilist.awk: If given -v filename_regexp and/or -v
278         libname_regexp when parsing names, then produce output only
279         for those matching the given regexps.  In combine mode, save all
280         stanzas for a final sorting by stanza header at the end.
281         Emit a blank line between stanzas.
283         * scripts/abilist.awk: When given -v combine=1, do parse_names and
284         emit a single output stream with lib name in stanza header lines.
286         * scripts/abilist.awk: Emit A for all *ABS* regardless of type.
288 2003-03-27  Roland McGrath  <roland@redhat.com>
290         * sysdeps/powerpc/bits/atomic.h [! __powerpc64__]
291         (__arch_atomic_decrement_if_positive_64): Fix bogus definition.
293 2003-03-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
295         * sysdeps/sh/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
296         Return old value. Make asm output reg constraint earlyclobber.
297         Renamed from...
298         (__arch_compare_and_exchange_8_acq): ... this.
299         (__arch_compare_and_exchange_val_16_acq):
300         Return old value. Make asm output reg constraint earlyclobber.
301         Renamed from...
302         (__arch_compare_and_exchange_16_acq): ... this.
303         (__arch_compare_and_exchange_val_32_acq):
304         Return old value. Make asm output reg constraint earlyclobber.
305         Renamed from...
306         (__arch_compare_and_exchange_32_acq): ... this.
307         (__arch_compare_and_exchange_val_64_acq):
308         Renamed from...
309         (__arch_compare_and_exchange_64_acq): ... this.
310         (atomic_exchange_and_add): Use local variables and
311         __arch_compare_and_exchange_val_64_acq.
312         (atomic_add): Likewise.
313         (atomic_add_negative, atomic_add_zero): Use local variables.
315 2003-03-28  Alexandre Oliva  <aoliva@redhat.com>
317         * sysdeps/unix/mips/sysdep.S: Include sys/asm.h.
319 2003-03-27  Ulrich Drepper  <drepper@redhat.com>
321         * Makefile: Remove libmd5crypt goal.
323 2003-03-25  Jakub Jelinek  <jakub@redhat.com>
325         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Restore
326         special handling of relocations against local symbols.
328 2003-03-27  Steven Munroe  <sjmunroe@us.ibm.com>
330         * sysdeps/powerpc/bits/atomic.h
331         (__arch_compare_and_exchange_bool_32_acq): Move to [!__powerpc64__].
332         [__powerpc64__] (__arch_compare_and_exchange_bool_32_acq):
333         Define PPC64 specific version.
334         [__powerpc64__] (__arch_compare_and_exchange_bool_64_acq):
335         Change (mem) constraint to "b".
336         [__powerpc64__] (__arch_atomic_exchange_and add_64):
337         Replace addi with add. Change (value) contraint to "r".
338         Change (mem) constraint to "b".
339         [__powerpc64__] (__arch_atomic_decrement_if_positive_64): New macro.
340         (__arch_atomic_exchange_32): Change (mem) constraint to "b".
341         (__arch_atomic_exchange_and_add_32): Change (mem) constraint to "b".
342         (__arch_atomic_decrement_if_positive_32): New macro.
343         (atomic_decrement_if_positive): Use __arch* macros.
345 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
347         * sysdeps/ia64/fpu/libm-test-ulps: Update.
349 2003-03-27  Roland McGrath  <roland@redhat.com>
351         * scripts/rpm2dynsym.sh: New file.
352         * Makefile (distribute): Add it.
354 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
356         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Restore caller's
357         ar.unat before returning.  Add missing .mem.offset directives
358         to ensure file gets assembled without warnings.
359         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
361 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
363         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>:
364         Return -1 instead of 0 if clock_getres failed.
366 2003-03-27  Roland McGrath  <roland@redhat.com>
368         * scripts/abilist.awk: If variable `parse_names' is set, grok the file
369         header lines and write out foo.symlist files for each foo.so.NN listed.
371         * libio/libioP.h (_IO_wfile_jumps): Remove attribute_hidden.
372         This symbol is exported, and we don't want to hide it.
373         Add libc_hidden_proto instead.
374         (_IO_file_jumps): Add libc_hidden_proto.
375         * libio/wfileops.c (_IO_wfile_jumps): Add libc_hidden_data_def.
376         Remove INTVARDEF.
377         * libio/fileops.c (_IO_file_jumps): Likewise.
378         * libio/stdfiles.c: Don't use INTUSE on them.
379         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
380         * libio/iofopen.c (__fopen_internal): Likewise.
381         * libio/freopen.c (freopen): Likewise.
382         * libio/freopen64.c (freopen64): Likewise.
383         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
385         * Makerules (check-abi) [$(enable-check-abi) = warn]:
386         Ignore exit status from diff.
387         * configure.in (enable_check_abi): Document possible value "warn".
388         Change default to no for now.
389         * configure: Regenerated.
391         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning
392         macro calls and a #include <stub-tag.h> at the end.
393         * Makerules ($(objpfx)stubs): Tweak sed commands.
395         * sysdeps/unix/sysv/linux/syscalls.list: Use - rather than EXTRA in
396         caller column for *xattr syscalls, since they are in sysdeps/generic.
398         * sysdeps/unix/sysv/linux/i386/setfsuid.c: setfsgid -> setfsuid
399         * sysdeps/unix/sysv/linux/i386/setfsgid.c: setfsuid -> setfsgid
401 2003-03-26  Roland McGrath  <roland@redhat.com>
403         * Makerules (check-abi-config): Use /thread instead of /tls when
404         use-thread and not just use-tls is set.
406         * Makerules (update-abi): Put quotes around $(update-abi-config).
408         * elf/Makefile (check-abi): Depend on check-abi-ld.
409         (update-abi): Depend on update-abi-ld.
411 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
413         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Use INTERNAL_SYSCALL and
414         do not check for errors (unless testing for 32bit variant).
415         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
417 2003-03-27  Philip Blundell  <philb@gnu.org>
419         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
420         unconditional mov.  Remove nop.
422         * sysdeps/unix/sysv/linux/kernel-features.h
423         (__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm.
424         * sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code
425         when __ASSUME_VFORK_SYSCALL is defined.
426         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for
427         __ASSUME_MMAP2_SYSCALL.
428         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for
429         __ASSUME_REALTIME_SIGNALS.
431 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
433         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_COPY): Define to 2
434         only if DL_NO_COPY_RELOCS is not defined.
435         * sysdeps/ia64/dl-lookupcfg.h: Define DL_NO_COPY_RELOCS.
437 2003-03-26  Roland McGrath  <roland@redhat.com>
439         * sysdeps/unix/make-syscalls.sh: When an undefined syscall has
440         SOURCE=-, append its symbol names to make variable unix-stub-syscalls.
441         * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls]
442         (sysdep_routines): Add stub-syscalls.
443         ($(objpfx)stub-syscalls.c): New target.
444         (generated): Add stub-syscalls.c.
446         * tls.make.c: Also define use-tls according to USE_TLS macro.
448 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
450         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid
451         no-op padding element.
452         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
453         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
454         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
455         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
457 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
459         * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error
460         condition check for the return value of getgroups32.
462 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
464         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO):
465         Fix a typo.
466         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO,
467         PSEUDO_END_NOERRNO): Define.
468         * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo.
469         Define to PSEUDO_END.
471 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
473         * abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
475 2003-03-25  Jiro SEKIBA  <jir@yamato.ibm.com>
477         * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
478         * iconvdata/bug-iconv4.c: New file.
479         * iconvdata/Makefile (tests): Add bug-iconv4.
481 2003-03-25  H.J. Lu  <hjl@gnu.org>
483         * elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
484         symbols twice.
485         (_dl_lookup_versioned_symbol): Likewise.
487 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
489         * csu/tst-atomic.c (do_test): Add some new
490         atomic_compare_and_exchange_val_acq, atomic_add_zero,
491         atomic_compare_and_exchange_bool_acq and atomic_add_negative tests.
492         * include/atomic.h (atomic_add_negative, atomic_add_zero):
493         Prefix local variable so that it doesn't clash with the one
494         in atomic_exchange_and_add.
495         * sysdeps/ia64/bits/atomic.h (atomic_exchange): Fix for long/void *
496         pointers.
497         (atomic_exchange_and_add): Implement using __sync_fetch_and_add_?i.
498         * sysdeps/powerpc/bits/atomic.h (atomic_exchange_and_add): Force
499         value into register.
500         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_64_acq):
501         Cast newval to long.
502         * sysdeps/x86_64/bits/atomic.h
503         (__arch_compare_and_exchange_val_64_acq): Cast newval and oldval to
504         long.
505         (atomic_exchange): Cast newvalue to long if sizeof == 8.
506         (atomic_exchange_and_add): Cast value to long if sizeof == 8.
507         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
508         (atomic_bit_set): Shift 1L up in all cases to shut up warnings.
510 2003-03-21  Martin Schwidefsky  <schwidefskyde.ibm.com>
512         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Remove high order
513         bit from backtrace addresses.
515 2003-03-21  Andreas Schwab  <schwab@suse.de>
517         * sysdeps/unix/sysv/linux/i386/chown.c: Don't define any versioned
518         __chown symbols.
520 2003-03-25  Roland McGrath  <roland@redhat.com>
522         * config.make.in (enable-check-abi): New variable from configure.
523         * configure.in (enable_check_abi): New substituted variable,
524         controlled by --{enable,disable}-check-abi (default yes).
525         * configure: Regenerated.
526         * Makerules [$(enable-check-abi) = yes] (tests): Put this condition
527         on check-abi dependency.
529 2003-03-26  Andreas Schwab  <schwab@suse.de>
531         * sysdeps/m68k/m68020/bits/atomic.h: Fix typos.
532         * include/atomic.h: Likewise.
534         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Define ret_NOERRNO.
536 2003-03-25  Roland McGrath  <roland@redhat.com>
538         * sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
539         (__arch_atomic_exchange_64): New macro.
540         (atomic_exchange): Use them.
541         (__arch_atomic_exchange_and_add_32): New macro.
542         (__arch_atomic_exchange_and_add_64): New macro.
543         (atomic_exchange_and_add): Use them.
544         Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
546 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
548         * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):
549         Define.
550         * sysdeps/mips/sys/asm.h: Test _MIPS_ISA against them on all
551         ISA tests.
552         (ALSZ, ALMASK, SZREG, REG_S, REG_L): Define based on ABI, not ISA.
553         (PTR_ADD, etc): Test _MIPS_SZPTR instead of _MIPS_SZLONG.
554         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
555         to decide whether to add padding.
556         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
557         to decide whether to add padding.
558         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (struct
559         old_kernel_sigaction): Likewise.
561 2003-03-25  Ulrich Drepper  <drepper@redhat.com>
563         * csu/tst-atomic.c: Adjust tests to what atomic_add_negative and
564         atomic_add_zero were supposed to do.
565         * include/atomic.h: Adjust atomic_add_negative and atomic_add_zero
566         to x86 behavior.
568         * sysdeps/generic/bits/typesizes.h (__TIMER_T_TYPE): Define as void*.
569         This matches the new timer implementation.
570         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__TIMER_T_TYPE):
571         Likewise.
572         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__TIMER_T_TYPE):
573         Likewise.
574         * sysdeps/unix/sysv/linux/bits/siginfo.h (struct siginfo): Adjust
575         timer info for what the kernel provides these days.
576         (struct sigevent): Add _tid field.
577         Define SIGEV_THREAD_ID.
578         Remove struct __pthread_attr_s forward declaration.
579         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
580         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
581         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
582         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
584         * Versions.def (librt): Add GLIBC_2.3.3.
586         * abilist/libpthread.abilist: Update for nptl.
588 2003-03-24  Jon Grimm  <jgrimm@us.ibm.com>
590         * inet/netinet/in.h: Add IPPROTO_SCTP.
592 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
594         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLET): Define.
596 2003-03-24  Philip Blundell  <philb@gnu.org>
598         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL):
599         Remove a1 from clobber list.
601 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
603         * timezone/antarctica: Update from tzdata2003a.
604         * timezone/asia: Likewise.
605         * timezone/australasia: Likewise.
606         * timezone/europe: Likewise.
607         * timezone/iso3166.tab: Likewise.
608         * timezone/northamerica: Likewise.
609         * timezone/southamerica: Likewise.
610         * timezone/zone.tab: Likewise.
612 2003-03-24  Steven Munroe  <sjmunroe@us.ibm.com>
614         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
616 2003-03-23  Ulrich Drepper  <drepper@redhat.com>
618         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
619         unwanted expansion by definining to ret.  Patch by Ian Wienand.
621         * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of
622         the parameter description to denote no error checking.  Generate
623         appropriate pseudo asm code.
624         * sysdeps/unix/syscalls.list: Mark getgid, getpid, getuid with 'E'.
625         * sysdeps/unix/sysv/linux/syscalls.list: Mark getegid, geteuid,
626         getpgrp, and getppid with 'E'.
627         * sysdeps/powerpc/powerpc32/sysdep.h: Define PSEUDO_NOERRNO,
628         PSEUDO_END_NOERRNO, and ret_NOERRNO.
629         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
630         * sysdeps/unix/sysdep.h: Likewise.
631         * sysdeps/unix/alpha/sysdep.h: Likewise.
632         * sysdeps/unix/sparc/sysdep.h: Likewise.
633         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
634         * sysdeps/unix/sysv/linux/cris/sysdep.h: Likewise.
635         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
636         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
637         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
638         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
639         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
640         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
641         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
642         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
643         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
645 2003-03-23  Roland McGrath  <roland@redhat.com>
647         * Makeconfig (+includes): Don't use $(last-includes).
649 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
651         * sysdeps/unix/sysv/linux/configure.in: Update mips64 patterns.
652         * sysdeps/unix/sysv/linux/configure: Rebuilt.
654 2003-03-23  Jakub Jelinek  <jakub@redhat.com>
656         * sysdeps/alpha/fpu/libm-test-ulps: Update.
657         * sysdeps/arm/libm-test-ulps: Update.
658         * sysdeps/hppa/fpu/libm-test-ulps: Update.
659         * sysdeps/ia64/fpu/libm-test-ulps: Update.
660         * sysdeps/mips/fpu/libm-test-ulps: Update.
661         * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
662         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
663         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
664         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
665         * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
666         * sysdeps/s390/fpu/libm-test-ulps: Update.
667         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
669 2003-03-22  Roland McGrath  <roland@redhat.com>
671         * include/atomic.h: Put parens around all macro arguments.
672         (__atomic_val_bysize, __atomic_bool_bysize): New macros.
673         (atomic_compare_and_exchange_val_acq): Use it.
674         (atomic_compare_and_exchange_bool_acq): Likewise.
675         (atomic_increment_and_test): Invert sense of test.
676         (atomic_decrement_and_test): Likewise.
677         * csu/tst-atomic.c: Update those tests to match.
679 2003-03-22  Jakub Jelinek  <jakub@redhat.com>
681         * include/atomic.h (atomic_compare_and_exchange_val_acq): Add comment.
682         Don't define if __arch_compare_and_exchange_val_32_acq is not defined.
683         (atomic_compare_and_exchange_bool_acq): Add comment.  Don't use
684         __oldval variable in the macro, since it might be macro argument.
685         (atomic_decrement_if_positive): Initialize __memp, remove setting
686         of non-existent variable.
687         (atomic_bit_test_set): Cast 1 to __typeof (*mem) before shifting.
688         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Implement
689         using atomic_compare_and_exchange_val_acq.
690         (atomic_decrement_if_positive, atomic_bit_test_set): Define.
691         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
692         Renamed from...
693         (__arch_compare_and_exchange_bool_8_acq): ... this.
694         (__arch_compare_and_exchange_val_16_acq): Renamed from...
695         (__arch_compare_and_exchange_bool_16_acq): ... this.
696         (__arch_compare_and_exchange_val_32_acq): Return old value.  Renamed
697         from...
698         (__arch_compare_and_exchange_bool_32_acq): ... this.
699         (__arch_compare_and_exchange_val_64_acq): Return old value.  Renamed
700         from...
701         (__arch_compare_and_exchange_bool_64_acq): ... this.
702         (__arch_compare_and_exchange_val_32_acq): Use __typeof for local
703         variables types instead of assuming int.
704         Change prefix of local variables to __arch.
705         * sysdeps/generic/bits/atomic.h (arch_compare_and_exchange_acq):
706         Remove.
707         (atomic_compare_and_exchange_val_acq,
708         atomic_compare_and_exchange_bool_acq): Define.
710         * csu/tst-atomic.c: New test.
711         * csu/tst-atomic-long.c: New test.
712         * csu/Makefile (tests): Add tst-atomic and tst-atomic-long.
714         * malloc/memusagestat.c (main): Kill warning if uint64_t is ulong.
716         * sysdeps/s390/Versions: Add trailing newline.
718         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Kill warning
719         if INTERNAL_SYSCALL_ERROR_P doesn't use its first argument.
721 2003-03-22  Andreas Schwab  <schwab@suse.de>
723         * sysdeps/m68k/fpu/libm-test-ulps: Update.
725         * sysdeps/m68k/m68020/bits/atomic.h: New file.
726         * sysdeps/m68k/m68020/atomicity.h: Removed.
728 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
730         * sysdeps/mips/elf/ldsodefs.h: Add mips-specific elf64 relocation
731         data structures and macros.  Protect from multiple inclusion.
733         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
734         typo in #if test.
736 2003-03-21  Andreas Jaeger  <aj@suse.de>
738         * sysdeps/i386/fpu/libm-test-ulps: Update.
740         * math/libm-test.inc (tgamma_test): Recompute some constants with
741         36 digits precision.
742         (lgamma_test): Likewise.
743         (ccos_test): Likewise.
744         (ccosh_test): Likewise.
745         (clog10_test): Likewise.
746         (csin_test): Likewise.
747         (csinh_test): Likewise.
748         (ctan_test): Likewise.
749         (ctanh_test): Likewise.
751 2003-03-19  Jakub Jelinek  <jakub@redhat.com>
753         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerated.
755 2003-03-21  Roland McGrath  <roland@redhat.com>
757         * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"
758         constraint to permit non-constant BIT argument.
759         (atomic_bit_test_set): Likewise.
760         * sysdeps/x86_64/bits/atomic.h (atomic_bit_test_set): Likewise.
761         (atomic_bit_set): Likewise.  Use 1UL in case that BIT might be >= 32.
762         For quadword case, use "i" constraint if __builtin_constant_p and < 32
763         or "r" constraint otherwise.
765         * configure.in: Move AC_PROG_CC and other program-finding before all
766         the version checks.
767         * configure: Regenerated.
769 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
771         * sysdeps/mips/mips64/memcpy.S: Fix porting bug that broke
772         unaligned copying of 8-15 bytes.  From Chris Demetriou
773         <cgd@broadcom.com>.  Fix label names.
774         * sysdeps/mips/mips64/memset.S: Fix label names.  Make similar
775         change as to memcpy.S.
776         * sysdeps/mips/memcpy.S: Formatting changes.
777         * sysdeps/mips/memset.S: Likewise.
779 2003-03-21  Roland McGrath  <roland@redhat.com>
781         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
783 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
785         * sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New.
786         * sysdeps/mips/memcpy.S, sysdeps/mips/memset.S: Update comments.
788 2003-03-21  Roland McGrath  <roland@redhat.com>
790         * sysdeps/i386/i486/bits/atomic.h
791         (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling
792         version of the macro to avoid compile-time warnings.
793         [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above.
794         (atomic_exchange_and_add, atomic_add): Fix name and usage of it.
795         (atomic_increment, atomic_decrement): Likewise.
797 2003-03-21  Ulrich Drepper  <drepper@redhat.com>
799         * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints.
800         * sysdeps/i386/i486/bits/atomic.h: Likewise.
802 2003-03-21  Roland McGrath  <roland@redhat.com>
804         * include/atomic.h (atomic_compare_and_exchange_bool_acq): Typo fix.
806 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
808         * include/atomic.h: Define atomic_compare_and_exchange_val_acq,
809         atomic_compare_and_exchange_val_rel,
810         atomic_compare_and_exchange_bool_acq, and
811         atomic_compare_and_exchange_bool_rel instead of
812         atomic_compare_and_exchange_acq and atomic_compare_and_exchange_rel.
813         * sysdeps/i386/i486/bits/atomic.h: Define
814         __arch_compare_and_exchange_val_*_acq instead of
815         __arch_compare_and_exchange_*_acq.
816         * sysdeps/x86_64/bits/atomic.h: Likewise.
817         * sysdeps/ia64/bits/atomic.h: Define
818         __arch_compare_and_exchange_bool_*_acq instead of
819         __arch_compare_and_exchange_*_acq.
820         * sysdeps/powerpc/bits/atomic.h: Likewise.
821         * sysdeps/s390/bits/atomic.h: Likewise.
822         * gmon/mcount.c: Adjust for new form of compare&exchange macros.
823         * malloc/set-freeres.c: Likewise.
824         * nscd/cache.c: Likewise.
825         * stdlib/cxa_finalize.c: Likewise.
826         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
828 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
830         * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs.
831         * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust.
832         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
834         * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset
835         into high and low halves on n64.
836         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
837         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
838         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
840 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
842         * include/atomic.h (atomic_decrement_if_positive): Adjust for the
843         correct atomic_compare_and_exchange_acq semantics.
845 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
847         * sysdeps/mips/ieee754.h: Remove excess #endif.
849 2003-03-20  Roland McGrath  <roland@redhat.com>
851         * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
852         variable.  Remove superfluous memory clobber.
854         * include/atomic.h: Syntax braino fix.
856         * posix/tst-nice.c (do_test): Use %m formats instead of printing errno
857         in decimal.  Don't bail if niced at start.  Just check that nice call
858         bumps the total at all.
860 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
862         * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers,
863         including pc, gp, sp and fp, as long long.
864         * sysdeps/mips/mips64/setjmp.S: Pass gp to __sigsetjmp_aux.
865         * sysdeps/mips/mips64/setjmp_aux.c: Adjust type of arguments.
866         Add gp argument, and set gp in the jmpbuf to it.
867         * sysdeps/mips/setjmp_aux.c: Revert to o32-only.
869 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
871         * include/atomic.h: Define atomic_exchange and
872         atomic_decrement_if_positive if not already defined.  Add some
873         __builtin_expect.
874         * sysdeps/i386/i486/bits/atomic.h: Define atomic_exchange.
875         * sysdeps/x86_64/bits/atomic.h: Likewise.
876         * sysdeps/ia64/bits/atomic.h: Pretty printing.  Define atomic_exchange.
877         * sysdeps/powerpc/bits/atomic.h: Pretty printing.  Define
878         atomic_exchange, atomic_exchange_and_add, and
879         atomic_decrement_if_positive
881 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
883         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: Sign-extend
884         with a single instruction.
886         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define
887         properly for n64.
888         (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr
889         type.
890         (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf
891         Word before comparing with gotsym.  Take reloc_addr argument as
892         void*.  Remove the code added for the compiler to drop any
893         alignment assumptions.
895 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
897         * Makefile (distribute): Add include/atomic.h and bits/atomic.h.
898         * include/atomic.h: New file.
899         * sysdeps/i386/i486/bits/atomic.h: New file.
900         * sysdeps/x86_64/bits/atomic.h: New file.
901         * sysdeps/s390/bits/atomic.h: New file.
902         * sysdeps/sh/bits/atomic.h: New file.
903         * sysdeps/ia64/bits/atomic.h: New file.
904         * sysdeps/powerpc/bits/atomic.h: New file.
905         * sysdeps/generic/bits/atomic.h: New file.
906         * sysdeps/i386/i486/atomicity.h: Removed.
907         * sysdeps/x86_64/atomicity.h: Removed.
908         * sysdeps/s390/s390-32/atomicity.h: Removed.
909         * sysdeps/s390/s390-64/atomicity.h: Removed.
910         * sysdeps/ia64/atomicity.h: Removed.
911         * sysdeps/powerpc/powerpc32/atomicity.h: Removed.
912         * sysdeps/powerpc/powerpc64/atomicity.h: Removed.
913         * elf/dl-profile.c: Use atomic.h instead of atomicity.h.  Adjust
914         use of macros from atomicity.h to new names and semantics.
915         * gmon_mcount.c: Likewise.
916         * malloc/set-freeres.c: Likewise.
917         * nscd/cache.c: Likewise.
918         * stdlib/cxa_finalize.c: Likewise.
919         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
921 2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
923         * sysdeps/mips/ieee754.h: New file, suitable to replace both
924         ../ieee754/ieee754.h and ../ieee754/ldbl-128/ieee754.h, kept
925         mips-specific for now.
927 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
929         * stdlib/strtod.c (INTERNAL): While eating trailing zeros handle
930         hexdigits correctly.  Reported by Fred Tydeman <tydeman@tybor.com>.
931         * stdlib/tst-strtod.c: Add test for the bug.
933         * posix/tst-nice.c (do_test): Remove invalid of return value.
934         Don't run test if initial level != 0.
936 2003-03-19  Amos Waterland  <apw@us.ibm.com>
938         * posix/tst-nice.c: New file.
939         * posix/Makefile (tests): Add tst-nice.
941 2003-03-18  Roland McGrath  <roland@redhat.com>
943         * abilist: New directory of libfoo.abilist files maintained using
944         scripts/merge-abilist.awk and "make update-abi" rules.
945         * Makefile (distribute): Add abilist/*.abilist.
946         * Makerules [$(build-shared) = yes] [$(subdir)] (tests):
947         Depend on check-abi.
949         * configure.in: Move $critic_missing check after all AC_CHECK_PROG_VER.
950         * configure: Regenerated.
952         * sysdeps/unix/sysv/linux/syscalls.list (posix_fadvise64): Fix name.
954 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
956         * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK
957         correctly.
959 2003-03-18  Steven Munroe  <sjmunroe@us.ibm.com>
961         * sysdeps/powerpc/powerpc64/memcpy.S: New file.
963 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
965         * Versions.def: Add GLIBC_2.3.3 for libpthread.
967 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
969         * sysdeps/generic/libc-start.c [!SHARED &&
970         !LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
972 2003-03-17  Roland McGrath  <roland@redhat.com>
974         * include/ctype.h: Revert last change.
976 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
978         * argp/tst-argp1.c: Use test-skeleton.c.
979         * locale/tst-C-locale.c: Likewise.
981 2003-03-17  Alexandre Oliva  <aoliva@redhat.com>
983         * sysdeps/mips/mips64/Implies: Move wordsize-64 to...
984         * sysdeps/mips/mips64/n64/Implies: New file.
985         * sysdeps/mips/mips64/n64/Makefile: New file.
986         * sysdeps/mips/mips64/n64/el/bits/endian.h: New file.
987         * sysdeps/mips/mips64/n32/Implies: New file.
988         * sysdeps/mips/mips64/n32/Makefile: New file.
989         * sysdeps/mips/mips64/n32/el/bits/endian.h: New file.
990         * sysdeps/unix/mips/mips64/n32/sysdep.h: New file.
991         * sysdeps/unix/mips/mips64/n64/sysdep.h: New file.
992         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: New file.
993         * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: New file.
994         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: New file.
995         * sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h: New file.
996         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: New file.
997         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: New file.
998         * sysdeps/unix/sysv/linux/mips/mips64/send.c: New file.
999         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S: New file.
1000         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: New file.
1001         * sysdeps/unix/sysv/linux/mips/mips64/umount.c: New file.
1002         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: New file.
1004         * sysdeps/unix/sysv/linux/configure.in (libc_cv_slibdir): Use
1005         lib64 for mips64/n64 and lib32 for mips64/n32.
1006         (ldd_rewrite_script): Needed for all mips64 configurations.
1007         * sysdeps/unix/sysv/linux/configure: Rebuilt.
1008         * sysdeps/unix/sysv/linux/mips/mips64/ldd-rewrite.sed: New file.
1009         * sysdeps/unix/sysv/linux/mips/mips64/Dist: New file.
1011         * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as
1012         well.
1014         * sysdeps/unix/sysv/linux/mips/configure.in: New.  Pre-process
1015         asm/unistd.h into asm-unistd.h.
1016         * sysdeps/unix/sysv/linux/mips/configure: Generated.
1017         * sysdeps/unix/sysv/linux/mips/Makefile: Do custom processing
1018         of syscall list.
1019         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: New file.
1020         * sysdeps/unix/sysv/linux/mips/clone.S: Don't include
1021         asm/unistd.h.
1023         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file.
1024         * sysdeps/unix/sysv/linux/mips/ptrace.c: New file.  Use long
1025         long type for registers on n32.
1027         * sysdeps/mips/bits/wordsize.h: New file, appropriate for all
1028         3 ABIs.
1029         * sysdeps/mips/mips64/gmp-mparam.h: New file.  Define
1030         BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
1031         * sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
1032         (__sigsetjmp_aux): Use them.  Adjust for all 3 ABIs.
1033         * sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
1034         * sysdeps/unix/mips/brk.S: Likewise.
1035         * sysdeps/unix/mips/sysdep.S: Likewise.
1036         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1037         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
1038         * sysdeps/mips/sys/ucontext.h: Likewise.
1039         * sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
1040         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1041         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1042         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
1043         * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
1044         * sysdeps/mips/mips64/setjmp.S: Likewise.
1045         * sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
1046         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
1047         64-bit types.
1049 2003-03-16  Ulrich Drepper  <drepper@redhat.com>
1051         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here,
1052         not at function level.
1053         * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
1055 2003-03-15  Roland McGrath  <roland@redhat.com>
1057         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
1058         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
1059         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise.
1060         * nis/nis_table.c (__create_ib_request): Likewise.
1062         * posix/fnmatch_loop.c: Add casts for signedness.
1063         * nss/nss_files/files-hosts.c: Likewise.
1064         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1065         * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN.
1066         * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.
1068         * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
1069         get errors into the log file.
1070         (libc_cv_broken_visibility_attribute): Likewise.
1071         (libc_cv_broken_alias_attribute): Likewise.
1072         (libc_cv_asm_weak_directive): Likewise.
1073         (libc_cv_need_minus_P): Likewise.
1074         (libc_cv_dot_text): Likewise.
1075         (libc_cv_asm_global_directive): Likewise.
1076         (libc_cv_asm_type_prefix): Likewise.
1077         * configure: Regenerated.
1079         * nscd/cache.c (cache_search): Give first arg type `request_type'.
1080         * nscd/nscd.h: Update decl.
1082         * nscd/nscd_getpw_r.c (nscd_getpw_r): Add casts for signedness.
1083         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1084         * elf/dl-close.c (_dl_close): Likewise.
1085         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): int -> size_t
1086         * io/fts.c (fts_build): Likewise.
1087         * elf/cache.c (add_to_cache): Likewise.
1088         * locale/programs/locarchive.c (show_archive_content): Likewise.
1090         * posix/fnmatch.c (fnmatch): Tweak __builtin_expect use.
1092         * include/ctype.h (__ctype_b_loc): Tweak type punning to make gcc 3.3
1093         happy.
1094         (__ctype_toupper_loc, __ctype_tolower_loc): Likewise.
1096 2003-03-15  Ulrich Drepper  <drepper@redhat.com>
1098         * sysdeps/unix/sysv/linux/ia64/system.c: Use the generic Linux
1099         code for most parts.
1101 2003-03-15  Roland McGrath  <roland@redhat.com>
1103         * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
1104         * sysdeps/unix/sysv/linux/system.c: ... here.
1105         (FORK): Don't #define if already #define'd.
1106         * sysdeps/unix/sysv/linux/s390/system.c: File removed.
1107         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
1108         (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
1110         * dlfcn/tst-dlinfo.c: New file.
1111         * dlfcn/Makefile (tests): Add tst-dlinfo.
1112         ($(objpfx)tst-dlinfo): New target.
1114         * dlfcn/dlinfo.c: New file.
1115         * dlfcn/Makefile (libdl-routines): Add it.
1116         * dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
1117         * dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
1118         [__USE_GNU] (RTLD_DI_*): New enum constants.
1119         [__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
1120         * elf/dl-load.c (cache_rpath): New inline function.
1121         (_dl_map_object): Use it.
1122         (_dl_rtld_di_serinfo): New function.
1123         * sysdeps/generic/ldsodefs.h: Declare it.
1124         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
1126         * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.
1127         (LIBC_START_MAIN, LIBC_START_MAIN_AUXVEC_ARG, MAIN_AUXVEC_ARG)
1128         (INIT_MAIN_ARGS): Define, and #include <sysdeps/generic/libc-start.c>.
1129         (__libc_start_main): Just call the generic one for most of the work.
1131         * sysdeps/generic/libc-start.c [LIBC_START_MAIN]: If defined, define a
1132         static function by that name instead of BP_SYM (__libc_start_main).
1133         [LIBC_START_MAIN_AUXVEC_ARG]: Take AUXVEC as argument.
1134         [MAIN_AUXVEC_ARG]: Pass 4th argument to MAIN.
1135         [INIT_MAIN_ARGS]: Give INIT the same args as MAIN.
1137         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_PLATFORM_AUXV]:
1138         Use this macro for extra AT_* cases.
1139         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_PLATFORM_AUXV):
1140         New macro, guts from ...
1141         (__aux_init_cache): ... here, function removed.
1142         (DL_PLATFORM_INIT): Don't define this.
1144         * sysdeps/powerpc/powerpc32/memset.S: Put __cache_line_size in bss.
1145         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
1147         * Versions.def (libthread_db): Add GLIBC_2.3.3 set.
1149 2003-03-14  Roland McGrath  <roland@redhat.com>
1151         * dlfcn/dlerror.c (dlerror): If objname is "", don't put ": " after it.
1153 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
1155         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
1157         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
1158         sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
1160 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
1162         * sysdeps/mips/fpu/bits/mathdef.h: New.
1163         (__NO_LONG_DOUBLE_MATH): Define for o32.
1165         * sysdeps/mips/sys/asm.h: Formatting changes.
1166         (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
1167         (CPADD): Define for all of them.
1168         (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
1169         SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
1170         NARGSAVE): Define per ABI spec.
1171         (END): Don't redefine.
1172         (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
1173         LONG_SRAV): Remove duplicate definitions.
1174         (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
1175         PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
1176         PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
1177         (PTR_LA): Define for all 3 ABIs.
1179         * sysdeps/mips/dl-machine.h: Include sys/asm.h.
1180         (elf_machine_matches_host): Prevent linking of o32 and n32
1181         together.
1182         (elf_machine_dynamic): Document assumption on $gp.
1183         (STRINGXP, STRINGXV, STRINGV_): New macros.
1184         (elf_machine_load_address): Use them to stringize PTR_LA and
1185         PTR_SUBU.
1186         (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
1187         ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
1188         (_dl_runtime_resolve): Adjust it for all 3 ABIs.
1189         (__dl_runtime_resolve): Cast the symtab initializer to the
1190         right type.
1191         (RTLD_START): Use it.  Adjust it for all 3 ABIs.
1192         (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
1193         Handle 64-bit R_MIPS_REL composite relocation and accept
1194         R_MIPS_64 relocations to shift addend size to 64 bits.
1195         Document assumption regarding local GOT entries.  Document
1196         backward-compatibility departing from the ABI behavior in
1197         applying relocations that reference section symbols, no longer
1198         used.  Support relocations to mis-aligned offsets.
1199         * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
1201         * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
1203         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
1204         (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
1205         * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
1206         restore_rt functions.  Use them.
1208         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
1209         .set mips2 on new abis.
1211 2003-03-13  Ulrich Drepper  <drepper@redhat.com>
1213         * posix/getconf.c: Recognize POSIX2_SYMLINKS.
1214         * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
1215         * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
1216         * sysdeps/posix/pathconf.c: Likewise.
1217         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
1218         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
1219         * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
1221         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
1222         words.
1224 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
1226         * include/gmp.h: Include/gmp-mparam.h.
1227         * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
1228         gmp-impl.h.
1230         * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
1231         ELF_MACHINE_NO_RELA is set.
1232         * elf/rtld.c (dl_main): No prelink support for REL-only.
1234         * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
1235         FLAG_MIPS64_LIBN64): Define.
1236         * elf/cache.c (print_entry): Handle mips64 n32 and n64.
1238         * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.
1239         * sysdeps/mips/memset.S: Likewise.
1240         * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11
1241         depending on the ABI.
1243         * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):
1244         Don't .set mips2 on new abi.
1245         (compare_and_swap): Likewise.  Support 64-bit longs on n64.
1247         * stdlib/fpioconst.h: Include gmp.h with angle brackets.
1249 2003-03-13  Roland McGrath  <roland@redhat.com>
1251         * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
1252         found.  Reported by Alexandre Oliva <aoliva@redhat.com>.
1254 2003-03-13  Alexandre Oliva  <aoliva@redhat.com>
1256         * stdio-common/_itoa.c (_itoa_base_table): Make 64-bit
1257         literals long long.
1258         * stdlib/fpioconst.c: Likewise.
1259         * stdlib/strtod.c: Likewise.
1261         * sysdeps/mips/add_n.S: Use L macro for local labels.
1262         * sysdeps/mips/addmul_1.S: Likewise.
1263         * sysdeps/mips/lshift.S: Likewise.
1264         * sysdeps/mips/memcpy.S: Likewise.
1265         * sysdeps/mips/memset.S: Likewise.
1266         * sysdeps/mips/mul_1.S: Likewise.
1267         * sysdeps/mips/rshift.S: Likewise.
1268         * sysdeps/mips/sub_n.S: Likewise.
1269         * sysdeps/mips/submul_1.S: Likewise.
1270         * sysdeps/mips/mips64/add_n.S: Likewise.
1271         * sysdeps/mips/mips64/addmul_1.S: Likewise.
1272         * sysdeps/mips/mips64/lshift.S: Likewise.
1273         * sysdeps/mips/mips64/mul_1.S: Likewise.
1274         * sysdeps/mips/mips64/rshift.S: Likewise.
1275         * sysdeps/mips/mips64/sub_n.S: Likewise.
1276         * sysdeps/mips/mips64/submul_1.S: Likewise.
1277         * sysdeps/unix/mips/sysdep.h: Define L() according to ABI
1278         conventions.  Define END as in sys/asm.h.
1279         * sysdeps/unix/mips/sysdep.S: Likewise.
1280         * sysdeps/unix/mips/wait.S: Likewise.
1281         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1283         * sysdeps/ieee754/dbl-64/dbl2mpn.c (__mpn_extract_double):
1284         Cast shifted values that may be too narrow to mp_limb_t.
1285         * sysdeps/ieee754/dbl-64/mpn2dbl.c (__mpn_construct_double):
1286         Likewise.
1287         * sysdeps/ieee754/flt-32/mpn2flt.c (__mpn_construct_float):
1288         Likewise.
1289         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c
1290         (__mpn_extract_long_double): Likewise.
1291         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c
1292         (__mpn_construct_long_double): Likewise.
1293         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c
1294         (__mpn_extract_long_double): Likewise.
1295         * sysdeps/ieee754/ldbl-96/mpn2ldbl.c
1296         (__mpn_construct_long_double): Likewise.
1298 2003-03-13  Roland McGrath  <roland@redhat.com>
1300         * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line
1301         entries in the map file match too.
1303 2003-03-13  Guido Guenther  <agx@sigxcpu.org>
1305         * sysdeps/unix/sysv/linux/mips/clone.S: introduce and use local
1306         label .Lthread_start since current binutils don't allow branches
1307         to globally visible symbols.
1309 2003-03-13  Jakub Jelinek  <jakub@redhat.com>
1311         * sysdeps/unix/sysv/linux/ia64/sysdep.h (BREAK_INSN_1, BREAK_INSN,
1312         ASM_OUTARGS_0, ASM_OUTARGS_1, ASM_OUTARGS_2, ASM_OUTARGS_3,
1313         ASM_OUTARGS_4, ASM_OUTARGS_5, ASM_OUTARGS_6): Define.
1314         (INTERNAL_SYSCALL, INLINE_SYSCALL): Use it.  Make syscall arguments
1315         clobbered by the syscall.
1316         (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
1317         ASM_ARGS_6): Change constraints from r to index of corresponding
1318         output register.
1319         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Swap
1320         ptid and ctid to match kernel.
1321         * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Likewise.
1323 2003-03-12  Steven Munroe  <sjmunroe@us.ibm.com>
1325         * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
1326         AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
1327         * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
1329 2003-03-11  Roland McGrath  <roland@redhat.com>
1331         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1332         Check SYM_MAP rather than SYM as definedness check.
1333         Handle R_PPC64_ADDR32, R_PPC64_ADDR30, and R_PPC64_REL64 relocs.
1334         Don't handle R_PPC64_REL24 reloc.
1335         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
1337         * sysdeps/powerpc/powerpc64/dl-machine.h
1338         [USE_TLS] (elf_machine_type_class): Match all the TLS relocs in a
1339         block, so we cover all the TPREL16* flavors without 6 ||s.
1340         [USE_TLS] (elf_machine_tprel): New function.
1341         (elf_machine_rela) [USE_TLS]: Use elf_machine_tprel for TPREL64 reloc,
1342         and handle TPREL16 relocs too.  Return rather than break for DTPREL64.
1343         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
1345 2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
1347         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
1348         instead of jalr to invoke subroutine so restoring the $gp register
1349         will work properly.
1351 2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1353         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
1354         to __NR_pread if not defined.
1355         (__NR_pwrite64): Define to __NR_pwrite if not defined.
1357 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
1359         * sysdeps/unix/sysv/linux/ia64/system.c: New file.
1360         * sysdeps/unix/sysv/linux/kernel-features.h
1361         (__ASSUME_CLONE_THREAD_FLAGS): Define for IA-64 and s390* with
1362         kernel >= 2.5.64.
1364 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
1366         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
1367         allocate space even for the trailing '/'.
1368         Reported by John Reiser <jreiser@BitWagon.com>.
1370         * sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
1371         ASM_CLOBBERS_6): Define.
1372         (ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
1373         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
1374         to match IA-32 order.
1375         * sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
1377 2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>
1379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
1380         Copy extra params for NPTL to registers used in clone syscall.
1382 2003-03-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1384         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
1385         call names for pread and pwrite.
1387 2003-03-10  Roland McGrath  <roland@redhat.com>
1389         * dlfcn/Makefile (libdl-routines): Add dladdr1.
1390         * dlfcn/dladdr1.c: New file.
1391         * dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
1392         [__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
1393         * elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
1394         a const ElfNN_Sym ** to fill in.
1395         * include/dlfcn.h: Update decl.  Include <link.h>.
1396         * dlfcn/dladdr.c (dladdr): Update caller.
1397         * malloc/mtrace.c (tr_where): Likewise.
1398         * sysdeps/generic/elf/backtracesyms.c: Likewise.
1399         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
1400         * dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
1401         * Versions.def (libdl): Define GLIBC_2.3.3 set.
1403         * sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
1404         assembler command.
1405         * sysdeps/unix/Makefile (compile-syscall): New variable.
1406         Pass -g0 to compiler for assembling syscall stubs from stdin.
1408         * sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
1409         (STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
1410         Define these to do nothing.
1412         * configure.in: New check for -g on .S files.
1413         * configure: Regenerated.
1414         * config.make.in (have-cpp-asm-debuginfo): New variable.
1415         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
1416         * Makeconfig (ASFLAGS): New variable, if undefined and
1417         $(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
1418         * Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
1420 2003-03-09  Roland McGrath  <roland@redhat.com>
1422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
1423         used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.
1425 2003-03-09  Ulrich Drepper  <drepper@redhat.com>
1427         * po/fi.po: Update from translation team.
1428         * po/ca.po: Likewise.
1429         * po/da.po: Likewise.
1431 2003-03-08  Ulrich Drepper  <drepper@redhat.com>
1433         * rt/tst-aio7.c (do_test): Change BYTES into a #define.
1435 2003-03-07  Ulrich Drepper  <drepper@redhat.com>
1437         * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
1439         * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
1441 2003-03-07  Roland McGrath  <roland@redhat.com>
1443         * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
1444         * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
1446 2003-03-04  Guido Guenther  <agx@sigxcpu.org>
1448         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
1449         stubs, we have INLINE_SYSCALL.
1450         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
1451         MAP_NONBLOCK.
1453 2003-03-06  Roland McGrath  <roland@redhat.com>
1455         * rt/tst-aio7.c (do_test): Revert last change.  Instead, give CB1
1456         permanent extent and add a comment about testing its implicit teardown.
1458 2003-03-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1460         * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
1462 2003-03-05  Ulrich Drepper  <drepper@redhat.com>
1464         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
1465         reversed __builtin_expect expectation.
1467 2003-03-05  Roland McGrath  <roland@redhat.com>
1469         * stdio-common/sscanf.c: Use prototype defn with ... syntax.
1470         * libio/swscanf.c: Likewise.
1471         * libio/swprintf.c: Likewise.
1473 2003-03-04  Roland McGrath  <roland@redhat.com>
1475         * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
1476         (elf_machine_rela): Always use RESOLVE_MAP, needed for
1477         R_PPC64_JMP_SLOT as well as TLS cases.
1478         (BIT_INSERT): Move parenthesis where it ought to have been.
1479         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
1481         * posix/confstr.c (confstr): Correct STRING_LEN values for
1482         _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
1483         break.  Reported by Alexandre Julliard <julliard@winehq.com>.
1485 2003-03-04  Jakub Jelinek  <jakub@redhat.com>
1487         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
1489 2003-03-04  Ulrich Drepper  <drepper@redhat.com>
1491         * sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
1492         clone parameters.
1494         * po/sv.po: Update from translation team.
1496 2003-03-04  Andreas Jaeger  <aj@suse.de>
1497             Ulrich Drepper  <drepper@redhat.com>
1499         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.
1501 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
1503         * sysdeps/generic/dl-sysdep.h: Add double include protection.
1505         * po/tr.po: Update from translation team.
1507         * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
1508         are holes between the segments.  Only call mprotect to set
1509         proection to PROT_NONE if there are some.
1511         * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
1512         Update comment.
1514         * include/sched.h (__clone2): Use ... instead of adding all the
1515         new parameters.
1517 2003-03-03  Roland McGrath  <roland@redhat.com>
1519         * elf/dl-load.c (struct filebuf): Fix typo in last change.
1521         * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
1522         PI_STATIC_AND_HIDDEN.
1524 2003-03-03  Ian Wienand  <ianw@gelato.unsw.edu.au>
1526         * sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
1527         flags.
1528         * include/sched.h: Update clone2 prototype.
1530 2003-03-03  Andreas Jaeger  <aj@suse.de>
1532         * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
1533         (llrint): Use it to correct return type.
1534         (lrint): Likewise.
1535         (lround): Likewise.
1536         (llround): Likewise.
1538 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
1540         * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
1541         byte filebuf size.
1543         * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
1544         if ccs parameter isn't valid.  Reported by Andreas Schwab.
1546 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1548         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
1549         for system call numbers > 255.
1550         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
1551         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
1552         INTERNAL_SYSCALL): Likewise.
1553         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
1554         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
1555         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
1556         INTERNAL_SYSCALL): Likewise.
1558 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1560         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
1561         array if it is the initial dtv.
1563 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
1565         * po/es.po: Update from translation team.
1566         * po/fr.po: Likewise.
1567         * po/gl.po: Likewise.
1568         * po/sk.po: Likewise.
1569         * po/sv.po: Likewise.
1571         * sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
1572         * misc/sys/mman.h: Add prototype for remap_file_pages.
1573         * sysdeps/generic/remap_file_pages.c: New file.
1574         * misc/Makefile (routines): Add remap_file_pages.
1575         * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
1577         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
1578         and MAP_NONBLOCK.
1579         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1580         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
1581         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
1582         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
1583         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1584         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
1585         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
1586         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1588 2003-03-03  Roland McGrath  <roland@redhat.com>
1590         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
1591         * sysdeps/ia64/dl-machine.h: Likewise.
1592         * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
1593         argument type.
1594         * sysdeps/ia64/dl-lookupcfg.h: Update decl.
1596         * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
1597         * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
1598         * locale/Versions (libc: GLIBC_2.3): Move those to ...
1599         * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
1600         * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
1601         * Versions.def (libc): Add GLIBC_2.3.3 set.
1603         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.
1604         * sysdeps/ia64/dl-machine.h: Update decl.
1606 2003-03-03  Andreas Jaeger  <aj@suse.de>
1608         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
1610 2003-03-02  Roland McGrath  <roland@redhat.com>
1612         * scripts/abilist.awk: Reject data items with apparent 0 size.
1614         * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar
1615         after foo.* as if it were a duplicate.
1617         * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
1619 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
1621         * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
1623         * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
1624         * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
1625         if not already defined.  Use SYSDEP_GETRES to allow other files to
1626         provide alternative implementations.
1627         * sysdeps/unix/sysv/linux/clock_getres.c: New file
1628         * sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
1629         if not already defined.  Use SYSDEP_GETTIME to allow other files to
1630         provide alternative implementations.
1631         * sysdeps/unix/sysv/linux/clock_gettime.c: New file.
1632         * sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
1633         if not already defined.  Use SYSDEP_GETTIME to allow other files to
1634         provide alternative implementations.
1635         * sysdeps/unix/sysv/linux/clock_settime.c: New file.
1636         * sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
1637         other files to provide alternative implementations.  Rearrange
1638         tests for invalid parameters.
1639         * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
1640         * sysdeps/unix/sysv/linux/sysconf.c: New file.
1641         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1642         __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
1643         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
1644         _POSIX_MONOTONIC_CLOCK.
1646 2003-03-02  Roland McGrath  <roland@redhat.com>
1648         * scripts/merge-abilist.awk: More checks for bogus input.
1649         Uniquify duplicate config names.
1651         * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
1653         * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): Renamed
1654         from dl_reloc_overflow, make global.
1655         (__process_machine_rela): Update callers.
1656         * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow.
1657         Add attribute_hidden to __process_machine_rela decl.
1658         (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
1660         * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
1661         variable.
1663         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
1664         Don't use weak_extern for dl_rtld_map.  Instead check only if [SHARED].
1665         (elf_machine_rela): Clean up.
1667         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up.
1669         PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>.
1670         * sysdeps/powerpc/powerpc32/elf/configure.in: New file.
1671         * sysdeps/powerpc/powerpc32/elf/configure: New generated file.
1672         * elf/tls-macros.h [__powerpc__ && !__powerpc64__]
1673         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them.
1674         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support
1675         new relocs for TLS.
1677         * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these
1678         macros out of [SHARED].
1679         (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
1681         * elf/elf.h: Define R_PPC_* relocs for TLS support.
1682         Clean up R_PPC64_* macro definition comments.
1684         * configure.in: In "running configure fragment for" message,
1685         omit $srcdir from the name if we prepended it.
1686         * configure: Regenerated.
1688         * elf/dl-reloc.c (allocate_static_tls): Fix calculations.
1689         From Jakub Jelinek <jakub@redhat.com>.
1691         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
1692         which duplicated the O_DIRECT defn.
1694 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
1696         * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
1697         random functions.
1699 2003-03-01  Andreas Schwab  <schwab@suse.de>
1701         * resolv/Makefile (tests): Don't depend on
1702         $(objpfx)mtrace-tst-leaks when cross compiling.
1704         * sysdeps/m68k/dl-machine.h (_dl_start_user): Access
1705         __libc_stack_end through GOT since it is a global symbol.
1707 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
1709         * argp/argp.h: Fix a typo.
1710         Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
1712         * manual/terminal.texi: Fix cfmakeraw() definition from int to void.
1714 2003-02-27  Pat Rankin  <rankin@pactechdata.com>
1716         * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
1717         char *.
1718         (get_subexp): Likewise.
1720 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
1722         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
1724 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
1726         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
1728 2003-02-27  Roland McGrath  <roland@redhat.com>
1730         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
1731         special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
1732         repeat it and avoids the test for the common case.
1733         Clean up and fix calculations for TLS relocs.
1735         * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
1736         * sysdeps/powerpc/dl-tls.h: ... here.
1737         (TLS_TP_OFFSET): New macro.
1739         * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
1741 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
1743         * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
1744         code generation changes in recent gcc.
1746 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
1748         * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
1749         Rename argument to avoid symbol conflict.
1751         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
1752         [__USE_GNU] (O_DIRECT): New macro.
1754 2003-02-24  David Mosberger  <davidm@hpl.hp.com>
1756         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
1757         unwind info.
1759 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
1761         * resolv/res_libc.c [USE___THREAD] (_res): Don't need the
1762         initializer anymore now that res_thread_freeres is more careful.
1764         * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
1765         except the PKTINFO.  Reset interface in PKTINFO.
1766         Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
1768 2003-02-25  Steven Munroe  <sjmunroe@us.ibm.com>
1770         * elf/elf.h: Add new R_PPC64_* relocs for TLS.
1771         * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
1772         Define.
1773         * sysdeps/powerpc/powerpc64/elf/configure.in: New file.
1774         * sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
1775         * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
1776         * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
1778         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
1779         Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
1781 2003-02-25  Andreas Jaeger  <aj@suse.de>
1783         * manual/memory.texi (Malloc Tunable Parameters): Clarify
1784         behaviour of M_MMAP_THRESHOLD.
1786 2003-02-25  Roland McGrath  <roland@redhat.com>
1788         * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
1789         zero, inidicating _res was not initialized yet.
1791 2003-02-24  Ulrich Drepper  <drepper@redhat.com>
1793         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
1794         test.
1796 2003-02-24  Roland McGrath  <roland@redhat.com>
1798         * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
1800 2003-02-23  Roland McGrath  <roland@redhat.com>
1802         * sysdeps/posix/pause.c: New file.
1803         * sysdeps/unix/common/pause.c: File removed.
1805 2003-02-23  Ulrich Drepper  <drepper@redhat.com>
1807         * sysdeps/generic/bits/confname.h: Remove #ifs.
1809         * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
1810         * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
1812         * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock
1813         element to -1.
1815 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
1817         * sysdeps/generic/dl-sysdep.c: Avoid warning.
1819 2003-02-22  Roland McGrath  <roland@redhat.com>
1821         * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
1822         * resolv/Makefile (tests): Add tst-leaks.
1823         ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
1824         (tst-leaks-ENV): New variable.
1825         ($(objpfx)mtrace-tst-leaks): New target.
1826         (tests): Depend on it.
1828         * include/libc-internal.h: Declare __libc_thread_freeres.
1830         * Makerules: Fix last change to use $($(subdir)-version) when set.
1832         * Makerules (install-lib-nosubdir): Depend on installed
1833         libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed
1834         regardless of the libfoo.so target's dependencies.
1836         * MakeTAGS (sub-make-vars): New variable, includes generating=t.
1837         Use that in $(MAKE) calls.
1839 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
1841         * catgets/gencat.c (read_input_file): Collision between
1842         auto-assigned numbers and user-defined nubmers is not fatal.
1843         Handle it.
1844         Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
1845         * catgets/Makefile: Add rules to run test2.msg test.
1846         * catgets/test2.msg: New file.
1848         * catgets/gencat.c (main): Return 1 if messages have been printed.
1850         * iconv/iconv_prog.c (main): Unify messages.
1852         * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
1853         when shifting retval.
1854         * stdlib/tst-strtod.c (main): Add strtold test case.
1855         Reported by Fred J. Tydeman <tydeman@tybor.com>.
1857 2003-02-21  Roland McGrath  <roland@redhat.com>
1859         * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
1860         * sunrpc/rpc_thread.c: Likewise for text_set_element use.
1861         (__rpc_thread_destroy): Add it to __libc_subfreeres too.
1863         * include/resolv.h: Add libc_hidden_proto for __res_nclose.
1864         * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
1865         (res_thread_freeres): New function, on __libc_thread_subfreeres and
1866         __libc_subfreeres.
1868         * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
1869         * malloc/thread-freeres.c: New file.
1870         * malloc/Makefile (aux): Add it.
1871         * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
1872         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section
1873         "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set.
1875         * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix.
1876         * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
1878 2003-02-21  Roland McGrath  <roland@frob.com>
1880         * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open.
1882         * iconvdata/Makefile (tests): Add bug-iconv3 only if
1883         [$(have-thread-library) = yes].
1885 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
1887         * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
1889         * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
1890         not chechk for errors (unless testing for 32bit variant).
1891         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
1892         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
1893         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
1895 2003-02-21  Jakub Jelinek  <jakub@redhat.com>
1897         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
1898         Check for signed overflow, not unsigned.
1900         * sysdeps/sparc/sparc64/elf/configure.in: New file.
1901         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
1902         Use -fcall-used-g6, not -fcall-used-g7.
1904 2003-02-21  Andreas Jaeger  <aj@suse.de>
1906         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default
1907         mode.
1909         * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not
1910         clear whole mxcsr but only exceptions.
1912 2003-02-21  Roland McGrath  <roland@redhat.com>
1914         * Makerules: Filter $(install-lib-ldscripts) out of list of targets
1915         for libfoo.so that need $(make-link) rules.
1917 2003-02-21  Roland McGrath  <roland@frob.com>
1919         * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
1920         to match existing struct stat layout in mig protocols.
1922 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
1924         * version.h (VERSION): Bump to 2.3.2.
1926         * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp,
1927         tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c,
1928         and dl-sysdep.h.
1929         * sysdeps/generic/Dist: Add sysdep-cancel.h.
1930         * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h.
1931         * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S.
1932         * sysdeps/unix/sysv/linux/Dist: Add pathconf.h.
1933         * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h.
1934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and
1935         ucontext_i.h.
1936         * Makefile (distribute): Add include/stubs-prologue.h,
1937         include/gnu/stubs.h, scripts/merge-abilist.awk, and
1938         scripts/extract-abilist.awk.
1940 2003-02-20  Roland McGrath  <roland@redhat.com>
1942         * math/Makefile (distribute): Don't add generated files.
1944 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
1946         * math/Makefile: Rearrange variable definitions slightly to get
1947         definition in the right order.
1949 2003-02-20  Roland McGrath  <roland@redhat.com>
1951         * Makerules: Clean up conditional around include of tls.make.
1952         * Make-dist: Export generating=t to prevent using that.
1953         (+distinfo): Likewise for $(shell $(MAKE) ...) runs.
1955 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
1957         * inet/rcmd.c (rresvport_af): Avoid using invliad values.  Wrap
1958         around in search if port IPPORT_RESERVED/2 has been test.
1960 2002-02-20  Paolo Bonzini  <bonzini@gnu.org>
1962         * posix/regcomp.c: Remove inclusions.
1963         * posix/regexec.c: Likewise.
1964         * posix/regex_internal.c: Likewise.
1965         * posix/regex_internal.h: Add inclusions here.
1966         * posix/regex.c: Only include sys/types.h before regex.h.  Include
1967         regex_internal.h here.  Include regex_internal.c before regcomp.c
1968         and regexec.c (might expose more opportunities to the C compiler).
1970         * posix/regcomp.c (parse_expression): Fix construct rejected by SGI CC.
1972         * posix/regex_internal.h [!_LIBC] (__mempcpy): Fix typo.
1973         [!_LIBC] (__wcrtomb): New definition.
1974         [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and
1975         HAVE_LOCALE_H as well.
1977 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
1979         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Remove obsolete
1980         patch to check for system call errors.
1982 2002-07-24  Philip Blundell  <philb@gnu.org>
1984         * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV
1985         on unknown systems.
1987 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1989         * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround.
1990         * sysdeps/unix/sysv/linux/kernel-features.h
1991         (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too.
1992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl
1993         if possible.
1994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
1995         interprocedure branches.
1996         * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to...
1997         * sysdeps/powerpc/nofpu/Dist: ...here.
1998         * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to...
1999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
2000         * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete.
2001         * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete.
2002         * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
2004 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
2006         * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
2008 2003-02-20  Philip Blundell  <philb@gnu.org>
2010         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
2011         missing arguments to INTERNAL_SYSCALL_ERROR_P and
2012         INTERNAL_SYSCALL_ERRNO.
2014 2003-02-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2016         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test
2017         for __ASSUME_32BITUIDS.
2019 2003-02-20  Andreas Schwab  <schwab@suse.de>
2021         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* and
2022         POSIX_MADV_* constants.
2024 2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2026         * sysdeps/unix/sysv/linux/sh/pread.c: New file.
2027         * sysdeps/unix/sysv/linux/sh/pread64.c: New file.
2028         * sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
2029         * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
2031 2003-02-19  Jiro Sekiba  <jir@yamato.ibm.com>
2033         * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
2035 2003-02-16  Roland McGrath  <roland@redhat.com>
2037         * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
2039 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
2041         * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
2042         decimal input digits.
2043         * stdlib/tst-strtod.c (main): Add test for strtof bug.
2045 2003-02-18  Ulrich Drepper  <drepper@redhat.com>
2047         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
2048         invalid file descriptors and missing access permissions.
2050 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
2052         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
2053         been found.
2055         * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
2056         TTY_NAME_MAX and not the _POSIX_* minimal value macros.
2057         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
2058         and LOGIN_NAME_MAX.
2060 2003-02-17  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
2061             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2063         * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
2064         * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
2065         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2066         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2067         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2069 2003-02-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2071         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete.
2072         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete.
2073         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete.
2074         * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete.
2075         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete.
2076         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete.
2078         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file...
2079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here.
2080         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file...
2081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
2083         * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL.
2084         * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise.
2085         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete.
2086         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
2088 2003-02-14  Thorsten Kukuk  <kukuk@suse.de>
2090         * nss/getent.c (print_hosts): Print all IP addresses of one host.
2092 2003-02-15  Roland McGrath  <roland@frob.com>
2094         * sysdeps/mach/hurd/tls.h: New file.
2095         * sysdeps/mach/hurd/i386/tls.h: New file.
2097         * mach/errsystems.awk: Include <errno.h> in generated output.
2099         * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
2100         use target mach-before-compile instead of generated.
2101         (mach-before-compile): New target.
2102         * Makerules: Disable use of tls.make if $(generating) is set.
2103         * mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
2104         * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
2105         mach-shortcuts.h so mach/ generation happens before hurd/.
2107 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
2109         * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
2110         of demorm correctly if low word is zero.
2111         Reported by Fred J. Tydeman <tydeman@tybor.com>.
2112         * math/libm-test.inc (nextafter_test): New test, but disabled due
2113         to gcc bug.
2115         * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
2116         counter and only call __exit_thread if this is not the last thread.
2118 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
2120         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add instead of
2121         subtracting map->l_tls_offset.
2123 2003-02-12  Ulrich Drepper  <drepper@redhat.com>
2125         * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and
2126         _CS_GNU_LIBPTHREAD_VERSION.
2127         * posix/conststr.c: Handle these new values.
2128         * posix/getconf.c: Likewise.
2130         * sysdeps/mips/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix
2131         masking of version index.
2132         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
2134 2003-02-11  Ulrich Drepper  <drepper@redhat.com>
2136         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Compute alignment
2137         correctly.  Reported by Thorsten Kukuk.
2139 2003-02-10  Ulrich Drepper  <drepper@redhat.com>
2141         * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and
2142         _BSD_SOURCE to compiler.
2143         * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings.
2144         Patches by Alan Modra.
2146 2003-02-08  Ulrich Drepper  <drepper@redhat.com>
2148         * io/ftwtest.c: Get current working directory before and after the
2149         nftw call and make sure they match.
2151 2003-02-08  Jim Meyering  <jim@meyering.net>
2153         * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
2154         the current directory, not just when DIR contains a slash.
2155         Reported by Manoj Srivastava.
2157 2003-02-07  Jim Meyering  <jim@meyering.net>
2159         * io/ftw.c: Add autoconf-recommended block of alloca-related code.
2160         Include autoconf-recommended block of dirent/NAMELEN-related
2161         definitions and includes.  Use NAMELEN throughout, rather than
2162         _D_EXACT_NAMLEN.
2163         [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
2164         [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.
2165         (stpcpy): Declare, if necessary.
2166         (mempcpy): Define, if necessary.
2167         [!_LIBC] (__stpcpy, __mempcpy): Define.
2168         [!_LIBC] (LXSTAT, XSTAT): Define.
2169         (lstat) [!LIBC && !LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.
2170         (find_object): Don't use c99-style struct initializer.
2171         Tweak wording in a couple comments.
2173 2003-02-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2175         * elf/tls-macros.h: Add non-PIC TLS macros and fix clobber list
2176         for SH.
2177         * sysdeps/unix/sysv/linux/sh/brk.c: Add SYSCALL_INST_PAD
2178         after the trapa instruction.
2179         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Add additional
2180         parameters.
2181         * sysdeps/unix/sysv/linux/sh/sh4/sysdep.h: New file.
2182         (NEED_SYSCALL_INST_PAD): Define.
2183         * sysdeps/unix/sysv/linux/sh/sys/user.h (start_thread): Undef to
2184         avoid to use definition for the kernel.
2185         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2186         Save and restore the frame pointer.
2187         (SYSCALL_INST_PAD): Define.
2188         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
2189         (INTERNAL_SYSCALL): Make use of ERR parameter. Add SYSCALL_INST_PAD
2190         after trapa instruction.
2191         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
2192         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
2194 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
2196         * resolv/res_libc.c (_res): Ensure _res is not common symbol,
2197         so that it can have aliases.
2198         * inet/herrno.c (h_errno): Put it into .bss not .data section.
2200 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
2202         * elf/dl-runtime.c (fixup): Correct typo in version index computation.
2203         (profile_fixup): Likewise.
2204         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
2206 2002-11-24  Robert Love  <rml@tech9.net>
2208         * posix/sched.h: Second parameter of sched_setaffinity and
2209         sched_getaffinity is `unsigned int', not `unsigned long'.
2210         * sysdeps/generic/sched_setaffinity.c: Likewise.
2211         * sysdeps/generic/sched_getaffinity.c: Likewise.
2213 2003-02-05  Ulrich Drepper  <drepper@redhat.com>
2215         * debug/catchsegv.sh: Fix typo in error messsage.
2216         Reported by John Levon <levon@movementarian.org>.
2218         * sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
2219         * sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
2220         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2221         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2223         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2224         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2226         * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
2227         Patch by Moritz Schulte <moritz@duesseldorf.ccc.de>.
2229 2003-02-05  Jim Meyering  <jim@meyering.net>
2231         Fix a heap-corrupting bug.
2232         * io/ftw.c: Include <limits.h>.
2233         (PATH_MAX) [!defined PATH_MAX]: Define to 1024.
2234         (process_entry): Allocate enough space to hold the resulting
2235         file name.  Don't presume that 2*dirbufsize is enough.
2236         (ftw_startup): Always use PATH_MAX to compute buffer size, now that
2237         it is guaranteed to be defined.
2239 2003-02-04  Ulrich Drepper  <drepper@redhat.com>
2241         * iconvdata/Makefile: Add rules to build and run bug-iconv3.
2242         * iconvdata/bug-iconv3.c: New file.
2244 2003-02-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2246         * sysdeps/unix/sysv/linux/s390/system.c: New file.
2248 2003-02-03  Jakub Jelinek  <jakub@redhat.com>
2250         * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
2251         check.
2252         * config.h.in (BROKEN_SPARC_WDISP22): Add.
2254 2003-02-03  Ulrich Drepper  <drepper@redhat.com>
2256         * sysdeps/i386/i686/memmove.S: New file.
2258 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
2261         Include kernel-features.h
2262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2267 2003-02-02  Jakub Jelinek  <jakub@redhat.com>
2269         * elf/tls-macros.h [sparc] (TLS_LD, TLS_GD): Add "cc" clobbers.
2271 2003-01-25  Jim Meyering  <jim@meyering.net>
2273         * io/ftw.c (object_compare): Compare inode numbers before device
2274         numbers, since the former are much more likely to differ.
2276 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
2278         * time/tzfile.c (__tzfile_compute): Change return value type to
2279         void.  Adjust return statements.
2280         * include/time.h (__tzfile_compute): Adjust prototype.
2282 2003-02-01  Jim Meyering  <jim@meyering.net>
2284         * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
2285         always returns 1.
2287 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2290         [!__ASSUME_NEW_PRCTL_SYSCALL]: Noop prctl syscall and set ENOSYS.
2292 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
2295         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Generate ENOSYS stub.
2296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2297         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2299         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2301         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2303 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2305         * sysdeps/unix/sysv/linux/configure.in: Change arch_minimum_kernel
2306         back to 2.4.19 for powerpc64.
2307         * sysdeps/unix/sysv/linux/kernel-features.h
2308         (__ASSUME_NEW_PRCTL_SYSCALL): Define for powerpc64.
2309         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Define for powerpc64.
2311 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
2313         * wcsmbs/wcscpy.c (wcscpy): Add alternative implementation for
2314         platforms with strange alignment requirements on wchar_t.
2316 2003-01-31  Andreas Schwab  <schwab@suse.de>
2318         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove __GI_*
2319         aliases, already added by make-syscalls.sh.
2320         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2321         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2322         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2323         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2324         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2325         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2326         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2327         * sysdeps/unix/inet/syscalls.list: Likewise.
2328         * sysdeps/unix/syscalls.list: Likewise.
2330 2003-01-31  Andreas Schwab  <schwab@suse.de>
2332         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Don't define, not needed
2333         any more.
2335 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2337         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Use lg,
2338         not l to load tls from stack.
2340 2003-01-30  Roland McGrath  <roland@redhat.com>
2342         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Move check for
2343         null argument before all else.
2344         Reported by Martin Schwidefsky <schwidefsky@de.ibm.com>.
2346 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2348         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel):
2349         Move to RESOLVE protected part of the header.
2350         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel):
2351         Likewise.
2353 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
2355         * stdio-common/Makefile (tests): Add bug15.
2356         (bug15-ENV): Define.
2357         * stdio-common/bug15.c: New file.
2359 2002-10-07  Wolfram Gloger  <wg@malloc.de>
2361         * malloc/malloc.c (sYSMALLOc): Only check for breakage due
2362         to foreign sbrk()'s if arena is contiguous.  Bug report from
2363         Bruno Haible <bruno@clisp.org>.
2365 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2367         * sysdeps/s390/libc-tls.c: Include stdlib.h.
2369 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2371         * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
2372         ps.__count.
2374 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
2376         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Fix storing and
2377         restoring of %r6.
2378         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.  Use
2379         64-bit load.
2380         Patch by Martin Schwidefsky  <schwidefsky@de.ibm.com>.
2382 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2384         * elf/dl-reloc.c (CHECK_STATIC_TLS): Move _dl_signal_error...
2385         (allocate_static_tls): ...here.  Add __attribute_noinline__.
2386         Don't return on failure.
2387         (_dl_reloc_bad_type): Add __attribute_noinline__.
2388         * elf/do-rel.h (elf_dynamic_do_rel): Add
2389         __attribute__((always_inline)).
2390         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
2391         elf_machine_rel_relative, elf_machine_rela_relative,
2392         elf_machine_lazy_rel): Add prototypes with
2393         __attribute__((always_inline)).
2395 2003-01-29  David Mosberger  <davidm@hpl.hp.com>
2397         * elf/dl-support.c (_dl_aux_init): Handle AT_SYSINFO.
2399 2003-01-29  Roland McGrath  <roland@redhat.com>
2401         * configure.in: Barf if configured in $srcdir.
2403 2003-01-28  Steven Munroe  <sjmunroe@us.ibm.com>
2405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2406         (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
2408 2003-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2410         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Reorder additional
2411         clone parameters to match the order used on ia32.
2412         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2414 2003-01-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2416         * elf/elf.h: Add new s390 relocs.
2417         * elf/tls-macros.h: Add s390 versions.
2418         * sysdeps/s390/Versions [GLIBC_2.3] (ld): Export __tls_get_offset.
2419         * sysdeps/s390/dl-tls.h: New file.
2420         * sysdeps/s390/libc-tls.c: New file.
2421         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class): Add TLS
2422         relocs for class PLT.
2423         (elf_machine_rela): Handle TLS relocs.
2424         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2425         * sysdeps/s390/s390-32/elf/configure.in: Add TLS check.
2426         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
2427         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Add support for
2428         CLONE_CHILD_*TID flags.
2429         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2430         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Use branch with 32
2431         bit offset.
2432         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2433         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
2434         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S (__syscall_error):
2435         Support USE___THREAD. Define RTLD_PRIVATE_ERRNO variant.
2436         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S (__syscall_error):
2437         Likewise.
2438         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
2439         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER.
2440         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
2441         variants.
2442         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
2443         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER. Use
2444         direct branch to syscall_error for !PIC and PIC && !_LIBC_REENTRANT.
2445         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
2446         variants.
2448 2003-01-28  Ulrich Drepper  <drepper@redhat.com>
2450         * sysdeps/unix/common/pause.c (do_pause): New function.  Split
2451         from __libc_pause.  Implement using sigsuspend.
2452         (__libc_pause): Call do_pause to do the real work.
2454         * sysdeps/posix/sigpause.c (do_sigpause): Check range of
2455         sig_or_mask parameter is is_sig != 0.
2457 2003-01-21  Philip Blundell  <philb@gnu.org>
2459         * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
2461 2003-01-27  Steven Munroe  <sjmunroe@us.ibm.com>
2463         * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
2465 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
2467         * stdio-common/bug14.c: Use official name for the locale.
2469         * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
2470         instead of __libc_cleanup_region_start and _IO_cleanup_region_end
2471         instead of __libc_cleanup_region_end.
2473         * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
2474         as first parameter to __libc_cleanup_region_start.
2476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2477         (__fe_nomask_env): Use __prctl not prctl.
2478         * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
2479         prctl syscall.
2481         * elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message.
2483         * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
2485         * elf/dl-reloc.c (allocate_static_tls): Avoid arithmetic
2486         wrap-around in test.
2488 2003-01-26  Andreas Schwab  <schwab@suse.de>
2490         * sysdeps/wordsize-32/divdi3.c: Export the functions only as
2491         compatibility symbols.  Remove INTDEF for __divdi3.
2492         * sysdeps/wordsize-32/lldiv.c: Don't use __divdi3_internal.
2493         * sysdeps/powerpc/powerpc32/divdi3.c: Remove.
2494         * sysdeps/powerpc/powerpc32/Makefile (CPPFLAGS-divdi3.c): Don't
2495         define.
2496         * sysdeps/powerpc/powerpc32/Dist: Remove divdi3.c.
2498 2003-01-24  Jakub Jelinek  <jakub@redhat.com>
2500         * elf/tls-macros.h: Add SPARC 32-bit definitions.
2501         * sysdeps/sparc/sparc32/elf/configure.in: Add TLS check.
2502         * sysdeps/sparc/sparc32/dl-machine.h: Add dl_machine_h guards
2503         for the first half of the header.  Include tls.h.
2504         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS
2505         relocs too.
2506         (elf_machine_rela): Handle TLS relocs.
2507         * sysdeps/sparc/dl-tls.h: New file.
2509         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Add cancellation
2510         support.
2512         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Use %g6 instead of %g7.
2513         * sysdeps/sparc/sparc32/memchr.S: Likewise.
2514         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
2515         * sysdeps/sparc/sparc32/strcat.S: Likewise.
2516         * sysdeps/sparc/sparc32/strchr.S: Likewise.
2517         * sysdeps/sparc/sparc32/strcmp.S: Likewise.
2518         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
2519         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
2520         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2521         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
2522         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2523         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
2524         * sysdeps/sparc/sparc64/strcat.S: Likewise.
2525         * sysdeps/sparc/sparc64/strchr.S: Likewise.
2526         * sysdeps/sparc/sparc64/strcmp.S: Likewise.
2527         * sysdeps/sparc/sparc64/strcpy.S: Likewise.
2528         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
2529         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
2530         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2531         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2533 2003-01-24  Andreas Schwab  <schwab@suse.de>
2535         * elf/dl-close.c (_dl_close): Don't relocate DT_FINI_ARRAY
2536         elements, and process them backwards.
2537         * elf/Makefile ($(objpfx)tst-array4): New target.
2538         ($(objpfx)tst-array4.out): Likewise.
2539         (tests) [$(have-initfini-array) = yes]: Add tst-array4.
2540         * elf/tst-array4.c: New file.
2541         * elf/tst-array4.exp: Likewise.
2543 2003-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: New file.
2547 2003-01-27  Guido Guenther  <agx@sigxcpu.org>
2549         * sysdeps/unix/sysv/linux/mips/sysdep.h (SYSCALL_ERROR_LABEL): Define.
2550         * sysdeps/unix/sysv/linux/mips/pread.c: Add support for
2551         cancellation handling and handle both __NR_pread64 and __NR_pread.
2552         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2553         * sysdeps/unix/sysv/linux/mips/pwrite.c: Add support for
2554         cancellation handling and handle both __NR_pwrite64 and __NR_pwrite.
2555         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2556         * sysdeps/unix/mips/sysdep.S: Don't set errno in the _LIBC_REENTRANT
2557         case, use register names consistently.
2559 2003-01-27  Wolfram Gloger  <wg@malloc.de>
2561         * malloc/hooks.c (mem2chunk_check): Check alignment of mem
2562         pointer, not of the computed chunk.  Bug report from Carlos
2563         O'Donell <carlos@baldric.uwo.ca>.
2565 2003-01-25  Andreas Schwab  <schwab@suse.de>
2567         * sysdeps/m68k/dl-machine.h (_dl_start_user): Use pc-relative
2568         addressing to save GOT entries.
2570 2003-01-21  Jakub Jelinek  <jakub@redhat.com>
2572         * sysdeps/unix/alpha/sysdep.h (inline_syscall0,
2573         inline_syscall1, inline_syscall2, inline_syscall3,
2574         inline_syscall4, inline_syscall5, inline_syscall6): Add __volatile__.
2575         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INTERNAL_SYSCALL): Add
2576         __attribute__((unused)) to ChEcK.
2578 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2580         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
2581         Fix inline assembler constraints.
2582         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
2583         Likewise.
2585         * sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
2586         -fPIC.
2588 2003-01-20  Segher Boessenkool  <segher@koffie.nl>
2590         * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
2591         compute the cosine, not the sine, even if x > 0.8.
2593 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
2595         * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of
2596         _nss_nis_setspent.  Work around the different prototypes.
2597         * nis/nss_nis/nis-rpc.c (internal_nis_setrpcent): Use
2598         internal_nis_endrpcent.
2599         (internal_nis_endrpcent): Change return type to void.  Change callers.
2600         * nis/nss_nis/nis-pwd.c: Make _nss_nis_endpwent an alias of
2601         _nss_nis_setpwent.  Work around the different prototypes.
2602         * nis/nss_nis/nis-proto.c (_nss_nis_endprotoent): Split out body
2603         of the function to...
2604         (internal_nis_endprotoent): ... here.  New function.
2605         (internal_nis_setprotoent): Use internal_nis_endprotoent.
2606         * nis/nss_nis/nis-network.c: Make _nss_nis_endnetent an alias of
2607         _nss_nis_setnetent.  Work around the different prototypes.
2608         * nis/nss_nis/nis-netgrp.c (_nss_nis_endnetgrent): Split out body
2609         of the function to...
2610         (internal_nis_endnetgrent): ... here.  New function.
2611         (_nss_nis_setnetgrent): Use internal_nis_endnetgrent.
2613 2003-01-19  Jim Meyering  <jim@meyering.net>
2615         * time/strftime.c: (widen): Merge nearly-identical definitions.
2616         (nl_get_alt_digit) [! defined my_strftime]: Define.
2617         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
2618         _nl_get_alt_digit and _nl_get_walt_digit.
2620 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
2622         * time/strftime.c (my_strftime): Handle very large width
2623         specifications for numeric values correctly.  Improve checks for
2624         overflow.
2625         * time/Makefile (tests): Add tst-strftime.
2626         * time/tst-strftime.c: New file.
2628 2003-01-18  Ulrich Drepper  <drepper@redhat.com>
2630         * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
2631         _nss_nis_sethostent.  Work around the different prototypes.
2632         * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
2633         _nss_nis_setgrent.  Work around the different prototypes.
2634         * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
2635         function.  Split out from _nss_nis_endetherent.
2636         (internal_nis_setetherent): Use internal_nis_endetherent instead of
2637         duplicating the code.
2638         * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
2639         of _nss_nis_setaliasent.
2640         * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
2641         internal_nis_endservent code, don't duplicate it.
2643         * inet/rexec.c (rexec_af): Protect socket operations with
2644         TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
2645         * inet/rcmd.c (rcmd_af): Likewise.
2647 2003-01-17  Roland McGrath  <roland@redhat.com>
2649         * math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]:
2650         Add test of value 0.80190127184058835.
2652         * elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
2654 2003-01-17  Richard Henderson  <rth@redhat.com>
2656         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
2657         relocs for class PLT.
2658         * sysdeps/alpha/libc-tls.c: New file.
2659         * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
2660         (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
2662 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
2664         * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
2665         __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
2666         on _dl_static_lock.
2668 2003-01-17  Andreas Jaeger  <aj@suse.de>
2670         * stdio-common/bug14.c: Include stdlib.h for exit prototype.
2672 2003-01-16  Steven Munroe  <sjmunroe@us.ibm.com>
2674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: New file.
2675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: New file.
2676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: New file.
2677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: New file.
2678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: New file.
2679         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
2680         * sysdeps/unix/sysv/linux/configure.in: Minimum kernel for PPC64
2681         is 2.4.21.
2683 2003-01-16  Ulrich Drepper  <drepper@redhat.com>
2685         * sysdeps/generic/glob.c (glob): Assume sysconf() always returns
2686         values != -1 for _LIBC.  Use extend_alloca to reallocate alloca'ed
2687         buffers.
2689         * sysdeps/generic/sysconf.c: Unconditionally implement
2690         _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX.
2691         * sysdeps/posix/sysconf.c: Likewise.
2693 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
2695         * posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
2696         set *err to the returned error, not to REG_ESPACE unconditionally.
2697         (build_word_op): Likewise.
2698         * posix/Makefile (tests): Add bug-regex16.
2699         * posix/bug-regex16.c: New test.
2701 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
2703         * elf/dl-load.c (_dl_map_object_from_fd): Use
2704         GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
2705         been already initialized.
2707 2003-01-15  Dmitry V. Levin  <ldv@altlinux.org>
2709         * sysdeps/unix/sysv/linux/ptsname.c: Fix typo in comment.
2711 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
2713         * posix/regcomp.c (re_compile_internal): If clearing buffer, clear
2714         allocated too.  Reported by Al Viro <aviro@redhat.com>.
2716 2003-01-16  Roland McGrath  <roland@redhat.com>
2718         Tweak merged .abilist file format to merge duplicate symbols in
2719         different sets into multi-version stanzas with new "| SET regexp..."
2720         header continuation lines.
2721         * scripts/merge-abilist.awk: Rewritten for new format.
2722         * scripts/extract-abilist.awk: Likewise.
2724 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
2726         * nscd/connections.c (nscd_run): Remove bogus return which isn't
2727         necessary with gcc 3.2+.
2728         (nscd_init): Don't use error() to print message, use dbg_log.
2730         * iconv/gconv_simple.c (STORE_REST): Explicitly store the total
2731         expected size into state.
2732         (UNPACK_BYTES): Do the reverse.
2733         * iconv/loop.c: Use CLEAR_STATE if defined to clear __state element.
2734         * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug.
2735         Reported by Al Viro <aviro@redhat.com>.
2737         * stdio-common/Makefile (tests): Add bug14.
2738         * stdio-common/bug14.c: New file.
2740         * stdio-common/vfscanf.c: When recognizing multibyte characters in
2741         string reset the byte counter after mbrtowc reported it is not a
2742         partial character.  Reported by Al Viro <aviro@redhat.com>.
2744 2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
2746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
2747         sysdep-cancel.h, not sysdep.h.
2749 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
2751         * nscd/connections.c (nscd_run): Protect accept call with
2752         TEMP_FAILURE_RETRY.
2754 2003-01-15  Andreas Schwab  <schwab@suse.de>
2756         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
2757         (common-generated): Add s-proto-bp.d.
2758         * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
2759         of bp thunks.
2760         * sysdeps/unix/s-proto-bp.S: New file.
2761         * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
2762         Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
2763         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
2765 2003-01-15  Roland McGrath  <roland@redhat.com>
2767         * Makerules: Use -include for tls.make, suppresses warning.
2768         Move gen-as-const-headers rules up so before-compile is set in time.
2769         (sed-remove-dotdot): Fix to work right for subdirs or top dir.
2771 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
2773         * nscd/nscd.c (main): Make code to close all file descriptors
2774         faster and more robust.
2776         * nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
2777         request with one writev call.  Protect all read calls with
2778         TEMP_FAILURE_RETRY.
2779         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2780         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
2782         * nscd/hstcache.c: Use extend_alloca to reallocate alloca'd buffer.
2783         Protect writev calls with TEMP_FAILURE_RETRY.
2784         * nscd/grpcache.c: Likewise.
2785         * nscd/pwdcache.c: Likewise.
2787         * nscd/hstcache.c (addhstbynamev6): Don't interpret hostname as
2788         IPv6 address in debug output.
2790 2003-01-14  Roland McGrath  <roland@redhat.com>
2792         * Makerules (check-abi-%): Use two rules for $(common-objpfx) and
2793         $(objpfx) directories, and get rid of vpath directives.  The previous
2794         arrangement resulted in files being written to the source directories
2795         when run in a clean build.  Find all .abilist files in $(..)abilist/.
2796         (update-abi-%): Likewise.
2797         (generated): Don't add .symlist files, they'll be intermediates.
2799         * sysdeps/generic/init-first.c: Add a comment.
2801         * elf/Makefile ($(objpfx)ld.so): Pass -z defs in link.
2803         * scripts/gen-as-const.awk: Grok lone "--" as a separator between
2804         #includes and expressions.
2806         * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged
2807         config list when it already contains cpu-.*-os.* without / part.
2809         * Makerules (sed-remove-dotdot): New variable.
2810         ($(common-objpfx)%.make): Use it.  Depend on $(before-compile).
2811         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.
2812         (check-abi-config): New variable, append /tls or /notls to the tuple.
2813         (check-abi-%): Use that for -v config value.
2814         Find .abilist files in abilist/libfoo.abilist, not in subdir.
2815         * Rules: Move bits/stdio_lim.h generation rules to Makerules.
2817 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
2819         * manual/install.texi: Correct description of header preparation for
2820         Linux build.  Patch by mhwood@Ameritech.Net [PR libc/4941].
2822 2003-01-14  Guido Guenther  <agx@sigxcpu.org>
2824         * sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
2825         INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
2826         INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.
2828 2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
2830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2831         (INTERNAL_SYSCALL): Make use of ERR parameter.
2832         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
2833         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
2834         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
2835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
2837 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
2839         * sunrpc/pm_getport.c (pmap_getport): Open TCP socket if protocol
2840         == IPPROTO_TCP.
2841         Patch by James Strandboge <jamie@tpptraining.com> [PR libc/4943].
2843         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
2844         Fix entry for bit 31.
2846         * iconvdata/Makefile: Add rules to build IBM866NAV.
2847         * iconvdata/ibm866nav.c: New file.
2848         * iconvdata/tst-tables.sh: Add IBM866NAV.
2849         * iconvdata/gconv-modules: Add entries for IBM866NAV.
2851 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
2853         * string/tester.c (test_strcpy): Use the previously #if 0'ed code
2854         to test void* parameters.
2856         * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast
2857         source pointer before dereferencing.
2858         (__STRING_SMALLL_GET32): Likewise.
2859         (__memset_gc): Add missing parenthesis around macro arguments.
2860         Patch by Denis Zaitsev <zzz@cd-club.ru>.
2862         * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler
2863         that %eax is modified.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
2865 2003-01-14  Jakub Jelinek  <jakub@redhat.com>
2867         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
2868         defining.
2870 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2872         * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
2873         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
2874         here.
2875         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
2877 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2879         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
2880         from here...
2881         (PSEUDO): ... to here.
2882         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
2883         from here...
2884         (PSEUDO): ... to here.
2886 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
2888         * locale/programs/charmap-dir.c (charmap_readdir): Use struct
2889         dirent64 instead of struct dirent for dirent.  Call readdir64
2890         instead of readdir.
2892         * locale/programs/locfile.c (siblings_uncached): Use struct
2893         dirent64 instead of struct dirent for other_dentry.  Call
2894         readdir64 instead of readdir.
2896         * elf/ldconfig.c (direntry): Change type to struct dirent64.
2897         (search_dir): Use readdir64 instead of readdir.
2898         Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
2900 2003-01-12  Roland McGrath  <roland@redhat.com>
2902         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
2903         not strtol.  The former is usable in ld.so, the latter not.
2905         * include/fcntl.h: Declare __libc_creat.
2907         * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs,
2908         libhurduser-link.so-no-z-defs): New variables.
2910         * malloc/malloc.c: Revert last change.
2911         * malloc/malloc.h (_int_*): Move these decls to ...
2912         * include/malloc.h: ... here.  Add attribute_hidden.
2913         (_int_valloc): Declare it too.
2915 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
2917         * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
2918         search for removed searchlist.  Reported by Roland McGrath.
2920         * io/ftwtest-sh: Add test for case of symlink to nonexisting file
2921         given as start file.
2923         * io/ftw.c (ftw_startup): Use correct name in check for symlink
2924         without existing target.  Patch by Jim Meyering.
2926         * Makerules (build-shlib-helper): Don't use -z defs linker option
2927         if no-z-defs is defined either.
2929 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2931         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
2932         file.
2934 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2936         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
2937         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2939 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
2941         * io/ftwtest-sh: Add test case for relative path with /. at the end.
2943 2003-01-12  Jim Meyering  <jim@meyering.net>
2945         * io/ftw.c (ftw_startup): When trying to stat the starting directory,
2946         use the basename if we've already chdir'd into its parent directory.
2948 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
2950         * io/ftw.c (process_entry): Use relative path when using chdir()
2951         to change directory after call to ftw_dir.
2952         * io/ftwtest-sh: Add test for relative path argument to nftw()
2953         with FTW_CHDIR option.
2955 2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2957         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
2958         Define for powerpc.
2959         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
2960         into account.
2961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2962         (INTERNAL_SYSCALL): Make use of ERR parameter.
2963         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
2964         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
2965         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
2966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
2968 2002-01-09  Richard Henderson  <rth@redhat.com>
2970         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
2971         DTPREL64 and TPREL64 without loadbase applied.
2973 2002-01-09  Richard Henderson  <rth@redhat.com>
2975         * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
2976         for NOT_IN_libc.
2978         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
2979         * sysdeps/unix/alpha/sysdep.h: ... here.
2980         (PSEUDO_LOADGP): Remove.
2981         (PSEUDO_PROLOGUE): Load GP in non-pic case.
2982         (SYSCALL_ERROR_LABEL): New.
2983         (PSEUDO): Use it in error branch.
2984         (PSEUDO_END): Add $syscall_error label.
2986 2003-01-12  Andreas Jaeger  <aj@suse.de>
2988         * math/bits/mathcalls.h: Round is a const function.
2990 2003-01-11  Jim Meyering  <jim@meyering.net>
2992         * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
2993         [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
2994         Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
2995         [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
2996         [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
2997         [!_LIBC] (internal_function, dirent64, MAX): Define.
2998         (__set_errno): Define if not already defined.
2999         (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
3000         the basename, not the entire file name.
3001         (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
3002         the basename, not the entire file name.
3004 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3006         * string/tester.c (test_strcpy): Disable last added strcpy until
3007         it is fixed.
3009 2003-01-11  Philip Blundell  <philb@gnu.org>
3011         * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
3013 2003-01-11  Andreas Schwab  <schwab@suse.de>
3015         * Makerules: Add vpath for %.dynsym and %.so so that the
3016         implicit rule chaining for check-abi works.
3018 2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3020         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3021         Add non-PIC case.
3023 2003-01-11  Jakub Jelinek  <jakub@redhat.com>
3025         * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
3026         [__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
3027         gp is used early.
3028         [__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
3029         * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
3030         Ensure libc.so in DT_NEEDED.
3031         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
3032         CHECK_STATIC_TLS before l_tls_offset use.
3033         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
3034         Likewise.
3035         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3036         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
3037         Allocate TLS_PRE_TCB_SIZE bytes below result.
3038         (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
3039         * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
3040         TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
3041         segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
3042         bytes below result and add tcb_offset to memsz.
3043         * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
3044         * sysdeps/ia64/dl-machine.h: Include tls.h.
3045         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
3046         too.
3047         (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
3048         Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
3049         * sysdeps/ia64/libc-tls.c: New file.
3051 2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
3053         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
3054         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
3055         Fix type.  Move definition out of #if.
3056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
3057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
3058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
3059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
3060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
3061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
3062         support.
3063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
3064         ftruncate64, pread64, pwrite64, truncate64 entries.
3065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3066         (INLINE_SYSCALL): New version that supports function call like
3067         syscalls.  Add __builtin_expect.
3068         (LOADARGS_n): Add argument size safety checks.
3069         (INTERNAL_SYSCALL): New Macro.
3070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
3071         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
3072         redefinition of elf_fpreg_t and elf_fpregset_t.
3074 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3076         * elf/dl-close.c (_dl_close): Add several asserts.  Correct and
3077         simplify test for unloading.  If loader of a DSO is unloaded do not
3078         use its scope anymore.  Fall back to own scope and adjust opencounts.
3079         Fix several comments.
3080         * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
3081         the l_searchlist, not only for l_initfini.
3083         * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
3084         dependencies if objects cannot be removed.  Remove object with the
3085         definition as not unloadable if necessary.
3087         * elf/reldep6.c: Create relocation dependency before closing the first
3088         module.
3090 2003-01-10  Guido Günther  <agx@sigxcpu.org>
3092         * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
3093         * sysdeps/unix/mips/brk.S: Likewise.
3094         * sysdeps/unix/mips/pipe.S: Likewise.
3096 2003-01-10  Andreas Schwab  <schwab@suse.de>
3098         * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
3100         * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
3101         are known to have the vfork syscall.
3103         * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
3105         * sysdeps/unix/sysv/linux/kernel-features.h
3106         (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
3107         (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
3108         (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
3110 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3112         * elf/Makefile: Add rules to build and run reldep9 test.
3113         * elf/reldep9.c: New file.
3114         * elf/reldep9mod1.c: New file.
3115         * elf/reldep9mod2.c: New file.
3116         * elf/reldep9mod3.c: New file.
3118 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3120         * elf/Makefile: Add rules to build and run nodelete2 test.
3121         * elf/nodelete2.c: New file.
3122         * elf/nodel2mod1.c: New file.
3123         * elf/nodel2mod2.c: New file.
3124         * elf/nodel2mod3.c: New file.
3126 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3128         * posix/test-vfork.c (noop): Add __attribute_noinline__.
3129         * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
3130         * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
3131         defining it.
3132         * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
3133         * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
3134         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
3135         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
3136         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
3138 2003-01-09  Andreas Schwab  <schwab@suse.de>
3140         * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
3142 2003-01-08  Ulrich Drepper  <drepper@redhat.com>
3144         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
3145         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
3146         argument.
3147         (INTERNAL_SYSCALL_DECL): Define.
3149 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3151         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
3152         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
3153         argument.
3154         (INTERNAL_SYSCALL_DECL): Define.
3155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3156         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
3157         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3158         (INLINE_SYSCALL): Adjust.
3159         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3160         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3161         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3162         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3163         * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
3164         add err argument to INTERNAL_SYSCALL* macros.
3165         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
3166         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
3167         * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
3168         * sysdeps/unix/sysv/linux/m68k/getpagesize.c  (__getpagesize):
3169         Likewise.
3170         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
3171         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
3172         INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
3174 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
3176         Unify symbols in user namespace exported by libc.so and libc.a.
3177         * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
3178         argp_fmtstream_free, and argp_fmtstream_printf.
3179         * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
3180         argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
3181         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
3182         argp_fmtstream_point.
3183         * gmon/gmon.c: Don't define write_profiling.
3184         * libio/genops.c: Don't define _cleanup.
3186         * intl/explodename.c (_nl_find_language.c): Mark as static.
3187         * intl/loadinfo.h: Remove _nl_find_language prototype.
3189         * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
3190         * libio/libioP.h: Remove declaration.
3192         * libio/iopopen.c (_IO_proc_jumps): Mark as static.
3193         * libio/libioP.h: Remove declaration.
3195         * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
3196         * sysdeps/generic/framestate.c: Define STATIC before including
3197         unwind-dw2.c.
3199         * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
3201 2003-01-06  Philip Blundell  <philb@gnu.org>
3203         * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
3204         [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
3206         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
3207         directive.
3208         (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
3209         (SYSCALL_ERROR): New.
3210         (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
3211         handling code.
3212         (INTERNAL_SYSCALL): Define.
3213         (INLINE_SYSCALL): Use it.
3214         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
3215         * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
3216         SYSCALL_ERROR in place of __syscall_error.
3218 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3220         * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
3221         __bswap_32, __bswap_64): Put x into temporary variable
3222         to avoid warnings.
3223         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
3224         (inline) functions.
3225         * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
3226         __bswap_32, __bswap_64): Put x into temporary variable
3227         to avoid warnings.
3228         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
3229         (inline) functions.
3230         * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
3231         Likewise.
3233 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3235         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
3236         alias.
3238 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3240         * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
3241         * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
3243 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
3245         * math/libm-test.inc (significand_test): New function.
3246         (main): Call it.
3248 2003-01-06  Roland McGrath  <roland@redhat.com>
3250         * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
3251         arguments.
3252         (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
3253         (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
3254         (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
3256         * string/tester.c (test_strcpy): Add test with `void *' arguments.
3258 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
3260         * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
3261         return significand and not the exponent.
3262         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3264         * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
3265         taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
3267         * malloc/malloc.c: Mark all _int_* functions as static.
3269 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3271         * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
3272         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
3273         handling.
3274         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
3276 2003-01-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3278         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
3279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
3280         support.
3281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
3282         ftruncate64, truncate64, pread64 and pwrite64 entries.
3283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3284         (INLINE_SYSCALL): Add __builtin_expect.
3285         (LOADARGS_n): Add argument size safety checks.
3286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
3287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
3288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
3289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
3290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
3291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
3293 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3295         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
3296         * sysdeps/generic/creat.c: Include sysdep-cancel.h.
3297         (LIBC_CANCEL_HANDLED): Add.
3299         * sysdeps/unix/sysv/linux/alpha/sysdep.h
3300         (inline_syscall_r0_constraint): Rename to...
3301         (inline_syscall_r0_out_constraint): ... this.  Add =.
3302         (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
3304 2003-01-06  Andreas Schwab  <schwab@suse.de>
3306         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
3307         sure this is always inlined.
3308         (elf_machine_rela): Likewise.
3310         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
3312 2003-01-04  Roland McGrath  <roland@redhat.com>
3314         * Makeconfig (+mkdep): Add -MP flag.
3315         Suggested by Art Haas <ahaas@airmail.net>.
3317 2003-01-05  Andreas Schwab  <schwab@suse.de>
3319         * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
3321 2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3323         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
3324         SYSCALL_ERROR_HANDLER.
3325         * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
3326         * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
3327         Add support for cancellation handling.
3328         * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
3329         SYSCALL_ERROR_HANDLER.
3330         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
3331         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
3332         Add support for cancellation handling.
3333         (SYSCALL_ERROR_HANDLER): Define PIC variants.
3335 2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
3338         __syscall_pread64 and __syscall_pwrite64 cancelable.
3339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3340         (INTERNAL_SYSCALL): New macro.
3341         (LOADARGS_0, LOADARGS_1): Fix.
3343 2003-01-05  Ulrich Drepper  <drepper@redhat.com>
3345         * Makerules (build-shlip-helper): Unless told otherwise, add
3346         -Wl,-z,defs to linker command line.
3347         * rt/Makefile (librt.so): Link with ld.so.
3348         * dlfcn/Makefile (libdl.so): Likewise.
3350 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
3352         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
3353         cancellation handling.
3354         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3355         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
3357 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
3359         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
3360         order of parameters passed to kill.
3362 2003-01-04  Andreas Schwab  <schwab@suse.de>
3364         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
3366 2002-01-03  Paul Eggert  <eggert@twinsun.com>
3368         * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
3369         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
3370         when compiling Bison 1.875's `bitset bset = obstack_alloc
3371         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
3373 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
3375         * sysdeps/posix/system.c (do_system): Minor optimizations.  Remove
3376         unnecessary code.
3377         Correct reference counter in case SIGQUIT handler installation failed.
3379 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
3381         * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
3382         Define using _Pragma(weak ...).
3384 2003-01-03  Andreas Jaeger  <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
3386         * resolv/res_libc.c: Provide declaration for __res_init_weak and
3387         reorder declarations.
3389 2003-01-03  Art Haas  <ahaas@airmail.net>
3391         * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
3392         initializer syntax to C99.
3393         * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
3394         * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
3395         * localedata/tests-mbwc/dat_iswctype.c: Likewise.
3396         * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
3397         * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
3398         * localedata/tests-mbwc/dat_iswlower.c: Likewise.
3399         * localedata/tests-mbwc/dat_iswprint.c: Likewise.
3400         * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
3401         * localedata/tests-mbwc/dat_iswspace.c: Likewise.
3402         * localedata/tests-mbwc/dat_iswupper.c: Likewise.
3403         * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
3404         * localedata/tests-mbwc/dat_mblen.c: Likewise.
3405         * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
3406         * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
3407         * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
3408         * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
3409         * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
3410         * localedata/tests-mbwc/dat_strcoll.c: Likewise.
3411         * localedata/tests-mbwc/dat_strfmon.c: Likewise.
3412         * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
3413         * localedata/tests-mbwc/dat_swscanf.c: Likewise.
3414         * localedata/tests-mbwc/dat_towctrans.c: Likewise.
3415         * localedata/tests-mbwc/dat_towlower.c: Likewise.
3416         * localedata/tests-mbwc/dat_towupper.c: Likewise.
3417         * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
3418         * localedata/tests-mbwc/dat_wcscat.c: Likewise.
3419         * localedata/tests-mbwc/dat_wcschr.c: Likewise.
3420         * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
3421         * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
3422         * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
3423         * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
3424         * localedata/tests-mbwc/dat_wcslen.c: Likewise.
3425         * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
3426         * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
3427         * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
3428         * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
3429         * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
3430         * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
3431         * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
3432         * localedata/tests-mbwc/dat_wcstod.c: Likewise.
3433         * localedata/tests-mbwc/dat_wcstok.c: Likewise.
3434         * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
3435         * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
3436         * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
3437         * localedata/tests-mbwc/dat_wctob.c: Likewise.
3438         * localedata/tests-mbwc/dat_wctomb.c: Likewise.
3439         * localedata/tests-mbwc/dat_wctrans.c: Likewise.
3440         * localedata/tests-mbwc/dat_wctype.c: Likewise.
3441         * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
3443 2003-01-03  Richard Henderson  <rth@redhat.com>
3445         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
3446         (inline_syscall_r0_constraint): New.
3447         (inline_syscall[0-6]): Use them.
3449 2003-01-03  Jakub Jelinek  <jakub@redhat.com>
3451         * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
3452         Add rtld_hidden_proto.
3453         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
3454         (_dl_allocate_tls): Likewise.  Remove INTDEF.
3456 2002-07-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3458         * sysdeps/sh/memcpy.S: Optimize.  Based on a patch by Toshiyasu
3459         Morita <toshiyasu.morita@hsa.hitachi.com>.
3460         * sysdeps/sh/memcpy.S: Likewise.
3462 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
3464         * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
3465         any, but unify the test.
3467 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
3469         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
3470         sigaction): Protect weak_alias and libc_hidden_weak with
3471         #ifndef LIBC_SIGACTION.
3472         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
3473         sigaction): Likewise.
3474         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
3475         sigaction): Likewise.
3476         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
3477         sigaction): Likewise.
3478         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
3479         sigaction): Likewise.
3480         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
3481         sigaction): Likewise.
3482         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
3483         sigaction): Likewise.
3484         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
3485         sigaction): Likewise.  Remove SIGCANCEL handling here.
3486         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
3487         Likewise.
3489 2003-01-02  Art Haas  <ahaas@airmail.net>
3491         * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
3493 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
3495         * posix/getconf.c: Update copyright year.
3496         * nss/getent.c: Likewise.
3497         * nscd/nscd_nischeck.c: Likewise.
3498         * iconv/iconvconfig.c: Likewise.
3499         * iconv/iconv_prog.c: Likewise.
3500         * elf/ldconfig.c: Likewise.
3501         * catgets/gencat.c: Likewise.
3502         * csu/version.c: Likewise.
3503         * elf/ldd.bash.in: Likewise.
3504         * elf/sprof.c (print_version): Likewise.
3505         * locale/programs/locale.c: Likewise.
3506         * locale/programs/localedef.c: Likewise.
3507         * nscd/nscd.c (print_version): Likewise.
3508         * debug/xtrace.sh: Likewise.
3509         * malloc/memusage.sh: Likewise.
3510         * malloc/mtrace.pl: Likewise.
3512 2003-01-01  Jakub Jelinek  <jakub@redhat.com>
3514         * io/sys/stat.h: Include time.h with __need_timespec even if
3515         __USE_MISC is defined but __USE_XOPEN is not.
3517 2003-01-01  Andreas Jaeger  <aj@suse.de>
3519         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
3520         type to avoid strict aliasing problem.
3521         (_nss_dns_gethostbyname2_r): Likewise.
3522         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
3523         (_nss_dns_getnetbyname_r): Likewise.
3524         * resolv/gethnamaddr.c (_gethtent): Likewise.
3525         (gethostbyname2): Likewise.
3527 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
3529         * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
3530         to avoid using the exported symbols.  Define aliases with the
3531         original names separately.
3533         * include/time.h: Add libc_hidden_proto for __strftime_l.
3534         * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
3535         * time/strftime.c: Always use libc_hidden_def if _LIBC.
3537         * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
3538         * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
3540         * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
3541         tr_break.
3543         * csu/Makefile (routines): Add dso_handle.
3544         * csu/dso_handle.c: New file.
3546 2002-12-31  Roland McGrath  <roland@redhat.com>
3548         * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
3549         Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
3550         (S-CPPFLAGS): Add -DASSEMBLER here instead.
3551         (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
3553 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
3555         * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
3556         is available.
3558 2002-12-31  Andreas Jaeger  <aj@suse.de>
3560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
3561         with Linux kernel.
3562         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
3563         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
3564         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
3566         * sysdeps/unix/sysv/linux/kernel_stat.h
3567         (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
3569         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
3570         __unused[1-3] since they're needed by some platforms.  Handle
3571         _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
3573         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
3574         for structs stat and stat64.
3575         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
3576         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3577         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3578         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3580         * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
3582         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
3583         nsec resolution changes.
3584         (xstat64_conv): Likewise.
3585         (xstat32_conv): Likewise.
3587         * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
3588         struct kernel_stat.
3590         * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
3591         structs stat and stat64.
3593         * time/time.h (__timespec_defined): Define for __USE_MISC.
3595 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
3597         * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
3598         and __libc_current_sigrtmax.
3600 2002-12-31  Jakub Jelinek  <jakub@redhat.com>
3602         * include/errno.h (__errno_location): Add prototype.
3603         Use libc_hidden_proto unconditionally.
3604         * include/netdb.h (__h_errno_location): Use libc_hidden_proto
3605         unconditionally.
3606         * include/resolv.h (__res_state): Likewise.
3608         * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
3609         * include/sys/socket.h (accept): Add libc_hidden_proto.
3610         * include/errno.h (__errno_location): Likewise.
3611         * include/netdb.h (__h_errno_location): Likewise.
3612         * include/resolv.h (__res_state): Likewise.
3613         * include/unistd.h (__lseek): Likewise.
3614         * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
3615         * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
3616         * sysdeps/generic/res-state.c (__res_state): Likewise.
3617         * sysdeps/generic/accept.c (accept): Likewise.
3618         * sysdeps/generic/lseek.c (__lseek): Likewise.
3619         * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
3620         __libc_current_sigrtmax): Likewise.
3621         * sysdeps/mach/hurd/accept.c (accept): Likewise.
3622         * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
3623         * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
3624         * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
3625         * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
3626         * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
3627         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
3628         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
3629         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
3630         alias to llseek.
3631         (__GI_accept): New alias to accept.
3632         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
3633         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
3634         New alias to llseek.
3635         (__GI_accept): New alias to accept.
3636         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
3637         Likewise.
3638         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
3639         Likewise.
3640         * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
3642         * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
3643         strong_alias (name, __GI_name).
3644         * sysdeps/arm/bsd-_setjmp.S : Likewise.
3645         * sysdeps/hppa/bsd-_setjmp.S : Likewise.
3646         * sysdeps/i386/bsd-_setjmp.S : Likewise.
3647         * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
3648         * sysdeps/mips/bsd-_setjmp.S : Likewise.
3649         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
3650         * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
3651         * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
3652         * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
3653         * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
3654         * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
3655         * sysdeps/sh/bsd-_setjmp.S : Likewise.
3656         * sysdeps/sparc/sparc32/setjmp.S : Likewise.
3657         * sysdeps/unix/arm/fork.S : Likewise.
3658         * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
3659         * sysdeps/unix/bsd/i386/vfork.S : Likewise.
3660         * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
3661         * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
3662         * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
3663         * sysdeps/unix/bsd/vax/vfork.S : Likewise.
3664         * sysdeps/unix/i386/fork.S : Likewise.
3665         * sysdeps/unix/mips/fork.S : Likewise.
3666         * sysdeps/unix/sparc/fork.S : Likewise.
3667         * sysdeps/unix/sparc/vfork.S : Likewise.
3668         * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
3669         * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
3670         * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
3671         * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
3672         * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
3673         * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
3674         * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
3675         * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
3676         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
3677         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
3678         * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
3679         * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
3680         * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
3681         * sysdeps/unix/fork.S : Likewise.
3682         * sysdeps/vax/bsd-_setjmp.S : Likewise.
3683         * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
3685         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
3686         inclusion.
3688 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
3690         * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
3691         * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
3692         * sysdeps/mach/hurd/fork.c: Likewise.
3693         * sysdeps/unix/sysv/aix/fork.c: Likewise.
3694         * sysdeps/unix/fork.S: Add __GI___fork alias.
3695         * sysdeps/unix/arm/fork.S: Likewise.
3696         * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
3697         * sysdeps/unix/i386/fork.S: Likewise.
3698         * sysdeps/unix/mips/fork.S: Likewise.
3699         * sysdeps/unix/sparc/fork.S: Likewise.
3700         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
3701         * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
3702         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3703         * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
3704         * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
3705         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
3706         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
3707         * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
3708         * sysdeps/unix/bsd/vax/vfork.S: Likewise.
3709         * sysdeps/unix/sparc/vfork.S: Likewise.
3710         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
3711         * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
3712         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3713         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
3714         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3715         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3716         * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
3717         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
3719         * include/time.h: Add libc_hidden_proto for __nanosleep.
3720         * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
3721         * sysdeps/mach/nanosleep.c: Likewise.
3722         * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
3723         * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
3725         * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
3726         _IO_list_unlock, and _IO_list_resetlock.
3727         * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
3728         _IO_list_unlock, and _IO_list_resetlock.
3730         * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
3731         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
3732         * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
3733         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
3735         * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
3736         * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
3737         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
3738         __GI___longjmp alias.
3740         * include/setjmp.h: Add libc_hidden_proto for _setjmp.
3741         * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
3742         * sysdeps/arm/bsd-_setjmp.S: Likewise.
3743         * sysdeps/generic/bsd-_setjmp.c: Likewise.
3744         * sysdeps/hppa/bsd-_setjmp.S: Likewise.
3745         * sysdeps/i386/bsd-_setjmp.S: Likewise.
3746         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
3747         * sysdeps/mips/bsd-_setjmp.S: Likewise.
3748         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
3749         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3750         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3751         * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
3752         * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
3753         * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
3754         * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
3755         * sysdeps/sh/bsd-_setjmp.S: Likewise.
3756         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
3757         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3758         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
3759         * sysdeps/vax/bsd-_setjmp.S: Likewise.
3760         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
3762 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
3764         * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
3766 2002-12-30  Roland McGrath  <roland@redhat.com>
3768         * Rules (generated): Target removed.
3769         * mach/Makefile (generated): Define it here instead.
3771         * math/Makefile (generated): Add m_*l and m_*f variants too.
3773 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
3775         * elf/dl-close.c (_dl_close): Handle relocation dependencies among
3776         the to-be-deleted objects right away instead of later separately.
3777         The latter fails because the scope data structures of the DSO
3778         might already be gone.
3780         * elf/Makefile: Add rules to build and run reldep8 test.
3781         * elf/reldep8.c: New file.
3782         * elf/reldep8mod1.c: New file.
3783         * elf/reldep8mod2.c: New file.
3784         * elf/reldep8mod3.c: New file.
3785         Contributed by Jakub Jelinek.
3787 2002-12-24  GOTO Masanori  <gotom@debian.or.jp>
3789         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
3790         checking of return value ENOSYS from getdents64.
3792 2002-12-28  Andreas Schwab  <schwab@suse.de>
3794         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
3795         ($(common-objpfx)s-%.d): Generalized from
3796         $(common-objpfx)s-proto.d rule.
3797         (common-generated): Add s-proto-cancel.d.
3798         * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
3799         cancellable syscalls.
3800         * sysdeps/unix/s-proto-cancel.S: New file.
3802 2002-12-29  Roland McGrath  <roland@redhat.com>
3804         * resolv/res_libc.c: Move _res defn magic after res_init defn
3805         so _res macro is in effect for that code.
3807         * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
3808         pattern for prepending $(..) so it doesn't affect $(foo).
3810         * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
3812 2002-12-29  Jakub Jelinek  <jakub@redhat.com>
3814         * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
3815         in hwcap.
3817 2002-12-28  Ulrich Drepper  <drepper@redhat.com>
3819         * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
3821 2002-12-28  Andreas Jaeger  <aj@suse.de>
3823         * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
3824         avoid warning.
3825         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
3827 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
3829         * inet/herrno.c (__h_errno_location): Remove.
3830         * inet/Makefile (routines): Add herrno-loc.
3831         * resolv/res_libc.c (__res_state): Remove.
3832         * resolv/Makefile (routines): Add res-state.
3833         * sysdeps/generic/herrno-loc.c: New file.
3834         * sysdeps/generic/res-state.c: New file.
3836 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
3838         * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
3839         Only define if USE_DL_SYSINFO is defined.
3841 2002-12-22  Jakub Jelinek  <jakub@redhat.com>
3843         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
3844         INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
3845         Define. Patch by Richard Henderson and Jes Sorensen.
3846         (PSEUDO): Remove unnecessary ;;.
3847         * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
3848         are found unless TLS_INIT_TP_EXPENSIVE.  Use NONTLS_INIT_TP.
3849         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
3850         if not initializing thread pointer.
3851         [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
3852         * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
3853         make it weak also if NONTLS_INIT_TP.
3854         * sysdeps/unix/common/pause.c: Handle cancellation.
3855         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
3856         (LOADSYSCALL): Remove.
3857         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
3858         (SYSCALL_ERROR_HANDLER): Use it.
3859         (PSEUDO): Don't jump around error handler.
3860         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
3861         jump around error handler.
3862         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
3863         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
3864         to __syscall_error_handler on failure.
3865         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
3866         (LOADSYSCALL): Remove.
3867         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
3868         (SYSCALL_ERROR_HANDLER): Use it.
3869         (PSEUDO): Don't jump around error handler.
3870         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
3871         jump around error handler.
3872         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
3873         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
3874         to __syscall_error_handler on failure.
3876 2002-12-27  Roland McGrath  <roland@redhat.com>
3878         * scripts/gen-as-const.awk: New file.
3879         * Makefile (distribute): Add it.
3880         * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
3881         (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
3882         to the list.
3883         (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
3885 2002-12-27  Andreas Schwab  <schwab@suse.de>
3887         * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
3889 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
3891         * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
3892         _environ is NULL.
3894 2002-12-27  Andreas Schwab  <schwab@suse.de>
3896         * Makerules ($(common-objpfx)%.make): Filter through
3897         $(sed-remove-objpfx).
3899 2002-12-23  Roland McGrath  <roland@redhat.com>
3901         * scripts/abilist.awk: Produce a more compact format, divided into
3902         stanzas for each version set, the set name listed only once.
3903         * scripts/extract-abilist.awk: New file.
3904         * scripts/merge-abilist.awk: New file.
3905         * Makerules (check-abi-%, update-abi-%): New pattern rules.
3906         (update-abi, check-abi): New targets.
3907         * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
3909 2002-12-19  Roland McGrath  <roland@redhat.com>
3911         * Makerules (%.symlist): Use LC_ALL=C when running awk script.
3913         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
3914         INTERNAL_SYSCALL.
3916 2002-12-21  Andreas Schwab  <schwab@suse.de>
3918         * elf/check-textrel.c (handle_file): Swap p_type.
3920 2002-12-21  Andreas Schwab  <schwab@suse.de>
3922         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
3923         (INLINE_SYSCALL): Use it.
3924         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
3925         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
3927         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
3928         * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
3930 2002-12-20  Art Haas  <ahaas@airmail.net>
3932         * sysdeps/gnu/siglist.c: Convert GCC extension initializer
3933         syntax to C99.
3935 2002-12-21  Philip Blundell  <philb@gnu.org>
3937         * sysdeps/arm/elf/start.S (_start): Optimise a little.  Push stack
3938         top as seventh arg to __libc_start_main.
3939         Reported by paulnash@wildseed.com.
3941         * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
3943         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
3944         compatibility cruft when new enough kernel is assumed.
3946 2002-12-20  Jakub Jelinek  <jakub@redhat.com>
3948         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
3949         instead of INLINE_SYSCALL.
3951 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
3953         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
3954         typo.
3956         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
3957         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3958         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
3959         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3960         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
3961         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3962         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3963         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3964         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3965         Patch by William Lee Irwin <wli@holomorphy.com>.
3967 2002-12-20  Andreas Schwab  <schwab@suse.de>
3969         * locale/programs/ld-measurement.c (measurement_output): Fix
3970         index calculation.
3972 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
3974         * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
3975         Redefine _IO_flockifle and _IO_funlockfile as inlines.
3977         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
3978         builds add "tls" in the search path.
3979         * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
3980         (path_hwcap): Recognize "tls".
3982 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
3984         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
3985         __waitpid instead of waitpid.
3987         * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
3988         int $0x80.
3989         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
3990         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
3991         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
3993         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
3994         information for system calls.
3996         * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
3997         for ld.so.
3999         * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
4001 2002-12-19  Roland McGrath  <roland@redhat.com>
4003         * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
4004         * iconvdata/ibm922.h: Likewise.
4005         * iconvdata/ibm930.h: Likewise.
4006         * iconvdata/ibm932.h: Likewise.
4007         * iconvdata/ibm933.h: Likewise.
4008         * iconvdata/ibm935.h: Likewise.
4009         * iconvdata/ibm937.h: Likewise.
4010         * iconvdata/ibm939.h: Likewise.
4011         * iconvdata/ibm943.h: Likewise.
4012         * iconvdata/isiri-3342.h: Likewise.
4014 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4016         * test-skeleton.c (main): Make sure correct value is seen as
4017         argv[0] after adjustment of argv, and argc.
4019         * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
4020         RTLD_CORRECT_DYNAMIC_WEAK is defined.
4022 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
4024         * nscd/connections.c (nscd_run): Shut up warning.
4025         * tst-ungetc.c (assert): Undefined before redefining.
4027 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4029         * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
4030         is used.
4032 2002-12-17  Art Haas  <ahaas@airmail.net>
4034         * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
4035         * iconvdata/cp775.h: Likewise.
4036         * iconvdata/ibm1046.h: Likewise.
4037         * iconvdata/ibm1124.h: Likewise.
4038         * iconvdata/ibm1129.h: Likewise.
4039         * iconvdata/ibm1132.h: Likewise.
4040         * iconvdata/ibm1133.h: Likewise.
4041         * iconvdata/ibm1160.h: Likewise.
4042         * iconvdata/ibm1161.h: Likewise.
4043         * iconvdata/ibm1162.h: Likewise.
4044         * iconvdata/ibm1163.h: Likewise.
4045         * iconvdata/ibm1164.h: Likewise.
4047 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4049         * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
4050         __ASSUME_CLONE_THREAD_FLAGS is defined.
4051         * sysdeps/unix/sysv/linux/kernel-features.h
4052         (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
4054 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4056         * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
4057         of asm.
4058         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4060         * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
4061         _dl_sysinfo.
4062         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4063         code.
4064         * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
4065         _rtld_global.
4066         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4067         code.
4068         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
4069         Check for AT_SYSINFO and set _dl_sysinfo appropriately.
4070         * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
4071         Add _dl_sysinfo.
4073 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
4075         * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
4076         __libc_writev to...
4077         [libc: GLIBC_PRIVATE]: ...here.
4078         * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
4079         __libc_msgsnd to...
4080         [libc: GLIBC_PRIVATE]: ...here.
4082 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4084         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
4085         Use it instead of directly int $0x80.
4086         * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
4087         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
4088         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4089         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4090         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4091         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
4093 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
4095         * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
4097         * elf/elf.h (AT_SYSINFO): New define.
4098         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
4099         AT_SYSINFO.
4101 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
4103         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
4104         Make cancelable.
4105         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
4106         Likewise.
4107         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
4108         Likewise.
4109         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
4110         Likewise.
4111         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
4112         Likewise.
4113         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
4115         * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
4116         mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
4117         available, otherwise __libc_maybe_call.
4118         * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
4119         cancellation handling.
4120         * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
4122 2002-12-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
4124         * posix/regcomp.c (free_workarea_compile): Free the new member
4125         ORG_INDICES.
4126         (analyze): Initialize ORG_INDICES.
4127         (duplicate_node_closure): Search for a existing node, which is
4128         duplicated from the node ORG_DEST and satisfies the constraint
4129         CONSTRAINT.  And use it to avoid inifimite loop.
4130         (search_duplicated_node): New function.
4131         (duplicate_node): Store the index of the original node.
4132         * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
4133         if needed.
4134         * posix/regex_internal.h (re_dfa_t): Add new members.
4136 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
4138         * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
4140 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4142         * sysdeps/posix/system.c (do_system): Add support for installation
4143         of cancellation handlers.
4144         * sysdeps/unix/sysv/linux/i386/system.c: New file.
4146         * stdlib/Makefile (tests): Add tst-system.
4147         * stdlib/tst-system.c: New file.
4149         * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
4150         CENABLE]: Don't lose content of %ebx.
4152 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
4154         * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
4155         macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
4157 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4159         * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
4160         fails to return a function pointer don't use it.
4162 2002-12-16  Art Haas  <ahaas@airmail.net>
4164         * io/ftw.c: Convert GCC extension initializer syntax to C99.
4165         * iconvdata/iso-ir-165.c: Likewise.
4166         * iconvdata/jis0208.c: Likewise.
4167         * iconvdata/jis0212.c: Likewise.
4169 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4171         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
4172         epoll_ctl, and epoll_wait.
4173         * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
4174         epoll_create, epoll_ctl, and epoll_wait.
4175         * sysdeps/unix/sysv/linux/sys/epoll.h: New file.  Written by
4176         Davide Libenzi <davidel@xmailserver.org>.
4177         * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
4178         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4179         Add sys/epoll.h.
4181 2002-12-16  Art Haas  <ahaas@airmail.net>
4183         * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
4184         syntax to C99
4185         * sysdeps/unix/sysv/aix/settimer.c: Likewise.
4186         * sysdeps/unix/sysv/aix/sleep.c: Likewise.
4187         * sysdeps/unix/sysv/aix/usleep.c: Likewise.
4189 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4191         * stdio-common/Makefile (routines): Remove lockfile.  Add
4192         flockfile, ftrylockfile, and funlockfile.
4193         * sysdeps/generic/lockfile.c: Removed.  Each function has its own file.
4194         * sysdeps/generic/flockfile.c: New file.
4195         * sysdeps/generic/ftrylockfile.c: New file.
4196         * sysdeps/generic/funlockfile.c: New file.
4198 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
4200         * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
4201         macros instead of doing the calls directly.
4202         * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
4203         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
4204         targets.
4206 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
4208         * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
4209         * sysdeps/ieee754/bits/nan.h: Likewise.
4211         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
4212         __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
4214 2002-12-16  Roland McGrath  <roland@redhat.com>
4216         * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
4217         * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
4218         * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
4220         * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
4221         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
4222         s_putpmsg.
4223         * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
4224         * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
4225         * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
4226         * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
4227         * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
4228         * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
4229         * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
4230         * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
4232 2002-12-13  Paul Eggert  <eggert@twinsun.com>
4234         * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
4235         is now u_int, not int.
4236         (struct XDR.x_handy): Now u_int, not int.
4237         * sunrpc/xdr_mem.c: Include <limits.h>.
4238         (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
4239         xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
4240         x_handy is now unsigned, not signed.
4241         Do not decrement x_handy if no change is made.
4242         (xdrmem_setpos): Check for int overflow.
4243         * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
4244         (xdr_sizeof): Remove cast that is now unnecessary, now that
4245         x_handy is unsigned.
4247 2002-12-15  Art Haas  <ahaas@airmail.net>
4249         * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
4250         * iconvdata/gap.awk: Likewise.
4251         * iconvdata/gen-8bit-gap-1.sh: Likewise.
4252         * iconvdata/gen-8bit-gap.sh: Likewise.
4253         * locale/C-address.c: Likewise.
4254         * locale/C-collate.c: Likewise.
4255         * locale/C-ctype.c: Likewise.
4256         * locale/C-identification.c: Likewise.
4257         * locale/C-measurement.c: Likewise.
4258         * locale/C-messages.c: Likewise.
4259         * locale/C-monetary.c: Likewise.
4260         * locale/C-name.c: Likewise.
4261         * locale/C-numeric.c: Likewise.
4262         * locale/C-paper.c: Likewise.
4263         * locale/C-telephone.c: Likewise.
4264         * locale/C-time.c: Likewise.
4265         * nscd/connections.c: Likewise.
4266         * nscd/grpcache.c: Likewise.
4267         * nscd/hstcache.c: Likewise.
4268         * nscd/pwdcache.c: Likewise.
4269         * stdio-common/vfprintf.c: Likewise.
4270         * stdlib/random.c: Likewise.
4271         * sysdeps/generic/siglist.c: Likewise.
4272         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4273         * sysdeps/ieee754/bits/nan.h: Likewise.
4274         * sysdeps/posix/sprofil.c: Likewise.
4275         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4276         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
4277         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
4279 2002-12-15  Roland McGrath  <roland@redhat.com>
4281         * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
4283         * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
4284         <tls.h> here, no need for it.
4285         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
4287         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
4288         parameter, not varargs parameter.
4290         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
4291         argument so it's not an unused variable.
4293         * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
4294         __p_type_syms, __p_rcode_syms): Remove decls, never really intended
4295         for users.
4297         * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
4299 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
4301         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
4302         original __libc_fcntl code.  Just renamed.
4304 2002-12-15  Andreas Schwab  <schwab@suse.de>
4306         * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
4308 2002-12-14  Olaf Hering  <olh@suse.de>
4310         * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
4311         * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
4313 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
4315         * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
4317         * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
4318         SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
4320         * sysdeps/unix/sysv/linux/open64.c: New file.
4322         * sysdeps/generic/pselect.c: Add support for cancellation handling.
4323         * sysdeps/posix/open64.c: Likewise.
4324         * sysdeps/posix/sigpause.c: Likewise.
4325         * sysdeps/posix/sigwait.c: Likewise.
4326         * sysdeps/posix/system.c: Likewise.
4327         * sysdeps/posix/waitid.c: Likewise.
4328         * sysdeps/unix/sysv/linux/accept.S: Likewise.
4329         * sysdeps/unix/sysv/linux/connect.S: Likewise.
4330         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4331         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4332         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
4333         * sysdeps/unix/sysv/linux/poll.c: Likewise.
4334         * sysdeps/unix/sysv/linux/pread.c: Likewise.
4335         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
4336         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4337         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4338         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4339         * sysdeps/unix/sysv/linux/recv.S: Likewise.
4340         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
4341         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
4342         * sysdeps/unix/sysv/linux/send.S: Likewise.
4343         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
4344         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
4345         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
4346         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
4347         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4348         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4349         * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
4350         * sysdeps/unix/sysv/linux/wait.c: Likewise.
4351         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
4352         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4353         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
4354         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4356 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4358         * sysdeps/generic/sysdep-cancel.h: New file.
4359         * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
4360         cancelable syscall.
4361         * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
4362         recvmsg, send, sendmsg, sendto): Make cancelable.
4363         * sysdeps/unix/mman/syscalls.list (msync): Likewise.
4364         * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
4365         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4366         sendto, osf_select): Likewise.
4367         * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
4368         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
4369         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
4370         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4371         sendto): Likewise.
4372         * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
4373         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
4374         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
4375         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4376         sendto): Likewise.
4377         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
4378         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4379         sendto, select): Likewise.
4380         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
4381         pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
4382         Likewise.
4383         * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
4384         select, fcntl): Likewise.
4385         * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
4386         * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
4387         read, readv, select, sigsuspend, write, writev): Likewise.
4389 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4391         * dirent/bug-readdir1.c: Include unistd.h.
4393 2002-12-13  Jakub Jelinek  <jakub@redhat.com>
4395         * locale/programs/locale.c: Include locarchive.h.
4396         (ARCHIVE_NAME): Define.
4397         (write_archive_locales): New function.
4398         (write_locales): Use it.  Ensure the same locale is not printed
4399         multiple times in verbose mode.
4400         Mode LC_IDENTIFICATION and LC_CTYPE printing into...
4401         (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
4402         functions.
4403         (struct nameent): New type.
4404         (nameentcmp): New function.
4406 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4408         * posix/regex_internal.c (re_string_context_at): Guard wide char
4409         code with #ifdef RE_ENABLE_I18N.
4411 2002-11-22  Paolo Bonzini  <bonzini@gnu.org>
4413         * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
4415 2002-12-13  Roland McGrath  <roland@redhat.com>
4417         * posix/bug-regex15.c: New file.
4418         * posix/Makefile (tests): Add it.
4420         * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
4421         (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
4423 2002-12-13  Ulrich Drepper  <drepper@redhat.com>
4425         * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
4427         * misc/syslog.c (log_cleanup): Don't use parameter in
4428         __libc_lock_unlock call, use syslog_lock directly.  Adjust callers to
4429         pass NULL instead of a pointer to syslog_lock.
4431 2002-12-12  Ulrich Drepper  <drepper@redhat.com>
4433         * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
4434         linker map for all iconv modules.
4435         (distribute): Add gconv.map.
4436         * iconvdata/gconv.map: New file.
4438         * elf/Makefile: Also check all iconv modules for text relocations.
4440         * stdlib/Makefile: Remove code to automatically import GMP.
4442         * elf/Makefile (tests): Add rules to build and run check-textrel.
4443         * elf/check-textrel.c: New file.
4445         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
4446         directive.
4448 2002-12-11  Jakub Jelinek  <jakub@redhat.com>
4450         * io/test-utime (main): If stnow.st[am]time is wrong, print it and
4451         not st.st[am]time.
4453 2002-04-30  Bruno Haible  <bruno@clisp.org>
4455         * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
4456         the encoding if it already has slashes.
4457         Reported by Perry Rapp <prapp@erols.com>.
4459 2002-12-11  Roland McGrath  <roland@redhat.com>
4461         * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
4462         (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
4463         Turn off PIC for compiling this file.
4465 2002-12-11  Ulrich Drepper  <drepper@redhat.com>
4467         * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
4468         definitions.  Not needed.
4469         [_LIBC]: Use definitions from libc-lock.h instead of referencing
4470         pthread routines directly.
4471         * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
4472         mutex_init calls.
4473         (arena_get2): Don't look at return value of mutex_lock.
4475 2002-12-11  Roland McGrath  <roland@redhat.com>
4477         * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
4478         elf-init.o instead of compiling a PIC version.
4480 2002-12-11  Bruno Haible  <bruno@clisp.org>
4482         * intl/gettext.h: Renamed to ...
4483         * intl/gmo.h: ... here.
4484         * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
4485         * intl/gettextP.h: Update.
4486         * intl/loadmsgcat.c: Update.
4488         * intl/gettextP.h (PARAMS): Make more portable.
4489         (attribute_hidden): Define as empty macro if not already defined.
4490         * intl/hash-string.h (PARAMS): Make more portable.
4491         * intl/loadinfo.h (PARAMS): Likewise.
4492         * intl/plural-exp.h (PARAMS): Likewise.
4493         (attribute_hidden): Move definition near the definition of
4494         internal_function.
4496         * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
4497         * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
4499 2002-07-13  Bruno Haible  <bruno@clisp.org>
4501         * intl/dcigettext.c (freea): New macro.
4502         (FREE_BLOCKS): Free also the registered blocks.
4503         (DCIGETTEXT): Free the 'search' variable.
4504         Reported by Andreas Fischer <a.fischer@asentics.de>.
4506 2002-04-27  Bruno Haible  <bruno@clisp.org>
4508         * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
4509         * intl/dcigettext.c: Likewise.
4510         * intl/dcgettext.c: Likewise.
4511         * intl/dgettext.c: Likewise.
4512         * intl/gettext.c: Likewise.
4513         * intl/dcngettext.c: Likewise.
4514         * intl/dngettext.c: Likewise.
4515         * intl/ngettext.c: Likewise.
4516         * intl/textdomain.c: Likewise.
4517         * intl/bindtextdom.c: Likewise.
4518         * intl/plural-exp.h: Likewise.
4520 2002-01-02  Bruno Haible  <bruno@clisp.org>
4522         * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
4524 2001-04-30  Bruno Haible  <bruno@clisp.org>
4526         * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
4527         default macro definitions.  Needed for mingw32.
4529 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
4531         * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
4532         __builtin_constant_p to macro parameter.
4534         * sysdeps/generic/sigpause.c: Define all functions as weak.
4535         * sysdeps/posix/sigpause.c: Likewise.
4537         * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
4538         type size_t.
4540 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
4542         * elf/tst-array1.c (preinit_array, init_array, fini_array):
4543         Explicitly align the array to sizeof (void *).
4544         * elf/tst-array2dep.c (init_array, fini_array): Likewise.
4546         * include/libc-symbols.h: Fix a comment typo.
4548         * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
4549         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
4550         Likewise.
4551         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
4552         Likewise.
4553         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
4554         (__libc_sigsuspend): Likewise.
4555         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
4556         (__libc_sigsuspend): Likewise.
4557         * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
4558         (creat): New weak alias.
4560 2002-12-10  Roland McGrath  <roland@redhat.com>
4562         * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
4563         contributes a manual chapter.
4564         * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
4565         around xref to it.
4567         * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
4568         and move contents to ...
4569         (EXTRA_LD_ENVVARS_LINUX): ... this new macro.  Add break for nonmatch.
4570         * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
4571         it instead of duplicating its contents.
4572         (EXTRA_LD_ENVVARS): Likewise.  Add break for nonmatch.
4574 2002-12-09  Jakub Jelinek  <jakub@redhat.com>
4576         * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
4577         defined.
4578         * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
4579         function.
4580         (EXTRA_LD_ENVVARS): Use it.
4581         (DL_OSVERSION_INIT): Define.
4582         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
4583         dl-librecon.h.
4584         (EXTRA_LD_ENVVARS): Undef before defining.  Use _dl_osversion_init.
4586 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
4588         * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
4590         * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
4591         call.  It is not allowed to destroy pthread mutexes which are
4592         still in use even though it is safe for our implementations.  If
4593         somebody still uses the descriptor it is a bug.
4595 2002-12-09  Richard Henderson  <rth@redhat.com>
4597         * csu/abi-note.S: Use .p2align, not .align.
4599 2002-12-09  Ulrich Drepper  <drepper@redhat.com>
4601         * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
4602         __libc_select aliases.
4604         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
4605         alias.
4607         * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
4609         * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
4611         * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
4613         * sysdeps/unix/syscalls.list: Define __libc_select alias.
4615         * sysdeps/posix/waitid.c: Define __libc_waitid alias.
4617         * sysdeps/posix/sigpause.c: Define __libc_sigpause and
4618         __libc___xpg_sigpause aliases.
4620         * sysdeps/generic/pselect.c: Define __libc_pselect alias.
4622         * misc/error.c: Remove use of USE_IN_LIBIO.
4624 2002-12-08  Roland McGrath  <roland@redhat.com>
4626         * elf/Makefile (tests): Uncomment tst-array[123].
4627         * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
4628         * csu/elf-init.c: New file.
4629         * csu/Makefile (routines, static-only-routines): Add elf-init.
4630         * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
4631         and __libc_csu_fini in place of _fini.
4632         * sysdeps/arm/elf/start.S: Likewise.
4633         * sysdeps/cris/elf/start.S: Likewise.
4634         * sysdeps/hppa/elf/start.S: Likewise.
4635         * sysdeps/i386/elf/start.S: Likewise.
4636         * sysdeps/ia64/elf/start.S: Likewise.
4637         * sysdeps/m68k/elf/start.S: Likewise.
4638         * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
4639         * sysdeps/mips/elf/start.S: Likewise.
4640         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
4641         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
4642         * sysdeps/s390/s390-32/elf/start.S: Likewise.
4643         * sysdeps/s390/s390-64/elf/start.S: Likewise.
4644         * sysdeps/sh/elf/start.S: Likewise.
4645         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
4646         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4647         * sysdeps/x86_64/elf/start.S: Likewise.
4649         * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
4650         struct containing function ptr and value, free it.
4651         (__aio_notify_only): Allocate that and copy values from SIGEV into it.
4652         It's not safe to let the new thread use the SIGEV pointer.
4654 2001-10-20  Paul Eggert  <eggert@twinsun.com>
4656         * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
4657         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
4658         Use strerror_r that is only a macro, even if it is not a function.
4659         (strerror): Check for HAVE_DECL_STRERROR before declaring.
4660         (private_strerror): Use prototypes, not old-style function definition.
4661         (print_errno_message): New function.
4662         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
4663         char*-flavored one.
4664         (error_tail, error, error_at_line): Use it.
4666 2002-12-07  Carlos O'Donell  <carlos@baldric.uwo.ca>
4668         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
4670 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
4672         * scripts/output-format.sed: Fix bug in one of the s expressions
4673         which used / for one too many things.
4675         * include/unistd.h: Declare __libc_close.
4677 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
4679         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
4681 2002-12-07  Roland McGrath  <roland@redhat.com>
4683         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
4684         from 2002-12-06, but remove unnecessary memset call without removing
4685         necessary copy of initialization image.
4687         * Makerules ($(common-objpfx)format.lds): New target.
4688         (common-generated): Add it.
4689         ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
4690         * scripts/output-format.sed: New file.
4691         * Makefile (distribute): Add it.
4693 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
4695         * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
4696         Reported by Art Haas <ahaas@airmail.net>.
4698 2002-12-07  Kenneth W. Chen  <kenneth.w.chen@intel.com>
4700         * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec.  Fix .recovery4.
4702 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
4704         * string/test-strncpy.c (do_random_tests): Improve test coverage.
4706 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
4708         * test-skeleton.c (timeout_handler): Allow expected signal to be
4709         SIGALRM.
4711         * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
4713         * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
4715 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
4717         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
4718         (SYSCALL_ERROR_HANDLER): Fix a pasto.
4719         Reported by Jeff Bailey <jbailey@nisa.net>.
4721 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
4723         * sysdeps/generic/libc-tls.c: Undo last patch.
4725         * include/wctype.h: Define iswalnum with libc_hidden_proto.
4727         * include/signal.h: Define raise with libc_hidden_proto.
4729         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
4730         __execve instead of snprintf and execve.
4732         * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
4733         again a bit.
4735 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
4737         * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
4738         * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
4740 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
4742         * misc/syslog.c (log_cleanup): New function.
4743         (openlog): Use log_cleanup instead of __libc_mutex_unlock.
4744         (closelog): Likewise.
4746         * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
4747         * elf/dl-iteratephdr.c: Likewise.
4748         * elf/dl-lookup.c: Likewise.
4749         * elf/dl-misc.c: Likewise.
4750         * elf/dl-open.c: Likewise.
4751         * elf/dl-support.c: Likewise.
4752         * elf/rtld.c: Likewise.
4753         * sysdeps/generic/ldsodefs.h: Likewise.
4754         * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
4755         * sysdeps/mach/bits/libc-lock.h: Likewise.
4756         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
4758 2002-12-06  Roland McGrath  <roland@redhat.com>
4760         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
4762         * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
4763         (malloc_starter, memalign_starter, free_starter): Don't define these.
4764         * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
4765         Don't declare them either.
4766         * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
4767         __pthread_initialize, so no need to set hooks to *_starter.
4768         (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
4769         [_LIBC && SHARED && USE_TLS && !USE___THREAD]
4770         (__libc_malloc_pthread_startup): New function.
4771         * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
4773         * malloc/hooks.c (memalign_starter): New function.
4774         * malloc/malloc.c: Declare it.
4775         * malloc/arena.c (save_memalign_hook): New variable.
4776         (ptmalloc_init): Set __memalign_hook to memalign_starter.
4778         * elf/dl-minimal.c (free): Clear the memory.
4779         (calloc): Just call malloc, knowing all memory it returns is cleared.
4781         * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
4782         malloc and memset; calloc can avoid the zeroing when redundant.
4783         (_dl_tls_setup): Likewise.
4784         * elf/dl-load.c (decompose_rpath): Likewise.
4785         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
4786         call, since memory from sbrk at startup is already zero.
4788         * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
4789         error string for failure, null for success.  Update callers.
4790         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
4791         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4793 2002-12-05  Jakub Jelinek  <jakub@redhat.com>
4795         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
4796         args to i:iipi.
4797         (readahead): Change args to i:iii.
4798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
4799         Change args to i:iii.
4800         * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
4801         args to i:iiii.
4803 2002-12-05  Roland McGrath  <roland@redhat.com>
4805         * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
4806         call all functions rather than none.
4807         Reported by Mark P. Mitchell <mark@codesourcery.com>.
4809 2002-12-04  Roland McGrath  <roland@redhat.com>
4811         * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
4812         on _nl_current_LC_* variables.
4814 2002-12-05  Ulrich Drepper  <drepper@redhat.com>
4816         * dirent/bug-readdir1.c (main): Don't call closedir, just close
4817         the file descriptor.  This is testing what the bug report was about.
4819 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
4821         * po/be.po: New file.
4823         * argp/Makefile (tests): Add tst-argp1.
4825         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
4826         Change type of _attribute to void*.
4827         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
4828         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
4829         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
4830         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
4831         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
4833 2002-12-04  Roland McGrath  <roland@redhat.com>
4835         * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
4836         members to the end, so a libpthread compiled with !USE_TLS will still
4837         find other members properly.
4839         * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
4840         operand for DEST memory.  Fix dummy input operand to use SRC.
4841         Reported by Davin McCall <davmac@ozonline.com.au>.
4843         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
4844         alignment when initializing the DTV entry.
4846         * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
4847         when TLS has not been set up, try to set it up if we can.
4848         * elf/tst-tls4.c: Revert last change.
4849         * elf/tst-tls5.c: Likewise.
4850         * elf/tst-tls6.c: Likewise.
4851         * elf/tst-tls7.c: Likewise.
4852         * elf/tst-tls8.c: Likewise.
4853         * elf/tst-tls9.c: Likewise.
4855         * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
4856         * sysdeps/generic/ldsodefs.h: Declare it.
4857         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
4858         * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
4859         function, broken out of __libc_setup_tls.
4860         (init_static_tls): Likewise.
4861         (__libc_setup_tls): Call them.
4862         (_dl_tls_setup): New function, uses new subroutines.
4864         * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
4865         Clear the pointer when returning true.
4866         (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
4867         first element of the slotinfo list too.
4869         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
4870         [SHARED].
4872         * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
4873         (_dl_determine_tlsoffset): Likewise.
4875         * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
4876         startup_error_tsd, made global.
4877         (dl_main): Update initialization.
4878         * elf/dl-tsd.c: Likewise.
4879         * sysdeps/generic/ldsodefs.h: Declare it.
4881 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
4883         * manual/texinfo.tex: Update from latest upstream version.
4885 2002-12-03  Roland McGrath  <roland@redhat.com>
4887         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
4888         area surplus in calculation for sbrk call.
4890         * iconvdata/cp1125.c: New file.
4891         * iconvdata/Makefile (distribute): Add it.
4892         (modules): Add CP1125.
4893         (gen-8bit-gap-modules): Add cp1125.
4894         * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
4895         * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
4897 2002-12-03  Andreas Jaeger  <aj@suse.de>
4899         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
4901 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
4903         * sysdeps/posix/system.c (do_system): Make signal handler
4904         installation thread safe.
4906 2002-12-02  Roland McGrath  <roland@redhat.com>
4908         * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
4909         caller from EXTRA to -.
4910         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4911         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4912         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4914 2002-12-02  Carlos O'Donell  <carlos@baldric.uwo.ca>
4916         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
4917         bits of RM are cleared.
4919 2002-12-02  Roland McGrath  <roland@redhat.com>
4921         * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
4922         TLS setup is required.
4923         * elf/tst-tls5.c: Likewise.
4924         * elf/tst-tls6.c: Likewise.
4925         * elf/tst-tls7.c: Likewise.
4926         * elf/tst-tls8.c: Likewise.
4927         * elf/tst-tls9.c: Likewise.
4929         * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
4930         `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
4931         * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
4932         for being null before calling free_slotinfo.
4933         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
4934         dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
4936 2002-11-30  Bruno Haible  <bruno@clisp.org>
4938         * iconv/gconv.h (__gconv_btowc_fct): New typedef.
4939         (struct __gconv_step): New field __btowc_fct.
4940         * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
4941         * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
4942         __BUILTIN_TRANS.
4943         (__gconv_btwoc_ascii): New declaration.
4944         * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
4945         (__gconv_btwoc_ascii): New function.
4946         * iconv/gconv_builtin.h: Add BtowcFct argument to all
4947         BUILTIN_TRANSFORMATION invocations.
4948         * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
4949         * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
4950         * iconv/gconv_builtin.c (map): New field btowc_fct.
4951         (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
4952         btowc_fct field.
4953         (__gconv_get_builtin_trans): Initialize __btowc_fct field.
4954         * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
4955         * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
4956         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
4957         * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
4958         (gconv_init): Initialize __btowc_fct field.
4959         Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
4960         * iconv/loop.c: Document ONEBYTE_BODY.
4961         (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
4962         Undefine ONEBYTE_BODY at the end.
4963         * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
4964         * iconvdata/8bit-gap.c (NONNUL): New macro.
4965         (BODY for FROM_LOOP): Use it.
4966         (ONEBYTE_BODY): New macro.
4967         * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
4968         (NONNUL): New macro.
4969         * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
4970         * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
4971         * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
4972         * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
4973         * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
4974         * iconvdata/big5.c (ONEBYTE_BODY): New macro.
4975         * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
4976         * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
4977         * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
4978         * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
4979         * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
4980         * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
4981         * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
4982         * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
4983         * iconvdata/ibm932.c: Include <stdbool.h>.
4984         (TRUE, FALSE): Remove macros.
4985         (BODY for FROM_LOOP): Remove unused variable rp1.
4986         (ONEBYTE_BODY): New macro.
4987         (BODY for TO_LOOP): Use bool.
4988         * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
4989         * iconvdata/ibm943.c: Include <stdbool.h>.
4990         (TRUE, FALSE): Remove macros.
4991         (BODY for FROM_LOOP): Remove unused variable rp1.
4992         (ONEBYTE_BODY): New macro.
4993         (BODY for TO_LOOP): Use bool.
4994         * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
4995         * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
4996         * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
4997         * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
4998         * iconvdata/johab.c (ONEBYTE_BODY): New macro.
4999         * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
5000         * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
5001         * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
5002         * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
5003         * iconvdata/gbbig5.c: Tweak comment.
5005 2002-12-02  Ulrich Drepper  <drepper@redhat.com>
5007         * po/fi.po: Update from translation team.
5009 2002-12-01  Roland McGrath  <roland@redhat.com>
5011         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
5012         testing getdents64 return value.
5014         * scripts/versions.awk: Don't pass -n flag to sort command.
5016         * posix/bug-regex13.c: Include <string.h>.
5018         * sysdeps/generic/libc-start.c (__libc_start_main): Do
5019         DL_SYSDEP_OSCHECK here.
5020         * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
5021         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
5023         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
5024         argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
5026         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
5027         instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
5029         * include/link.h: Comment typo fix.
5031 2002-12-01  Roland McGrath  <roland@frob.com>
5033         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
5034         (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
5035         _POSIX_MEMORY_PROTECTION): Likewise.
5036         (_POSIX_POLL, _POSIX_SELECT): Removed.
5038 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5040         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
5041         require it to 200112L.  Remove _POSIX_POLL and _POSIX_SELECT.
5043 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
5045         * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
5046         USE___THREAD.
5047         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
5048         "=v" constraints.
5050 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5052         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
5053         branch prediction buffers by using unpaired call/ret.
5055 2002-11-27  Ulrich Drepper  <drepper@redhat.com>
5057         * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
5058         first parameters constraint string.
5059         (ASMFMT_3): Likewise.  Patch by stefan.lauterbach@mincom.de.
5061 2002-11-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
5063         * posix/regcomp.c (parse_expression): Set the bit since the back
5064         reference is used in the regular expression.
5065         * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
5066         of malloc failure.
5067         (re_node_set_init_copy): Likewise.
5068         * posix/regex_internal.h (state_array_t): New structure.
5069         (re_sub_match_last_t): Likewise.
5070         (re_sub_match_top_t): Likewise.
5071         (re_match_context_t): Add new members.
5072         (re_dfa_t): Likewise.
5073         * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
5074         to check the matching is really correct, and retry if failed.
5075         Move the routin pruning the impossible nodes from here, ...
5076         (prune_impossible_nodes): To this function.
5077         (check_matching): Invoke check_subexp_matching_top, and replace
5078         redundant checking with transit_state_bkref invocation.
5079         (proceed_next_node): Replace strncmp with memcmp.  Reported by
5080         Paolo Bonzini  <bonzini@gnu.org>.
5081         (update_cur_sifted_state): Remove search_subexp invocation.
5082         (search_subexp): Remove this function.
5083         (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
5084         optimization.
5085         (sift_states_bkref): Use search_cur_bkref_entry for optimization.
5086         Remove unused invocation of match_ctx_add_entry.
5087         (transit_state): Invoke check_subexp_matching_top.
5088         (check_subexp_matching_top): New function.
5089         (transit_state_bkref): Remove unused array.
5090         Merge transit_state_bkref_loop.
5091         (transit_state_bkref_loop): Use get_subexp instead of
5092         sift_states_backward.  Use search_cur_bkref_entry for optimization.
5093         Merge this function to transit_state_bkref.
5094         (get_subexp): New function.
5095         (get_subexp_sub): Likewise.
5096         (find_subexp_node): Likewise.
5097         (check_arrival): Likewise.
5098         (check_arrival_expand_ecl): Likewise.
5099         (check_arrival_expand_ecl_sub): Likewise.
5100         (expand_bkref_cache): Likewise.
5101         (match_ctx_init): Initialize new members.
5102         (match_ctx_clean): New function.
5103         (match_ctx_free): Release new members.
5104         (match_ctx_free_subtops): New function.
5105         (match_ctx_add_entry): Fix indent.
5106         (search_cur_bkref_entry): New function.
5107         (match_ctx_add_subtop): Likewise.
5108         (match_ctx_add_sublast): Likewise.
5110 2002-11-25  Ulrich Drepper  <drepper@redhat.com>
5112         * iconv/Makefile (tests): Remove tst-iconv4.c
5113         * iconv/tst-iconv4.c: Moved to...
5114         * iconvdata/tst-iconv4.c: ...here.  New file.
5115         * iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.
5117 2002-11-25  Roland McGrath  <roland@redhat.com>
5119         * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
5120         Grok AF_LINK if defined.
5121         From Momchil Velikov <velco@fadata.bg>.
5123         * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
5124         brdaddr, or dstaddr, just set those pointers to null and don't fail.
5125         Reported by Momchil Velikov <velco@fadata.bg>.
5127         * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
5128         is > sizeof IFR->ifa_addr, advance past the whole longer length.
5129         (__ifreq): Count up NIFS that way too.
5130         Reported by Momchil Velikov <velco@fadata.bg>.
5132         * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
5134         * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
5135         and <fpu_control.h>.
5137 2002-11-24  Ulrich Drepper  <drepper@redhat.com>
5139         * elf/elf.h (EM_ST19): Fix typo.
5141 2002-11-25  Jakub Jelinek  <jakub@redhat.com>
5143         * include/errno.h (__set_errno): Define as errno = val
5144         unconditionally.
5146 2002-11-24  Roland McGrath  <roland@redhat.com>
5148         * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
5149         * sysdeps/posix/writev.c: Likewise.
5150         From Momchil Velikov <velco@fadata.bg>.
5152         * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
5153         calling *GL(dl_error_catch_tsd) for a thread-local location.
5154         * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
5155         (dl_main): Same for GL(dl_error_catch_tsd) initialization.
5156         * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
5158         * libio/iofflush.c: Add libc_hidden_def.
5159         * libio/iofwrite.c: Likewise.
5160         * sysdeps/generic/sigtimedwait.c: Likewise.
5161         * sysdeps/generic/sigwaitinfo.c: Likewise.
5162         * sysdeps/posix/sigwait.c: Likewise.
5163         Reported by Momchil Velikov <velco@fadata.bg>.
5165         * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
5166         to match <arpa/inet.h> declaration.
5167         * inet/inet_netof.c (inet_netof): Likewise.
5168         * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
5169         Reported by Momchil Velikov <velco@fadata.bg>.
5171         * configure.in: Skip AUTOCONF check under --without-cvs.
5172         * configure: Regenerated.
5174         * posix/Makefile (headers): Add bits/pthreadtypes.h.
5175         * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
5176         * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
5178 2002-11-24  Andreas Schwab  <schwab@suse.de>
5180         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
5181         with six arguments.
5183 2002-11-19  Jim Meyering  <jim@meyering.net>
5185         * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
5186         as `static'.
5187         * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
5189 2002-11-23  Roland McGrath  <roland@redhat.com>
5191         * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
5192         Just produce hex output for datum sizes.
5194         * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
5195         Reported by Luca Barbieri <ldb@ldb.ods.org>.
5197 2002-11-20  Steven Munroe  <sjmunroe@us.ibm.com>
5199         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
5200         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
5201         and __unused3 fields.
5202         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
5203         [__WORDSIZE == 32]: Only PPC32 requires __unused1
5204         and __unused2 fields.
5205         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
5206         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
5207         __unused3, and __unused4 fields.
5209         * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
5210         obtain lowest address for profiling in __monstartup call.
5212 2002-11-21  Roland McGrath  <roland@redhat.com>
5214         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
5215         $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
5217         * locale/localeinfo.h (struct locale_data): Revert last change.
5219         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
5220         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5222         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
5223         __NR_pread64 if not defined.
5224         (__NR_pwrite): Define to __NR_pwrite64 if not defined.
5225         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5227 2002-11-21  Roland McGrath  <roland@frob.com>
5229         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
5230         __libc_multiple_libcs here.  Call __setfpucw.
5232 2002-11-21  Ulrich Drepper  <drepper@redhat.com>
5234         * elf/Makefile (tests): Don't run test-arrayX tests for now.
5236         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
5237         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
5238         CLONE_CHILD_*TID flags.
5240 2002-11-20  Andreas Jaeger  <aj@suse.de>
5242         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
5243         We pass struct ucontext on x86-64.
5244         (GET_PC): Adjust.
5245         (GET_FRAME): Adjust.
5246         (GET_STACK): Adjust.
5248 2002-11-20  Roland McGrath  <roland@redhat.com>
5250         * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
5251         conditionalize [! DO_VERSIONING] #error.
5253         * scripts/abilist.awk: Grok function descriptor symbols.
5255         * intl/tst-gettext.c (main): Check return values from setlocale.
5256         Add necessary unsetenv's to make LANG=existing-locale check work.
5258         * intl/tst-gettext.sh: Use mkdir -p.  Copy test files unconditionally,
5259         so aborted prior runs don't confuse things.
5261         * locale/localeinfo.h (struct locale_data: union locale_data_value):
5262         Use uintptr_t instead of unsigned int for `word' member.
5263         (_NL_CURRENT_WORD): Cast to uint32_t.
5265         * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
5266         value.
5268 2002-11-20  Ulrich Drepper  <drepper@redhat.com>
5270         * elf/tls-macros.h: Add IA-64 definitions.
5271         Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
5273         * iconv/Makefile (tests): Add tst-iconv4.
5274         * iconv/tst-iconv4.c: New file.
5276         * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
5277         __GCONV_EMPTY_INPUT only if input is really empty.  Otherwise
5278         __GCONV_INCOMPLETE_INPUT.
5279         (ucs4le_internal_loop): Likewise.
5280         (ucs4le_internal_loop_unaligned): Likewise.
5281         * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
5282         * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
5283         * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
5285         * iconv/loop.c (LOOPFCT): First test for empty input then for full
5286         output buffer.
5288         * inet/getnameinfo.c: Use extend_alloca where appropriate.
5289         * sysdeps/posix/getaddrinfo.c: Likewise.
5291         * include/alloca.h (extend_alloca): New define.  Based on stack
5292         direction it'll try to append to the previouls allocated buffer.
5294 2002-11-07  Thorsten Kukuk  <kukuk@suse.de>
5296         * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
5297         use the same service for AF_INET and AF_INET6.
5299 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
5301         * intl/localealias.c (read_alias_file): Use only about 400 bytes
5302         of stack space instead of 16k.
5304 2002-11-18  Wolfram Gloger  <wg@malloc.de>
5306         * malloc/arena.c
5307         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
5308         nothing if not initialized.  Bug report from Marcus Brinkmann
5309         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
5311 2002-11-19  Roland McGrath  <roland@redhat.com>
5313         * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
5314         sched_setaffinity.
5316         * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
5317         `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
5318         test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
5319         * configure: Regenerated.
5321 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
5323         * include/dlfcn.h: __libc_dlopen is now a macro calling
5324         __libc_dlopen_mode with the extra parameter RTLD_LAZY.
5325         (__libc_dlopen_mode): New prototype.
5326         * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen.  Add
5327         new parameter.  Store new parameter in mode field of structure passed
5328         to do_dlopen.
5329         (struct do_dlopen_args): Add new field mode.
5330         (do_dlopen): Pass mode from parameter structure to _dl_open.
5332 2002-11-11  Randolf Chung  <tausq@debian.org>
5334         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
5335         (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
5336         * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
5338         * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
5340         * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
5341         Set -mdisable-fpregs for this file.
5343 2002-11-11  Carlos O'Donell  <carlos@baldric.uwo.ca>
5345         * sysdeps/unix/sysv/linux/configure.in:
5346         Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
5347         from gcc-3.0 era for backwards compatibility.
5348         * sysdeps/unix/sysv/linux/configure: Regenerate.
5350         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
5351         Define mcontext_t as a sigcontext.
5353 2002-11-18  Roland McGrath  <roland@redhat.com>
5355         * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
5356         Free memory in `last_result' if it was used.
5358         * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
5359         all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
5360         Do the parsing inline instead of copying strings and calling
5361         inet_network, and properly skip all alias names not matching the form.
5363         * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
5365 2002-11-17  Ulrich Drepper  <drepper@redhat.com>
5367         * manual/pattern.texi (Wordexp Example): Fix sample code.
5369         * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
5370         childs stack which will be loaded into the %esi register.
5372 2002-11-14  Paul Eggert  <eggert@twinsun.com>
5374         * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
5375         overflow when skipping the question part and when unpacking aliases.
5377 2002-11-15  Roland McGrath  <roland@redhat.com>
5379         * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
5380         s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
5381         Instead add $(calls:s_%=m_%) to get m_* versions of them all.
5383 2002-11-15  Jakub Jelinek  <jakub@redhat.com>
5385         * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
5386         * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
5388 2002-11-15  Roland McGrath  <roland@redhat.com>
5390         * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
5391         * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
5392         from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
5393         (+make-include-of-dep): New canned sequence.
5395         * stdlib/canonicalize.c (__realpath): Check for malloc failure.
5396         From Dmitry V. Levin <ldv@altlinux.org>.
5398 2002-11-14  Roland McGrath  <roland@redhat.com>
5400         * sysdeps/generic/errno.c (__libc_errno): Remove alias.
5401         * inet/herrno.c (__libc_h_errno): Likewise.
5402         * resolv/res_libc.c (__libc_res): Likewise.
5403         [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
5404         (__res_state) [! USE___THREAD]: Don't define as weak.
5405         * csu/Versions: Revert last change.
5406         * resolv/Versions: Revert last change.
5408         * Makerules ($(common-objpfx)%.make): New pattern rule.
5409         * tls.make.c: New file.
5410         * Makefile (distribute): Add it.
5412         * sysdeps/generic/errno.c [! USE___THREAD]
5413         [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
5414         with compat_symbol so they are not link-time visible.
5415         [! USE___THREAD] (__libc_errno): New alias for errno.
5416         * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
5417         Add __libc_errno here.
5418         * inet/herrno.c [USE___THREAD]: Use this conditional
5419         in place of [USE_TLS && HAVE___THREAD].
5420         [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
5421         (h_errno, _h_errno): Declare these with compat_symbol so they are not
5422         link-time visible.
5423         [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
5424         * resolv/res_libc.c [! USE___THREAD]
5425         [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
5426         (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
5427         (__libc_res): Define as alias for _res.
5428         * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
5429         Add __libc_h_errno and __libc_res here.
5431 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
5433         * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
5434         * resolv/Versions (h_errno, _res): Likewise.
5436 2002-11-14  Roland McGrath  <roland@redhat.com>
5438         * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
5439         (%.symlist): Likewise.
5441 2002-11-13  Roland McGrath  <roland@redhat.com>
5443         * scripts/abilist.awk: New file.
5444         * Makefile (distribute): Add it.
5445         * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
5446         (tests): Depend on .symlist file for each $(install-lib.so-versioned).
5447         [$(subdir) = elf] (tests): Depend on libc.symlist.
5448         (generated, common-generated): Add those files.
5450         * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
5451         * configure: Regenerated.
5452         * config.make.in (OBJDUMP): New variable, substituted by configure.
5454         * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
5455         (mallochook, reallochook): Set them up.
5456         (checkhdr): Check HDR->magic2 value.
5457         (freehook): Reset HDR->magic2.
5458         (memalignhook): New static function.
5459         (old_memalign_hook): New static variable.
5460         (mcheck, reallochook): Set __memalign_hook to memalignhook.
5462         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
5463         for the new TCB.
5465 2002-11-13  Andreas Jaeger  <aj@suse.de>
5467         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
5468         attribute.
5469         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5471 2002-11-11  Paul Eggert  <eggert@twinsun.com>
5473         * manual/crypt.texi (Cryptographic Functions): Mention that
5474         the MD5 one-way algorithm is compatible with BSD's.
5476 2002-11-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
5478         * posix/regex_internal.c (re_string_skip_chars): Also return the last
5479         wide character.
5480         (re_string_reconstruct): Calculate the context by itself when the
5481         offset points out of the valid range.
5482         (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
5483         * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
5484         (IS_WIDE_WORD_CHAR): New macro.
5485         (IS_WIDE_NEWLINE): New macro.
5487 2002-11-12  Andreas Jaeger  <aj@suse.de>
5489         * sysdeps/x86_64/strchr.S: Don't use one register for two
5490         purposes, this fixes a bug noticed by test-strchr.c.
5492         * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
5493         correctly.
5495 2002-11-12  Roland McGrath  <roland@redhat.com>
5497         * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
5498         (_G_IO_NO_BACKWARD_COMPAT): Define it.
5500         * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
5501         instead of <pt-machine.h>.
5502         [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
5503         testandset.
5504         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5506 2002-11-10  Roland McGrath  <roland@redhat.com>
5508         * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
5509         Call fputs instead of fwprintf (simpler to follow in debugger).
5511         * crypt/md5-crypt.c: Doc fix.
5513         * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
5514         the beginning of generated target commands.
5516         * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
5517         dependencies for these in case implicit rule search skipped the
5518         nonexistent source directory.
5519         * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
5520         files with $(object-suffixes) as targets too.
5521         * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
5522         and a target for it using $(make-target-directory).
5524         * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
5526 2002-11-10  Roland McGrath  <roland@frob.com>
5528         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
5529         * sysdeps/generic/bits/pthreadtypes.h: ... here.
5531         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
5532         l_start == 0 and l_len == 1 as we do l_len == 0.
5534 2002-11-10  Ulrich Drepper  <drepper@redhat.com>
5536         * po/da.po: Update from translation team.
5538 2002-11-10  Roland McGrath  <roland@redhat.com>
5540         * config.make.in (includedir): New variable, substituted by configure.
5541         Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
5542         * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
5544 2002-11-10  Andreas Jaeger  <aj@suse.de>
5546         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
5547         REG_OLDMASK and REG_CR2 to synch with kernel header.
5548         (NGREG): Increase.
5550         * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
5551         aliasing problem.
5552         * nss/getXXbyYY_r.c (INTERNAL): Likewise.
5553         * nss/getnssent_r.c (__nss_getent_r): Likewise.
5554         (__nss_setent): Likewise.
5555         (__nss_getent_r): Likewise.
5556         * inet/getnetgrent_r.c (innetgr): Likewise.
5557         (__internal_setnetgrent_reuse): Likewise.
5558         (internal_getnetgrent_r): Likewise.
5559         * inet/ether_hton.c (ether_hostton): Likewise.
5560         * inet/ether_ntoh.c (ether_ntohost): Likewise.
5561         * sunrpc/netname.c (netname2user): Likewise.
5562         * sunrpc/publickey.c (getpublickey): Likewise.
5563         (getsecretkey): Likewise.
5565 2002-11-09  Marcus Brinkmann  <marcus@gnu.org>
5567         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
5568         error in range calculation.
5570 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
5572         * string/test-strspn.c (do_test): Ensure zero termination.
5573         * string/test-strpbrk.c (do_test): Likewise.
5574         * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
5575         * string/test-strncpy.c (stupid_strncpy): Likewise.
5576         * string/test-stpncpy.c (stupid_stpncpy): Likewise.
5578 2002-10-08  Roland McGrath  <roland@redhat.com>
5580         * string/test-string.h (test_init): Fill BUF1 and BUF2 with
5581         nonzero characters.
5583 2002-09-22  H.J. Lu  <hjl@gnu.org>
5585         * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
5586         from PAGE_SHIFT.  Define if not defined.  Check MMAP2_PAGE_SHIFT
5587         only if __NR_mmap2 is defined.
5589         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
5590         * sysdeps/unix/sysv/linux/mmap64.c: ... here.
5591         * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
5592         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
5594 2002-11-08  Jakub Jelinek  <jakub@redhat.com>
5596         * posix/bug-regex13.c (tests): Add new test.
5598         * string/test-strchr.c (stupid_strchr): New function.
5599         (do_random_tests): Make sure the string is zero terminated.
5600         * string/test-strpbrk.c (stupid_strpbrk): New function.
5601         (do_random_tests): Make sure the string is zero terminated.
5602         * string/test-strcmp.c (stupid_strcmp): New function.
5603         (do_random_tests): Make sure the strings are zero terminated.
5604         * string/test-strspn.c (stupid_strspn): New function.
5605         (simple_strspn): Rename rej argument to acc.
5606         (do_random_tests): Make sure the string is zero terminated.
5607         * string/test-strcspn.c (stupid_strcspn): New function.
5608         * string/test-strncpy.c (stupid_strncpy): New function.
5609         * string/test-stpncpy.c (stupid_stpncpy): New function.
5610         * string/test-strncmp.c (stupid_strncmp): New function.
5611         (do_random_tests): Make sure the strings are zero terminated.
5612         * string/test-string.h (impl_t): Change test into long.
5613         (IMPL): Add __attribute__((aligned (sizeof (void *)))).
5615 2002-11-08  Roland McGrath  <roland@redhat.com>
5617         * sysdeps/ia64/elf/configure.in: Add TLS check.
5618         From Ian Wienand <ianw@cse.unsw.edu.au>.
5619         * sysdeps/ia64/elf/configure: Regenerated.
5621 2002-11-07  Roland McGrath  <roland@redhat.com>
5623         * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
5624         place of _IO_new_do_write.
5625         [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
5626         #undef before versioned_symbol use.
5628 2002-11-07  Richard Henderson  <rth@redhat.com>
5630         * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
5631         * configure: Regenerated.
5632         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
5633         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
5634         (RTLD_START): Likewise.  Access _dl_skip_args, _rtld_local, and
5635         _dl_fini via gp-relative relocations.
5636         * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
5638         * elf/tls-macros.h: Add alpha versions.
5639         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
5640         * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
5641         * sysdeps/unix/alpha/sysdep.h: Likewise.  Add SYSCALL_ERROR_HANDLER.
5642         * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
5643         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
5644         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
5645         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5646         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5647         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
5648         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
5649         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
5650         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5651         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5652         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5653         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
5654         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
5655         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5656         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5658         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
5659         Kill argument registers across the inline syscall.
5661         * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
5663         * linuxthreads/sysdeps/alpha/tls.h: New file.
5664         * sysdeps/alpha/dl-tls.h: New file.
5666 2002-10-29  David Mosberger  <davidm@hpl.hp.com>
5668         * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
5669         (gmon_initializer): New function.
5670         (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
5671         __gmon_start__ here.  Call it from gmon_initializer() instead.
5673 2002-03-12  H.J. Lu  <hjl@gnu.org>
5675         * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
5676         tst-array2, and tst-array3.
5677         [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
5678         [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
5679         ($(objpfx)tst-array1.out): New target.
5680         ($(objpfx)tst-array2): Likewise.
5681         ($(objpfx)tst-array2.out): Likewise.
5682         ($(objpfx)tst-array3.out): Likewise.
5683         * elf/tst-array1.c: New file.
5684         * elf/tst-array1.exp: Likewise.
5685         * elf/tst-array2.c: Likewise.
5686         * elf/tst-array2dep.c: Likewise.
5687         * elf/tst-array2.exp: Likewise.
5688         * elf/tst-array3.c: Likewise.
5690 2002-10-28  David Mosberger  <davidm@hpl.hp.com>
5692         * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
5693         Don't add L->l_addr to array entry values.
5695 2002-11-07  Jakub Jelinek  <jakub@redhat.com>
5697         * string/test-string.h: New file.
5698         * string/test-strlen.c: New file.
5699         * string/test-string.h: New file.
5700         * string/test-strcmp.c: New file.
5701         * string/test-strchr.c: New file.
5702         * string/test-strrchr.c: New file.
5703         * string/test-strcpy.c: New file.
5704         * string/test-stpcpy.c: New file.
5705         * string/test-strncpy.c: New file.
5706         * string/test-stpncpy.c: New file.
5707         * string/test-strpbrk.c: New file.
5708         * string/test-strcspn.c: New file.
5709         * string/test-strspn.c: New file.
5710         * string/test-strcat.c: New file.
5711         * string/test-strncmp.c: New file.
5712         * string/test-memchr.c: New file.
5713         * string/test-memcmp.c: New file.
5714         * string/test-memset.c: New file.
5715         * string/test-memcpy.c: New file.
5716         * string/test-mempcpy.c: New file.
5717         * string/test-memmove.c: New file.
5718         * string/Makefile (strop-tests): New variable.
5719         (tests): Add strop-tests.
5720         (distribute): Add test-string.h.
5722 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
5724         * posix/regcomp.c: Use tabs instead of spaces.
5725         * posix/regexec.c: Likewise.
5726         * posix/regex_internal.h: Likewise.
5728         * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
5730 2002-11-06  Jakub Jelinek  <jakub@redhat.com>
5732         * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
5733         here.
5734         (regcomp): Don't set can_be_null here.
5735         (re_comp): Clear whole re_comp_buf with the exception of fastmap.
5736         (re_compile_internal): Clear can_be_null, set regs_allocated.
5738         * posix/regcomp.c (re_set_fastmap): New function.
5739         (re_compile_fastmap_iter): Use it.  Remove redundant type ==
5740         COMPLEX_BRACKET check.
5741         * posix/regexec.c (re_search_internal): Optimize searching with
5742         fastmap.  Call re_string_reconstruct even if match_first is
5743         smaller than raw_mbs_idx.
5745 2002-11-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
5747         * posix/regcomp (free_dfa_content): Use free_state.
5748         * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
5749         pointers in case that realloc failed.
5750         (re_node_set_merge): Likewise.
5751         (register_state): Likewise.
5752         (create_newstate_common): Invoke memory release functions in case of
5753         error conditions.
5754         (create_ci_newstate): Likewise.
5755         (create_cd_newstate): Likewise.
5756         (free_state): New function.
5757         * posix/regexec.c (re_search_internal): Invoke memory release
5758         functions in case of error conditions.
5759         (sift_states_backward): Likewise.
5760         (merge_state_array): Likewise.
5761         (add_epsilon_src_nodes): Likewise.
5762         (sub_epsilon_src_nodes): Likewise.
5763         (search_subexp): Likewise.
5764         (sift_states_bkref): Likewise.
5765         (transit_state_sb): Likewise.
5766         (transit_state_mb): Likewise.
5767         (transit_state_bkref_loop): Likewise.
5768         (group_nodes_into_DFAstates): Likewise.
5769         (push_fail_stack): Don't edit pointers in case that realloc failed.
5770         (extend_buffers): Likewise.
5771         (match_ctx_add_entry): Likewise.
5773 2002-11-06  Roland McGrath  <roland@redhat.com>
5775         * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
5776         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5778         * configure.in: Add checks on as and ld for binutils 2.13 or later.
5779         * configure: Regenerated.
5781 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
5783         * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
5784         If re_compile_internal failed free fastmap buffer.
5785         (free_dfa_content): Broken out of regfree function.  Frees all dfa
5786         related data.
5787         (regfree): Add free_dfa_content.
5788         (re_compile_internal): If any of the called functions fails free
5789         all dfa related memory.
5791 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
5793         * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
5794         warnings from the kernel headers.
5796 2002-11-05  Roland McGrath  <roland@redhat.com>
5798         * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
5799         From Johannes Stezenbach <js@convergence.de>.
5801         * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
5802         #errlist-compat magic comment to give 123 as size.
5803         (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
5804         (libc: GLIBC_2.2): ... here.
5805         (libc: GLIBC_2.3): Likewise.
5807 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
5809         * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
5810         which happens at the beginning so that we can unload modules in
5811         __libc_freeres.
5813 2002-11-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5815         * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
5816         under [__USE_MISC || _ASM].
5818         * elf/elf.h: Remove the obsolete SH TLS relocations.
5820 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
5822         * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
5824 2002-11-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
5827         __NR_pread64 and __NR_pwrite64.
5828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5829         * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
5830         and __NR_pwrite64.
5831         Revert change to use INLINE_SYSCALL.
5832         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
5833         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
5834         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
5835         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
5836         INLINE_SYSCALL.
5837         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
5839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
5840         Update clobber list and add a comment about the syscall ABI.
5842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
5843         s_pwrite64, s_ftruncate, s_truncate): Re-add.
5845 2002-11-05  Jakub Jelinek  <jakub@redhat.com>
5847         * iconv/gconv_dl.c (free_mem): Clear loaded.
5848         * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
5849         cleanup if any.
5851 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
5853         * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
5855         * libio/ioseekoff.c: Remove INTDEF.  Define _IO_seekoff_unlocked.  Same
5856         as old code without locking.  _IO_seekoff calls this function after
5857         locking the stream.
5858         * libio/ioseekpos.c: Likewise for _IO_seekpos.
5859         * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
5860         prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
5861         prototypes.
5862         * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
5863         of _IO_seekoff_internal.
5864         (_IO_rewind): Likewise.
5865         * libio/ioftell.c: Likewise.
5866         * libio/ftello.c: Likewise.
5867         * libio/ftello64.c: Likewise.
5868         * libio/iofgetpos.c: Likewise.
5869         * libio/iofgetpos64.c: Likewise.
5870         * libio/oldiofgetpos.c: Likewise.
5871         * libio/oldiofgetpos64.c: Likewise.
5872         * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
5873         _IO_seekpos_internal.
5874         * libio/iofsetpos64.c: Likewise.
5875         * libio/oldiofsetpos.c: Likewise.
5876         * libio/oldiofsetpos64.c: Likewise.
5878 2002-11-04  Roland McGrath  <roland@redhat.com>
5880         * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
5881         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
5882         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
5883         * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
5884         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
5885         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
5886         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
5887         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
5888         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
5889         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
5890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
5891         s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
5892         sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
5893         Remove these, no longer used.
5895 2002-11-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
5898         s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
5899         s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
5900         s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
5901         s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
5902         s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
5903         syscall stubs.
5905         * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
5906         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
5907         * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
5908         and __NR_pread.
5909         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
5910         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
5911         and __NR_pwrite.
5912         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
5914 2002-11-03  Roland McGrath  <roland@redhat.com>
5916         * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
5917         `_dl_tls_static_used'.
5918         * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
5919         (__libc_setup_tls): Initialize it.  Let the initial value of
5920         _dl_tls_static_size indicate some surplus space in the computed value.
5921         * elf/dl-open.c (_dl_tls_static_size): New variable.
5922         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
5923         _dl_tls_static_used.  Add some surplus space into _dl_tls_static_size.
5924         * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
5925         (CHECK_STATIC_TLS): Use it.
5926         * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
5927         closed objects occupied a trailing contiguous chunk of static TLS area.
5929 2002-10-18  Bruno Haible  <bruno@clisp.org>
5931         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
5933 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
5935         * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
5936         _wide_data->_IO_read_end if adjustment can be made in the current
5937         buffer.
5939         * sysdeps/unix/sysv/linux/fexecve.c: New file.
5941         * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
5942         wide oriented streams are used.
5944         * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
5945         service hasn't been used [PR libc/4744].
5947         * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
5948         Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
5950         * manual/examples/dir.c: Don't include <stddef.h>.
5951         * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
5952         Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
5954 2002-11-02  H.J. Lu  <hjl@gnu.org>
5956         * stdio-common/reg-printf.c: Include <stddef.h>.
5958 2002-11-03  Ulrich Drepper  <drepper@redhat.com>
5960         * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
5962         * po/ca.po: Update from translation team.
5963         * po/es.po: Likewise.
5965         * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
5966         is defined write out memory map.
5967         * sysdeps/unix/sysv/linux/segfault.c: New file.
5969 2002-11-02  Roland McGrath  <roland@redhat.com>
5971         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
5972         pointers that can alias.
5973         Reported by Daniel Jacobowitz <drow@mvista.com>.
5975         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
5977 2002-11-02  Roland McGrath  <roland@redhat.com>
5979         * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
5980         description to be clearer and to say that *RESULT is set to ENTRY.
5982 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
5984         * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
5985         dests_ch arrays together.  Alloca or malloc dest_states,
5986         dest_states_word and dest_states_nl arrays together.  Free memory on
5987         error exit.
5989 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
5991         * crypt/crypt_util.c (__init_des_r): Initialize current_salt
5992         and current_saltbits.
5994 2002-11-02  Roland McGrath  <roland@redhat.com>
5996         * stdio-common/reg-printf.c: Include <stdlib.h>.
5998 2002-11-02  H.J. Lu  <hjl@gnu.org>
6000         * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
6001         caller to EXTRA instead of execve.
6003 2002-11-01  Roland McGrath  <roland@redhat.com>
6005         * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
6006         in place of [!(USE_TLS && HAVE___THREAD)].
6007         (__errno_location) [! USE___THREAD]: Define as strong, not weak.
6009 2002-10-31  Roger Sayle  <roger@eyesopen.com>
6011         * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
6012         New macros.
6013         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
6015         * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
6016         without defining FP_ROUNDMODE.
6018 2002-10-29  Jakub Jelinek  <jakub@redhat.com>
6020         * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
6021         (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
6022         declare_symbol.
6023         * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6024         (OLD_SIGLIST_SIZE): Define.
6025         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6026         (OLD_SIGLIST_SIZE): Define.
6027         * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
6029 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
6031         * sysdeps/ia64/strncpy.S: Fix recovery code.
6033 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6035         * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
6036         New macros.
6037         * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
6038         text_set_element.
6039         * elf/dl-libc.c (free_mem): Likewise.
6040         * iconv/gconv_conf.c (free_mem): Likewise.
6041         * iconv/gconv_db.c (free_mem): Likewise.
6042         * iconv/gconv_dl.c (free_mem): Likewise.
6043         * iconv/gconv_cache.c (free_mem): Likewise.
6044         * intl/finddomain.c (free_mem): Likewise.
6045         * intl/dcigettext.c (free_mem): Likewise.
6046         * locale/setlocale.c (free_mem): Likewise.
6047         * misc/fstab.c (fstab_free): Likewise.
6048         * nss/nsswitch.c (free_mem): Likewise.
6049         * posix/regcomp.c (free_mem): Likewise.
6050         * resolv/gai_misc.c (free_res): Likewise.
6051         * stdlib/fmtmsg.c (free_mem): Likewise.
6052         * sunrpc/clnt_perr.c (free_mem): Likewise.
6053         * sysdeps/generic/setenv.c (free_mem): Likewise.
6054         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
6055         * sysdeps/pthread/aio_misc.c (free_res): Likewise.
6056         * time/tzset.c (free_mem): Likewise.
6057         * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
6058         * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
6059         * malloc/set-freeres.c (__libc_freeres): Likewise.
6061         * login/getutent.c: Include stdlib.h instead of stddef.h.
6062         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6063         (__getutent): Allocate buffer the first time it is run.
6064         * login/getutid.c: Include stdlib.h instead of stddef.h.
6065         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6066         (__getutid): Allocate buffer the first time it is run.
6067         * login/getutline.c: Include stdlib.h instead of stddef.h.
6068         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6069         (__getutline): Allocate buffer the first time it is run.
6070         * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
6071         (mtrace): Allocate malloc_trace_buffer.
6072         * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
6073         * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
6074         * string/strerror.c: Include libintl.h and errno.h.
6075         (buf): New variable.
6076         (strerror): Only allocate buffer if actually needed (unknown error).
6077         * time/tzfile.c (transitions): Add libc_freeres_ptr.
6078         (freeres): Remove.
6080 2002-10-25  Jakub Jelinek  <jakub@redhat.com>
6082         * include/libc-symbols.h (libc_freeres_ptr): New macro.
6083         * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
6084         symbol_set_define.
6085         (__libc_freeres): Free all pointers in that section.
6086         * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
6087         commands when creating .lds script.
6088         (LDSEDCMD-c.so): New variable.
6089         * inet/rcmd.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6090         (rcmd_af): Use strdup to allocate ahostbuf.
6091         * inet/rexec.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6092         (rexec_af): Use strdup to allocate ahostbuf.
6093         * stdio-common/reg-printf.c (printf_funcs): Remove.
6094         (__printf_arginfo_table): Change into printf_arginfo_function **.
6095         Add libc_freeres_ptr.
6096         (__register_printf_function): Allocate __printf_arginfo_table
6097         and __printf_function_table the first time it is called.
6098         * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
6099         printf_arginfo_function **.
6100         (parse_one_spec): Add __builtin_expect.
6101         * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
6102         (free_mem): Remove.
6103         * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
6104         (free_mem): Remove.
6105         * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
6106         (string_space, map): Add libc_freeres_ptr.
6107         (free_mem): Remove.
6108         * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
6109         (free_mem): Remove.
6110         * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
6111         (free_mem): Remove.
6112         * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
6113         (buffer): Add libc_freeres_ptr.
6114         (free_mem): Remove for _LIBC.
6115         * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
6116         (free_mem): Remove.
6117         * nss/getXXent.c (buffer): Add libc_freeres_ptr.
6118         (free_mem): Remove.
6119         * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
6120         (free_mem): Remove.
6121         * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
6122         (free_mem): Remove.
6123         * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
6124         (free_mem): Remove.
6125         * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
6126         (free_mem): Remove.
6127         * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
6128         libc_freeres_ptr.
6129         (free_mem): Remove.
6130         * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
6131         libc_freeres_ptr.
6132         (free_mem): Remove.
6134 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6136         * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
6137         instead of duplicating the whole function in libc.
6139 2002-10-31  Roland McGrath  <roland@redhat.com>
6141         * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
6142         Renamed from __bswap_16 (typo fix).  Reported by <dens@stl.sarov.ru>.
6144 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6146         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
6147         32bit-predefine when creating .new32 list and -U for each
6148         32bit-predefine when creating .new64 list.
6149         * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
6151 2002-10-29  Andreas Schwab  <schwab@suse.de>
6153         * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
6154         "testrtsig.h".  Reported by Daniel Jacobowitz <dan@debian.org>.
6156 2002-10-25  Roland McGrath  <roland@redhat.com>
6158         * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
6159         * sysdeps/unix/sysv/linux/configure: Regenerated.
6161         * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
6162         _dl_starting_up decl.
6164 2002-10-20  H.J. Lu  <hjl@gnu.org>
6166         * sysdeps/unix/sysv/linux/configure.in: Don't check
6167         /lib/modules/`uname -r`/build/include for kernel headers if
6168         cross compiling.
6169         * sysdeps/unix/sysv/linux/configure: Regenerated.
6171 2002-10-25  Roland McGrath  <roland@redhat.com>
6173         * math/math.h (M_LOG2El): Correct the value.
6174         From Stephen L Moshier <steve@moshier.net>.
6176         * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
6177         conditional from __libc_multiple_libcs access.  Remove kludge for weak
6178         symbol access with old compilers we no longer support.
6179         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
6180         * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
6182 2002-10-25  Roland McGrath  <roland@redhat.com>
6184         * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
6185         implement SV_RESETHAND by translating it to SA_RESETHAND.
6187 2002-10-23  Alexandre Oliva  <aoliva@redhat.com>
6189         * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
6190         type on ELF64 platforms.
6192 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
6194         * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
6196         * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
6198 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
6200         * elf/dl-misc.c: Include <sysdep.h>.
6201         (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
6203         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
6204         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6205         (INLINE_SYSCALL): Use that.
6206         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
6207         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6208         (INLINE_SYSCALL): Use that.
6209         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
6210         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6211         (INLINE_SYSCALL): Use that.
6212         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
6213         dl-sysdep.h.
6214         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
6215         (__INTERNAL_SYSCALL_STRING): Define.
6216         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
6217         dl-sysdep.h.
6218         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
6219         (__INTERNAL_SYSCALL_STRING): Define.
6220         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
6221         __SYSCALL_STRING to inline_syscall*.
6222         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
6223         New macros.
6224         (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
6225         inline_syscall4, inline_syscall5, inline_syscall6): Add string
6226         argument.
6228 2002-10-24  Roland McGrath  <roland@redhat.com>
6230         * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
6231         * sysdeps/unix/sysv/linux/init-first.c: Not here.
6232         * sysdeps/powerpc/elf/libc-start.c: Or here.
6233         * sysdeps/unix/sysv/aix/libc-start.c: Or here.
6234         * sysdeps/unix/sysv/aix/start-libc.c: Or here.
6235         * sysdeps/unix/sysv/aix/init-first.c: Or here.
6236         * sysdeps/generic/libc-start.c: Or here.
6237         * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
6238         access with [! SHARED].
6239         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
6241         * libio/bug-wfflush.c: New file.
6242         * libio/Makefile (tests): Add bug-wfflush.
6244 2002-10-23  Roland McGrath  <roland@redhat.com>
6246         * stdio-common/tst-fphex.c: New file.
6247         * stdio-common/Makefile (tests): Add tst-fphex.
6248         * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
6249         of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
6250         chars always before the value digits.
6251         Reported by James Antill <james.antill@redhat.com>.
6253 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
6255         * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
6256         (free_mem): New function.
6257         * posix/Makefile (tests): Add bug-regex14.  Add bug-regex14-mem
6258         if not cross compiling.
6259         (generated): Add bug-regex14-mem and bug-regex14.mtrace.
6260         (bug-regex14-ENV): Set.
6261         (bug-regex14-mem): New target.
6262         * posix/bug-regex14.c: New file.
6264 2002-10-23  Roland McGrath  <roland@redhat.com>
6266         * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
6267         target, so we don't touch it when the link fails.
6269         * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
6270         Check for the result overflowing off_t and fail with EOVERFLOW.
6271         * libio/ioftell.c (_IO_ftell): Likewise.
6272         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
6274         * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
6275         use a temporary timeval on the stack for gettimeofday and copy it.
6276         * login/logout.c (logout): Likewise.
6277         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
6279         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
6280         Use __SWORD_TYPE instead of int for member types.
6281         (struct statfs64): Likewise.
6282         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
6283         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
6284         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
6285         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
6286         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
6288         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
6289         * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
6290         (ST_NODIRATIME): Restore fixed value of 2048.
6291         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
6292         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
6294         Rearranged <bits/types.h> definitions to reduce duplication.
6295         * sysdeps/generic/bits/types.h: Rewritten, using macros from
6296         <bits/wordsize.h> and new header <bits/typesizes.h>.
6297         * posix/Makefile (headers): Add bits/typesizes.h here.
6298         * sysdeps/generic/bits/typesizes.h: New file.
6299         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
6300         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
6301         * sysdeps/mach/hurd/bits/typesizes.h: New file.
6302         * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
6303         * sysdeps/unix/sysv/linux/bits/types.h: File removed.
6304         * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
6305         * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
6306         * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
6307         * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
6308         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
6309         * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
6310         <bits/pthreadtypes.h> here, not in <bits/types.h>.
6311         * signal/signal.h: Likewise.
6313         * streams/stropts.h: Include <bits/xtitypes.h>.
6314         * streams/Makefile (headers): Add bits/xtitypes.h here.
6315         * sysdeps/generic/bits/xtitypes.h: New file.
6316         * sysdeps/s390/bits/xtitypes.h: New file.
6317         * sysdeps/ia64/bits/xtitypes.h: New file.
6318         * sysdeps/x86_64/bits/xtitypes.h: New file.
6320         * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
6321         * sysdeps/generic/bits/ipctypes.h: New file.
6322         * sysdeps/mips/bits/ipctypes.h: New file.
6323         * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
6324         * sysdeps/gnu/bits/msq.h: Likewise.
6325         * sysvipc/sys/ipc.h: Likewise.
6327 2002-10-22  Ulrich Drepper  <drepper@redhat.com>
6329         * elf/dl-load.c (struct filebuf): For buf element to have the
6330         alignment of ElfXX_Ehdr since this is what will be stored in it.
6332 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
6334         * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
6335         into pointer to locrec_offset.
6336         (add_locale_to_archive): Adjust callers.  Free normalized_name right
6337         before returning, not immediately after add_locale, pass it to
6338         add_alias if not NULL instead of name.  Rename second normalized_name
6339         occurence to nnormalized_codeset_name.
6341         * locale/programs/locarchive.c (enlarge_archive): Make sure
6342         string_size is always a multiple of 4.
6343         Reported by Andreas Schwab <schwab@suse.de>.
6345 2002-10-21  Andreas Schwab  <schwab@suse.de>
6347         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
6348         caller to EXTRA instead of execve, since the latter has a
6349         higher-priority implementation in linuxthreads.
6351 2002-10-21  Roland McGrath  <roland@redhat.com>
6353         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
6354         slotinfo list's len member to the proper size, not just 1.
6355         Initialize static_map.l_tls_initimage.
6357         * elf/dl-open.c (dl_open_worker): Fix loop searching for
6358         dtv_slotinfo_list element containing new modules' l_tls_modid.
6360         * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
6361         * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
6362         * elf/Makefile (tests): Add tst-tls9.
6363         (tests-static): Add tst-tls9-static.
6364         (tst-tls9-static-ENV): New variable.
6365         ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
6367         * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
6368         modids used by partially loaded modules being closed can't be known.
6370 2002-10-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
6372         * posix/Makefile: Add a test case for the bug reported by Aharon
6373         Robbins <arnold@skeeve.com>.
6374         * posix/bug-regex13.c: New file.
6375         * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
6377 2002-10-21  Ulrich Drepper  <drepper@redhat.com>
6379         * csu/gmon-start.c: Pretty printing.
6381 2002-10-19  Art Haas  <ahaas@neosoft.com>
6383         * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
6384         add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
6385         add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
6386         * configure: Regenerated.
6388 2002-10-19  Roland McGrath  <roland@redhat.com>
6390         * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
6391         and then set $subdirs directly, because the new Autoconf breaks
6392         compatibility in every way imaginable and insists on whining
6393         about usage that worked since the dawn of time.
6394         * configure: Regenerated.
6396         * configure: Regenerated (using Autoconf 2.54).
6397         * sysdeps/alpha/elf/configure: Likewise.
6398         * sysdeps/generic/configure: Likewise.
6399         * sysdeps/i386/elf/configure: Likewise.
6400         * sysdeps/ia64/elf/configure: Likewise.
6401         * sysdeps/mach/hurd/configure: Likewise.
6402         * sysdeps/mach/configure: Likewise.
6403         * sysdeps/unix/configure: Likewise.
6404         * sysdeps/unix/common/configure: Likewise.
6405         * sysdeps/unix/sysv/aix/configure: Likewise.
6406         * sysdeps/unix/sysv/linux/configure: Likewise.
6407         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6408         * sysdeps/x86_64/elf/configure: Likewise.
6410         * config.make.in: Nix completely-soft nonsense.
6411         * configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
6412         of machine directories instead of fpu subdirectory.
6413         * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
6414         * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
6415         * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
6416         * sysdeps/powerpc/nofpu/sim-full.c: ... here.
6417         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
6418         * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
6419         * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
6420         * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
6421         * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
6422         * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
6423         * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
6424         * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
6425         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
6426         * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
6427         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
6428         * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
6429         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
6430         * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
6431         * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
6432         * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
6433         * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
6434         * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
6435         * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
6436         * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
6437         * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
6438         * sysdeps/powerpc/nofpu/fegetround.c: ... here.
6439         * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
6440         * sysdeps/powerpc/nofpu/fesetround.c: ... here.
6441         * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
6442         * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
6443         * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
6444         * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
6445         * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
6446         * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
6447         * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
6448         * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
6449         * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
6450         * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
6451         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
6452         * sysdeps/powerpc/nofpu/Versions: ... here, new file.
6454 2002-10-19  Bruno Haible  <bruno@clisp.org>
6456         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
6458 2002-10-18  Roland McGrath  <roland@redhat.com>
6460         * io/Makefile (routines): Add lchmod.
6461         * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
6462         * sysdeps/generic/lchmod.c: New file.
6463         * sysdeps/mach/hurd/lchmod.c: New file.
6464         * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
6466 2002-10-18  Art Haas  <ahaas@neosoft.com>
6468         * configure.in: Remove remaining AC_FD_CC macros, and replace
6469         AC_FD_MSG with AS_MESSAGE_FD.
6471 2002-10-18  Roland McGrath  <roland@redhat.com>
6473         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
6474         typos: VALUE -> FINALADDR.
6476         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
6477         (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
6478         (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
6479         (inline_syscall6): Move these macros ...
6480         * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
6482         * configure.in (libc_link_dests, libc_link_sources): Remove these
6483         variables and the AC_LINK_FILES call.
6485         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
6486         change to put new symbols here instead of in GLIBC_2.2.
6487         * sysdeps/powerpc/Subdirs: Move this file ...
6488         * sysdeps/powerpc/soft-fp/Subdirs: ... here.
6490 2002-10-07  Roland McGrath  <roland@redhat.com>
6492         * sysdeps/generic/bits/time.h: Replaced with contents of the
6493         sysdeps/unix/sysv/linux/i386/bits/time.h file.  All the following
6494         files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
6495         and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
6496         macros is ok even for architectures that don't now implement them.
6497         * sysdeps/mach/hurd/bits/time.h: File removed.
6498         * sysdeps/unix/sysv/linux/bits/time.h: File removed.
6499         * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
6500         * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
6501         * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
6502         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
6504 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
6506         * configure.in: Replace obsolete AC_OUTPUT syntax with
6507         AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
6509         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
6510         _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
6512         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
6513         * sysdeps/alpha/elf/configure.in: Likewise.
6514         * sysdeps/i386/elf/configure.in: Likewise.
6515         * sysdeps/mach/hurd/configure.in: Likewise.
6516         * sysdeps/x86_64/elf/configure.in: Likewise.
6518         * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
6520         * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
6521         * sysdeps/generic/configure.in: Likewise.
6522         * sysdeps/i386/elf/configure.in: Likewise.
6523         * sysdeps/ia64/elf/configure.in: Likewise.
6524         * sysdeps/mach/configure.in: Likewise.
6525         * sysdeps/mach/hurd/configure.in: Likewise.
6526         * sysdeps/unix/configure.in: Likewise.
6527         * sysdeps/unix/common/configure.in: Likewise.
6528         * sysdeps/unix/sysv/aix/configure.in: Likewise.
6529         * sysdeps/unix/sysv/linux/configure.in: Likewise.
6530         * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
6531         * sysdeps/x86_64/elf/configure.in: Likewise.
6533         * aclocal.m4: Use just the bits from AS_INIT that are needed for the
6534         GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
6535         that it's obvious when extra autoconf machinery is being dragged in.
6537 2002-10-18  Roland McGrath  <roland@redhat.com>
6539         * configure.in: Remove bogus echo included in
6540         2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
6541         * configure: Regenerated.
6543 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
6545         * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
6546         (statfs_filesize_max): New function.
6547         * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
6548         JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
6549         ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
6550         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
6551         statfs_filesize_max.
6552         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
6553         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
6554         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
6556 2002-10-17  Roland McGrath  <roland@redhat.com>
6558         * configure.in (MIG): Just AC_SUBST it here.
6559         * configure: Regenerated.
6560         * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
6561         Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
6562         * sysdeps/mach/configure: Regenerated.
6564         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
6565         and AC_PROVIDE([_AS_CR_PREPARE]).
6567         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
6568         Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
6570         * elf/dl-support.c: Move _dl_tls_* variables to ...
6571         * sysdeps/generic/libc-tls.c: ... here.
6573         * elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
6574         allow IDX to be one past the current last slotinfo entry.
6575         (_dl_close): Pass IMAP->l_init_called for that parameter.
6577 2002-10-07  Andreas Schwab  <schwab@suse.de>
6579         * aclocal.m4: Fix for autoconf 2.53.
6580         * configure.in: Likewise.  Require autoconf 2.53.
6582 2002-10-08  Richard Henderson  <rth@redhat.com>
6584         * soft-fp/op-4.h: Handle carry correctly in
6585         __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
6586         __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
6587         * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
6589 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
6591         * configure.in: Compute completely-soft.
6592         * config.make.in: Make completely-soft available to sub-makes.
6593         * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
6594         gcc-double-routines.  Add sim-full.c.  Add fenv_const and
6595         fe_nomask to libm-support.
6596         * sysdeps/powerpc/soft-fp/sim-full.c: New file.
6597         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
6598         * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
6599         * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
6600         * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
6601         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
6602         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
6603         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
6604         * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
6605         * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
6606         * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
6607         * sysdeps/powerpc/soft-fp/fegetround.c: New file.
6608         * sysdeps/powerpc/soft-fp/fesetround.c: New file.
6609         * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
6610         * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
6611         * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
6612         * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
6613         * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
6614         * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
6615         symbols.  Add __sim_disabled_exceptions, __sim_exceptions,
6616         __sim_round_mode.
6617         * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
6618         * sysdeps/powerpc/soft-float/sfp-machine.h: Define
6619         FP_HANDLE_EXCEPTIONS.
6620         Define FP_ROUNDMODE.
6621         Redefine FP_* macros to correspond to the FE_* bit positions.
6622         Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
6623         Define externs for __sim_exceptions, __sim_disabled_exceptions,
6624         __sim_round_mode, __simulate_exceptions.
6625         * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
6626         * sysdeps/powerpc/bits/fenv.h: ...to here.
6628 2002-10-06  Jakub Jelinek  <jakub@redhat.com>
6630         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
6631         Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
6632         Use __builtin_expect for R_PPC_ADDR24 overflow check.  Fix
6633         R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
6634         __builtin_expect.
6636 2002-10-15  Jakub Jelinek  <jakub@redhat.com>
6638         * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
6639         __libc_res_nsend): New prototypes.
6640         * resolv/res_query.c (QUERYSIZE): Define.
6641         (__libc_res_nquery): Renamed from res_nquery.  Added answerp
6642         argument.  Allocate only QUERYSIZE bytes first, if res_nmkquery
6643         fails use MAXPACKET buffer.  Call __libc_res_nsend instead of
6644         res_nsend, pass answerp.
6645         (res_nquery): Changed into wrapper around __libc_res_nquery.
6646         (__libc_res_nsearch): Renamed from res_nsearch.  Added answerp
6647         argument.  Call __libc_res_nquerydomain and __libc_res_nquery
6648         instead of the non-__libc_ variants, pass them answerp.
6649         (res_nsearch): Changed into wrapper around __libc_res_nsearch.
6650         (__libc_res_nquerydomain): Renamed from res_nquerydomain.
6651         Added answerp argument.  Call __libc_res_nquery instead of
6652         res_nquery, pass answerp.
6653         (res_nquerydomain): Changed into wrapper around
6654         __libc_res_nquerydomain.
6655         * resolv/res_send.c: Include sys/ioctl.h.
6656         (MAXPACKET): Define.
6657         (send_vc): Change arguments.  Reallocate answer buffer if it is
6658         too small.
6659         (send_dg): Likewise.
6660         (__libc_res_nsend): Renamed from res_nsend.  Added ansp argument.
6661         Reallocate answer buffer if it is too small and hooks are in use.
6662         Adjust calls to send_vc and send_dg.
6663         (res_nsend): Changed into wrapper around __libc_res_nsend.
6664         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
6665         just 1K answer buffer on the stack, use __libc_res_nsearch instead
6666         of res_nsearch.
6667         (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
6668         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6669         (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
6670         * resolv/gethnamaddr.c (gethostbyname2): Likewise.
6671         (gethostbyaddr): Similarly with __libc_res_nquery.
6672         * resolv/Versions (libresolv): Export __libc_res_nquery and
6673         __libc_res_nsearch at GLIBC_PRIVATE.
6675 2002-10-17  Roland McGrath  <roland@redhat.com>
6677         * configure.in: Grok --without-__thread and disable HAVE___THREAD.
6678         * configure: Regenerated.
6680         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
6681         before performing the reloc, not after.
6682         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
6684 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
6686         * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
6687         * locale/programs/linereader.c (lr_open): Likewise.
6688         * locale/programs/charmap-dir.c (charmap_open): Likewise.
6689         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
6691 2002-10-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
6693         * posix/bug-regex11.c: Add a test case for the bug reported by
6694         Paolo Bonzini <bonzini@gnu.org>.
6695         * posix/regexec.c (sift_states_bkref): Use correct destination of
6696         the back reference.
6698 2002-10-17  Roland McGrath  <roland@redhat.com>
6700         * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
6701         * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
6702         to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
6703         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
6704         Call it after performing TPOFF relocs.
6705         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
6706         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
6707         * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
6709         * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
6710         when closing a partially-initialized object.
6712         * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
6713         instead of _dl_fatal_printf when we see PT_TLS.
6715         * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
6716         instead of $(libof-$<).
6718 2002-10-16  Roland McGrath  <roland@redhat.com>
6720         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
6721         instead of += to append, to be sure $(lib) gets expanded at defn time.
6722         (libof-$(cpp-src)): New variable, define this instead.
6723         * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
6724         (lib): Don't use override.
6725         (CPPFLAGS-$(lib)): New variable, put -D's here.
6726         * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
6727         Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
6728         LIB found by $(libof-*) for basename, target, or source.
6729         * Makerules (CPPFLAGS-nonlib): New variable.
6730         * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
6731         * locale/Makefile (lib): Likewise.
6732         * sunrpc/Makefile (lib): Likewise.
6734         * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
6735         * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
6736         * sysdeps/unix/sysv/linux/pathconf.h: New file.
6737         (statfs_link_max): New function, guts from fpathconf.c.
6738         * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
6739         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
6740         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
6741         to use the linux/pathconf.c code by #include rather than duplication.
6742         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
6744 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
6746         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
6747         Use __libc_errno only for libc itself.
6749 2002-10-16  Andreas Jaeger  <aj@suse.de>
6751         * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
6753 2002-10-16  Ulrich Drepper  <drepper@redhat.com>
6755         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6756         Use __libc_errno only for libc itself.
6758 2002-10-15  Roland McGrath  <roland@redhat.com>
6759             Jakub Jelinek  <jakub@redhat.com>
6761         * sysdeps/unix/sysv/linux/Makefile
6762         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
6763         sparc/Makefile to produce a bi-arch file as needed.
6764         That's now parameterized by the variable $(64bit-predefine).
6765         Use LC_ALL=C for `comm' commands in that rule.
6766         No longer conditional on [$(no_syscall_list_h)].
6767         * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
6768         (64bit-predefine): New variable.
6769         * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
6770         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
6771         * sysdeps/unix/sysv/linux/powerpc/Makefile
6772         (64bit-predefine): New variable.
6774 2002-10-15  Roland McGrath  <roland@redhat.com>
6776         * sysdeps/unix/sysv/linux/Makefile
6777         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
6779         * login/utmp-private.h: Declare __libc_utmp_lock.
6780         * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
6781         and call __libc_utmp_jump_table functions directly, instead of using
6782         __setutent et al.
6784         * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
6785         * sysdeps/unix/sysv/linux/configure: Regenerated.
6787         * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
6788         (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
6789         Use int32_t for ll_time.
6790         (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
6791         Use int32_t instead of long int for ut_session.
6792         Use an anonymous struct with 32-bit fields for ut_tv.
6793         * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
6794         (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
6795         here as in utmp.h for `struct utmp'.
6796         * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
6797         * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
6798         * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
6799         * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
6800         * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
6801         * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
6803         * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
6804         of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
6805         All the following files were identical or equivalent to it.
6806         * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
6807         * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
6808         * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
6809         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
6810         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
6811         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
6812         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
6813         * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
6814         * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
6815         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
6817         * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
6818         instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
6819         Other than the previously incorrect sign of msg_iovlen, this is a
6820         no-op on 32-bit platforms.  On 64-bit platforms it makes this header
6821         match their layouts as well, so the following are now identical to it.
6822         * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
6823         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
6824         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
6825         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
6826         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
6828 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
6830         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
6831         Define for 2.4+ kernels.
6833         * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
6834         are known to have the vfork syscall.  Don't confuse the CPUs
6835         branch prediction unit by jumping to the return address.
6837         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
6838         support for reiserfs and xfs.
6840         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
6841         XFS link count.
6842         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
6843         and XFS_LINK_MAX.
6844         Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
6846 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
6848         * include/libc-symbols.h (attribute_tls_model_ie): Define.
6849         * include/errno.h (errno): Define to __libc_errno in libc.so.
6850         Add attribute_tls_model_ie.
6851         * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
6852         Add attribute_tls_model_ie.
6853         * include/resolv.h (_res): Define to __libc_res in libc.so.  Add
6854         attribute_tls_model_ie.
6855         * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
6856         (h_errno): Define.
6857         * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
6858         (_res): Define.
6859         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
6860         attribute_tls_model_ie.
6861         * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
6862         __thread.
6863         * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
6864         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
6865         __libc_errno in USE___THREAD case.
6866         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
6867         Likewise.
6868         * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
6869         __attribute__((tls_model (""))).
6870         * configure: Rebuilt.
6871         * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
6873 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
6875         * timezone/asia: Update from tzdata2002d.
6876         * timezone/australasia: Likewise.
6877         * timezone/iso3166.tab: Likewise.
6878         * timezone/southamerica: Likewise.
6879         * timezone/zone-tab: Likewise.
6881 2002-10-15  Roland McGrath  <roland@redhat.com>
6883         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
6884         Adjust TCB pointer before calling free, so we get the whole block.
6886 2002-10-14  Roland McGrath  <roland@redhat.com>
6888         * sysdeps/unix/sysv/linux/x86_64/sigaction.c
6889         [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
6890         extern using attribute_hidden instead of static, avoids warning.
6892 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
6894         * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
6895         * sysdeps/unix/sysv/linux/configure: Rebuilt.
6897 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
6899         * po/sv.po: Update from translation team.
6901 2002-10-12  H.J. Lu  <hjl@gnu.org>
6903         * sunrpc/thrsvc.c (PROCQUIT): New.
6904         (struct rpc_arg): New.
6905         (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
6906         (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
6907         (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
6908         (main): Modified for struct rpc_arg *.
6910 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
6912         * dirent/scandir.c: Rearrange code a bit to reduce binary size.
6914 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
6916         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
6917         (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
6918         in ld.so even if __thread is supported.
6920 2002-10-13  Jakub Jelinek  <jakub@redhat.com>
6922         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
6923         Add hack to prevent the compiler from clobbering the signal context.
6924         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
6925         Likewise.
6926         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
6927         Likewise.
6929 2002-10-14  Andreas Jaeger  <aj@suse.de>
6931         * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
6932         Guido Guenther <agx@sigxcpu.org>.
6934 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
6936         * po/sk.po: Update from translation team.
6938 2002-09-26  Roland McGrath  <roland@redhat.com>
6940         * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
6941         dynamic string tag.
6942         * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
6943         DL_DST_LIB based on $(slibdir).
6945 2002-10-13  Roland McGrath  <roland@frob.com>
6947         * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
6949         * sysdeps/mach/hurd/getresuid.c: New file.
6950         * sysdeps/mach/hurd/getresgid.c: New file.
6951         * sysdeps/mach/hurd/setresuid.c: New file.
6952         * sysdeps/mach/hurd/setresgid.c: New file.
6954         * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
6955         setresgid): Declare them.
6956         * NEWS: Mention it.
6957         * include/unistd.h
6958         (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
6959         add libc_hidden_proto.
6960         * posix/Versions (libc: GLIBC_2.3.2): New set.  Add
6961         getresuid, getresgid, setresuid, setresgid here.
6962         * Versions.def (libc): Define GLIBC_2.3.2 set.
6963         * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
6964         Add libc_hidden_def.
6965         * sysdeps/generic/getresgid.c (__getresgid): Likewise.
6966         * sysdeps/generic/setresgid.c: New file.
6967         * sysdeps/generic/setresuid.c: New file.
6968         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
6969         (sysdep_routines): Don't add getresuid and getresgid here.
6970         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
6971         (sysdep_routines): Don't add setresuid and setresgid here.
6972         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
6973         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
6974         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6975         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
6976         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6977         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6978         * posix/Makefile (routines): Add them all here instead.
6979         * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
6980         __getresuid.  Add libc_hidden_def for that, and weak alias to old name.
6981         * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
6982         __getresgid.  Add libc_hidden_def for that, and weak alias to old name.
6983         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
6984         [! __NR_setresuid]: Include generic file.
6985         * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
6986         __setresgid.  Add libc_hidden_def for that, and weak alias to old name.
6987         [! __NR_setresuid]: Include generic file.
6988         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
6989         Caller is - now, not EXTRA.
6990         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
6991         (setresuid, setresgid, getresuid, getresgid): Likewise.
6992         * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
6993         Add these calls here.
6994         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
6995         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6996         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6997         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6998         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
7000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
7001         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7002         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7004         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7005         (sysdep_routines): Add setfsuid and setfsgid here.
7006         * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
7007         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
7008         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
7009         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
7010         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7011         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
7012         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7013         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7015         * hurd/errno.c: Renamed to ...
7016         * hurd/errno-loc.c: ... this.
7017         * hurd/Makefile (routines): errno -> errno-loc
7019 2002-10-13  Ulrich Drepper  <drepper@redhat.com>
7021         * po/de.po: Update from translation team.
7023         * MakeTAGS: Add -E flag to xgettext runs.
7025 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7027         * po/fr.po: Update from translation team.
7029         * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
7030         Optimize a bit for use in glibc.
7032 2002-10-12  Roland McGrath  <roland@redhat.com>
7034         * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
7035         Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
7037 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7039         * po/sv.po: Update from translation team.
7041 2002-10-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
7043         * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
7044         OP_CONTEXT_NODE.
7045         (regfree): Likewise.
7046         (create_initial_state): Likewise.
7047         (analyze): Remove the substitutions which became useless.
7048         (calc_first): Likewise.
7049         (calc_epsdest): Use edests of OP_BACK_REF in case that it has
7050         epsilon destination.
7051         (duplicate_node_closure): New function.
7052         (duplicate_node): Remove the handling OP_CONTEXT_NODE.
7053         (calc_inveclosure): Likewise.
7054         (calc_eclosure): Likewise.
7055         (calc_eclosure_iter): Invoke duplicate_node_closure instead of
7056         direct invocation of duplicate_node.
7057         (parse): Don't use comma operator in the return to avoid compiler
7058         warning.
7059         (parse_reg_exp): Likewise.
7060         (parse_branch): Likewise.
7061         (parse_expression): Likewise.
7062         (parse_sub_exp): Likewise.
7063         (parse_dup_op): Likewise.
7064         * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
7065         which became useless.
7066         (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
7067         (create_cd_newstate): Likewise.
7068         * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
7069         (re_token_t): Likewise.
7070         (re_dfa_t): Likewise.
7071         (re_node_set_remove): New macro.
7072         * posix/regexec.c (check_matching): Remove the handling
7073         OP_CONTEXT_NODE.
7074         (check_halt_node_context): Likewise.
7075         (proceed_next_node): Likewise.
7076         (pop_fail_stack): Fix the memory leak.
7077         (set_regs): Likewise.
7078         (free_fail_stack_return): New function.
7079         (sift_states_backward): Fix the memory leak.  Remove the handling
7080         OP_CONTEXT_NODE.
7081         (update_cur_sifted_state): Append some if clause to avoid redundant
7082         call.
7083         (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
7084         back reference.
7085         (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
7086         (check_subexp_limits): Likewise.
7087         (search_subexp): Likewise.
7088         (sift_states_bkref): Likewise.
7089         (transit_state_mb): Likewise.
7090         (transit_state_bkref_loop): Likewise.
7091         (transit_state_bkref_loop): Likewise.
7092         (group_nodes_into_DFAstates): Likewise.
7093         (check_node_accept): Likewise.
7094         (sift_ctx_init): Add initializing.
7096 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7098         * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
7099         __builtin_expect.
7101 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
7103         * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
7104         duplicated variable c.
7106         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
7107         if possible.
7109         * sysdeps/unix/sysv/linux/i386/sysdep.h
7110         (INTERNAL_SYSCALL_ERROR_P): New define.
7111         (INTERNAL_SYSCALL_ERRNO): Likewise.
7113         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
7114         Add hack to prevent the compiler from clobbering the signal context.
7116 2002-10-11  Roland McGrath  <roland@redhat.com>
7118         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7119         Fix typos.
7121         * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
7122         * sysdeps/sh/dl-lookupcfg.h: File removed.
7123         * sysdeps/i386/dl-lookupcfg.h: File removed.
7125         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
7126         missing labels and ; from last change.
7128         * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
7129         number literals, so they are doubles instead of ints.
7131 2002-10-09  Roland McGrath  <roland@redhat.com>
7133         * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
7134         changed from [USE_TLS && HAVE___THREAD].
7136         * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
7137         Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
7138         * sysdeps/x86_64/dl-machine.h
7139         (elf_machine_type_class, elf_machine_rela): Likewise.
7140         * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
7141         Likewise.
7143         * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
7144         * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
7145         (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
7147         * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
7148         instead of ___tls_get_addr.
7149         (___tls_get_addr_internal): Add attribute_hidden to decl.
7151         * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
7152         _dl_error_catch_tsd.
7153         * elf/rtld.c (startup_error_tsd): New function.
7154         (dl_main): Point _dl_error_catch_tsd at that.
7155         * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
7156         use new function pointer instead.
7157         * elf/dl-tsd.c: New file.
7158         * elf/Makefile (routines): Add it.
7160 2002-10-07  Roland McGrath  <roland@redhat.com>
7162         * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
7163         writev if it's available.  Otherwise if [RTLD_PRIVATE_ERRNO] then
7164         take _dl_load_lock around calling __writev.
7166         * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
7167         (INLINE_SYSCALL): Use that.
7169         * sysdeps/generic/dl-sysdep.h: New file.
7170         * sysdeps/mach/hurd/dl-sysdep.h: New file.
7171         * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
7172         * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
7173         [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
7174         access it directly.
7175         * elf/dl-minimal.c (__errno_location): Removed.
7176         * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
7177         Use GOTOFF access for errno.
7178         * sysdeps/unix/sysv/linux/i386/sysdep.h
7179         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
7181         * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
7182         Use PC-relative access for errno.
7183         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
7184         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
7186         * include/tls.h: New file.
7187         (USE___THREAD): New macro.
7188         Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
7189         libc or libpthread.
7190         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
7191         changed from [USE_TLS && HAVE___THREAD].
7192         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7193         * sysdeps/unix/i386/sysdep.S: Likewise.
7194         * sysdeps/unix/x86_64/sysdep.S: Likewise.
7195         * include/errno.h: Likewise.
7196         * include/netdb.h: Likewise.
7197         * include/resolv.h: Likewise.
7199         * sysdeps/generic/errno.c: New file.
7200         * csu/Makefile (aux): New variable, list errno.
7201         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
7202         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
7203         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
7204         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
7205         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
7206         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
7207         * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
7208         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
7209         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
7210         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
7211         * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
7212         * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
7213         * sysdeps/unix/alpha/sysdep.S: Likewise.
7214         * sysdeps/generic/start.c: Likewise.
7215         * sysdeps/unix/start.c: Likewise.
7216         * sysdeps/unix/arm/start.c: Likewise.
7217         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
7218         * sysdeps/unix/sparc/start.c: Likewise.
7219         * sysdeps/unix/sysv/irix4/start.c: Likewise.
7220         * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
7222         * manual/search.texi (Tree Search Function, Hash Search Function):
7223         Mention search.h clearly.
7225 2002-10-05  Roland McGrath  <roland@redhat.com>
7227         * elf/dl-fxstat64.c: File removed.
7228         * elf/dl-xstat64.c: File removed.
7229         * elf/Makefile (rtld-routines): Remove them.
7230         * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
7231         Instead, use strong_alias instead of versioned_symbol in the
7232         !SHLIB_COMPAT case.
7233         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7234         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7236         * include/shlib-compat.h
7237         (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
7238         [! NOT_IN_libc] (IS_IN_libc): Define it.
7239         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
7240         * elf/Makefile (CPPFLAGS-.os): Likewise.
7242         * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
7243         Return the status instead of calling exit.
7245         * Makeconfig (CFLAGS): Prepend -std=gnu99.
7246         * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
7247         Remove superfluous rm command, whose @ plus make bugs hid
7248         all these commands from the make output.
7250         * include/stubs-prologue.h: New file.  Give #error under #ifdef _LIBC.
7251         * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
7252         Use that file's contents instead of literal echo's for the prologue.
7253         * include/features.h: Include <gnu/stubs.h> unconditionally.
7254         * include/gnu/stubs.h: New file.
7256 2002-09-30  Roland McGrath  <roland@redhat.com>
7258         * elf/rtld-Rules: New file.
7259         * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
7260         $(objpfx)rtld-libc.a): New targets.
7261         (generated): Add them.
7262         (reloc-link): Remove -o $@ from the variable.
7263         ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
7264         (distribute): Add rtld-Rules.
7265         (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
7266         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
7267         (common-mostlyclean, common-clean): Clean up rtld-* files.
7268         * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
7270 2002-10-11  Roland McGrath  <roland@redhat.com>
7272         * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
7273         now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
7275         * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
7276         proper set of no-op insn prefixes.
7278         * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
7280 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
7282         * sysdeps/unix/sysv/linux/execve.c: Don't try calling
7283         __pthread_kill_other_threads_np.
7285         * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
7287 2002-10-08  Roland McGrath  <roland@redhat.com>
7289         * locale/newlocale.c (__newlocale): If setting all categories to "C",
7290         just return &_nl_C_locobj instead of copying it.
7291         * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
7292         * locale/duplocale.c (__duplocale): Likewise.
7294 2002-10-07  Roland McGrath  <roland@frob.com>
7296         * config.h.in (HAVE_I386_SET_GDT): New #undef.
7297         * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
7298         * sysdeps/mach/configure: Regenerated.
7300 2002-10-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
7303         Add all necessary register outputs for syscall-clobbered registers.
7305 2002-10-02  David Mosberger  <davidm@hpl.hp.com>
7307         * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
7308         Itanium 2 (and Itanium).
7309         Fix unwind directives and make it fit in 80 columns.
7310         * sysdeps/ia64/memset.S: Likewise.
7311         * sysdeps/ia64/memcpy.S: Likewise.
7312         Move jump table to .rodata section.
7314 2002-10-03  Roland McGrath  <roland@frob.com>
7316         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
7317         clobbers to asm.
7319 2002-10-10  Andreas Jaeger  <aj@suse.de>
7321         * sysdeps/x86_64/_mcount.S: Restore correct registers.
7323 2002-10-10  Ulrich Drepper  <drepper@redhat.com>
7325         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
7327 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
7329         * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
7330         _dl_allocate_tls_init.  Add rtld_hidden_proto.
7331         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
7332         rtld_hidden_def.
7333         * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
7335         * version.h (VERSION): Bump to 2.3.1.
7337         * Make-dist: Add back one of the tar invocations removed before.
7339         * stdlib/Makefile (distribute): Add allocalim.h.
7341         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
7342         (__libc_tsd_address): Use correct variable name.
7343         Patch by Stefan Jones <stefan.jones@multigig.com>.
7345         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
7346         Reported by edwardsg@sgi.com [PR libc/4678].
7348         * Versions.def (libc): Add GLIBC_2.3.1.
7349         (libpthread): Add GLIBC_2.3.1.
7351         * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
7352         and __sigtimedwait.
7353         * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
7354         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
7355         libc_hidden_def.
7356         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
7357         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
7359         * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
7360         * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
7361         and make old name an alias.
7362         * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
7363         and make old name an alias.
7364         * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
7365         __libc_msgsnd.
7367         * include/sys/uio.h: Declare __libc_readv and __libc_writev.
7368         * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
7369         __libc_writev.
7370         * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
7371         old name an alias.
7372         * sysdeps/posix/readv.c: Likewise
7373         * sysdeps/unix/sysv/aix/readv.c: Likewise.
7374         * sysdeps/unix/sysv/linux/readv.c: Likewise.
7375         * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
7376         old name an alias.
7377         * sysdeps/posix/writev.c: Likewise
7378         * sysdeps/unix/sysv/aix/writev.c: Likewise.
7379         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7381         * include/sys/wait.h: Declare __waitid.
7382         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
7383         * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
7384         name an alias.
7385         * sysdeps/posix/waitid.c: Likewise.
7386         * sysdeps/unix/sysv/aix/waitid.c: Likewise.
7388         * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
7390 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
7392         * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
7393         prototypes.
7394         (__MAX_ALLOCA_CUTOFF): Define.
7395         Include allocalim.h.
7396         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
7397         _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
7398         host_buffer depending on __libc_use_alloca.
7399         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
7400         _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
7401         net_buffer depending on __libc_use_alloca.
7402         * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
7403         buf depending on __libc_use_alloca.
7404         * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
7405         * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
7406         instead of hardcoded constants.
7407         Pass proper size argument to alloca and compute end for wide char
7408         version.
7409         * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
7410         instead of hardcoded constants.
7411         * string/strcoll.c (strcoll): Likewise.
7412         * string/strxfrm.c (strxfrm): Likewise.
7413         * sysdeps/posix/readv.c (__readv): Likewise.
7414         * sysdeps/posix/writev.c (__writev): Likewise.
7415         * sysdeps/generic/allocalim.h: New file.
7417 2002-10-08  Roland McGrath  <roland@redhat.com>
7419         * configure.in (aux_missing warning): Change "too old" to
7420         "incompatible versions", since for autoconf it's "too new" right now.
7421         * configure: Regenerated.
7423         * configure.in (AUTOCONF): New check to set it.  Set to "no" if the
7424         one found doesn't work on our configure.in.
7425         * configure: Regenerated.
7426         * config.make.in (AUTOCONF): New substituted variable.
7427         * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
7428         (autoconf-it): ... here, use that instead of defining conditionally.
7429         Use $(AUTOCONF) instead of literal autoconf.
7430         [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
7431         with this condition.
7432         * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
7434 2002-10-08  Ulrich Drepper  <drepper@redhat.com>
7436         * Make-dist (dist): Cleanup a bit.  We are not interested in the
7437         14 char filename limit anymore.  Remove intermediate files and
7438         symlinks.
7440 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
7442         * po/sk.po: Update from translation team.
7443         * po/tr.po: Likewise.
7444         * po/gl.po: Likewise.
7446 2002-10-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7448         * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
7450 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
7452         * version.h (RELEASE): Change to stable.
7454 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
7456         * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
7457         __syscall_exit_group): New prototypes.
7459 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
7461         * glibc 2.3 released.
7464 See ChangeLog.13 for earlier changes.