* Makeconfig ($(common-objpfx)sysd-sorted): Fix for running in
[glibc.git] / ChangeLog
blobd8d0321b6ae288304da2834ff3f8431b00a2556e
1 2003-04-27  Andreas Schwab  <schwab@suse.de>
3         * Makeconfig ($(common-objpfx)sysd-sorted): Fix for running in
4         subdirectory.
6 2003-04-27  Andreas Schwab  <schwab@suse.de>
8         * sysdeps/unix/sysv/linux/m68k/semtimedop.S: New file.
10 2003-04-27  Ulrich Drepper  <drepper@redhat.com>
12         * locale/programs/locale.c (show_info): Use '\177' instead of CHAR_MAX.
14         * Makerules ($(common-objpfx)shlib.lds): Don't use PROVIDE to
15         define __start_libc_freeres_ptrs and __stop___libc_freeres_ptrs.
17 2003-04-26  Ulrich Drepper  <drepper@redhat.com>
19         * elf/dl-close.c [USE_TLS && TLS_TCB_AT_TP] (_dl_close): Reimplement
20         tracking of freed memory in static TLS block.
21         * elf/Makefile: Add rules to build and run tst-tls13.
22         * elf/tst-tls13.c: New file.
23         * elf/tst-tlsmod13.c: New file.
24         * elf/tst-tlsmod13a.c: New file.
26         * elf/tst-tls8.c: Adjust types of variables to avoid warnings.
28         * elf/dl-reloc.c: Pretty printing.
30 2003-04-26  Roland McGrath  <roland@redhat.com>
32         * Makerules ($(common-objpfx)shlib.lds): New target.
33         (common-generated): Add it.
34         (build-shlib, build-module): Use that instead of generating every time.
35         ($(common-objpfx)libc.so): Depend on it.
36         (lib%.so rule): Likewise.
37         (build-module-helper-objlist): Remove %.lds.
38         (LDSEDCMD-c.so): Variable removed.
39         * iconvdata/extra-module.mk ($(objpfx)$(mod).so):
40         Depend on $(common-objpfx)shlib.lds.
41         * dlfcn/Makefile ($(test-modules)): Likewise.
43 2003-04-26  Roland McGrath  <roland@frob.com>
45         * sysdeps/mach/hurd/tmpfile.c: Remove USE_IN_LIBIO conditionals.
47 2003-04-26  Andreas Schwab  <schwab@suse.de>
49         * elf/dl-close.c (remove_slotinfo): Fix missing parens.
51 2003-04-25  Ulrich Drepper  <drepper@redhat.com>
53         * nscd/cache.c (cache_search): Keep track of how many chain links
54         we searched and update table statistics.
55         (cache_add): Keep track of how many values are in the table.
56         (prune_cache): Likewise.  Keep track of locking success.
57         Print messages about removed entries in separate pass.
58         * nscd/connections.c (handle_request): Don't print debug message here.
59         The caller will do it.  Keep track of locking success.
60         (nscd_run): Print debug message.  Also print PID of the client process.
61         * nscd/nscd.c (start_time): New variable.
62         (main): Remember start time.
63         * nscd/nscd.h: Declare start_time.
64         (struct database): Add more members for new statistics.
65         * nscd/nscd_stat.c: Add support for sending, receiving, and printing
66         of new statistics.
68         * sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
70 2003-04-22  Jakub Jelinek  <jakub@redhat.com>
72         * include/link.h (NO_TLS_OFFSET): Define to 0 if not defined.
73         * elf/dl-close.c (_dl_close): Use NO_TLS_OFFSET.
74         * elf/dl-object.c (_dl_new_object): Initialize l_tls_offset to
75         NO_TLS_OFFSET.
76         * elf/rtld.c (_dl_start_final, _dl_start): Likewise.
77         * elf/dl-reloc.c (CHECK_STATIC_TLS): Use NO_TLS_OFFSET.
78         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Likewise.
79         * sysdeps/powerpc/dl-tls.h (TLS_TPREL_VALUE): Don't subtract
80         TLS_TCB_SIZE.
82 2003-04-24  Ulrich Drepper  <drepper@redhat.com>
84         * nss/getent.c: Implement alternative host database lookup via
85         getaddrinfo.
87         * include/ifaddrs.h: New file.
88         * include/netdb.h: Move definitions of AI_V4MAPPED, AI_ALL, and
89         AI_ADDRCONFIG...
90         * resolv/netdb.h: ...here.
91         * sysdeps/gnu/ifaddrs.c. Use libc_hidden_def where appropriate.
92         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
93         * sysdeps/posix/getaddrinfo.c: Implement AI_V4MAPPED, AI_ALL, and
94         AI_ADDRCONFIG.
96 2003-04-24  Roland McGrath  <roland@redhat.com>
98         * elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.
100 2003-04-24  Jakub Jelinek  <jakub@redhat.com>
102         * elf/dl-reloc.c (allocate_static_tls): Rename to...
103         (_dl_allocate_static_tls): ... this function.  No longer static.
104         (CHECK_STATIC_TLS): Adjust.
105         * sysdeps/generic/ldsodefs.h (_dl_allocate_static_tls): New prototype.
106         * sysdeps/powerpc/powerpc32/dl-machine.h (__process_machine_rela):
107         Add SYM_MAP argument.
108         (elf_machine_rela): Adjust caller.  Declare SYM_MAP unconditionally.
109         Check if SYM_MAP != NULL for R_PPC_DTPREL32.  Only handle 32-bit
110         TLS relocs here.  #ifdef out relocs which never appear in
111         .gnu.conflict section from dl-conflict.c processing.
112         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
113         Add SYM_MAP argument.  Handle 16-bit TLS relocs here.
115         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): #ifdef
116         out relocs which never appear in .gnu.conflict section from
117         dl-conflict.c processing.
118         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
119         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
120         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
121         Use r_type in RESOLVE macro.
123 2003-04-23  Ulrich Drepper  <drepper@redhat.com>
125         * nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=
126         NULL.  Remove code made redundant by this assumption.
127         (__yp_unbind): Add call to free.  Adjust all callers.
129         * nis/ypclnt.c (yp_all): Free the dom_binding object after
130         unbinding it.
132         * grp/initgroups.c (getgrouplist): Don't copy too much into the
133         user buffer if more groups are found than fit into it.
135         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Use
136         extend_alloca.
138 2003-04-23  Jakub Jelinek  <jakub@redhat.com>
140         * sysdeps/posix/getaddrinfo.c (gaih_inet): Check for rc == ERANGE,
141         not rc == errno.  Use extend_alloca.
143         * elf/tst-tls12.c (main): Fix declaration.
144         * elf/tst-tls10.c (dummy): Make hidden instead of static.
145         * elf/tst-tlsmod7.c (dummy): Likewise.
146         * elf/tst-tlsmod8.c (dummy): Likewise.
147         * elf/tst-tlsmod9.c (dummy): Likewise.
149 2003-04-22  Roland McGrath  <roland@redhat.com>
151         * sysdeps/unix/sysv/linux/not-cancel.h: Put parens around macro args.
152         (open_not_cancel): Make last argument non-optional.
153         * sysdeps/generic/check_fds.c (check_one_fd): Update caller.
154         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
155         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
157         * include/tls.h: Protect against multiple inclusion.
159 2003-04-22  Ulrich Drepper  <drepper@redhat.com>
161         * nscd/nscd-client.h: Add declaration for __nscd_open_socket.
162         * nscd/nscd_gethst_r.c (__nscd_open_socket): Renamed from
163         open_socket.  Not static anymore.
164         (nscd_gethst_r): Use __nscd_open_socket.
165         * nscd/nscd_getgr_r.c (open_socket): Removed.
166         (nscd_getgr_r): Use __nscd_open_socket.
167         * nscd/nscd_getpw_r.c (open_socket): Removed.
168         (nscd_getpw_r): Use __nscd_open_socket.
170         * nscd/nscd.c (main): Change type of fdn to long int and use strtol.
171         * nscd/connections.c (handle_request): Add cast to avoid warning.
173 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
175         * signal/sigfillset.c: Moved to...
176         * sysdeps/generic/sigfillset.c: ...here.  If SIGCANCEL is defined
177         do not set the corresponding bit.
179         * sysdeps/unix/sysv/linux/sigprocmask.c: Prevent changing mask for
180         SIGCANCEL.
181         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_TKILL.
182         * sysdeps/unix/sysv/linux/bits/siginfo.h: Define SI_TKILL.
183         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Define SI_TKILL.
184         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Define SI_TKILL.
185         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Define SI_TKILL.
187 2003-04-20  Ulrich Drepper  <drepper@redhat.com>
189         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Cast
190         first syscall parameter to const char*.
192 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
194         * intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run.
196         * configure.in: Add AC_PROG_CXX.
197         * config.make.in (CXX): Define.
199         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_PRINT): Change type of
200         __len to size_t to avoid warnings.
202 2003-04-18  Jes Sorensen  <jes@wildopensource.com>
204         * libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Sync with Linux
205         2.5.67.
206         * libc/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
208 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
210         * stdlib/cxa_finalize.c (__cxa_finalize): Don't call
211         UNREGISTER_ATFORK if d == NULL.
213         * catgets/nl_types.h: Remove __THROW marker from cancellation points.
214         * dirent/dirent.h: Likewise.
215         * dlfcn/dlfcn.h: Likewise.
216         * grp/grp.h: Likewise.
217         * iconv/iconv.h: Likewise.
218         * io/fcntl.h: Likewise.
219         * io/ftw.h: Likewise.
220         * libio/stdio.h: Likewise.
221         * misc/sys/mman.h: Likewise.
222         * misc/sys/select.h: Likewise.
223         * misc/sys/syslog.h: Likewise.
224         * misc/sys/uio.h: Likewise.
225         * posix/spawn.h: Likewise.
226         * posix/unistd.h: Likewise.
227         * posix/sys/wait.h: Likewise.
228         * pwd/pwd.h: Likewise.
229         * resolv/netdb.h: Likewise.
230         * rt/aio.h: Likewise.
231         * shadow/shadow.h: Likewise.
232         * signal/signal.h: Likewise.
233         * socket/sys/socket.h: Likewise.
234         * stdlib/stdlib.h: Likewise.
235         * streams/stropts.h: Likewise.
236         * string/string.h: Likewise.
237         * sysdeps/gnu/utmpx.h: Likewise.
238         * sysvipc/sys/msg.h: Likewise.
239         * termios/termios.h: Likewise.
240         * time/time.h: Likewise.
241         * wcsmbs/wchar.h: Likewise.
242         * iconv/gconv_cache.c: Include <not-cancel.h> and use non-cancelable
243         functions.
244         * misc/daemon.c: Likewise.
245         * sysdeps/generic/backtracesymsfd.c: Likewise.
246         * sysdeps/generic/check_fds.c: Likewise.
247         * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
248         * sysdeps/unix/sysv/linux/not-cancel.h: New file.
249         * sysdeps/generic/not-cancel.h: New file.
250         * csu/Makefile (distribute): Add not-cancel.h.
251         * sysdeps/unix/sysv/linux/fatal-prepare.h: New file.
252         * sysdeps/unix/sysv/linux/Makefile: Define FATAL_PREPARE_INCLUDE
253         for assert.c and assert-perr.c to include <fatal-prepare.h>.
254         * sysdeps/unix/sysv/linux/Dist: Add fatal-prepare.h.
256         * sysdeps/posix/remove.c (remove): Rewrite.  No need to restore
257         errno and unlink first.
259         * io/ftw.c (ftw_dir): In all places assume fchdir is available.
261 2003-04-18  Ulrich Drepper  <drepper@redhat.com>
263         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Use
264         INTERNAL_SYSCALL instead of INLINE_SYSCALL.
266 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
268         * sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling.
270         * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k.
271         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not
272         replace.
274         * signal/Makefile (tests): Add tst-sigsimple.
275         * signal/tst-sigsimple.c: New file.
277 2003-04-16  Jakub Jelinek  <jakub@redhat.com>
279         * elf/Makefile (distribute): Add tst-tlsmod{[7-9],1[0-2]}.c and
280         tst-tls10.h.
281         (tests): Add tst-tls1[0-2].
282         (modules-names): Add tst-tlsmod{[7-8],1[0-2]}.
283         ($(objpfx)tst-tlsmod8.so): Depend on tst-tlsmod7.so.
284         ($(objpfx)tst-tlsmod10.so): Depend on tst-tlsmod9.so.
285         ($(objpfx)tst-tlsmod12.so): Depend on tst-tlsmod11.so.
286         ($(objpfx)tst-tls10): Depend on tst-tlsmod8.so.
287         ($(objpfx)tst-tls11): Depend on tst-tlsmod10.so.
288         ($(objpfx)tst-tls12): Depend on tst-tlsmod12.so.
289         * elf/tst-tls10.c: New test.
290         * elf/tst-tls11.c: New test.
291         * elf/tst-tls12.c: New test.
292         * elf/tst-tls10.h: New file.
293         * elf/tst-tlsmod7.c: New file.
294         * elf/tst-tlsmod8.c: New file.
295         * elf/tst-tlsmod9.c: New file.
296         * elf/tst-tlsmod10.c: New file.
297         * elf/tst-tlsmod11.c: New file.
298         * elf/tst-tlsmod12.c: New file.
300 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
302         * sysdeps/powerpc/bits/atomic.h: Moved ppc32/64 specific code to ...
303         * sysdeps/powerpc/powerpc32/bits/atomic.h: New file.
304         * sysdeps/powerpc/powerpc64/bits/atomic.h: New file.
306 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
308         * posix/regex.h: Include <sys/types.h>.
310         * signal/sigrelse.c (sigrelse): Use sigdelset and not __sigdelset.
311         The signal number must be checked.
312         * signal/sighold.c (sighold): Use sigaddset and not __sigaddset.
313         The signal number must be checked [PR libc/5004].
315         * sysdeps/unix/sysv/linux/system.c: If compiled without threads
316         don't do anything fancy.
318         * sysdeps/generic/bits/libc-lock.h: Define
319         __rtld_lock_define_initialized_recursive.
321         * nss/getXXbyYY_r.c [USE_NSCD] (REENTRANT_NAME): Only retry
322         contacting nscd if NOT_USENSCD_NAME > 0.
323         * nss/nsswitch.c (__nss_disable_nscd): New function.
324         * nss/nsswitch.h: Declare it.
325         * nss/Versions [GLIBC_PRIVATE]: Export __nss_disable_nscd.
326         * nscd/nscd.c (main): Call __nss_disable_nscd.
328 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
330         * stdio-common/perror.c (perror): We don't need to set the offset
331         to _IO_pos_bad, this is how streams are initialized.
333         * locale/programs/ld-time.c (TESTARR_ELEM): Make i unsigned.
334         (time_output): If necessary, allocate new buffer for .name string if
335         padding is required.
337         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Check lengths
338         before copying.  This might leave holes in the list.  Adjust
339         pointers if necessary.
340         (netlink_receive): Allocate only one block.
341         (free_netlink_handle): Adjust appropriately.
342         (getifaddrs): Lots of cleanups.
344         * string/test-strncpy.c (do_one_test): Mark start and stop as
345         possibly unused.
346         * string/test-memchr.c: Likewise.
347         * string/test-memcmp.c: Likewise.
348         * string/test-memcpy.c: Likewise.
349         * string/test-memmove.c: Likewise.
350         * string/test-memset.c: Likewise.
351         * string/test-strcat.c: Likewise.
352         * string/test-strchr.c: Likewise.
353         * string/test-strcmp.c: Likewise.
354         * string/test-strcpy.c: Likewise.
355         * string/test-strlen.c: Likewise.
356         * string/test-strncmp.c: Likewise.
357         * string/test-strpbrk.c: Likewise.
358         * string/test-strrchr.c: Likewise.
359         * string/test-strspn.c: Likewise.
361 2003-04-15  Roland McGrath  <roland@redhat.com>
363         * libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning.
365         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
366         INTUSE(__register_frame_info_bases).
368 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
370         * elf/elf.h: Define AT_SYSINFO_EH_FRAME.
371         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle
372         AT_SYSINFO_EH_FRAME.  Adjust string width.
373         (_dl_show_auxv):Display AT_SYSINFO_EH_FRAME value.
374         * sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global):
375         Add _dl_sysinfo_eh_frame field.
376         * elf/dl-support.c [NEED_DL_SYSINFO]: Define _dl_sysinfo_eh_frame.
377         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO] Define eh_obj
378         variable.
379         [NEED_DL_SYSINFO] (LIBC_START_MAIN): Call __register_frame_info_bases
380         if _dl_sysinfo_eh_frame is non-NULL.
382         * Makeconfig (gnulib): Add -lgcc_eh.
384         * config.h.in: Define HAVE_FORCED_UNWIND.
386 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
388         * sysdeps/powerpc/powerpc64/strcmp.S: Convert to full 64-bit.
389         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
391 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
393         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Avoid
394         checking R_PPC_RELATIVE, R_PPC_NONE and whether relocation is
395         against local symbol in conflict processing.
397 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
399         * sysdeps/powerpc/bits/atomic.h
400         [__powerpc64] (__arch_compare_and_exchange_val_64_acq): Define.
401         [! __powerpc64] (__arch_compare_and_exchange_val_64_acq): Defined
402         as abort stub.
403         (__arch_compare_and_exchange_val_32_acq): Define.
404         (atomic_compare_and_exchange_val_acq): Define.
406 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
408         * include/atomic.h: Pretty printing.
410 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
412         * stdio-common/vfscanf.c: Add casts to avoid warnings.
414 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
416         * sysdeps/i386/i486/bits/atomic.h: Rename LOCK to LOCK_PREFIX.
417         * sysdeps/x86_64/bits/atomic.h: Likewise.
419 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
421         * sysdeps/unix/sysv/linux/i386/sysdep.h: Change PUSHARGS_1 and
422         POPARGS_1 to emit labels for the mov instructions.
424 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
426         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (ret_NOERRNO): Define.
428 2003-04-14  Roland McGrath  <roland@redhat.com>
430         * sysdeps/generic/unwind-dw2.c (_Unwind_GetCFA): Add a cast to silence
431         compiler warning.
433         * sysdeps/generic/unwind-pe.h: Fix decl hacks broken in merge.
435 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
437         * string/strxfrm.c (STRXFRM): Terminate rulearr at correct
438         position.  Reported by jreiser@BitWagon.com.
440 2003-04-13  Ulrich Drepper  <drepper@redhat.com>
442         * sysdeps/generic/unwind-dw2-fde.c: Update from recent gcc version.
443         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
444         * sysdeps/generic/unwind-dw2.c: Likewise.
445         * sysdeps/generic/unwind-pe.h: Likewise.
447 2003-04-13  Alexandre Oliva  <aoliva@redhat.com>
449         * sysdeps/unix/sysv/linux/mips/profil-counter: New.
450         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Port to n32/n64.
451         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: New.
452         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Port to n32/n64.
453         (mcontext_t): Make it match the 32-bit mips kernel in o32.
454         * sysdeps/unix/sysv/linux/mips/sys/user.h: Bring in constants from
455         the mips and mips64 headers.
456         (struct user): Port to n32/n64.
458 2003-04-12  Ulrich Drepper  <drepper@redhat.com>
460         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add cast to
461         avoid warning.
463         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): If
464         __ASSUME_VSYSCALL is defined don't add restorer.
465         * sysdeps/unix/sysv/linux/kernel-features.h: Define
466         __ASSUME_VSYSCALL for 2.5.53.
468 2003-04-11  Ulrich Drepper  <drepper@redhat.com>
470         * sysdeps/generic/libc-start.c: Cleanup MAIN_AUXVEC_ARG handling.
471         Remove HAVE_CANCELBUF code.  Replace with code using the new
472         initializers for unwind-based cleanup handling.
473         * sysdeps/generic/unwind.h: Update from latest gcc version.
474         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define labels in a few
475         places to allow unwind data generation.
476         * sysdeps/i386/bits/setjmp.h: Allow file to be included multiple times.
477         * sysdeps/x86_64/bits/setjmp.h: Likewise.
478         * sysdeps/sh/bits/setjmp.h: Likewise.
479         * sysdeps/powerpc/bits/setjmp.h: Likewise.
480         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise.
481         * sysdeps/alpha/bits/setjmp.h: Likewise.
483 2003-04-11  Roland McGrath  <roland@redhat.com>
485         * csu/tst-empty.c: New file.
486         * csu/Makefile (tests, tests-static): Add it.
488 2003-04-11  Jakub Jelinek  <jakub@redhat.com>
490         * string/test-strcmp.c (do_random_tests): Test whether return value
491         has been promoted to wordsize if the ABI requires caller to do so.
492         * string/test-strncmp.c (do_random_tests): Likewise.
493         * string/test-memcmp.c (do_random_tests): Likewise.
495         * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Sign extend rRTN
496         before returning.
498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
499         (__fe_nomask_env): Try prctl even if __ASSUME_NEW_PRCTL_SYSCALL
500         is not defined, but the prctl constants are.
502         * string/tester.c (test_strcmp): Fix a typo.
504 2003-04-09  Ulrich Drepper  <drepper@redhat.com>
506         * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD definition.
507         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
509 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
511         * sysdeps/mips/sys/regdef.h (t4,t5,t6,t7): Renamed to t0..t3 on
512         NewABI.
513         (ta0, ta1, ta2, ta3): Defined to t4..t7 on o32, and a4..a7 on
514         NewABI.
515         * sysdeps/mips/mips64/memcpy.S: Adjust register naming
516         conventions.
517         * sysdeps/mips/mips64/memset.S: Likewise.
518         * sysdeps/unix/mips/sysdep.S (__syscall_error) [_LIBC_REENTRANT]:
519         Use t0 instead of t4 as temporary.
521 2003-04-07  Ulrich Drepper  <drepper@redhat.com>
523         * elf/ldconfig.c (parse_conf): Ignore leading whitespace.  Use
524         feof_unlocked instead of feof.
525         (add_dir): Ignore trailing whitespace.
527 2003-04-07  Jakub Jelinek  <jakub@redhat.com>
529         * posix/bug-regex4.c (main): Cap RANGE and STOP arguments to
530         sum of SIZE1 and SIZE2 arguments.
532 2003-04-06  Ulrich Drepper  <drepper@redhat.com>
534         * iconv/iconv_prog.c (process_block): Don't print message about
535         invalid input if the -c option is used.
536         (main): Correctly append IGNORE string for -c option.
538 2002-04-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
540         * sysdeps/sh/bits/atomic.h: Moved to ...
541         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: ... here.  Add comments.
542         (__arch_compare_and_exchange_val_*_acq): Add parens around macro
543         arguments.
544         (atomic_bit_set, atomic_bit_test_set): Likewise.
545         (atomic_exchange_and_add): Likewise.  Don't evaluate VALUE argument
546         twice.
547         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
549 2003-04-06  Roland McGrath  <roland@redhat.com>
551         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Rewrite register
552         restoration as done for setcontext yesterday.
554 2003-04-06  Jakub Jelinek  <jakub@redhat.com>
556         * elf/rtld.c: Revert 2003-03-14 change.
557         * elf/dl-conflict.c (_dl_resolve_conflicts): Move
558         #if ! ELF_MACHINE_NO_RELA conditional into the routine.
560 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
562         * sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999].
564         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
565         Always initialize *signgamp before returning an error.
567 2003-04-05  Roland McGrath  <roland@redhat.com>
569         * sysdeps/unix/sysv/linux/i386/setcontext.S: Rewrite to avoid writing
570         below the stack pointer even if switching to the same context we are
571         running right now.
573 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
575         * catgets/gencat.c (read_input_file): Make sure that \n is not
576         alone on the line before testing for continuation.
578         * math/test-tgmath.c (compile_test): Initialize c.
580 2003-04-05  Alexandre Oliva  <aoliva@redhat.com>
582         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New.
583         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New.
584         * sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available
585         on mips n32.
586         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
587         XSTAT_IS_XSTAT64 must not be used for mips n64.  Use 64-bit data
588         structure on n32 as well.
589         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant
590         data types on n32 and n64.
592 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
594         * libio/fileops.c (_IO_new_file_fopen): Don't free step data right
595         after getting them.
597         * malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
598         HAVE_register_atfork_malloc is defined use __register_atfork_malloc
599         instead of __register_atfork.
601 2003-04-05  Jakub Jelinek  <jakub@redhat.com>
603         * stdio-common/reg-printf.c (__register_printf_function): Calloc
604         instead of malloc __printf_arginfo_table and __printf_function_table.
605         Reported by John Reiser <jreiser@BitWagon.com>.
607 2003-04-04  Steven Munroe  <sjmunroe@us.ibm.com>
609         * sysdeps/powerpc/powerpc64/strchr.S: 64-bit optimizations.
610         * sysdeps/powerpc/powerpc64/strlen.S: 64-bit optimizations.
612         * sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
613         defining.
615 2003-04-04  Alexandre Oliva  <aoliva@redhat.com>
617         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock): Adjust
618         for n64 abi.
620 2003-04-03  Roland McGrath  <roland@redhat.com>
622         * configure.in: Fix up use of compilation flags to match the build:
623         For .s files, $ASFLAGS;
624         For .S files, $CPPFLAGS $ASFLAGS;
625         For .c files, $CFLAGS $CPPFLAGS;
626         when linking, add $LDFLAGS.
627         * configure: Regenerated.
629 2003-04-03  Jakub Jelinek  <jakub@redhat.com>
631         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test
632         for atomic_compare_and_exchange_bool_acq failure.
634 2003-04-03  Ulrich Drepper  <drepper@redhat.com>
636         * posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
637         _POSIX2_C_BIND, _POSIX2_C_DEV, _POSIX2_SW_DEV, and
638         _POSXI2_LOCALEDEF to 200112L.  Remove _POSIX2_C_VERSION.
639         Remove declaration of pthread_atfork.
641 2003-04-02  Ulrich Drepper  <drepper@redhat.com>
643         * locale/iso-639.def: Add many more languages from the current ISO 639.
645         * sysdeps/unix/sysv/linux/ipc_priv.h: Define IPCOP_semtimedop.
646         * sysdeps/generic/semtimedop.c: New file.
647         * sysdeps/unix/sysv/linux/i386/semtimedop.S: New file.
648         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add semtimedop.
649         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
650         * sysvipc/Makefile (routines): Add semtimedop.
651         * sysvipc/Versions [GLIBC_2.3.3] (glibc): Add semtimedop.
652         * sysvipc/sys/sem.h: Declare semtimedop.
654 2003-04-02  Daniel Jacobowitz  <drow@mvista.com>
656         * configure.in: Check for __register_frame_info in both
657         -lgcc and -lgcc_eh.
658         * configure: Regenerated.
660 2003-04-01  Roland McGrath  <roland@redhat.com>
662         * scripts/abilist.awk: Allow dots in soname suffix.
664         * scripts/abilist.awk (emit): Fix bailout condition.
666 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
668         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
669         IA-64 version.
671         * elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
672         register as input to asm.
674 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
676         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a typo.
678 2003-04-01  Andreas Jaeger  <aj@suse.de>
680         * configure.in: Output as/ld as name if version is too old.
682 2003-03-31  Daniel Jacobowitz  <drow@mvista.com>
684         * configure.in: Don't require an installed C library in the test
685         for ".set" assembler support.
687 2003-03-31  Roland McGrath  <roland@redhat.com>
689         * signal/tst-sigset.c: New file.
690         * signal/Makefile (tests): Add it.
692 2003-03-31  Ulrich Drepper  <drepper@redhat.com>
694         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Define to 65.
695         * sysdeps/unix/sysv/linux/hppa/bits/signum.h (_NSIG): Likewise.
696         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Likewise.
697         * sysdeps/unix/sysv/linux/bits/signum.h (_NSIG): Likewise.
698         (__SIGRTMAX): Adjust accordingly.
699         * sysdeps/gnu/siglist.c: If OLD2_SIGLIST_SIZE is defined define
700         second compatibility symbol set.
701         * sysdeps/unix/sysv/linux/siglist.h (OLD2_SIGLIST_SIZE): Define.
703 2003-03-31  Andreas Schwab  <schwab@suse.de>
705         * sysdeps/m68k/m68020/bits/atomic.h (atomic_increment_and_test):
706         Define.
707         (atomic_decrement_and_test): Fix test.
709 2003-03-31  Jakub Jelinek  <jakub@redhat.com>
711         * sysdeps/sparc/sparc32/bits/atomic.h: New file.
712         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: New file.
713         * sysdeps/sparc/sparc64/bits/atomic.h: New file.
714         * sysdeps/sparc/sparc32/atomicity.h: Removed.
715         * sysdeps/sparc/sparc32/sparcv9/atomicity.h: Removed.
716         * sysdeps/sparc/sparc64/atomicity.h: Removed.
718 2003-03-30  Roland McGrath  <roland@redhat.com>
720         * scripts/abilist.awk: Grok .opd foo plus .text .foo as "foo F" alone.
722         * intl/po2test.sed: Anchor substitution regexps to fix last change.
724 2003-03-29  Paolo Bonzini  <bonzini@gnu.org>
726         * intl/po2test.sed: Unify the transformations for msgid and msgstr
727         and remove a useless s/// command.
729 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
731         * sysdeps/ia64/dl-machine.h (RTLD_START): Wrap ".save rp, r0"
732         directive into empty .prologue region to ensure that call-chain
733         is terminated even for the first instruction.
735         * sysdeps/ia64/elf/start.S (_start): Use ".save rp, r0" idiom
736         to terminate call-chain right from the get-go.
738         * sysdeps/unix/sysv/linux/ia64/fork.S (fork): Remove unnecessary
739         stop bit between compare & branch.
741 2003-03-29  Ulrich Drepper  <drepper@redhat.com>
743         * stdlib/strtod.c (INTERNAL): Recognize first digit after decimal
744         point correctly [PR libc/4993].
746         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid
747         netlink_open calls if netlink is known to not be available.
749 2003-03-29  Alexandre Oliva  <aoliva@redhat.com>
751         * configure.in: Add mips64* support.
752         * sysdeps/mips/bits/endian.h: Make it bi-endian.
753         * sysdeps/mips/mipsel/bits/endian.h: Removed.
754         * sysdeps/mips/mips64/n32/el/bits/endian.h: Removed.
755         * sysdeps/mips/mips64/n64/el/bits/endian.h: Removed.
756         * sysdeps/mips/mips32/Makefile (CC): Add -mabi=32.
757         * sysdeps/mips/mips64/n32/Makefile (CC): Add -mabi=n32.
758         * sysdeps/mips/mips64/n64/Makefile (CC): Add -mabi=64.
759         * sysdeps/mips/Implies: Moved wordsize-32 to...
760         * sysdeps/mips/mips32/Implies: New file.
761         * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO,
762         ret_NOERRNO): New.
763         (ret, PSEUDO_END): Moved past END.
764         (PSEUDO): Moved to...
765         * sysdeps/unix/mips/mips32/sysdep.h: New file.
766         * sysdeps/unix/mips/mips64/n32/sysdep.h: Removed #undef PSEUDO.
767         * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
768         * sysdeps/unix/sysv/linux/mips/sysdep.h: Move to...
769         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: New file.
770         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: New file.
772         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
773         Re-introduce ENTRY.
775 2003-03-28  Thorsten Kukuk  <kukuk@suse.de>
777         * sysdeps/unix/sysv/linux/ifaddrs.c: New file.
778         * inet/test-ifaddrs.c: Allow AF_PACKET.
779         * sysdeps/unix/sysv/linux/kernel-features.h: Add
780         __ASSUME_NETLINK_SUPPORT.
782 2003-03-28  Ulrich Drepper  <drepper@redhat.com>
784         * elf/vismain.c (do_test): Comment out tests which fail in the moment.
786 2003-03-26  H.J. Lu  <hjl@gnu.org>
788         * elf/vismod.h (getvarlocal1): Return const char **.
789         (getvarinmod1): Likewise.
790         (getvaritcpt1): Likewise.
791         (getvarlocal2): Likewise.
792         (getvarinmod2): Likewise.
793         (getvaritcpt2): Likewise.
794         (getvaritcpt3): Likewise.
795         * elf/vismain.c (do_test): Adjusted.
796         * elf/vismod1.c (getvarlocal1): Return address.
797         (getvarinmod1): Likewise.
798         (getvaritcpt1): Likewise.
799         * elf/vismod2.c (getvarlocal2): Likewise.
800         (getvarinmod2): Likewise.
801         (getvaritcpt2): Likewise.
802         * elf/vismod3.c (getvaritcpt3): Likewise.
804 2003-03-28  Roland McGrath  <roland@redhat.com>
806         * elf/vismain.c (do_test): Print both addresses when they don't match.
808         * scripts/abilist.awk: If given -v filename_regexp and/or -v
809         libname_regexp when parsing names, then produce output only
810         for those matching the given regexps.  In combine mode, save all
811         stanzas for a final sorting by stanza header at the end.
812         Emit a blank line between stanzas.
814         * scripts/abilist.awk: When given -v combine=1, do parse_names and
815         emit a single output stream with lib name in stanza header lines.
817         * scripts/abilist.awk: Emit A for all *ABS* regardless of type.
819 2003-03-27  Roland McGrath  <roland@redhat.com>
821         * sysdeps/powerpc/bits/atomic.h [! __powerpc64__]
822         (__arch_atomic_decrement_if_positive_64): Fix bogus definition.
824 2003-03-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
826         * sysdeps/sh/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
827         Return old value. Make asm output reg constraint earlyclobber.
828         Renamed from...
829         (__arch_compare_and_exchange_8_acq): ... this.
830         (__arch_compare_and_exchange_val_16_acq):
831         Return old value. Make asm output reg constraint earlyclobber.
832         Renamed from...
833         (__arch_compare_and_exchange_16_acq): ... this.
834         (__arch_compare_and_exchange_val_32_acq):
835         Return old value. Make asm output reg constraint earlyclobber.
836         Renamed from...
837         (__arch_compare_and_exchange_32_acq): ... this.
838         (__arch_compare_and_exchange_val_64_acq):
839         Renamed from...
840         (__arch_compare_and_exchange_64_acq): ... this.
841         (atomic_exchange_and_add): Use local variables and
842         __arch_compare_and_exchange_val_64_acq.
843         (atomic_add): Likewise.
844         (atomic_add_negative, atomic_add_zero): Use local variables.
846 2003-03-28  Alexandre Oliva  <aoliva@redhat.com>
848         * sysdeps/unix/mips/sysdep.S: Include sys/asm.h.
850 2003-03-27  Ulrich Drepper  <drepper@redhat.com>
852         * Makefile: Remove libmd5crypt goal.
854 2003-03-25  Jakub Jelinek  <jakub@redhat.com>
856         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Restore
857         special handling of relocations against local symbols.
859 2003-03-27  Steven Munroe  <sjmunroe@us.ibm.com>
861         * sysdeps/powerpc/bits/atomic.h
862         (__arch_compare_and_exchange_bool_32_acq): Move to [!__powerpc64__].
863         [__powerpc64__] (__arch_compare_and_exchange_bool_32_acq):
864         Define PPC64 specific version.
865         [__powerpc64__] (__arch_compare_and_exchange_bool_64_acq):
866         Change (mem) constraint to "b".
867         [__powerpc64__] (__arch_atomic_exchange_and add_64):
868         Replace addi with add. Change (value) contraint to "r".
869         Change (mem) constraint to "b".
870         [__powerpc64__] (__arch_atomic_decrement_if_positive_64): New macro.
871         (__arch_atomic_exchange_32): Change (mem) constraint to "b".
872         (__arch_atomic_exchange_and_add_32): Change (mem) constraint to "b".
873         (__arch_atomic_decrement_if_positive_32): New macro.
874         (atomic_decrement_if_positive): Use __arch* macros.
876 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
878         * sysdeps/ia64/fpu/libm-test-ulps: Update.
880 2003-03-27  Roland McGrath  <roland@redhat.com>
882         * scripts/rpm2dynsym.sh: New file.
883         * Makefile (distribute): Add it.
885 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
887         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Restore caller's
888         ar.unat before returning.  Add missing .mem.offset directives
889         to ensure file gets assembled without warnings.
890         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
892 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
894         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>:
895         Return -1 instead of 0 if clock_getres failed.
897 2003-03-27  Roland McGrath  <roland@redhat.com>
899         * scripts/abilist.awk: If variable `parse_names' is set, grok the file
900         header lines and write out foo.symlist files for each foo.so.NN listed.
902         * libio/libioP.h (_IO_wfile_jumps): Remove attribute_hidden.
903         This symbol is exported, and we don't want to hide it.
904         Add libc_hidden_proto instead.
905         (_IO_file_jumps): Add libc_hidden_proto.
906         * libio/wfileops.c (_IO_wfile_jumps): Add libc_hidden_data_def.
907         Remove INTVARDEF.
908         * libio/fileops.c (_IO_file_jumps): Likewise.
909         * libio/stdfiles.c: Don't use INTUSE on them.
910         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
911         * libio/iofopen.c (__fopen_internal): Likewise.
912         * libio/freopen.c (freopen): Likewise.
913         * libio/freopen64.c (freopen64): Likewise.
914         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
916         * Makerules (check-abi) [$(enable-check-abi) = warn]:
917         Ignore exit status from diff.
918         * configure.in (enable_check_abi): Document possible value "warn".
919         Change default to no for now.
920         * configure: Regenerated.
922         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning
923         macro calls and a #include <stub-tag.h> at the end.
924         * Makerules ($(objpfx)stubs): Tweak sed commands.
926         * sysdeps/unix/sysv/linux/syscalls.list: Use - rather than EXTRA in
927         caller column for *xattr syscalls, since they are in sysdeps/generic.
929         * sysdeps/unix/sysv/linux/i386/setfsuid.c: setfsgid -> setfsuid
930         * sysdeps/unix/sysv/linux/i386/setfsgid.c: setfsuid -> setfsgid
932 2003-03-26  Roland McGrath  <roland@redhat.com>
934         * Makerules (check-abi-config): Use /thread instead of /tls when
935         use-thread and not just use-tls is set.
937         * Makerules (update-abi): Put quotes around $(update-abi-config).
939         * elf/Makefile (check-abi): Depend on check-abi-ld.
940         (update-abi): Depend on update-abi-ld.
942 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
944         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Use INTERNAL_SYSCALL and
945         do not check for errors (unless testing for 32bit variant).
946         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
948 2003-03-27  Philip Blundell  <philb@gnu.org>
950         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
951         unconditional mov.  Remove nop.
953         * sysdeps/unix/sysv/linux/kernel-features.h
954         (__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm.
955         * sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code
956         when __ASSUME_VFORK_SYSCALL is defined.
957         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for
958         __ASSUME_MMAP2_SYSCALL.
959         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for
960         __ASSUME_REALTIME_SIGNALS.
962 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
964         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_COPY): Define to 2
965         only if DL_NO_COPY_RELOCS is not defined.
966         * sysdeps/ia64/dl-lookupcfg.h: Define DL_NO_COPY_RELOCS.
968 2003-03-26  Roland McGrath  <roland@redhat.com>
970         * sysdeps/unix/make-syscalls.sh: When an undefined syscall has
971         SOURCE=-, append its symbol names to make variable unix-stub-syscalls.
972         * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls]
973         (sysdep_routines): Add stub-syscalls.
974         ($(objpfx)stub-syscalls.c): New target.
975         (generated): Add stub-syscalls.c.
977         * tls.make.c: Also define use-tls according to USE_TLS macro.
979 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
981         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid
982         no-op padding element.
983         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
984         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
985         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
986         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
988 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
990         * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error
991         condition check for the return value of getgroups32.
993 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
995         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO):
996         Fix a typo.
997         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO,
998         PSEUDO_END_NOERRNO): Define.
999         * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo.
1000         Define to PSEUDO_END.
1002 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
1004         * abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
1006 2003-03-25  Jiro SEKIBA  <jir@yamato.ibm.com>
1008         * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
1009         * iconvdata/bug-iconv4.c: New file.
1010         * iconvdata/Makefile (tests): Add bug-iconv4.
1012 2003-03-25  H.J. Lu  <hjl@gnu.org>
1014         * elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
1015         symbols twice.
1016         (_dl_lookup_versioned_symbol): Likewise.
1018 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
1020         * csu/tst-atomic.c (do_test): Add some new
1021         atomic_compare_and_exchange_val_acq, atomic_add_zero,
1022         atomic_compare_and_exchange_bool_acq and atomic_add_negative tests.
1023         * include/atomic.h (atomic_add_negative, atomic_add_zero):
1024         Prefix local variable so that it doesn't clash with the one
1025         in atomic_exchange_and_add.
1026         * sysdeps/ia64/bits/atomic.h (atomic_exchange): Fix for long/void *
1027         pointers.
1028         (atomic_exchange_and_add): Implement using __sync_fetch_and_add_?i.
1029         * sysdeps/powerpc/bits/atomic.h (atomic_exchange_and_add): Force
1030         value into register.
1031         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_64_acq):
1032         Cast newval to long.
1033         * sysdeps/x86_64/bits/atomic.h
1034         (__arch_compare_and_exchange_val_64_acq): Cast newval and oldval to
1035         long.
1036         (atomic_exchange): Cast newvalue to long if sizeof == 8.
1037         (atomic_exchange_and_add): Cast value to long if sizeof == 8.
1038         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
1039         (atomic_bit_set): Shift 1L up in all cases to shut up warnings.
1041 2003-03-21  Martin Schwidefsky  <schwidefskyde.ibm.com>
1043         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Remove high order
1044         bit from backtrace addresses.
1046 2003-03-21  Andreas Schwab  <schwab@suse.de>
1048         * sysdeps/unix/sysv/linux/i386/chown.c: Don't define any versioned
1049         __chown symbols.
1051 2003-03-25  Roland McGrath  <roland@redhat.com>
1053         * config.make.in (enable-check-abi): New variable from configure.
1054         * configure.in (enable_check_abi): New substituted variable,
1055         controlled by --{enable,disable}-check-abi (default yes).
1056         * configure: Regenerated.
1057         * Makerules [$(enable-check-abi) = yes] (tests): Put this condition
1058         on check-abi dependency.
1060 2003-03-26  Andreas Schwab  <schwab@suse.de>
1062         * sysdeps/m68k/m68020/bits/atomic.h: Fix typos.
1063         * include/atomic.h: Likewise.
1065         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Define ret_NOERRNO.
1067 2003-03-25  Roland McGrath  <roland@redhat.com>
1069         * sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
1070         (__arch_atomic_exchange_64): New macro.
1071         (atomic_exchange): Use them.
1072         (__arch_atomic_exchange_and_add_32): New macro.
1073         (__arch_atomic_exchange_and_add_64): New macro.
1074         (atomic_exchange_and_add): Use them.
1075         Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
1077 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
1079         * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):
1080         Define.
1081         * sysdeps/mips/sys/asm.h: Test _MIPS_ISA against them on all
1082         ISA tests.
1083         (ALSZ, ALMASK, SZREG, REG_S, REG_L): Define based on ABI, not ISA.
1084         (PTR_ADD, etc): Test _MIPS_SZPTR instead of _MIPS_SZLONG.
1085         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
1086         to decide whether to add padding.
1087         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
1088         to decide whether to add padding.
1089         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (struct
1090         old_kernel_sigaction): Likewise.
1092 2003-03-25  Ulrich Drepper  <drepper@redhat.com>
1094         * csu/tst-atomic.c: Adjust tests to what atomic_add_negative and
1095         atomic_add_zero were supposed to do.
1096         * include/atomic.h: Adjust atomic_add_negative and atomic_add_zero
1097         to x86 behavior.
1099         * sysdeps/generic/bits/typesizes.h (__TIMER_T_TYPE): Define as void*.
1100         This matches the new timer implementation.
1101         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__TIMER_T_TYPE):
1102         Likewise.
1103         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__TIMER_T_TYPE):
1104         Likewise.
1105         * sysdeps/unix/sysv/linux/bits/siginfo.h (struct siginfo): Adjust
1106         timer info for what the kernel provides these days.
1107         (struct sigevent): Add _tid field.
1108         Define SIGEV_THREAD_ID.
1109         Remove struct __pthread_attr_s forward declaration.
1110         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
1111         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
1112         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1113         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1115         * Versions.def (librt): Add GLIBC_2.3.3.
1117         * abilist/libpthread.abilist: Update for nptl.
1119 2003-03-24  Jon Grimm  <jgrimm@us.ibm.com>
1121         * inet/netinet/in.h: Add IPPROTO_SCTP.
1123 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
1125         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLET): Define.
1127 2003-03-24  Philip Blundell  <philb@gnu.org>
1129         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL):
1130         Remove a1 from clobber list.
1132 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
1134         * timezone/antarctica: Update from tzdata2003a.
1135         * timezone/asia: Likewise.
1136         * timezone/australasia: Likewise.
1137         * timezone/europe: Likewise.
1138         * timezone/iso3166.tab: Likewise.
1139         * timezone/northamerica: Likewise.
1140         * timezone/southamerica: Likewise.
1141         * timezone/zone.tab: Likewise.
1143 2003-03-24  Steven Munroe  <sjmunroe@us.ibm.com>
1145         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
1147 2003-03-23  Ulrich Drepper  <drepper@redhat.com>
1149         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
1150         unwanted expansion by definining to ret.  Patch by Ian Wienand.
1152         * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of
1153         the parameter description to denote no error checking.  Generate
1154         appropriate pseudo asm code.
1155         * sysdeps/unix/syscalls.list: Mark getgid, getpid, getuid with 'E'.
1156         * sysdeps/unix/sysv/linux/syscalls.list: Mark getegid, geteuid,
1157         getpgrp, and getppid with 'E'.
1158         * sysdeps/powerpc/powerpc32/sysdep.h: Define PSEUDO_NOERRNO,
1159         PSEUDO_END_NOERRNO, and ret_NOERRNO.
1160         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
1161         * sysdeps/unix/sysdep.h: Likewise.
1162         * sysdeps/unix/alpha/sysdep.h: Likewise.
1163         * sysdeps/unix/sparc/sysdep.h: Likewise.
1164         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1165         * sysdeps/unix/sysv/linux/cris/sysdep.h: Likewise.
1166         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
1167         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1168         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1169         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1170         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1171         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1172         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1173         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1174         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1176 2003-03-23  Roland McGrath  <roland@redhat.com>
1178         * Makeconfig (+includes): Don't use $(last-includes).
1180 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
1182         * sysdeps/unix/sysv/linux/configure.in: Update mips64 patterns.
1183         * sysdeps/unix/sysv/linux/configure: Rebuilt.
1185 2003-03-23  Jakub Jelinek  <jakub@redhat.com>
1187         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1188         * sysdeps/arm/libm-test-ulps: Update.
1189         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1190         * sysdeps/ia64/fpu/libm-test-ulps: Update.
1191         * sysdeps/mips/fpu/libm-test-ulps: Update.
1192         * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
1193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1194         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
1195         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
1196         * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
1197         * sysdeps/s390/fpu/libm-test-ulps: Update.
1198         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1200 2003-03-22  Roland McGrath  <roland@redhat.com>
1202         * include/atomic.h: Put parens around all macro arguments.
1203         (__atomic_val_bysize, __atomic_bool_bysize): New macros.
1204         (atomic_compare_and_exchange_val_acq): Use it.
1205         (atomic_compare_and_exchange_bool_acq): Likewise.
1206         (atomic_increment_and_test): Invert sense of test.
1207         (atomic_decrement_and_test): Likewise.
1208         * csu/tst-atomic.c: Update those tests to match.
1210 2003-03-22  Jakub Jelinek  <jakub@redhat.com>
1212         * include/atomic.h (atomic_compare_and_exchange_val_acq): Add comment.
1213         Don't define if __arch_compare_and_exchange_val_32_acq is not defined.
1214         (atomic_compare_and_exchange_bool_acq): Add comment.  Don't use
1215         __oldval variable in the macro, since it might be macro argument.
1216         (atomic_decrement_if_positive): Initialize __memp, remove setting
1217         of non-existent variable.
1218         (atomic_bit_test_set): Cast 1 to __typeof (*mem) before shifting.
1219         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Implement
1220         using atomic_compare_and_exchange_val_acq.
1221         (atomic_decrement_if_positive, atomic_bit_test_set): Define.
1222         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
1223         Renamed from...
1224         (__arch_compare_and_exchange_bool_8_acq): ... this.
1225         (__arch_compare_and_exchange_val_16_acq): Renamed from...
1226         (__arch_compare_and_exchange_bool_16_acq): ... this.
1227         (__arch_compare_and_exchange_val_32_acq): Return old value.  Renamed
1228         from...
1229         (__arch_compare_and_exchange_bool_32_acq): ... this.
1230         (__arch_compare_and_exchange_val_64_acq): Return old value.  Renamed
1231         from...
1232         (__arch_compare_and_exchange_bool_64_acq): ... this.
1233         (__arch_compare_and_exchange_val_32_acq): Use __typeof for local
1234         variables types instead of assuming int.
1235         Change prefix of local variables to __arch.
1236         * sysdeps/generic/bits/atomic.h (arch_compare_and_exchange_acq):
1237         Remove.
1238         (atomic_compare_and_exchange_val_acq,
1239         atomic_compare_and_exchange_bool_acq): Define.
1241         * csu/tst-atomic.c: New test.
1242         * csu/tst-atomic-long.c: New test.
1243         * csu/Makefile (tests): Add tst-atomic and tst-atomic-long.
1245         * malloc/memusagestat.c (main): Kill warning if uint64_t is ulong.
1247         * sysdeps/s390/Versions: Add trailing newline.
1249         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Kill warning
1250         if INTERNAL_SYSCALL_ERROR_P doesn't use its first argument.
1252 2003-03-22  Andreas Schwab  <schwab@suse.de>
1254         * sysdeps/m68k/fpu/libm-test-ulps: Update.
1256         * sysdeps/m68k/m68020/bits/atomic.h: New file.
1257         * sysdeps/m68k/m68020/atomicity.h: Removed.
1259 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
1261         * sysdeps/mips/elf/ldsodefs.h: Add mips-specific elf64 relocation
1262         data structures and macros.  Protect from multiple inclusion.
1264         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
1265         typo in #if test.
1267 2003-03-21  Andreas Jaeger  <aj@suse.de>
1269         * sysdeps/i386/fpu/libm-test-ulps: Update.
1271         * math/libm-test.inc (tgamma_test): Recompute some constants with
1272         36 digits precision.
1273         (lgamma_test): Likewise.
1274         (ccos_test): Likewise.
1275         (ccosh_test): Likewise.
1276         (clog10_test): Likewise.
1277         (csin_test): Likewise.
1278         (csinh_test): Likewise.
1279         (ctan_test): Likewise.
1280         (ctanh_test): Likewise.
1282 2003-03-19  Jakub Jelinek  <jakub@redhat.com>
1284         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerated.
1286 2003-03-21  Roland McGrath  <roland@redhat.com>
1288         * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"
1289         constraint to permit non-constant BIT argument.
1290         (atomic_bit_test_set): Likewise.
1291         * sysdeps/x86_64/bits/atomic.h (atomic_bit_test_set): Likewise.
1292         (atomic_bit_set): Likewise.  Use 1UL in case that BIT might be >= 32.
1293         For quadword case, use "i" constraint if __builtin_constant_p and < 32
1294         or "r" constraint otherwise.
1296         * configure.in: Move AC_PROG_CC and other program-finding before all
1297         the version checks.
1298         * configure: Regenerated.
1300 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
1302         * sysdeps/mips/mips64/memcpy.S: Fix porting bug that broke
1303         unaligned copying of 8-15 bytes.  From Chris Demetriou
1304         <cgd@broadcom.com>.  Fix label names.
1305         * sysdeps/mips/mips64/memset.S: Fix label names.  Make similar
1306         change as to memcpy.S.
1307         * sysdeps/mips/memcpy.S: Formatting changes.
1308         * sysdeps/mips/memset.S: Likewise.
1310 2003-03-21  Roland McGrath  <roland@redhat.com>
1312         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
1314 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
1316         * sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New.
1317         * sysdeps/mips/memcpy.S, sysdeps/mips/memset.S: Update comments.
1319 2003-03-21  Roland McGrath  <roland@redhat.com>
1321         * sysdeps/i386/i486/bits/atomic.h
1322         (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling
1323         version of the macro to avoid compile-time warnings.
1324         [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above.
1325         (atomic_exchange_and_add, atomic_add): Fix name and usage of it.
1326         (atomic_increment, atomic_decrement): Likewise.
1328 2003-03-21  Ulrich Drepper  <drepper@redhat.com>
1330         * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints.
1331         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1333 2003-03-21  Roland McGrath  <roland@redhat.com>
1335         * include/atomic.h (atomic_compare_and_exchange_bool_acq): Typo fix.
1337 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1339         * include/atomic.h: Define atomic_compare_and_exchange_val_acq,
1340         atomic_compare_and_exchange_val_rel,
1341         atomic_compare_and_exchange_bool_acq, and
1342         atomic_compare_and_exchange_bool_rel instead of
1343         atomic_compare_and_exchange_acq and atomic_compare_and_exchange_rel.
1344         * sysdeps/i386/i486/bits/atomic.h: Define
1345         __arch_compare_and_exchange_val_*_acq instead of
1346         __arch_compare_and_exchange_*_acq.
1347         * sysdeps/x86_64/bits/atomic.h: Likewise.
1348         * sysdeps/ia64/bits/atomic.h: Define
1349         __arch_compare_and_exchange_bool_*_acq instead of
1350         __arch_compare_and_exchange_*_acq.
1351         * sysdeps/powerpc/bits/atomic.h: Likewise.
1352         * sysdeps/s390/bits/atomic.h: Likewise.
1353         * gmon/mcount.c: Adjust for new form of compare&exchange macros.
1354         * malloc/set-freeres.c: Likewise.
1355         * nscd/cache.c: Likewise.
1356         * stdlib/cxa_finalize.c: Likewise.
1357         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1359 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1361         * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs.
1362         * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust.
1363         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
1365         * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset
1366         into high and low halves on n64.
1367         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1368         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1369         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1371 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1373         * include/atomic.h (atomic_decrement_if_positive): Adjust for the
1374         correct atomic_compare_and_exchange_acq semantics.
1376 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1378         * sysdeps/mips/ieee754.h: Remove excess #endif.
1380 2003-03-20  Roland McGrath  <roland@redhat.com>
1382         * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
1383         variable.  Remove superfluous memory clobber.
1385         * include/atomic.h: Syntax braino fix.
1387         * posix/tst-nice.c (do_test): Use %m formats instead of printing errno
1388         in decimal.  Don't bail if niced at start.  Just check that nice call
1389         bumps the total at all.
1391 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1393         * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers,
1394         including pc, gp, sp and fp, as long long.
1395         * sysdeps/mips/mips64/setjmp.S: Pass gp to __sigsetjmp_aux.
1396         * sysdeps/mips/mips64/setjmp_aux.c: Adjust type of arguments.
1397         Add gp argument, and set gp in the jmpbuf to it.
1398         * sysdeps/mips/setjmp_aux.c: Revert to o32-only.
1400 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1402         * include/atomic.h: Define atomic_exchange and
1403         atomic_decrement_if_positive if not already defined.  Add some
1404         __builtin_expect.
1405         * sysdeps/i386/i486/bits/atomic.h: Define atomic_exchange.
1406         * sysdeps/x86_64/bits/atomic.h: Likewise.
1407         * sysdeps/ia64/bits/atomic.h: Pretty printing.  Define atomic_exchange.
1408         * sysdeps/powerpc/bits/atomic.h: Pretty printing.  Define
1409         atomic_exchange, atomic_exchange_and_add, and
1410         atomic_decrement_if_positive
1412 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1414         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: Sign-extend
1415         with a single instruction.
1417         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define
1418         properly for n64.
1419         (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr
1420         type.
1421         (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf
1422         Word before comparing with gotsym.  Take reloc_addr argument as
1423         void*.  Remove the code added for the compiler to drop any
1424         alignment assumptions.
1426 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1428         * Makefile (distribute): Add include/atomic.h and bits/atomic.h.
1429         * include/atomic.h: New file.
1430         * sysdeps/i386/i486/bits/atomic.h: New file.
1431         * sysdeps/x86_64/bits/atomic.h: New file.
1432         * sysdeps/s390/bits/atomic.h: New file.
1433         * sysdeps/sh/bits/atomic.h: New file.
1434         * sysdeps/ia64/bits/atomic.h: New file.
1435         * sysdeps/powerpc/bits/atomic.h: New file.
1436         * sysdeps/generic/bits/atomic.h: New file.
1437         * sysdeps/i386/i486/atomicity.h: Removed.
1438         * sysdeps/x86_64/atomicity.h: Removed.
1439         * sysdeps/s390/s390-32/atomicity.h: Removed.
1440         * sysdeps/s390/s390-64/atomicity.h: Removed.
1441         * sysdeps/ia64/atomicity.h: Removed.
1442         * sysdeps/powerpc/powerpc32/atomicity.h: Removed.
1443         * sysdeps/powerpc/powerpc64/atomicity.h: Removed.
1444         * elf/dl-profile.c: Use atomic.h instead of atomicity.h.  Adjust
1445         use of macros from atomicity.h to new names and semantics.
1446         * gmon_mcount.c: Likewise.
1447         * malloc/set-freeres.c: Likewise.
1448         * nscd/cache.c: Likewise.
1449         * stdlib/cxa_finalize.c: Likewise.
1450         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1452 2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
1454         * sysdeps/mips/ieee754.h: New file, suitable to replace both
1455         ../ieee754/ieee754.h and ../ieee754/ldbl-128/ieee754.h, kept
1456         mips-specific for now.
1458 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1460         * stdlib/strtod.c (INTERNAL): While eating trailing zeros handle
1461         hexdigits correctly.  Reported by Fred Tydeman <tydeman@tybor.com>.
1462         * stdlib/tst-strtod.c: Add test for the bug.
1464         * posix/tst-nice.c (do_test): Remove invalid of return value.
1465         Don't run test if initial level != 0.
1467 2003-03-19  Amos Waterland  <apw@us.ibm.com>
1469         * posix/tst-nice.c: New file.
1470         * posix/Makefile (tests): Add tst-nice.
1472 2003-03-18  Roland McGrath  <roland@redhat.com>
1474         * abilist: New directory of libfoo.abilist files maintained using
1475         scripts/merge-abilist.awk and "make update-abi" rules.
1476         * Makefile (distribute): Add abilist/*.abilist.
1477         * Makerules [$(build-shared) = yes] [$(subdir)] (tests):
1478         Depend on check-abi.
1480         * configure.in: Move $critic_missing check after all AC_CHECK_PROG_VER.
1481         * configure: Regenerated.
1483         * sysdeps/unix/sysv/linux/syscalls.list (posix_fadvise64): Fix name.
1485 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
1487         * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK
1488         correctly.
1490 2003-03-18  Steven Munroe  <sjmunroe@us.ibm.com>
1492         * sysdeps/powerpc/powerpc64/memcpy.S: New file.
1494 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
1496         * Versions.def: Add GLIBC_2.3.3 for libpthread.
1498 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
1500         * sysdeps/generic/libc-start.c [!SHARED &&
1501         !LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
1503 2003-03-17  Roland McGrath  <roland@redhat.com>
1505         * include/ctype.h: Revert last change.
1507 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
1509         * argp/tst-argp1.c: Use test-skeleton.c.
1510         * locale/tst-C-locale.c: Likewise.
1512 2003-03-17  Alexandre Oliva  <aoliva@redhat.com>
1514         * sysdeps/mips/mips64/Implies: Move wordsize-64 to...
1515         * sysdeps/mips/mips64/n64/Implies: New file.
1516         * sysdeps/mips/mips64/n64/Makefile: New file.
1517         * sysdeps/mips/mips64/n64/el/bits/endian.h: New file.
1518         * sysdeps/mips/mips64/n32/Implies: New file.
1519         * sysdeps/mips/mips64/n32/Makefile: New file.
1520         * sysdeps/mips/mips64/n32/el/bits/endian.h: New file.
1521         * sysdeps/unix/mips/mips64/n32/sysdep.h: New file.
1522         * sysdeps/unix/mips/mips64/n64/sysdep.h: New file.
1523         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: New file.
1524         * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: New file.
1525         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: New file.
1526         * sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h: New file.
1527         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: New file.
1528         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: New file.
1529         * sysdeps/unix/sysv/linux/mips/mips64/send.c: New file.
1530         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S: New file.
1531         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: New file.
1532         * sysdeps/unix/sysv/linux/mips/mips64/umount.c: New file.
1533         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: New file.
1535         * sysdeps/unix/sysv/linux/configure.in (libc_cv_slibdir): Use
1536         lib64 for mips64/n64 and lib32 for mips64/n32.
1537         (ldd_rewrite_script): Needed for all mips64 configurations.
1538         * sysdeps/unix/sysv/linux/configure: Rebuilt.
1539         * sysdeps/unix/sysv/linux/mips/mips64/ldd-rewrite.sed: New file.
1540         * sysdeps/unix/sysv/linux/mips/mips64/Dist: New file.
1542         * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as
1543         well.
1545         * sysdeps/unix/sysv/linux/mips/configure.in: New.  Pre-process
1546         asm/unistd.h into asm-unistd.h.
1547         * sysdeps/unix/sysv/linux/mips/configure: Generated.
1548         * sysdeps/unix/sysv/linux/mips/Makefile: Do custom processing
1549         of syscall list.
1550         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: New file.
1551         * sysdeps/unix/sysv/linux/mips/clone.S: Don't include
1552         asm/unistd.h.
1554         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file.
1555         * sysdeps/unix/sysv/linux/mips/ptrace.c: New file.  Use long
1556         long type for registers on n32.
1558         * sysdeps/mips/bits/wordsize.h: New file, appropriate for all
1559         3 ABIs.
1560         * sysdeps/mips/mips64/gmp-mparam.h: New file.  Define
1561         BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
1562         * sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
1563         (__sigsetjmp_aux): Use them.  Adjust for all 3 ABIs.
1564         * sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
1565         * sysdeps/unix/mips/brk.S: Likewise.
1566         * sysdeps/unix/mips/sysdep.S: Likewise.
1567         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1568         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
1569         * sysdeps/mips/sys/ucontext.h: Likewise.
1570         * sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
1571         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1572         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1573         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
1574         * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
1575         * sysdeps/mips/mips64/setjmp.S: Likewise.
1576         * sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
1577         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
1578         64-bit types.
1580 2003-03-16  Ulrich Drepper  <drepper@redhat.com>
1582         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here,
1583         not at function level.
1584         * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
1586 2003-03-15  Roland McGrath  <roland@redhat.com>
1588         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
1589         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
1590         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise.
1591         * nis/nis_table.c (__create_ib_request): Likewise.
1593         * posix/fnmatch_loop.c: Add casts for signedness.
1594         * nss/nss_files/files-hosts.c: Likewise.
1595         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1596         * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN.
1597         * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.
1599         * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
1600         get errors into the log file.
1601         (libc_cv_broken_visibility_attribute): Likewise.
1602         (libc_cv_broken_alias_attribute): Likewise.
1603         (libc_cv_asm_weak_directive): Likewise.
1604         (libc_cv_need_minus_P): Likewise.
1605         (libc_cv_dot_text): Likewise.
1606         (libc_cv_asm_global_directive): Likewise.
1607         (libc_cv_asm_type_prefix): Likewise.
1608         * configure: Regenerated.
1610         * nscd/cache.c (cache_search): Give first arg type `request_type'.
1611         * nscd/nscd.h: Update decl.
1613         * nscd/nscd_getpw_r.c (nscd_getpw_r): Add casts for signedness.
1614         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1615         * elf/dl-close.c (_dl_close): Likewise.
1616         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): int -> size_t
1617         * io/fts.c (fts_build): Likewise.
1618         * elf/cache.c (add_to_cache): Likewise.
1619         * locale/programs/locarchive.c (show_archive_content): Likewise.
1621         * posix/fnmatch.c (fnmatch): Tweak __builtin_expect use.
1623         * include/ctype.h (__ctype_b_loc): Tweak type punning to make gcc 3.3
1624         happy.
1625         (__ctype_toupper_loc, __ctype_tolower_loc): Likewise.
1627 2003-03-15  Ulrich Drepper  <drepper@redhat.com>
1629         * sysdeps/unix/sysv/linux/ia64/system.c: Use the generic Linux
1630         code for most parts.
1632 2003-03-15  Roland McGrath  <roland@redhat.com>
1634         * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
1635         * sysdeps/unix/sysv/linux/system.c: ... here.
1636         (FORK): Don't #define if already #define'd.
1637         * sysdeps/unix/sysv/linux/s390/system.c: File removed.
1638         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
1639         (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
1641         * dlfcn/tst-dlinfo.c: New file.
1642         * dlfcn/Makefile (tests): Add tst-dlinfo.
1643         ($(objpfx)tst-dlinfo): New target.
1645         * dlfcn/dlinfo.c: New file.
1646         * dlfcn/Makefile (libdl-routines): Add it.
1647         * dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
1648         * dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
1649         [__USE_GNU] (RTLD_DI_*): New enum constants.
1650         [__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
1651         * elf/dl-load.c (cache_rpath): New inline function.
1652         (_dl_map_object): Use it.
1653         (_dl_rtld_di_serinfo): New function.
1654         * sysdeps/generic/ldsodefs.h: Declare it.
1655         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
1657         * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.
1658         (LIBC_START_MAIN, LIBC_START_MAIN_AUXVEC_ARG, MAIN_AUXVEC_ARG)
1659         (INIT_MAIN_ARGS): Define, and #include <sysdeps/generic/libc-start.c>.
1660         (__libc_start_main): Just call the generic one for most of the work.
1662         * sysdeps/generic/libc-start.c [LIBC_START_MAIN]: If defined, define a
1663         static function by that name instead of BP_SYM (__libc_start_main).
1664         [LIBC_START_MAIN_AUXVEC_ARG]: Take AUXVEC as argument.
1665         [MAIN_AUXVEC_ARG]: Pass 4th argument to MAIN.
1666         [INIT_MAIN_ARGS]: Give INIT the same args as MAIN.
1668         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_PLATFORM_AUXV]:
1669         Use this macro for extra AT_* cases.
1670         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_PLATFORM_AUXV):
1671         New macro, guts from ...
1672         (__aux_init_cache): ... here, function removed.
1673         (DL_PLATFORM_INIT): Don't define this.
1675         * sysdeps/powerpc/powerpc32/memset.S: Put __cache_line_size in bss.
1676         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
1678         * Versions.def (libthread_db): Add GLIBC_2.3.3 set.
1680 2003-03-14  Roland McGrath  <roland@redhat.com>
1682         * dlfcn/dlerror.c (dlerror): If objname is "", don't put ": " after it.
1684 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
1686         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
1688         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
1689         sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
1691 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
1693         * sysdeps/mips/fpu/bits/mathdef.h: New.
1694         (__NO_LONG_DOUBLE_MATH): Define for o32.
1696         * sysdeps/mips/sys/asm.h: Formatting changes.
1697         (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
1698         (CPADD): Define for all of them.
1699         (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
1700         SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
1701         NARGSAVE): Define per ABI spec.
1702         (END): Don't redefine.
1703         (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
1704         LONG_SRAV): Remove duplicate definitions.
1705         (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
1706         PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
1707         PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
1708         (PTR_LA): Define for all 3 ABIs.
1710         * sysdeps/mips/dl-machine.h: Include sys/asm.h.
1711         (elf_machine_matches_host): Prevent linking of o32 and n32
1712         together.
1713         (elf_machine_dynamic): Document assumption on $gp.
1714         (STRINGXP, STRINGXV, STRINGV_): New macros.
1715         (elf_machine_load_address): Use them to stringize PTR_LA and
1716         PTR_SUBU.
1717         (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
1718         ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
1719         (_dl_runtime_resolve): Adjust it for all 3 ABIs.
1720         (__dl_runtime_resolve): Cast the symtab initializer to the
1721         right type.
1722         (RTLD_START): Use it.  Adjust it for all 3 ABIs.
1723         (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
1724         Handle 64-bit R_MIPS_REL composite relocation and accept
1725         R_MIPS_64 relocations to shift addend size to 64 bits.
1726         Document assumption regarding local GOT entries.  Document
1727         backward-compatibility departing from the ABI behavior in
1728         applying relocations that reference section symbols, no longer
1729         used.  Support relocations to mis-aligned offsets.
1730         * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
1732         * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
1734         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
1735         (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
1736         * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
1737         restore_rt functions.  Use them.
1739         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
1740         .set mips2 on new abis.
1742 2003-03-13  Ulrich Drepper  <drepper@redhat.com>
1744         * posix/getconf.c: Recognize POSIX2_SYMLINKS.
1745         * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
1746         * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
1747         * sysdeps/posix/pathconf.c: Likewise.
1748         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
1749         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
1750         * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
1752         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
1753         words.
1755 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
1757         * include/gmp.h: Include/gmp-mparam.h.
1758         * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
1759         gmp-impl.h.
1761         * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
1762         ELF_MACHINE_NO_RELA is set.
1763         * elf/rtld.c (dl_main): No prelink support for REL-only.
1765         * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
1766         FLAG_MIPS64_LIBN64): Define.
1767         * elf/cache.c (print_entry): Handle mips64 n32 and n64.
1769         * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.
1770         * sysdeps/mips/memset.S: Likewise.
1771         * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11
1772         depending on the ABI.
1774         * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):
1775         Don't .set mips2 on new abi.
1776         (compare_and_swap): Likewise.  Support 64-bit longs on n64.
1778         * stdlib/fpioconst.h: Include gmp.h with angle brackets.
1780 2003-03-13  Roland McGrath  <roland@redhat.com>
1782         * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
1783         found.  Reported by Alexandre Oliva <aoliva@redhat.com>.
1785 2003-03-13  Alexandre Oliva  <aoliva@redhat.com>
1787         * stdio-common/_itoa.c (_itoa_base_table): Make 64-bit
1788         literals long long.
1789         * stdlib/fpioconst.c: Likewise.
1790         * stdlib/strtod.c: Likewise.
1792         * sysdeps/mips/add_n.S: Use L macro for local labels.
1793         * sysdeps/mips/addmul_1.S: Likewise.
1794         * sysdeps/mips/lshift.S: Likewise.
1795         * sysdeps/mips/memcpy.S: Likewise.
1796         * sysdeps/mips/memset.S: Likewise.
1797         * sysdeps/mips/mul_1.S: Likewise.
1798         * sysdeps/mips/rshift.S: Likewise.
1799         * sysdeps/mips/sub_n.S: Likewise.
1800         * sysdeps/mips/submul_1.S: Likewise.
1801         * sysdeps/mips/mips64/add_n.S: Likewise.
1802         * sysdeps/mips/mips64/addmul_1.S: Likewise.
1803         * sysdeps/mips/mips64/lshift.S: Likewise.
1804         * sysdeps/mips/mips64/mul_1.S: Likewise.
1805         * sysdeps/mips/mips64/rshift.S: Likewise.
1806         * sysdeps/mips/mips64/sub_n.S: Likewise.
1807         * sysdeps/mips/mips64/submul_1.S: Likewise.
1808         * sysdeps/unix/mips/sysdep.h: Define L() according to ABI
1809         conventions.  Define END as in sys/asm.h.
1810         * sysdeps/unix/mips/sysdep.S: Likewise.
1811         * sysdeps/unix/mips/wait.S: Likewise.
1812         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1814         * sysdeps/ieee754/dbl-64/dbl2mpn.c (__mpn_extract_double):
1815         Cast shifted values that may be too narrow to mp_limb_t.
1816         * sysdeps/ieee754/dbl-64/mpn2dbl.c (__mpn_construct_double):
1817         Likewise.
1818         * sysdeps/ieee754/flt-32/mpn2flt.c (__mpn_construct_float):
1819         Likewise.
1820         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c
1821         (__mpn_extract_long_double): Likewise.
1822         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c
1823         (__mpn_construct_long_double): Likewise.
1824         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c
1825         (__mpn_extract_long_double): Likewise.
1826         * sysdeps/ieee754/ldbl-96/mpn2ldbl.c
1827         (__mpn_construct_long_double): Likewise.
1829 2003-03-13  Roland McGrath  <roland@redhat.com>
1831         * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line
1832         entries in the map file match too.
1834 2003-03-13  Guido Guenther  <agx@sigxcpu.org>
1836         * sysdeps/unix/sysv/linux/mips/clone.S: introduce and use local
1837         label .Lthread_start since current binutils don't allow branches
1838         to globally visible symbols.
1840 2003-03-13  Jakub Jelinek  <jakub@redhat.com>
1842         * sysdeps/unix/sysv/linux/ia64/sysdep.h (BREAK_INSN_1, BREAK_INSN,
1843         ASM_OUTARGS_0, ASM_OUTARGS_1, ASM_OUTARGS_2, ASM_OUTARGS_3,
1844         ASM_OUTARGS_4, ASM_OUTARGS_5, ASM_OUTARGS_6): Define.
1845         (INTERNAL_SYSCALL, INLINE_SYSCALL): Use it.  Make syscall arguments
1846         clobbered by the syscall.
1847         (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
1848         ASM_ARGS_6): Change constraints from r to index of corresponding
1849         output register.
1850         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Swap
1851         ptid and ctid to match kernel.
1852         * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Likewise.
1854 2003-03-12  Steven Munroe  <sjmunroe@us.ibm.com>
1856         * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
1857         AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
1858         * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
1860 2003-03-11  Roland McGrath  <roland@redhat.com>
1862         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1863         Check SYM_MAP rather than SYM as definedness check.
1864         Handle R_PPC64_ADDR32, R_PPC64_ADDR30, and R_PPC64_REL64 relocs.
1865         Don't handle R_PPC64_REL24 reloc.
1866         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
1868         * sysdeps/powerpc/powerpc64/dl-machine.h
1869         [USE_TLS] (elf_machine_type_class): Match all the TLS relocs in a
1870         block, so we cover all the TPREL16* flavors without 6 ||s.
1871         [USE_TLS] (elf_machine_tprel): New function.
1872         (elf_machine_rela) [USE_TLS]: Use elf_machine_tprel for TPREL64 reloc,
1873         and handle TPREL16 relocs too.  Return rather than break for DTPREL64.
1874         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
1876 2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
1878         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
1879         instead of jalr to invoke subroutine so restoring the $gp register
1880         will work properly.
1882 2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1884         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
1885         to __NR_pread if not defined.
1886         (__NR_pwrite64): Define to __NR_pwrite if not defined.
1888 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
1890         * sysdeps/unix/sysv/linux/ia64/system.c: New file.
1891         * sysdeps/unix/sysv/linux/kernel-features.h
1892         (__ASSUME_CLONE_THREAD_FLAGS): Define for IA-64 and s390* with
1893         kernel >= 2.5.64.
1895 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
1897         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
1898         allocate space even for the trailing '/'.
1899         Reported by John Reiser <jreiser@BitWagon.com>.
1901         * sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
1902         ASM_CLOBBERS_6): Define.
1903         (ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
1904         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
1905         to match IA-32 order.
1906         * sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
1908 2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>
1910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
1911         Copy extra params for NPTL to registers used in clone syscall.
1913 2003-03-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1915         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
1916         call names for pread and pwrite.
1918 2003-03-10  Roland McGrath  <roland@redhat.com>
1920         * dlfcn/Makefile (libdl-routines): Add dladdr1.
1921         * dlfcn/dladdr1.c: New file.
1922         * dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
1923         [__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
1924         * elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
1925         a const ElfNN_Sym ** to fill in.
1926         * include/dlfcn.h: Update decl.  Include <link.h>.
1927         * dlfcn/dladdr.c (dladdr): Update caller.
1928         * malloc/mtrace.c (tr_where): Likewise.
1929         * sysdeps/generic/elf/backtracesyms.c: Likewise.
1930         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
1931         * dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
1932         * Versions.def (libdl): Define GLIBC_2.3.3 set.
1934         * sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
1935         assembler command.
1936         * sysdeps/unix/Makefile (compile-syscall): New variable.
1937         Pass -g0 to compiler for assembling syscall stubs from stdin.
1939         * sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
1940         (STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
1941         Define these to do nothing.
1943         * configure.in: New check for -g on .S files.
1944         * configure: Regenerated.
1945         * config.make.in (have-cpp-asm-debuginfo): New variable.
1946         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
1947         * Makeconfig (ASFLAGS): New variable, if undefined and
1948         $(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
1949         * Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
1951 2003-03-09  Roland McGrath  <roland@redhat.com>
1953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
1954         used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.
1956 2003-03-09  Ulrich Drepper  <drepper@redhat.com>
1958         * po/fi.po: Update from translation team.
1959         * po/ca.po: Likewise.
1960         * po/da.po: Likewise.
1962 2003-03-08  Ulrich Drepper  <drepper@redhat.com>
1964         * rt/tst-aio7.c (do_test): Change BYTES into a #define.
1966 2003-03-07  Ulrich Drepper  <drepper@redhat.com>
1968         * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
1970         * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
1972 2003-03-07  Roland McGrath  <roland@redhat.com>
1974         * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
1975         * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
1977 2003-03-04  Guido Guenther  <agx@sigxcpu.org>
1979         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
1980         stubs, we have INLINE_SYSCALL.
1981         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
1982         MAP_NONBLOCK.
1984 2003-03-06  Roland McGrath  <roland@redhat.com>
1986         * rt/tst-aio7.c (do_test): Revert last change.  Instead, give CB1
1987         permanent extent and add a comment about testing its implicit teardown.
1989 2003-03-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1991         * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
1993 2003-03-05  Ulrich Drepper  <drepper@redhat.com>
1995         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
1996         reversed __builtin_expect expectation.
1998 2003-03-05  Roland McGrath  <roland@redhat.com>
2000         * stdio-common/sscanf.c: Use prototype defn with ... syntax.
2001         * libio/swscanf.c: Likewise.
2002         * libio/swprintf.c: Likewise.
2004 2003-03-04  Roland McGrath  <roland@redhat.com>
2006         * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
2007         (elf_machine_rela): Always use RESOLVE_MAP, needed for
2008         R_PPC64_JMP_SLOT as well as TLS cases.
2009         (BIT_INSERT): Move parenthesis where it ought to have been.
2010         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
2012         * posix/confstr.c (confstr): Correct STRING_LEN values for
2013         _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
2014         break.  Reported by Alexandre Julliard <julliard@winehq.com>.
2016 2003-03-04  Jakub Jelinek  <jakub@redhat.com>
2018         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
2020 2003-03-04  Ulrich Drepper  <drepper@redhat.com>
2022         * sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
2023         clone parameters.
2025         * po/sv.po: Update from translation team.
2027 2003-03-04  Andreas Jaeger  <aj@suse.de>
2028             Ulrich Drepper  <drepper@redhat.com>
2030         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.
2032 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2034         * sysdeps/generic/dl-sysdep.h: Add double include protection.
2036         * po/tr.po: Update from translation team.
2038         * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
2039         are holes between the segments.  Only call mprotect to set
2040         proection to PROT_NONE if there are some.
2042         * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
2043         Update comment.
2045         * include/sched.h (__clone2): Use ... instead of adding all the
2046         new parameters.
2048 2003-03-03  Roland McGrath  <roland@redhat.com>
2050         * elf/dl-load.c (struct filebuf): Fix typo in last change.
2052         * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
2053         PI_STATIC_AND_HIDDEN.
2055 2003-03-03  Ian Wienand  <ianw@gelato.unsw.edu.au>
2057         * sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
2058         flags.
2059         * include/sched.h: Update clone2 prototype.
2061 2003-03-03  Andreas Jaeger  <aj@suse.de>
2063         * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
2064         (llrint): Use it to correct return type.
2065         (lrint): Likewise.
2066         (lround): Likewise.
2067         (llround): Likewise.
2069 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2071         * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
2072         byte filebuf size.
2074         * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
2075         if ccs parameter isn't valid.  Reported by Andreas Schwab.
2077 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2079         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
2080         for system call numbers > 255.
2081         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
2082         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
2083         INTERNAL_SYSCALL): Likewise.
2084         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
2085         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
2086         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
2087         INTERNAL_SYSCALL): Likewise.
2089 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2091         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
2092         array if it is the initial dtv.
2094 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2096         * po/es.po: Update from translation team.
2097         * po/fr.po: Likewise.
2098         * po/gl.po: Likewise.
2099         * po/sk.po: Likewise.
2100         * po/sv.po: Likewise.
2102         * sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
2103         * misc/sys/mman.h: Add prototype for remap_file_pages.
2104         * sysdeps/generic/remap_file_pages.c: New file.
2105         * misc/Makefile (routines): Add remap_file_pages.
2106         * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
2108         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
2109         and MAP_NONBLOCK.
2110         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
2111         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
2112         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
2113         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
2114         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
2115         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
2116         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
2117         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
2119 2003-03-03  Roland McGrath  <roland@redhat.com>
2121         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
2122         * sysdeps/ia64/dl-machine.h: Likewise.
2123         * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
2124         argument type.
2125         * sysdeps/ia64/dl-lookupcfg.h: Update decl.
2127         * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
2128         * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
2129         * locale/Versions (libc: GLIBC_2.3): Move those to ...
2130         * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
2131         * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
2132         * Versions.def (libc): Add GLIBC_2.3.3 set.
2134         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.
2135         * sysdeps/ia64/dl-machine.h: Update decl.
2137 2003-03-03  Andreas Jaeger  <aj@suse.de>
2139         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
2141 2003-03-02  Roland McGrath  <roland@redhat.com>
2143         * scripts/abilist.awk: Reject data items with apparent 0 size.
2145         * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar
2146         after foo.* as if it were a duplicate.
2148         * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
2150 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
2152         * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
2154         * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
2155         * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
2156         if not already defined.  Use SYSDEP_GETRES to allow other files to
2157         provide alternative implementations.
2158         * sysdeps/unix/sysv/linux/clock_getres.c: New file
2159         * sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
2160         if not already defined.  Use SYSDEP_GETTIME to allow other files to
2161         provide alternative implementations.
2162         * sysdeps/unix/sysv/linux/clock_gettime.c: New file.
2163         * sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
2164         if not already defined.  Use SYSDEP_GETTIME to allow other files to
2165         provide alternative implementations.
2166         * sysdeps/unix/sysv/linux/clock_settime.c: New file.
2167         * sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
2168         other files to provide alternative implementations.  Rearrange
2169         tests for invalid parameters.
2170         * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
2171         * sysdeps/unix/sysv/linux/sysconf.c: New file.
2172         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2173         __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
2174         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
2175         _POSIX_MONOTONIC_CLOCK.
2177 2003-03-02  Roland McGrath  <roland@redhat.com>
2179         * scripts/merge-abilist.awk: More checks for bogus input.
2180         Uniquify duplicate config names.
2182         * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
2184         * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): Renamed
2185         from dl_reloc_overflow, make global.
2186         (__process_machine_rela): Update callers.
2187         * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow.
2188         Add attribute_hidden to __process_machine_rela decl.
2189         (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
2191         * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
2192         variable.
2194         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
2195         Don't use weak_extern for dl_rtld_map.  Instead check only if [SHARED].
2196         (elf_machine_rela): Clean up.
2198         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up.
2200         PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>.
2201         * sysdeps/powerpc/powerpc32/elf/configure.in: New file.
2202         * sysdeps/powerpc/powerpc32/elf/configure: New generated file.
2203         * elf/tls-macros.h [__powerpc__ && !__powerpc64__]
2204         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them.
2205         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support
2206         new relocs for TLS.
2208         * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these
2209         macros out of [SHARED].
2210         (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
2212         * elf/elf.h: Define R_PPC_* relocs for TLS support.
2213         Clean up R_PPC64_* macro definition comments.
2215         * configure.in: In "running configure fragment for" message,
2216         omit $srcdir from the name if we prepended it.
2217         * configure: Regenerated.
2219         * elf/dl-reloc.c (allocate_static_tls): Fix calculations.
2220         From Jakub Jelinek <jakub@redhat.com>.
2222         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
2223         which duplicated the O_DIRECT defn.
2225 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2227         * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
2228         random functions.
2230 2003-03-01  Andreas Schwab  <schwab@suse.de>
2232         * resolv/Makefile (tests): Don't depend on
2233         $(objpfx)mtrace-tst-leaks when cross compiling.
2235         * sysdeps/m68k/dl-machine.h (_dl_start_user): Access
2236         __libc_stack_end through GOT since it is a global symbol.
2238 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2240         * argp/argp.h: Fix a typo.
2241         Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
2243         * manual/terminal.texi: Fix cfmakeraw() definition from int to void.
2245 2003-02-27  Pat Rankin  <rankin@pactechdata.com>
2247         * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
2248         char *.
2249         (get_subexp): Likewise.
2251 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2253         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
2255 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
2257         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
2259 2003-02-27  Roland McGrath  <roland@redhat.com>
2261         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
2262         special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
2263         repeat it and avoids the test for the common case.
2264         Clean up and fix calculations for TLS relocs.
2266         * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
2267         * sysdeps/powerpc/dl-tls.h: ... here.
2268         (TLS_TP_OFFSET): New macro.
2270         * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
2272 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
2274         * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
2275         code generation changes in recent gcc.
2277 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
2279         * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
2280         Rename argument to avoid symbol conflict.
2282         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
2283         [__USE_GNU] (O_DIRECT): New macro.
2285 2003-02-24  David Mosberger  <davidm@hpl.hp.com>
2287         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
2288         unwind info.
2290 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
2292         * resolv/res_libc.c [USE___THREAD] (_res): Don't need the
2293         initializer anymore now that res_thread_freeres is more careful.
2295         * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
2296         except the PKTINFO.  Reset interface in PKTINFO.
2297         Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
2299 2003-02-25  Steven Munroe  <sjmunroe@us.ibm.com>
2301         * elf/elf.h: Add new R_PPC64_* relocs for TLS.
2302         * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
2303         Define.
2304         * sysdeps/powerpc/powerpc64/elf/configure.in: New file.
2305         * sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
2306         * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
2307         * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
2309         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
2310         Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
2312 2003-02-25  Andreas Jaeger  <aj@suse.de>
2314         * manual/memory.texi (Malloc Tunable Parameters): Clarify
2315         behaviour of M_MMAP_THRESHOLD.
2317 2003-02-25  Roland McGrath  <roland@redhat.com>
2319         * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
2320         zero, inidicating _res was not initialized yet.
2322 2003-02-24  Ulrich Drepper  <drepper@redhat.com>
2324         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
2325         test.
2327 2003-02-24  Roland McGrath  <roland@redhat.com>
2329         * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
2331 2003-02-23  Roland McGrath  <roland@redhat.com>
2333         * sysdeps/posix/pause.c: New file.
2334         * sysdeps/unix/common/pause.c: File removed.
2336 2003-02-23  Ulrich Drepper  <drepper@redhat.com>
2338         * sysdeps/generic/bits/confname.h: Remove #ifs.
2340         * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
2341         * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
2343         * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock
2344         element to -1.
2346 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
2348         * sysdeps/generic/dl-sysdep.c: Avoid warning.
2350 2003-02-22  Roland McGrath  <roland@redhat.com>
2352         * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
2353         * resolv/Makefile (tests): Add tst-leaks.
2354         ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
2355         (tst-leaks-ENV): New variable.
2356         ($(objpfx)mtrace-tst-leaks): New target.
2357         (tests): Depend on it.
2359         * include/libc-internal.h: Declare __libc_thread_freeres.
2361         * Makerules: Fix last change to use $($(subdir)-version) when set.
2363         * Makerules (install-lib-nosubdir): Depend on installed
2364         libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed
2365         regardless of the libfoo.so target's dependencies.
2367         * MakeTAGS (sub-make-vars): New variable, includes generating=t.
2368         Use that in $(MAKE) calls.
2370 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
2372         * catgets/gencat.c (read_input_file): Collision between
2373         auto-assigned numbers and user-defined nubmers is not fatal.
2374         Handle it.
2375         Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
2376         * catgets/Makefile: Add rules to run test2.msg test.
2377         * catgets/test2.msg: New file.
2379         * catgets/gencat.c (main): Return 1 if messages have been printed.
2381         * iconv/iconv_prog.c (main): Unify messages.
2383         * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
2384         when shifting retval.
2385         * stdlib/tst-strtod.c (main): Add strtold test case.
2386         Reported by Fred J. Tydeman <tydeman@tybor.com>.
2388 2003-02-21  Roland McGrath  <roland@redhat.com>
2390         * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
2391         * sunrpc/rpc_thread.c: Likewise for text_set_element use.
2392         (__rpc_thread_destroy): Add it to __libc_subfreeres too.
2394         * include/resolv.h: Add libc_hidden_proto for __res_nclose.
2395         * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
2396         (res_thread_freeres): New function, on __libc_thread_subfreeres and
2397         __libc_subfreeres.
2399         * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
2400         * malloc/thread-freeres.c: New file.
2401         * malloc/Makefile (aux): Add it.
2402         * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
2403         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section
2404         "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set.
2406         * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix.
2407         * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
2409 2003-02-21  Roland McGrath  <roland@frob.com>
2411         * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open.
2413         * iconvdata/Makefile (tests): Add bug-iconv3 only if
2414         [$(have-thread-library) = yes].
2416 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
2418         * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
2420         * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
2421         not chechk for errors (unless testing for 32bit variant).
2422         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2423         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2424         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2426 2003-02-21  Jakub Jelinek  <jakub@redhat.com>
2428         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
2429         Check for signed overflow, not unsigned.
2431         * sysdeps/sparc/sparc64/elf/configure.in: New file.
2432         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
2433         Use -fcall-used-g6, not -fcall-used-g7.
2435 2003-02-21  Andreas Jaeger  <aj@suse.de>
2437         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default
2438         mode.
2440         * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not
2441         clear whole mxcsr but only exceptions.
2443 2003-02-21  Roland McGrath  <roland@redhat.com>
2445         * Makerules: Filter $(install-lib-ldscripts) out of list of targets
2446         for libfoo.so that need $(make-link) rules.
2448 2003-02-21  Roland McGrath  <roland@frob.com>
2450         * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
2451         to match existing struct stat layout in mig protocols.
2453 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2455         * version.h (VERSION): Bump to 2.3.2.
2457         * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp,
2458         tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c,
2459         and dl-sysdep.h.
2460         * sysdeps/generic/Dist: Add sysdep-cancel.h.
2461         * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h.
2462         * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S.
2463         * sysdeps/unix/sysv/linux/Dist: Add pathconf.h.
2464         * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h.
2465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and
2466         ucontext_i.h.
2467         * Makefile (distribute): Add include/stubs-prologue.h,
2468         include/gnu/stubs.h, scripts/merge-abilist.awk, and
2469         scripts/extract-abilist.awk.
2471 2003-02-20  Roland McGrath  <roland@redhat.com>
2473         * math/Makefile (distribute): Don't add generated files.
2475 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2477         * math/Makefile: Rearrange variable definitions slightly to get
2478         definition in the right order.
2480 2003-02-20  Roland McGrath  <roland@redhat.com>
2482         * Makerules: Clean up conditional around include of tls.make.
2483         * Make-dist: Export generating=t to prevent using that.
2484         (+distinfo): Likewise for $(shell $(MAKE) ...) runs.
2486 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2488         * inet/rcmd.c (rresvport_af): Avoid using invliad values.  Wrap
2489         around in search if port IPPORT_RESERVED/2 has been test.
2491 2002-02-20  Paolo Bonzini  <bonzini@gnu.org>
2493         * posix/regcomp.c: Remove inclusions.
2494         * posix/regexec.c: Likewise.
2495         * posix/regex_internal.c: Likewise.
2496         * posix/regex_internal.h: Add inclusions here.
2497         * posix/regex.c: Only include sys/types.h before regex.h.  Include
2498         regex_internal.h here.  Include regex_internal.c before regcomp.c
2499         and regexec.c (might expose more opportunities to the C compiler).
2501         * posix/regcomp.c (parse_expression): Fix construct rejected by SGI CC.
2503         * posix/regex_internal.h [!_LIBC] (__mempcpy): Fix typo.
2504         [!_LIBC] (__wcrtomb): New definition.
2505         [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and
2506         HAVE_LOCALE_H as well.
2508 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2510         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Remove obsolete
2511         patch to check for system call errors.
2513 2002-07-24  Philip Blundell  <philb@gnu.org>
2515         * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV
2516         on unknown systems.
2518 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2520         * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround.
2521         * sysdeps/unix/sysv/linux/kernel-features.h
2522         (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too.
2523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl
2524         if possible.
2525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
2526         interprocedure branches.
2527         * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to...
2528         * sysdeps/powerpc/nofpu/Dist: ...here.
2529         * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to...
2530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
2531         * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete.
2532         * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete.
2533         * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
2535 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
2537         * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
2539 2003-02-20  Philip Blundell  <philb@gnu.org>
2541         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
2542         missing arguments to INTERNAL_SYSCALL_ERROR_P and
2543         INTERNAL_SYSCALL_ERRNO.
2545 2003-02-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2547         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test
2548         for __ASSUME_32BITUIDS.
2550 2003-02-20  Andreas Schwab  <schwab@suse.de>
2552         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* and
2553         POSIX_MADV_* constants.
2555 2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2557         * sysdeps/unix/sysv/linux/sh/pread.c: New file.
2558         * sysdeps/unix/sysv/linux/sh/pread64.c: New file.
2559         * sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
2560         * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
2562 2003-02-19  Jiro Sekiba  <jir@yamato.ibm.com>
2564         * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
2566 2003-02-16  Roland McGrath  <roland@redhat.com>
2568         * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
2570 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
2572         * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
2573         decimal input digits.
2574         * stdlib/tst-strtod.c (main): Add test for strtof bug.
2576 2003-02-18  Ulrich Drepper  <drepper@redhat.com>
2578         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
2579         invalid file descriptors and missing access permissions.
2581 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
2583         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
2584         been found.
2586         * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
2587         TTY_NAME_MAX and not the _POSIX_* minimal value macros.
2588         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
2589         and LOGIN_NAME_MAX.
2591 2003-02-17  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
2592             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2594         * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
2595         * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
2596         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2597         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2598         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2600 2003-02-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2602         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete.
2603         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete.
2604         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete.
2605         * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete.
2606         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete.
2607         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete.
2609         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file...
2610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here.
2611         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file...
2612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
2614         * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL.
2615         * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise.
2616         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete.
2617         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
2619 2003-02-14  Thorsten Kukuk  <kukuk@suse.de>
2621         * nss/getent.c (print_hosts): Print all IP addresses of one host.
2623 2003-02-15  Roland McGrath  <roland@frob.com>
2625         * sysdeps/mach/hurd/tls.h: New file.
2626         * sysdeps/mach/hurd/i386/tls.h: New file.
2628         * mach/errsystems.awk: Include <errno.h> in generated output.
2630         * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
2631         use target mach-before-compile instead of generated.
2632         (mach-before-compile): New target.
2633         * Makerules: Disable use of tls.make if $(generating) is set.
2634         * mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
2635         * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
2636         mach-shortcuts.h so mach/ generation happens before hurd/.
2638 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
2640         * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
2641         of demorm correctly if low word is zero.
2642         Reported by Fred J. Tydeman <tydeman@tybor.com>.
2643         * math/libm-test.inc (nextafter_test): New test, but disabled due
2644         to gcc bug.
2646         * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
2647         counter and only call __exit_thread if this is not the last thread.
2649 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
2651         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add instead of
2652         subtracting map->l_tls_offset.
2654 2003-02-12  Ulrich Drepper  <drepper@redhat.com>
2656         * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and
2657         _CS_GNU_LIBPTHREAD_VERSION.
2658         * posix/conststr.c: Handle these new values.
2659         * posix/getconf.c: Likewise.
2661         * sysdeps/mips/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix
2662         masking of version index.
2663         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
2665 2003-02-11  Ulrich Drepper  <drepper@redhat.com>
2667         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Compute alignment
2668         correctly.  Reported by Thorsten Kukuk.
2670 2003-02-10  Ulrich Drepper  <drepper@redhat.com>
2672         * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and
2673         _BSD_SOURCE to compiler.
2674         * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings.
2675         Patches by Alan Modra.
2677 2003-02-08  Ulrich Drepper  <drepper@redhat.com>
2679         * io/ftwtest.c: Get current working directory before and after the
2680         nftw call and make sure they match.
2682 2003-02-08  Jim Meyering  <jim@meyering.net>
2684         * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
2685         the current directory, not just when DIR contains a slash.
2686         Reported by Manoj Srivastava.
2688 2003-02-07  Jim Meyering  <jim@meyering.net>
2690         * io/ftw.c: Add autoconf-recommended block of alloca-related code.
2691         Include autoconf-recommended block of dirent/NAMELEN-related
2692         definitions and includes.  Use NAMELEN throughout, rather than
2693         _D_EXACT_NAMLEN.
2694         [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
2695         [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.
2696         (stpcpy): Declare, if necessary.
2697         (mempcpy): Define, if necessary.
2698         [!_LIBC] (__stpcpy, __mempcpy): Define.
2699         [!_LIBC] (LXSTAT, XSTAT): Define.
2700         (lstat) [!LIBC && !LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.
2701         (find_object): Don't use c99-style struct initializer.
2702         Tweak wording in a couple comments.
2704 2003-02-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2706         * elf/tls-macros.h: Add non-PIC TLS macros and fix clobber list
2707         for SH.
2708         * sysdeps/unix/sysv/linux/sh/brk.c: Add SYSCALL_INST_PAD
2709         after the trapa instruction.
2710         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Add additional
2711         parameters.
2712         * sysdeps/unix/sysv/linux/sh/sh4/sysdep.h: New file.
2713         (NEED_SYSCALL_INST_PAD): Define.
2714         * sysdeps/unix/sysv/linux/sh/sys/user.h (start_thread): Undef to
2715         avoid to use definition for the kernel.
2716         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2717         Save and restore the frame pointer.
2718         (SYSCALL_INST_PAD): Define.
2719         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
2720         (INTERNAL_SYSCALL): Make use of ERR parameter. Add SYSCALL_INST_PAD
2721         after trapa instruction.
2722         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
2723         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
2725 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
2727         * resolv/res_libc.c (_res): Ensure _res is not common symbol,
2728         so that it can have aliases.
2729         * inet/herrno.c (h_errno): Put it into .bss not .data section.
2731 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
2733         * elf/dl-runtime.c (fixup): Correct typo in version index computation.
2734         (profile_fixup): Likewise.
2735         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
2737 2002-11-24  Robert Love  <rml@tech9.net>
2739         * posix/sched.h: Second parameter of sched_setaffinity and
2740         sched_getaffinity is `unsigned int', not `unsigned long'.
2741         * sysdeps/generic/sched_setaffinity.c: Likewise.
2742         * sysdeps/generic/sched_getaffinity.c: Likewise.
2744 2003-02-05  Ulrich Drepper  <drepper@redhat.com>
2746         * debug/catchsegv.sh: Fix typo in error messsage.
2747         Reported by John Levon <levon@movementarian.org>.
2749         * sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
2750         * sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
2751         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2752         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2754         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2755         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2757         * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
2758         Patch by Moritz Schulte <moritz@duesseldorf.ccc.de>.
2760 2003-02-05  Jim Meyering  <jim@meyering.net>
2762         Fix a heap-corrupting bug.
2763         * io/ftw.c: Include <limits.h>.
2764         (PATH_MAX) [!defined PATH_MAX]: Define to 1024.
2765         (process_entry): Allocate enough space to hold the resulting
2766         file name.  Don't presume that 2*dirbufsize is enough.
2767         (ftw_startup): Always use PATH_MAX to compute buffer size, now that
2768         it is guaranteed to be defined.
2770 2003-02-04  Ulrich Drepper  <drepper@redhat.com>
2772         * iconvdata/Makefile: Add rules to build and run bug-iconv3.
2773         * iconvdata/bug-iconv3.c: New file.
2775 2003-02-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2777         * sysdeps/unix/sysv/linux/s390/system.c: New file.
2779 2003-02-03  Jakub Jelinek  <jakub@redhat.com>
2781         * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
2782         check.
2783         * config.h.in (BROKEN_SPARC_WDISP22): Add.
2785 2003-02-03  Ulrich Drepper  <drepper@redhat.com>
2787         * sysdeps/i386/i686/memmove.S: New file.
2789 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
2792         Include kernel-features.h
2793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2798 2003-02-02  Jakub Jelinek  <jakub@redhat.com>
2800         * elf/tls-macros.h [sparc] (TLS_LD, TLS_GD): Add "cc" clobbers.
2802 2003-01-25  Jim Meyering  <jim@meyering.net>
2804         * io/ftw.c (object_compare): Compare inode numbers before device
2805         numbers, since the former are much more likely to differ.
2807 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
2809         * time/tzfile.c (__tzfile_compute): Change return value type to
2810         void.  Adjust return statements.
2811         * include/time.h (__tzfile_compute): Adjust prototype.
2813 2003-02-01  Jim Meyering  <jim@meyering.net>
2815         * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
2816         always returns 1.
2818 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2821         [!__ASSUME_NEW_PRCTL_SYSCALL]: Noop prctl syscall and set ENOSYS.
2823 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
2826         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Generate ENOSYS stub.
2827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2828         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2830         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2832         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2834 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2836         * sysdeps/unix/sysv/linux/configure.in: Change arch_minimum_kernel
2837         back to 2.4.19 for powerpc64.
2838         * sysdeps/unix/sysv/linux/kernel-features.h
2839         (__ASSUME_NEW_PRCTL_SYSCALL): Define for powerpc64.
2840         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Define for powerpc64.
2842 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
2844         * wcsmbs/wcscpy.c (wcscpy): Add alternative implementation for
2845         platforms with strange alignment requirements on wchar_t.
2847 2003-01-31  Andreas Schwab  <schwab@suse.de>
2849         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove __GI_*
2850         aliases, already added by make-syscalls.sh.
2851         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2852         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2853         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2854         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2855         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2856         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2857         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2858         * sysdeps/unix/inet/syscalls.list: Likewise.
2859         * sysdeps/unix/syscalls.list: Likewise.
2861 2003-01-31  Andreas Schwab  <schwab@suse.de>
2863         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Don't define, not needed
2864         any more.
2866 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2868         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Use lg,
2869         not l to load tls from stack.
2871 2003-01-30  Roland McGrath  <roland@redhat.com>
2873         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Move check for
2874         null argument before all else.
2875         Reported by Martin Schwidefsky <schwidefsky@de.ibm.com>.
2877 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2879         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel):
2880         Move to RESOLVE protected part of the header.
2881         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel):
2882         Likewise.
2884 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
2886         * stdio-common/Makefile (tests): Add bug15.
2887         (bug15-ENV): Define.
2888         * stdio-common/bug15.c: New file.
2890 2002-10-07  Wolfram Gloger  <wg@malloc.de>
2892         * malloc/malloc.c (sYSMALLOc): Only check for breakage due
2893         to foreign sbrk()'s if arena is contiguous.  Bug report from
2894         Bruno Haible <bruno@clisp.org>.
2896 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2898         * sysdeps/s390/libc-tls.c: Include stdlib.h.
2900 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2902         * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
2903         ps.__count.
2905 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
2907         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Fix storing and
2908         restoring of %r6.
2909         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.  Use
2910         64-bit load.
2911         Patch by Martin Schwidefsky  <schwidefsky@de.ibm.com>.
2913 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2915         * elf/dl-reloc.c (CHECK_STATIC_TLS): Move _dl_signal_error...
2916         (allocate_static_tls): ...here.  Add __attribute_noinline__.
2917         Don't return on failure.
2918         (_dl_reloc_bad_type): Add __attribute_noinline__.
2919         * elf/do-rel.h (elf_dynamic_do_rel): Add
2920         __attribute__((always_inline)).
2921         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
2922         elf_machine_rel_relative, elf_machine_rela_relative,
2923         elf_machine_lazy_rel): Add prototypes with
2924         __attribute__((always_inline)).
2926 2003-01-29  David Mosberger  <davidm@hpl.hp.com>
2928         * elf/dl-support.c (_dl_aux_init): Handle AT_SYSINFO.
2930 2003-01-29  Roland McGrath  <roland@redhat.com>
2932         * configure.in: Barf if configured in $srcdir.
2934 2003-01-28  Steven Munroe  <sjmunroe@us.ibm.com>
2936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2937         (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
2939 2003-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2941         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Reorder additional
2942         clone parameters to match the order used on ia32.
2943         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2945 2003-01-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2947         * elf/elf.h: Add new s390 relocs.
2948         * elf/tls-macros.h: Add s390 versions.
2949         * sysdeps/s390/Versions [GLIBC_2.3] (ld): Export __tls_get_offset.
2950         * sysdeps/s390/dl-tls.h: New file.
2951         * sysdeps/s390/libc-tls.c: New file.
2952         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class): Add TLS
2953         relocs for class PLT.
2954         (elf_machine_rela): Handle TLS relocs.
2955         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2956         * sysdeps/s390/s390-32/elf/configure.in: Add TLS check.
2957         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
2958         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Add support for
2959         CLONE_CHILD_*TID flags.
2960         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2961         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Use branch with 32
2962         bit offset.
2963         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2964         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
2965         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S (__syscall_error):
2966         Support USE___THREAD. Define RTLD_PRIVATE_ERRNO variant.
2967         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S (__syscall_error):
2968         Likewise.
2969         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
2970         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER.
2971         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
2972         variants.
2973         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
2974         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER. Use
2975         direct branch to syscall_error for !PIC and PIC && !_LIBC_REENTRANT.
2976         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
2977         variants.
2979 2003-01-28  Ulrich Drepper  <drepper@redhat.com>
2981         * sysdeps/unix/common/pause.c (do_pause): New function.  Split
2982         from __libc_pause.  Implement using sigsuspend.
2983         (__libc_pause): Call do_pause to do the real work.
2985         * sysdeps/posix/sigpause.c (do_sigpause): Check range of
2986         sig_or_mask parameter is is_sig != 0.
2988 2003-01-21  Philip Blundell  <philb@gnu.org>
2990         * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
2992 2003-01-27  Steven Munroe  <sjmunroe@us.ibm.com>
2994         * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
2996 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
2998         * stdio-common/bug14.c: Use official name for the locale.
3000         * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
3001         instead of __libc_cleanup_region_start and _IO_cleanup_region_end
3002         instead of __libc_cleanup_region_end.
3004         * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
3005         as first parameter to __libc_cleanup_region_start.
3007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
3008         (__fe_nomask_env): Use __prctl not prctl.
3009         * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
3010         prctl syscall.
3012         * elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message.
3014         * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
3016         * elf/dl-reloc.c (allocate_static_tls): Avoid arithmetic
3017         wrap-around in test.
3019 2003-01-26  Andreas Schwab  <schwab@suse.de>
3021         * sysdeps/wordsize-32/divdi3.c: Export the functions only as
3022         compatibility symbols.  Remove INTDEF for __divdi3.
3023         * sysdeps/wordsize-32/lldiv.c: Don't use __divdi3_internal.
3024         * sysdeps/powerpc/powerpc32/divdi3.c: Remove.
3025         * sysdeps/powerpc/powerpc32/Makefile (CPPFLAGS-divdi3.c): Don't
3026         define.
3027         * sysdeps/powerpc/powerpc32/Dist: Remove divdi3.c.
3029 2003-01-24  Jakub Jelinek  <jakub@redhat.com>
3031         * elf/tls-macros.h: Add SPARC 32-bit definitions.
3032         * sysdeps/sparc/sparc32/elf/configure.in: Add TLS check.
3033         * sysdeps/sparc/sparc32/dl-machine.h: Add dl_machine_h guards
3034         for the first half of the header.  Include tls.h.
3035         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS
3036         relocs too.
3037         (elf_machine_rela): Handle TLS relocs.
3038         * sysdeps/sparc/dl-tls.h: New file.
3040         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Add cancellation
3041         support.
3043         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Use %g6 instead of %g7.
3044         * sysdeps/sparc/sparc32/memchr.S: Likewise.
3045         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
3046         * sysdeps/sparc/sparc32/strcat.S: Likewise.
3047         * sysdeps/sparc/sparc32/strchr.S: Likewise.
3048         * sysdeps/sparc/sparc32/strcmp.S: Likewise.
3049         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
3050         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
3051         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
3052         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
3053         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3054         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
3055         * sysdeps/sparc/sparc64/strcat.S: Likewise.
3056         * sysdeps/sparc/sparc64/strchr.S: Likewise.
3057         * sysdeps/sparc/sparc64/strcmp.S: Likewise.
3058         * sysdeps/sparc/sparc64/strcpy.S: Likewise.
3059         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
3060         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
3061         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3062         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3064 2003-01-24  Andreas Schwab  <schwab@suse.de>
3066         * elf/dl-close.c (_dl_close): Don't relocate DT_FINI_ARRAY
3067         elements, and process them backwards.
3068         * elf/Makefile ($(objpfx)tst-array4): New target.
3069         ($(objpfx)tst-array4.out): Likewise.
3070         (tests) [$(have-initfini-array) = yes]: Add tst-array4.
3071         * elf/tst-array4.c: New file.
3072         * elf/tst-array4.exp: Likewise.
3074 2003-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
3076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: New file.
3078 2003-01-27  Guido Guenther  <agx@sigxcpu.org>
3080         * sysdeps/unix/sysv/linux/mips/sysdep.h (SYSCALL_ERROR_LABEL): Define.
3081         * sysdeps/unix/sysv/linux/mips/pread.c: Add support for
3082         cancellation handling and handle both __NR_pread64 and __NR_pread.
3083         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3084         * sysdeps/unix/sysv/linux/mips/pwrite.c: Add support for
3085         cancellation handling and handle both __NR_pwrite64 and __NR_pwrite.
3086         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3087         * sysdeps/unix/mips/sysdep.S: Don't set errno in the _LIBC_REENTRANT
3088         case, use register names consistently.
3090 2003-01-27  Wolfram Gloger  <wg@malloc.de>
3092         * malloc/hooks.c (mem2chunk_check): Check alignment of mem
3093         pointer, not of the computed chunk.  Bug report from Carlos
3094         O'Donell <carlos@baldric.uwo.ca>.
3096 2003-01-25  Andreas Schwab  <schwab@suse.de>
3098         * sysdeps/m68k/dl-machine.h (_dl_start_user): Use pc-relative
3099         addressing to save GOT entries.
3101 2003-01-21  Jakub Jelinek  <jakub@redhat.com>
3103         * sysdeps/unix/alpha/sysdep.h (inline_syscall0,
3104         inline_syscall1, inline_syscall2, inline_syscall3,
3105         inline_syscall4, inline_syscall5, inline_syscall6): Add __volatile__.
3106         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INTERNAL_SYSCALL): Add
3107         __attribute__((unused)) to ChEcK.
3109 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3111         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
3112         Fix inline assembler constraints.
3113         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
3114         Likewise.
3116         * sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
3117         -fPIC.
3119 2003-01-20  Segher Boessenkool  <segher@koffie.nl>
3121         * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
3122         compute the cosine, not the sine, even if x > 0.8.
3124 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
3126         * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of
3127         _nss_nis_setspent.  Work around the different prototypes.
3128         * nis/nss_nis/nis-rpc.c (internal_nis_setrpcent): Use
3129         internal_nis_endrpcent.
3130         (internal_nis_endrpcent): Change return type to void.  Change callers.
3131         * nis/nss_nis/nis-pwd.c: Make _nss_nis_endpwent an alias of
3132         _nss_nis_setpwent.  Work around the different prototypes.
3133         * nis/nss_nis/nis-proto.c (_nss_nis_endprotoent): Split out body
3134         of the function to...
3135         (internal_nis_endprotoent): ... here.  New function.
3136         (internal_nis_setprotoent): Use internal_nis_endprotoent.
3137         * nis/nss_nis/nis-network.c: Make _nss_nis_endnetent an alias of
3138         _nss_nis_setnetent.  Work around the different prototypes.
3139         * nis/nss_nis/nis-netgrp.c (_nss_nis_endnetgrent): Split out body
3140         of the function to...
3141         (internal_nis_endnetgrent): ... here.  New function.
3142         (_nss_nis_setnetgrent): Use internal_nis_endnetgrent.
3144 2003-01-19  Jim Meyering  <jim@meyering.net>
3146         * time/strftime.c: (widen): Merge nearly-identical definitions.
3147         (nl_get_alt_digit) [! defined my_strftime]: Define.
3148         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
3149         _nl_get_alt_digit and _nl_get_walt_digit.
3151 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
3153         * time/strftime.c (my_strftime): Handle very large width
3154         specifications for numeric values correctly.  Improve checks for
3155         overflow.
3156         * time/Makefile (tests): Add tst-strftime.
3157         * time/tst-strftime.c: New file.
3159 2003-01-18  Ulrich Drepper  <drepper@redhat.com>
3161         * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
3162         _nss_nis_sethostent.  Work around the different prototypes.
3163         * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
3164         _nss_nis_setgrent.  Work around the different prototypes.
3165         * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
3166         function.  Split out from _nss_nis_endetherent.
3167         (internal_nis_setetherent): Use internal_nis_endetherent instead of
3168         duplicating the code.
3169         * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
3170         of _nss_nis_setaliasent.
3171         * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
3172         internal_nis_endservent code, don't duplicate it.
3174         * inet/rexec.c (rexec_af): Protect socket operations with
3175         TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
3176         * inet/rcmd.c (rcmd_af): Likewise.
3178 2003-01-17  Roland McGrath  <roland@redhat.com>
3180         * math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]:
3181         Add test of value 0.80190127184058835.
3183         * elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
3185 2003-01-17  Richard Henderson  <rth@redhat.com>
3187         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
3188         relocs for class PLT.
3189         * sysdeps/alpha/libc-tls.c: New file.
3190         * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
3191         (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
3193 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3195         * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
3196         __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
3197         on _dl_static_lock.
3199 2003-01-17  Andreas Jaeger  <aj@suse.de>
3201         * stdio-common/bug14.c: Include stdlib.h for exit prototype.
3203 2003-01-16  Steven Munroe  <sjmunroe@us.ibm.com>
3205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: New file.
3206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: New file.
3207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: New file.
3208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: New file.
3209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: New file.
3210         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
3211         * sysdeps/unix/sysv/linux/configure.in: Minimum kernel for PPC64
3212         is 2.4.21.
3214 2003-01-16  Ulrich Drepper  <drepper@redhat.com>
3216         * sysdeps/generic/glob.c (glob): Assume sysconf() always returns
3217         values != -1 for _LIBC.  Use extend_alloca to reallocate alloca'ed
3218         buffers.
3220         * sysdeps/generic/sysconf.c: Unconditionally implement
3221         _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX.
3222         * sysdeps/posix/sysconf.c: Likewise.
3224 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3226         * posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
3227         set *err to the returned error, not to REG_ESPACE unconditionally.
3228         (build_word_op): Likewise.
3229         * posix/Makefile (tests): Add bug-regex16.
3230         * posix/bug-regex16.c: New test.
3232 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3234         * elf/dl-load.c (_dl_map_object_from_fd): Use
3235         GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
3236         been already initialized.
3238 2003-01-15  Dmitry V. Levin  <ldv@altlinux.org>
3240         * sysdeps/unix/sysv/linux/ptsname.c: Fix typo in comment.
3242 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3244         * posix/regcomp.c (re_compile_internal): If clearing buffer, clear
3245         allocated too.  Reported by Al Viro <aviro@redhat.com>.
3247 2003-01-16  Roland McGrath  <roland@redhat.com>
3249         Tweak merged .abilist file format to merge duplicate symbols in
3250         different sets into multi-version stanzas with new "| SET regexp..."
3251         header continuation lines.
3252         * scripts/merge-abilist.awk: Rewritten for new format.
3253         * scripts/extract-abilist.awk: Likewise.
3255 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3257         * nscd/connections.c (nscd_run): Remove bogus return which isn't
3258         necessary with gcc 3.2+.
3259         (nscd_init): Don't use error() to print message, use dbg_log.
3261         * iconv/gconv_simple.c (STORE_REST): Explicitly store the total
3262         expected size into state.
3263         (UNPACK_BYTES): Do the reverse.
3264         * iconv/loop.c: Use CLEAR_STATE if defined to clear __state element.
3265         * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug.
3266         Reported by Al Viro <aviro@redhat.com>.
3268         * stdio-common/Makefile (tests): Add bug14.
3269         * stdio-common/bug14.c: New file.
3271         * stdio-common/vfscanf.c: When recognizing multibyte characters in
3272         string reset the byte counter after mbrtowc reported it is not a
3273         partial character.  Reported by Al Viro <aviro@redhat.com>.
3275 2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
3277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
3278         sysdep-cancel.h, not sysdep.h.
3280 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3282         * nscd/connections.c (nscd_run): Protect accept call with
3283         TEMP_FAILURE_RETRY.
3285 2003-01-15  Andreas Schwab  <schwab@suse.de>
3287         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
3288         (common-generated): Add s-proto-bp.d.
3289         * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
3290         of bp thunks.
3291         * sysdeps/unix/s-proto-bp.S: New file.
3292         * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
3293         Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
3294         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
3296 2003-01-15  Roland McGrath  <roland@redhat.com>
3298         * Makerules: Use -include for tls.make, suppresses warning.
3299         Move gen-as-const-headers rules up so before-compile is set in time.
3300         (sed-remove-dotdot): Fix to work right for subdirs or top dir.
3302 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3304         * nscd/nscd.c (main): Make code to close all file descriptors
3305         faster and more robust.
3307         * nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
3308         request with one writev call.  Protect all read calls with
3309         TEMP_FAILURE_RETRY.
3310         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3311         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3313         * nscd/hstcache.c: Use extend_alloca to reallocate alloca'd buffer.
3314         Protect writev calls with TEMP_FAILURE_RETRY.
3315         * nscd/grpcache.c: Likewise.
3316         * nscd/pwdcache.c: Likewise.
3318         * nscd/hstcache.c (addhstbynamev6): Don't interpret hostname as
3319         IPv6 address in debug output.
3321 2003-01-14  Roland McGrath  <roland@redhat.com>
3323         * Makerules (check-abi-%): Use two rules for $(common-objpfx) and
3324         $(objpfx) directories, and get rid of vpath directives.  The previous
3325         arrangement resulted in files being written to the source directories
3326         when run in a clean build.  Find all .abilist files in $(..)abilist/.
3327         (update-abi-%): Likewise.
3328         (generated): Don't add .symlist files, they'll be intermediates.
3330         * sysdeps/generic/init-first.c: Add a comment.
3332         * elf/Makefile ($(objpfx)ld.so): Pass -z defs in link.
3334         * scripts/gen-as-const.awk: Grok lone "--" as a separator between
3335         #includes and expressions.
3337         * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged
3338         config list when it already contains cpu-.*-os.* without / part.
3340         * Makerules (sed-remove-dotdot): New variable.
3341         ($(common-objpfx)%.make): Use it.  Depend on $(before-compile).
3342         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.
3343         (check-abi-config): New variable, append /tls or /notls to the tuple.
3344         (check-abi-%): Use that for -v config value.
3345         Find .abilist files in abilist/libfoo.abilist, not in subdir.
3346         * Rules: Move bits/stdio_lim.h generation rules to Makerules.
3348 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
3350         * manual/install.texi: Correct description of header preparation for
3351         Linux build.  Patch by mhwood@Ameritech.Net [PR libc/4941].
3353 2003-01-14  Guido Guenther  <agx@sigxcpu.org>
3355         * sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
3356         INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3357         INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.
3359 2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
3361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3362         (INTERNAL_SYSCALL): Make use of ERR parameter.
3363         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3364         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3365         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
3368 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
3370         * sunrpc/pm_getport.c (pmap_getport): Open TCP socket if protocol
3371         == IPPROTO_TCP.
3372         Patch by James Strandboge <jamie@tpptraining.com> [PR libc/4943].
3374         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
3375         Fix entry for bit 31.
3377         * iconvdata/Makefile: Add rules to build IBM866NAV.
3378         * iconvdata/ibm866nav.c: New file.
3379         * iconvdata/tst-tables.sh: Add IBM866NAV.
3380         * iconvdata/gconv-modules: Add entries for IBM866NAV.
3382 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3384         * string/tester.c (test_strcpy): Use the previously #if 0'ed code
3385         to test void* parameters.
3387         * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast
3388         source pointer before dereferencing.
3389         (__STRING_SMALLL_GET32): Likewise.
3390         (__memset_gc): Add missing parenthesis around macro arguments.
3391         Patch by Denis Zaitsev <zzz@cd-club.ru>.
3393         * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler
3394         that %eax is modified.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3396 2003-01-14  Jakub Jelinek  <jakub@redhat.com>
3398         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
3399         defining.
3401 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3403         * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
3404         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
3405         here.
3406         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
3408 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3410         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
3411         from here...
3412         (PSEUDO): ... to here.
3413         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
3414         from here...
3415         (PSEUDO): ... to here.
3417 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3419         * locale/programs/charmap-dir.c (charmap_readdir): Use struct
3420         dirent64 instead of struct dirent for dirent.  Call readdir64
3421         instead of readdir.
3423         * locale/programs/locfile.c (siblings_uncached): Use struct
3424         dirent64 instead of struct dirent for other_dentry.  Call
3425         readdir64 instead of readdir.
3427         * elf/ldconfig.c (direntry): Change type to struct dirent64.
3428         (search_dir): Use readdir64 instead of readdir.
3429         Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
3431 2003-01-12  Roland McGrath  <roland@redhat.com>
3433         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
3434         not strtol.  The former is usable in ld.so, the latter not.
3436         * include/fcntl.h: Declare __libc_creat.
3438         * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs,
3439         libhurduser-link.so-no-z-defs): New variables.
3441         * malloc/malloc.c: Revert last change.
3442         * malloc/malloc.h (_int_*): Move these decls to ...
3443         * include/malloc.h: ... here.  Add attribute_hidden.
3444         (_int_valloc): Declare it too.
3446 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3448         * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
3449         search for removed searchlist.  Reported by Roland McGrath.
3451         * io/ftwtest-sh: Add test for case of symlink to nonexisting file
3452         given as start file.
3454         * io/ftw.c (ftw_startup): Use correct name in check for symlink
3455         without existing target.  Patch by Jim Meyering.
3457         * Makerules (build-shlib-helper): Don't use -z defs linker option
3458         if no-z-defs is defined either.
3460 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3462         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
3463         file.
3465 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3467         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
3468         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3470 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3472         * io/ftwtest-sh: Add test case for relative path with /. at the end.
3474 2003-01-12  Jim Meyering  <jim@meyering.net>
3476         * io/ftw.c (ftw_startup): When trying to stat the starting directory,
3477         use the basename if we've already chdir'd into its parent directory.
3479 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3481         * io/ftw.c (process_entry): Use relative path when using chdir()
3482         to change directory after call to ftw_dir.
3483         * io/ftwtest-sh: Add test for relative path argument to nftw()
3484         with FTW_CHDIR option.
3486 2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3488         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
3489         Define for powerpc.
3490         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
3491         into account.
3492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3493         (INTERNAL_SYSCALL): Make use of ERR parameter.
3494         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3495         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3496         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
3499 2002-01-09  Richard Henderson  <rth@redhat.com>
3501         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
3502         DTPREL64 and TPREL64 without loadbase applied.
3504 2002-01-09  Richard Henderson  <rth@redhat.com>
3506         * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
3507         for NOT_IN_libc.
3509         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
3510         * sysdeps/unix/alpha/sysdep.h: ... here.
3511         (PSEUDO_LOADGP): Remove.
3512         (PSEUDO_PROLOGUE): Load GP in non-pic case.
3513         (SYSCALL_ERROR_LABEL): New.
3514         (PSEUDO): Use it in error branch.
3515         (PSEUDO_END): Add $syscall_error label.
3517 2003-01-12  Andreas Jaeger  <aj@suse.de>
3519         * math/bits/mathcalls.h: Round is a const function.
3521 2003-01-11  Jim Meyering  <jim@meyering.net>
3523         * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
3524         [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
3525         Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
3526         [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
3527         [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
3528         [!_LIBC] (internal_function, dirent64, MAX): Define.
3529         (__set_errno): Define if not already defined.
3530         (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
3531         the basename, not the entire file name.
3532         (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
3533         the basename, not the entire file name.
3535 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3537         * string/tester.c (test_strcpy): Disable last added strcpy until
3538         it is fixed.
3540 2003-01-11  Philip Blundell  <philb@gnu.org>
3542         * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
3544 2003-01-11  Andreas Schwab  <schwab@suse.de>
3546         * Makerules: Add vpath for %.dynsym and %.so so that the
3547         implicit rule chaining for check-abi works.
3549 2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3551         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3552         Add non-PIC case.
3554 2003-01-11  Jakub Jelinek  <jakub@redhat.com>
3556         * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
3557         [__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
3558         gp is used early.
3559         [__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
3560         * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
3561         Ensure libc.so in DT_NEEDED.
3562         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
3563         CHECK_STATIC_TLS before l_tls_offset use.
3564         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
3565         Likewise.
3566         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3567         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
3568         Allocate TLS_PRE_TCB_SIZE bytes below result.
3569         (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
3570         * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
3571         TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
3572         segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
3573         bytes below result and add tcb_offset to memsz.
3574         * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
3575         * sysdeps/ia64/dl-machine.h: Include tls.h.
3576         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
3577         too.
3578         (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
3579         Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
3580         * sysdeps/ia64/libc-tls.c: New file.
3582 2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
3584         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
3585         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
3586         Fix type.  Move definition out of #if.
3587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
3588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
3589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
3590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
3591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
3592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
3593         support.
3594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
3595         ftruncate64, pread64, pwrite64, truncate64 entries.
3596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3597         (INLINE_SYSCALL): New version that supports function call like
3598         syscalls.  Add __builtin_expect.
3599         (LOADARGS_n): Add argument size safety checks.
3600         (INTERNAL_SYSCALL): New Macro.
3601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
3602         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
3603         redefinition of elf_fpreg_t and elf_fpregset_t.
3605 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3607         * elf/dl-close.c (_dl_close): Add several asserts.  Correct and
3608         simplify test for unloading.  If loader of a DSO is unloaded do not
3609         use its scope anymore.  Fall back to own scope and adjust opencounts.
3610         Fix several comments.
3611         * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
3612         the l_searchlist, not only for l_initfini.
3614         * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
3615         dependencies if objects cannot be removed.  Remove object with the
3616         definition as not unloadable if necessary.
3618         * elf/reldep6.c: Create relocation dependency before closing the first
3619         module.
3621 2003-01-10  Guido Günther  <agx@sigxcpu.org>
3623         * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
3624         * sysdeps/unix/mips/brk.S: Likewise.
3625         * sysdeps/unix/mips/pipe.S: Likewise.
3627 2003-01-10  Andreas Schwab  <schwab@suse.de>
3629         * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
3631         * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
3632         are known to have the vfork syscall.
3634         * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
3636         * sysdeps/unix/sysv/linux/kernel-features.h
3637         (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
3638         (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
3639         (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
3641 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3643         * elf/Makefile: Add rules to build and run reldep9 test.
3644         * elf/reldep9.c: New file.
3645         * elf/reldep9mod1.c: New file.
3646         * elf/reldep9mod2.c: New file.
3647         * elf/reldep9mod3.c: New file.
3649 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3651         * elf/Makefile: Add rules to build and run nodelete2 test.
3652         * elf/nodelete2.c: New file.
3653         * elf/nodel2mod1.c: New file.
3654         * elf/nodel2mod2.c: New file.
3655         * elf/nodel2mod3.c: New file.
3657 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3659         * posix/test-vfork.c (noop): Add __attribute_noinline__.
3660         * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
3661         * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
3662         defining it.
3663         * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
3664         * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
3665         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
3666         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
3667         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
3669 2003-01-09  Andreas Schwab  <schwab@suse.de>
3671         * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
3673 2003-01-08  Ulrich Drepper  <drepper@redhat.com>
3675         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
3676         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
3677         argument.
3678         (INTERNAL_SYSCALL_DECL): Define.
3680 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3682         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
3683         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
3684         argument.
3685         (INTERNAL_SYSCALL_DECL): Define.
3686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3687         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
3688         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3689         (INLINE_SYSCALL): Adjust.
3690         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3691         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3692         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3693         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3694         * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
3695         add err argument to INTERNAL_SYSCALL* macros.
3696         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
3697         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
3698         * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
3699         * sysdeps/unix/sysv/linux/m68k/getpagesize.c  (__getpagesize):
3700         Likewise.
3701         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
3702         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
3703         INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
3705 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
3707         Unify symbols in user namespace exported by libc.so and libc.a.
3708         * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
3709         argp_fmtstream_free, and argp_fmtstream_printf.
3710         * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
3711         argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
3712         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
3713         argp_fmtstream_point.
3714         * gmon/gmon.c: Don't define write_profiling.
3715         * libio/genops.c: Don't define _cleanup.
3717         * intl/explodename.c (_nl_find_language.c): Mark as static.
3718         * intl/loadinfo.h: Remove _nl_find_language prototype.
3720         * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
3721         * libio/libioP.h: Remove declaration.
3723         * libio/iopopen.c (_IO_proc_jumps): Mark as static.
3724         * libio/libioP.h: Remove declaration.
3726         * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
3727         * sysdeps/generic/framestate.c: Define STATIC before including
3728         unwind-dw2.c.
3730         * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
3732 2003-01-06  Philip Blundell  <philb@gnu.org>
3734         * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
3735         [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
3737         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
3738         directive.
3739         (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
3740         (SYSCALL_ERROR): New.
3741         (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
3742         handling code.
3743         (INTERNAL_SYSCALL): Define.
3744         (INLINE_SYSCALL): Use it.
3745         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
3746         * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
3747         SYSCALL_ERROR in place of __syscall_error.
3749 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3751         * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
3752         __bswap_32, __bswap_64): Put x into temporary variable
3753         to avoid warnings.
3754         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
3755         (inline) functions.
3756         * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
3757         __bswap_32, __bswap_64): Put x into temporary variable
3758         to avoid warnings.
3759         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
3760         (inline) functions.
3761         * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
3762         Likewise.
3764 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3766         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
3767         alias.
3769 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3771         * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
3772         * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
3774 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
3776         * math/libm-test.inc (significand_test): New function.
3777         (main): Call it.
3779 2003-01-06  Roland McGrath  <roland@redhat.com>
3781         * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
3782         arguments.
3783         (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
3784         (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
3785         (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
3787         * string/tester.c (test_strcpy): Add test with `void *' arguments.
3789 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
3791         * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
3792         return significand and not the exponent.
3793         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3795         * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
3796         taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
3798         * malloc/malloc.c: Mark all _int_* functions as static.
3800 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3802         * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
3803         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
3804         handling.
3805         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
3807 2003-01-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3809         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
3810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
3811         support.
3812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
3813         ftruncate64, truncate64, pread64 and pwrite64 entries.
3814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3815         (INLINE_SYSCALL): Add __builtin_expect.
3816         (LOADARGS_n): Add argument size safety checks.
3817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
3818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
3819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
3820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
3821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
3822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
3824 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3826         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
3827         * sysdeps/generic/creat.c: Include sysdep-cancel.h.
3828         (LIBC_CANCEL_HANDLED): Add.
3830         * sysdeps/unix/sysv/linux/alpha/sysdep.h
3831         (inline_syscall_r0_constraint): Rename to...
3832         (inline_syscall_r0_out_constraint): ... this.  Add =.
3833         (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
3835 2003-01-06  Andreas Schwab  <schwab@suse.de>
3837         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
3838         sure this is always inlined.
3839         (elf_machine_rela): Likewise.
3841         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
3843 2003-01-04  Roland McGrath  <roland@redhat.com>
3845         * Makeconfig (+mkdep): Add -MP flag.
3846         Suggested by Art Haas <ahaas@airmail.net>.
3848 2003-01-05  Andreas Schwab  <schwab@suse.de>
3850         * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
3852 2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3854         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
3855         SYSCALL_ERROR_HANDLER.
3856         * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
3857         * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
3858         Add support for cancellation handling.
3859         * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
3860         SYSCALL_ERROR_HANDLER.
3861         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
3862         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
3863         Add support for cancellation handling.
3864         (SYSCALL_ERROR_HANDLER): Define PIC variants.
3866 2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
3869         __syscall_pread64 and __syscall_pwrite64 cancelable.
3870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3871         (INTERNAL_SYSCALL): New macro.
3872         (LOADARGS_0, LOADARGS_1): Fix.
3874 2003-01-05  Ulrich Drepper  <drepper@redhat.com>
3876         * Makerules (build-shlip-helper): Unless told otherwise, add
3877         -Wl,-z,defs to linker command line.
3878         * rt/Makefile (librt.so): Link with ld.so.
3879         * dlfcn/Makefile (libdl.so): Likewise.
3881 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
3883         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
3884         cancellation handling.
3885         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3886         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
3888 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
3890         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
3891         order of parameters passed to kill.
3893 2003-01-04  Andreas Schwab  <schwab@suse.de>
3895         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
3897 2002-01-03  Paul Eggert  <eggert@twinsun.com>
3899         * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
3900         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
3901         when compiling Bison 1.875's `bitset bset = obstack_alloc
3902         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
3904 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
3906         * sysdeps/posix/system.c (do_system): Minor optimizations.  Remove
3907         unnecessary code.
3908         Correct reference counter in case SIGQUIT handler installation failed.
3910 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
3912         * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
3913         Define using _Pragma(weak ...).
3915 2003-01-03  Andreas Jaeger  <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
3917         * resolv/res_libc.c: Provide declaration for __res_init_weak and
3918         reorder declarations.
3920 2003-01-03  Art Haas  <ahaas@airmail.net>
3922         * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
3923         initializer syntax to C99.
3924         * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
3925         * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
3926         * localedata/tests-mbwc/dat_iswctype.c: Likewise.
3927         * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
3928         * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
3929         * localedata/tests-mbwc/dat_iswlower.c: Likewise.
3930         * localedata/tests-mbwc/dat_iswprint.c: Likewise.
3931         * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
3932         * localedata/tests-mbwc/dat_iswspace.c: Likewise.
3933         * localedata/tests-mbwc/dat_iswupper.c: Likewise.
3934         * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
3935         * localedata/tests-mbwc/dat_mblen.c: Likewise.
3936         * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
3937         * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
3938         * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
3939         * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
3940         * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
3941         * localedata/tests-mbwc/dat_strcoll.c: Likewise.
3942         * localedata/tests-mbwc/dat_strfmon.c: Likewise.
3943         * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
3944         * localedata/tests-mbwc/dat_swscanf.c: Likewise.
3945         * localedata/tests-mbwc/dat_towctrans.c: Likewise.
3946         * localedata/tests-mbwc/dat_towlower.c: Likewise.
3947         * localedata/tests-mbwc/dat_towupper.c: Likewise.
3948         * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
3949         * localedata/tests-mbwc/dat_wcscat.c: Likewise.
3950         * localedata/tests-mbwc/dat_wcschr.c: Likewise.
3951         * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
3952         * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
3953         * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
3954         * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
3955         * localedata/tests-mbwc/dat_wcslen.c: Likewise.
3956         * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
3957         * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
3958         * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
3959         * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
3960         * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
3961         * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
3962         * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
3963         * localedata/tests-mbwc/dat_wcstod.c: Likewise.
3964         * localedata/tests-mbwc/dat_wcstok.c: Likewise.
3965         * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
3966         * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
3967         * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
3968         * localedata/tests-mbwc/dat_wctob.c: Likewise.
3969         * localedata/tests-mbwc/dat_wctomb.c: Likewise.
3970         * localedata/tests-mbwc/dat_wctrans.c: Likewise.
3971         * localedata/tests-mbwc/dat_wctype.c: Likewise.
3972         * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
3974 2003-01-03  Richard Henderson  <rth@redhat.com>
3976         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
3977         (inline_syscall_r0_constraint): New.
3978         (inline_syscall[0-6]): Use them.
3980 2003-01-03  Jakub Jelinek  <jakub@redhat.com>
3982         * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
3983         Add rtld_hidden_proto.
3984         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
3985         (_dl_allocate_tls): Likewise.  Remove INTDEF.
3987 2002-07-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3989         * sysdeps/sh/memcpy.S: Optimize.  Based on a patch by Toshiyasu
3990         Morita <toshiyasu.morita@hsa.hitachi.com>.
3991         * sysdeps/sh/memcpy.S: Likewise.
3993 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
3995         * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
3996         any, but unify the test.
3998 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
4000         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
4001         sigaction): Protect weak_alias and libc_hidden_weak with
4002         #ifndef LIBC_SIGACTION.
4003         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
4004         sigaction): Likewise.
4005         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
4006         sigaction): Likewise.
4007         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
4008         sigaction): Likewise.
4009         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
4010         sigaction): Likewise.
4011         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
4012         sigaction): Likewise.
4013         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
4014         sigaction): Likewise.
4015         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
4016         sigaction): Likewise.  Remove SIGCANCEL handling here.
4017         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
4018         Likewise.
4020 2003-01-02  Art Haas  <ahaas@airmail.net>
4022         * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
4024 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
4026         * posix/getconf.c: Update copyright year.
4027         * nss/getent.c: Likewise.
4028         * nscd/nscd_nischeck.c: Likewise.
4029         * iconv/iconvconfig.c: Likewise.
4030         * iconv/iconv_prog.c: Likewise.
4031         * elf/ldconfig.c: Likewise.
4032         * catgets/gencat.c: Likewise.
4033         * csu/version.c: Likewise.
4034         * elf/ldd.bash.in: Likewise.
4035         * elf/sprof.c (print_version): Likewise.
4036         * locale/programs/locale.c: Likewise.
4037         * locale/programs/localedef.c: Likewise.
4038         * nscd/nscd.c (print_version): Likewise.
4039         * debug/xtrace.sh: Likewise.
4040         * malloc/memusage.sh: Likewise.
4041         * malloc/mtrace.pl: Likewise.
4043 2003-01-01  Jakub Jelinek  <jakub@redhat.com>
4045         * io/sys/stat.h: Include time.h with __need_timespec even if
4046         __USE_MISC is defined but __USE_XOPEN is not.
4048 2003-01-01  Andreas Jaeger  <aj@suse.de>
4050         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
4051         type to avoid strict aliasing problem.
4052         (_nss_dns_gethostbyname2_r): Likewise.
4053         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
4054         (_nss_dns_getnetbyname_r): Likewise.
4055         * resolv/gethnamaddr.c (_gethtent): Likewise.
4056         (gethostbyname2): Likewise.
4058 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4060         * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
4061         to avoid using the exported symbols.  Define aliases with the
4062         original names separately.
4064         * include/time.h: Add libc_hidden_proto for __strftime_l.
4065         * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
4066         * time/strftime.c: Always use libc_hidden_def if _LIBC.
4068         * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
4069         * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
4071         * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
4072         tr_break.
4074         * csu/Makefile (routines): Add dso_handle.
4075         * csu/dso_handle.c: New file.
4077 2002-12-31  Roland McGrath  <roland@redhat.com>
4079         * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
4080         Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
4081         (S-CPPFLAGS): Add -DASSEMBLER here instead.
4082         (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
4084 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4086         * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
4087         is available.
4089 2002-12-31  Andreas Jaeger  <aj@suse.de>
4091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
4092         with Linux kernel.
4093         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
4094         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
4095         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
4097         * sysdeps/unix/sysv/linux/kernel_stat.h
4098         (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
4100         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
4101         __unused[1-3] since they're needed by some platforms.  Handle
4102         _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
4104         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
4105         for structs stat and stat64.
4106         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4107         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4108         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4109         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4111         * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
4113         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
4114         nsec resolution changes.
4115         (xstat64_conv): Likewise.
4116         (xstat32_conv): Likewise.
4118         * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
4119         struct kernel_stat.
4121         * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
4122         structs stat and stat64.
4124         * time/time.h (__timespec_defined): Define for __USE_MISC.
4126 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4128         * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
4129         and __libc_current_sigrtmax.
4131 2002-12-31  Jakub Jelinek  <jakub@redhat.com>
4133         * include/errno.h (__errno_location): Add prototype.
4134         Use libc_hidden_proto unconditionally.
4135         * include/netdb.h (__h_errno_location): Use libc_hidden_proto
4136         unconditionally.
4137         * include/resolv.h (__res_state): Likewise.
4139         * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
4140         * include/sys/socket.h (accept): Add libc_hidden_proto.
4141         * include/errno.h (__errno_location): Likewise.
4142         * include/netdb.h (__h_errno_location): Likewise.
4143         * include/resolv.h (__res_state): Likewise.
4144         * include/unistd.h (__lseek): Likewise.
4145         * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
4146         * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
4147         * sysdeps/generic/res-state.c (__res_state): Likewise.
4148         * sysdeps/generic/accept.c (accept): Likewise.
4149         * sysdeps/generic/lseek.c (__lseek): Likewise.
4150         * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
4151         __libc_current_sigrtmax): Likewise.
4152         * sysdeps/mach/hurd/accept.c (accept): Likewise.
4153         * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
4154         * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
4155         * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
4156         * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
4157         * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
4158         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
4159         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
4160         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
4161         alias to llseek.
4162         (__GI_accept): New alias to accept.
4163         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
4164         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
4165         New alias to llseek.
4166         (__GI_accept): New alias to accept.
4167         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
4168         Likewise.
4169         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
4170         Likewise.
4171         * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
4173         * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
4174         strong_alias (name, __GI_name).
4175         * sysdeps/arm/bsd-_setjmp.S : Likewise.
4176         * sysdeps/hppa/bsd-_setjmp.S : Likewise.
4177         * sysdeps/i386/bsd-_setjmp.S : Likewise.
4178         * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
4179         * sysdeps/mips/bsd-_setjmp.S : Likewise.
4180         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
4181         * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
4182         * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
4183         * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
4184         * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
4185         * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
4186         * sysdeps/sh/bsd-_setjmp.S : Likewise.
4187         * sysdeps/sparc/sparc32/setjmp.S : Likewise.
4188         * sysdeps/unix/arm/fork.S : Likewise.
4189         * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
4190         * sysdeps/unix/bsd/i386/vfork.S : Likewise.
4191         * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
4192         * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
4193         * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
4194         * sysdeps/unix/bsd/vax/vfork.S : Likewise.
4195         * sysdeps/unix/i386/fork.S : Likewise.
4196         * sysdeps/unix/mips/fork.S : Likewise.
4197         * sysdeps/unix/sparc/fork.S : Likewise.
4198         * sysdeps/unix/sparc/vfork.S : Likewise.
4199         * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
4200         * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
4201         * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
4202         * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
4203         * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
4204         * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
4205         * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
4206         * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
4207         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
4208         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
4209         * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
4210         * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
4211         * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
4212         * sysdeps/unix/fork.S : Likewise.
4213         * sysdeps/vax/bsd-_setjmp.S : Likewise.
4214         * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
4216         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
4217         inclusion.
4219 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4221         * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
4222         * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
4223         * sysdeps/mach/hurd/fork.c: Likewise.
4224         * sysdeps/unix/sysv/aix/fork.c: Likewise.
4225         * sysdeps/unix/fork.S: Add __GI___fork alias.
4226         * sysdeps/unix/arm/fork.S: Likewise.
4227         * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
4228         * sysdeps/unix/i386/fork.S: Likewise.
4229         * sysdeps/unix/mips/fork.S: Likewise.
4230         * sysdeps/unix/sparc/fork.S: Likewise.
4231         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
4232         * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
4233         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4234         * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
4235         * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
4236         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
4237         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
4238         * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
4239         * sysdeps/unix/bsd/vax/vfork.S: Likewise.
4240         * sysdeps/unix/sparc/vfork.S: Likewise.
4241         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
4242         * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
4243         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
4244         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
4245         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
4246         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4247         * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
4248         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
4250         * include/time.h: Add libc_hidden_proto for __nanosleep.
4251         * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
4252         * sysdeps/mach/nanosleep.c: Likewise.
4253         * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
4254         * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
4256         * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
4257         _IO_list_unlock, and _IO_list_resetlock.
4258         * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
4259         _IO_list_unlock, and _IO_list_resetlock.
4261         * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
4262         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
4263         * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
4264         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
4266         * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
4267         * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
4268         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
4269         __GI___longjmp alias.
4271         * include/setjmp.h: Add libc_hidden_proto for _setjmp.
4272         * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
4273         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4274         * sysdeps/generic/bsd-_setjmp.c: Likewise.
4275         * sysdeps/hppa/bsd-_setjmp.S: Likewise.
4276         * sysdeps/i386/bsd-_setjmp.S: Likewise.
4277         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
4278         * sysdeps/mips/bsd-_setjmp.S: Likewise.
4279         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
4280         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4281         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4282         * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
4283         * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
4284         * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
4285         * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
4286         * sysdeps/sh/bsd-_setjmp.S: Likewise.
4287         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
4288         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4289         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
4290         * sysdeps/vax/bsd-_setjmp.S: Likewise.
4291         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
4293 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
4295         * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
4297 2002-12-30  Roland McGrath  <roland@redhat.com>
4299         * Rules (generated): Target removed.
4300         * mach/Makefile (generated): Define it here instead.
4302         * math/Makefile (generated): Add m_*l and m_*f variants too.
4304 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
4306         * elf/dl-close.c (_dl_close): Handle relocation dependencies among
4307         the to-be-deleted objects right away instead of later separately.
4308         The latter fails because the scope data structures of the DSO
4309         might already be gone.
4311         * elf/Makefile: Add rules to build and run reldep8 test.
4312         * elf/reldep8.c: New file.
4313         * elf/reldep8mod1.c: New file.
4314         * elf/reldep8mod2.c: New file.
4315         * elf/reldep8mod3.c: New file.
4316         Contributed by Jakub Jelinek.
4318 2002-12-24  GOTO Masanori  <gotom@debian.or.jp>
4320         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
4321         checking of return value ENOSYS from getdents64.
4323 2002-12-28  Andreas Schwab  <schwab@suse.de>
4325         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
4326         ($(common-objpfx)s-%.d): Generalized from
4327         $(common-objpfx)s-proto.d rule.
4328         (common-generated): Add s-proto-cancel.d.
4329         * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
4330         cancellable syscalls.
4331         * sysdeps/unix/s-proto-cancel.S: New file.
4333 2002-12-29  Roland McGrath  <roland@redhat.com>
4335         * resolv/res_libc.c: Move _res defn magic after res_init defn
4336         so _res macro is in effect for that code.
4338         * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
4339         pattern for prepending $(..) so it doesn't affect $(foo).
4341         * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
4343 2002-12-29  Jakub Jelinek  <jakub@redhat.com>
4345         * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
4346         in hwcap.
4348 2002-12-28  Ulrich Drepper  <drepper@redhat.com>
4350         * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
4352 2002-12-28  Andreas Jaeger  <aj@suse.de>
4354         * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
4355         avoid warning.
4356         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
4358 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4360         * inet/herrno.c (__h_errno_location): Remove.
4361         * inet/Makefile (routines): Add herrno-loc.
4362         * resolv/res_libc.c (__res_state): Remove.
4363         * resolv/Makefile (routines): Add res-state.
4364         * sysdeps/generic/herrno-loc.c: New file.
4365         * sysdeps/generic/res-state.c: New file.
4367 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4369         * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
4370         Only define if USE_DL_SYSINFO is defined.
4372 2002-12-22  Jakub Jelinek  <jakub@redhat.com>
4374         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
4375         INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
4376         Define. Patch by Richard Henderson and Jes Sorensen.
4377         (PSEUDO): Remove unnecessary ;;.
4378         * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
4379         are found unless TLS_INIT_TP_EXPENSIVE.  Use NONTLS_INIT_TP.
4380         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
4381         if not initializing thread pointer.
4382         [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
4383         * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
4384         make it weak also if NONTLS_INIT_TP.
4385         * sysdeps/unix/common/pause.c: Handle cancellation.
4386         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
4387         (LOADSYSCALL): Remove.
4388         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4389         (SYSCALL_ERROR_HANDLER): Use it.
4390         (PSEUDO): Don't jump around error handler.
4391         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
4392         jump around error handler.
4393         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
4394         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
4395         to __syscall_error_handler on failure.
4396         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
4397         (LOADSYSCALL): Remove.
4398         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4399         (SYSCALL_ERROR_HANDLER): Use it.
4400         (PSEUDO): Don't jump around error handler.
4401         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
4402         jump around error handler.
4403         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
4404         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
4405         to __syscall_error_handler on failure.
4407 2002-12-27  Roland McGrath  <roland@redhat.com>
4409         * scripts/gen-as-const.awk: New file.
4410         * Makefile (distribute): Add it.
4411         * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
4412         (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
4413         to the list.
4414         (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
4416 2002-12-27  Andreas Schwab  <schwab@suse.de>
4418         * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
4420 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4422         * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
4423         _environ is NULL.
4425 2002-12-27  Andreas Schwab  <schwab@suse.de>
4427         * Makerules ($(common-objpfx)%.make): Filter through
4428         $(sed-remove-objpfx).
4430 2002-12-23  Roland McGrath  <roland@redhat.com>
4432         * scripts/abilist.awk: Produce a more compact format, divided into
4433         stanzas for each version set, the set name listed only once.
4434         * scripts/extract-abilist.awk: New file.
4435         * scripts/merge-abilist.awk: New file.
4436         * Makerules (check-abi-%, update-abi-%): New pattern rules.
4437         (update-abi, check-abi): New targets.
4438         * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
4440 2002-12-19  Roland McGrath  <roland@redhat.com>
4442         * Makerules (%.symlist): Use LC_ALL=C when running awk script.
4444         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
4445         INTERNAL_SYSCALL.
4447 2002-12-21  Andreas Schwab  <schwab@suse.de>
4449         * elf/check-textrel.c (handle_file): Swap p_type.
4451 2002-12-21  Andreas Schwab  <schwab@suse.de>
4453         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
4454         (INLINE_SYSCALL): Use it.
4455         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
4456         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
4458         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
4459         * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
4461 2002-12-20  Art Haas  <ahaas@airmail.net>
4463         * sysdeps/gnu/siglist.c: Convert GCC extension initializer
4464         syntax to C99.
4466 2002-12-21  Philip Blundell  <philb@gnu.org>
4468         * sysdeps/arm/elf/start.S (_start): Optimise a little.  Push stack
4469         top as seventh arg to __libc_start_main.
4470         Reported by paulnash@wildseed.com.
4472         * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
4474         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
4475         compatibility cruft when new enough kernel is assumed.
4477 2002-12-20  Jakub Jelinek  <jakub@redhat.com>
4479         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
4480         instead of INLINE_SYSCALL.
4482 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
4484         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
4485         typo.
4487         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
4488         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
4489         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
4490         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
4491         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
4492         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
4493         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
4494         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
4495         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
4496         Patch by William Lee Irwin <wli@holomorphy.com>.
4498 2002-12-20  Andreas Schwab  <schwab@suse.de>
4500         * locale/programs/ld-measurement.c (measurement_output): Fix
4501         index calculation.
4503 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
4505         * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
4506         Redefine _IO_flockifle and _IO_funlockfile as inlines.
4508         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
4509         builds add "tls" in the search path.
4510         * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
4511         (path_hwcap): Recognize "tls".
4513 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4515         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
4516         __waitpid instead of waitpid.
4518         * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
4519         int $0x80.
4520         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
4521         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
4522         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
4524         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
4525         information for system calls.
4527         * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
4528         for ld.so.
4530         * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
4532 2002-12-19  Roland McGrath  <roland@redhat.com>
4534         * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
4535         * iconvdata/ibm922.h: Likewise.
4536         * iconvdata/ibm930.h: Likewise.
4537         * iconvdata/ibm932.h: Likewise.
4538         * iconvdata/ibm933.h: Likewise.
4539         * iconvdata/ibm935.h: Likewise.
4540         * iconvdata/ibm937.h: Likewise.
4541         * iconvdata/ibm939.h: Likewise.
4542         * iconvdata/ibm943.h: Likewise.
4543         * iconvdata/isiri-3342.h: Likewise.
4545 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4547         * test-skeleton.c (main): Make sure correct value is seen as
4548         argv[0] after adjustment of argv, and argc.
4550         * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
4551         RTLD_CORRECT_DYNAMIC_WEAK is defined.
4553 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
4555         * nscd/connections.c (nscd_run): Shut up warning.
4556         * tst-ungetc.c (assert): Undefined before redefining.
4558 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4560         * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
4561         is used.
4563 2002-12-17  Art Haas  <ahaas@airmail.net>
4565         * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
4566         * iconvdata/cp775.h: Likewise.
4567         * iconvdata/ibm1046.h: Likewise.
4568         * iconvdata/ibm1124.h: Likewise.
4569         * iconvdata/ibm1129.h: Likewise.
4570         * iconvdata/ibm1132.h: Likewise.
4571         * iconvdata/ibm1133.h: Likewise.
4572         * iconvdata/ibm1160.h: Likewise.
4573         * iconvdata/ibm1161.h: Likewise.
4574         * iconvdata/ibm1162.h: Likewise.
4575         * iconvdata/ibm1163.h: Likewise.
4576         * iconvdata/ibm1164.h: Likewise.
4578 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4580         * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
4581         __ASSUME_CLONE_THREAD_FLAGS is defined.
4582         * sysdeps/unix/sysv/linux/kernel-features.h
4583         (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
4585 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4587         * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
4588         of asm.
4589         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4591         * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
4592         _dl_sysinfo.
4593         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4594         code.
4595         * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
4596         _rtld_global.
4597         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4598         code.
4599         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
4600         Check for AT_SYSINFO and set _dl_sysinfo appropriately.
4601         * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
4602         Add _dl_sysinfo.
4604 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
4606         * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
4607         __libc_writev to...
4608         [libc: GLIBC_PRIVATE]: ...here.
4609         * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
4610         __libc_msgsnd to...
4611         [libc: GLIBC_PRIVATE]: ...here.
4613 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4615         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
4616         Use it instead of directly int $0x80.
4617         * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
4618         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
4619         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4620         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4621         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4622         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
4624 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
4626         * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
4628         * elf/elf.h (AT_SYSINFO): New define.
4629         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
4630         AT_SYSINFO.
4632 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
4634         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
4635         Make cancelable.
4636         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
4637         Likewise.
4638         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
4639         Likewise.
4640         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
4641         Likewise.
4642         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
4643         Likewise.
4644         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
4646         * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
4647         mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
4648         available, otherwise __libc_maybe_call.
4649         * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
4650         cancellation handling.
4651         * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
4653 2002-12-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
4655         * posix/regcomp.c (free_workarea_compile): Free the new member
4656         ORG_INDICES.
4657         (analyze): Initialize ORG_INDICES.
4658         (duplicate_node_closure): Search for a existing node, which is
4659         duplicated from the node ORG_DEST and satisfies the constraint
4660         CONSTRAINT.  And use it to avoid inifimite loop.
4661         (search_duplicated_node): New function.
4662         (duplicate_node): Store the index of the original node.
4663         * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
4664         if needed.
4665         * posix/regex_internal.h (re_dfa_t): Add new members.
4667 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
4669         * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
4671 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4673         * sysdeps/posix/system.c (do_system): Add support for installation
4674         of cancellation handlers.
4675         * sysdeps/unix/sysv/linux/i386/system.c: New file.
4677         * stdlib/Makefile (tests): Add tst-system.
4678         * stdlib/tst-system.c: New file.
4680         * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
4681         CENABLE]: Don't lose content of %ebx.
4683 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
4685         * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
4686         macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
4688 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4690         * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
4691         fails to return a function pointer don't use it.
4693 2002-12-16  Art Haas  <ahaas@airmail.net>
4695         * io/ftw.c: Convert GCC extension initializer syntax to C99.
4696         * iconvdata/iso-ir-165.c: Likewise.
4697         * iconvdata/jis0208.c: Likewise.
4698         * iconvdata/jis0212.c: Likewise.
4700 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4702         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
4703         epoll_ctl, and epoll_wait.
4704         * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
4705         epoll_create, epoll_ctl, and epoll_wait.
4706         * sysdeps/unix/sysv/linux/sys/epoll.h: New file.  Written by
4707         Davide Libenzi <davidel@xmailserver.org>.
4708         * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
4709         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4710         Add sys/epoll.h.
4712 2002-12-16  Art Haas  <ahaas@airmail.net>
4714         * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
4715         syntax to C99
4716         * sysdeps/unix/sysv/aix/settimer.c: Likewise.
4717         * sysdeps/unix/sysv/aix/sleep.c: Likewise.
4718         * sysdeps/unix/sysv/aix/usleep.c: Likewise.
4720 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4722         * stdio-common/Makefile (routines): Remove lockfile.  Add
4723         flockfile, ftrylockfile, and funlockfile.
4724         * sysdeps/generic/lockfile.c: Removed.  Each function has its own file.
4725         * sysdeps/generic/flockfile.c: New file.
4726         * sysdeps/generic/ftrylockfile.c: New file.
4727         * sysdeps/generic/funlockfile.c: New file.
4729 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
4731         * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
4732         macros instead of doing the calls directly.
4733         * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
4734         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
4735         targets.
4737 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
4739         * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
4740         * sysdeps/ieee754/bits/nan.h: Likewise.
4742         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
4743         __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
4745 2002-12-16  Roland McGrath  <roland@redhat.com>
4747         * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
4748         * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
4749         * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
4751         * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
4752         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
4753         s_putpmsg.
4754         * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
4755         * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
4756         * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
4757         * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
4758         * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
4759         * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
4760         * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
4761         * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
4763 2002-12-13  Paul Eggert  <eggert@twinsun.com>
4765         * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
4766         is now u_int, not int.
4767         (struct XDR.x_handy): Now u_int, not int.
4768         * sunrpc/xdr_mem.c: Include <limits.h>.
4769         (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
4770         xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
4771         x_handy is now unsigned, not signed.
4772         Do not decrement x_handy if no change is made.
4773         (xdrmem_setpos): Check for int overflow.
4774         * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
4775         (xdr_sizeof): Remove cast that is now unnecessary, now that
4776         x_handy is unsigned.
4778 2002-12-15  Art Haas  <ahaas@airmail.net>
4780         * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
4781         * iconvdata/gap.awk: Likewise.
4782         * iconvdata/gen-8bit-gap-1.sh: Likewise.
4783         * iconvdata/gen-8bit-gap.sh: Likewise.
4784         * locale/C-address.c: Likewise.
4785         * locale/C-collate.c: Likewise.
4786         * locale/C-ctype.c: Likewise.
4787         * locale/C-identification.c: Likewise.
4788         * locale/C-measurement.c: Likewise.
4789         * locale/C-messages.c: Likewise.
4790         * locale/C-monetary.c: Likewise.
4791         * locale/C-name.c: Likewise.
4792         * locale/C-numeric.c: Likewise.
4793         * locale/C-paper.c: Likewise.
4794         * locale/C-telephone.c: Likewise.
4795         * locale/C-time.c: Likewise.
4796         * nscd/connections.c: Likewise.
4797         * nscd/grpcache.c: Likewise.
4798         * nscd/hstcache.c: Likewise.
4799         * nscd/pwdcache.c: Likewise.
4800         * stdio-common/vfprintf.c: Likewise.
4801         * stdlib/random.c: Likewise.
4802         * sysdeps/generic/siglist.c: Likewise.
4803         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4804         * sysdeps/ieee754/bits/nan.h: Likewise.
4805         * sysdeps/posix/sprofil.c: Likewise.
4806         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4807         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
4808         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
4810 2002-12-15  Roland McGrath  <roland@redhat.com>
4812         * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
4814         * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
4815         <tls.h> here, no need for it.
4816         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
4818         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
4819         parameter, not varargs parameter.
4821         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
4822         argument so it's not an unused variable.
4824         * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
4825         __p_type_syms, __p_rcode_syms): Remove decls, never really intended
4826         for users.
4828         * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
4830 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
4832         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
4833         original __libc_fcntl code.  Just renamed.
4835 2002-12-15  Andreas Schwab  <schwab@suse.de>
4837         * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
4839 2002-12-14  Olaf Hering  <olh@suse.de>
4841         * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
4842         * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
4844 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
4846         * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
4848         * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
4849         SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
4851         * sysdeps/unix/sysv/linux/open64.c: New file.
4853         * sysdeps/generic/pselect.c: Add support for cancellation handling.
4854         * sysdeps/posix/open64.c: Likewise.
4855         * sysdeps/posix/sigpause.c: Likewise.
4856         * sysdeps/posix/sigwait.c: Likewise.
4857         * sysdeps/posix/system.c: Likewise.
4858         * sysdeps/posix/waitid.c: Likewise.
4859         * sysdeps/unix/sysv/linux/accept.S: Likewise.
4860         * sysdeps/unix/sysv/linux/connect.S: Likewise.
4861         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4862         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4863         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
4864         * sysdeps/unix/sysv/linux/poll.c: Likewise.
4865         * sysdeps/unix/sysv/linux/pread.c: Likewise.
4866         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
4867         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4868         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4869         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4870         * sysdeps/unix/sysv/linux/recv.S: Likewise.
4871         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
4872         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
4873         * sysdeps/unix/sysv/linux/send.S: Likewise.
4874         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
4875         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
4876         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
4877         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
4878         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4879         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4880         * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
4881         * sysdeps/unix/sysv/linux/wait.c: Likewise.
4882         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
4883         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4884         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
4885         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4887 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4889         * sysdeps/generic/sysdep-cancel.h: New file.
4890         * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
4891         cancelable syscall.
4892         * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
4893         recvmsg, send, sendmsg, sendto): Make cancelable.
4894         * sysdeps/unix/mman/syscalls.list (msync): Likewise.
4895         * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
4896         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4897         sendto, osf_select): Likewise.
4898         * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
4899         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
4900         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
4901         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4902         sendto): Likewise.
4903         * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
4904         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
4905         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
4906         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4907         sendto): Likewise.
4908         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
4909         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4910         sendto, select): Likewise.
4911         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
4912         pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
4913         Likewise.
4914         * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
4915         select, fcntl): Likewise.
4916         * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
4917         * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
4918         read, readv, select, sigsuspend, write, writev): Likewise.
4920 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4922         * dirent/bug-readdir1.c: Include unistd.h.
4924 2002-12-13  Jakub Jelinek  <jakub@redhat.com>
4926         * locale/programs/locale.c: Include locarchive.h.
4927         (ARCHIVE_NAME): Define.
4928         (write_archive_locales): New function.
4929         (write_locales): Use it.  Ensure the same locale is not printed
4930         multiple times in verbose mode.
4931         Mode LC_IDENTIFICATION and LC_CTYPE printing into...
4932         (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
4933         functions.
4934         (struct nameent): New type.
4935         (nameentcmp): New function.
4937 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4939         * posix/regex_internal.c (re_string_context_at): Guard wide char
4940         code with #ifdef RE_ENABLE_I18N.
4942 2002-11-22  Paolo Bonzini  <bonzini@gnu.org>
4944         * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
4946 2002-12-13  Roland McGrath  <roland@redhat.com>
4948         * posix/bug-regex15.c: New file.
4949         * posix/Makefile (tests): Add it.
4951         * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
4952         (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
4954 2002-12-13  Ulrich Drepper  <drepper@redhat.com>
4956         * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
4958         * misc/syslog.c (log_cleanup): Don't use parameter in
4959         __libc_lock_unlock call, use syslog_lock directly.  Adjust callers to
4960         pass NULL instead of a pointer to syslog_lock.
4962 2002-12-12  Ulrich Drepper  <drepper@redhat.com>
4964         * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
4965         linker map for all iconv modules.
4966         (distribute): Add gconv.map.
4967         * iconvdata/gconv.map: New file.
4969         * elf/Makefile: Also check all iconv modules for text relocations.
4971         * stdlib/Makefile: Remove code to automatically import GMP.
4973         * elf/Makefile (tests): Add rules to build and run check-textrel.
4974         * elf/check-textrel.c: New file.
4976         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
4977         directive.
4979 2002-12-11  Jakub Jelinek  <jakub@redhat.com>
4981         * io/test-utime (main): If stnow.st[am]time is wrong, print it and
4982         not st.st[am]time.
4984 2002-04-30  Bruno Haible  <bruno@clisp.org>
4986         * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
4987         the encoding if it already has slashes.
4988         Reported by Perry Rapp <prapp@erols.com>.
4990 2002-12-11  Roland McGrath  <roland@redhat.com>
4992         * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
4993         (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
4994         Turn off PIC for compiling this file.
4996 2002-12-11  Ulrich Drepper  <drepper@redhat.com>
4998         * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
4999         definitions.  Not needed.
5000         [_LIBC]: Use definitions from libc-lock.h instead of referencing
5001         pthread routines directly.
5002         * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
5003         mutex_init calls.
5004         (arena_get2): Don't look at return value of mutex_lock.
5006 2002-12-11  Roland McGrath  <roland@redhat.com>
5008         * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
5009         elf-init.o instead of compiling a PIC version.
5011 2002-12-11  Bruno Haible  <bruno@clisp.org>
5013         * intl/gettext.h: Renamed to ...
5014         * intl/gmo.h: ... here.
5015         * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
5016         * intl/gettextP.h: Update.
5017         * intl/loadmsgcat.c: Update.
5019         * intl/gettextP.h (PARAMS): Make more portable.
5020         (attribute_hidden): Define as empty macro if not already defined.
5021         * intl/hash-string.h (PARAMS): Make more portable.
5022         * intl/loadinfo.h (PARAMS): Likewise.
5023         * intl/plural-exp.h (PARAMS): Likewise.
5024         (attribute_hidden): Move definition near the definition of
5025         internal_function.
5027         * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
5028         * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
5030 2002-07-13  Bruno Haible  <bruno@clisp.org>
5032         * intl/dcigettext.c (freea): New macro.
5033         (FREE_BLOCKS): Free also the registered blocks.
5034         (DCIGETTEXT): Free the 'search' variable.
5035         Reported by Andreas Fischer <a.fischer@asentics.de>.
5037 2002-04-27  Bruno Haible  <bruno@clisp.org>
5039         * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
5040         * intl/dcigettext.c: Likewise.
5041         * intl/dcgettext.c: Likewise.
5042         * intl/dgettext.c: Likewise.
5043         * intl/gettext.c: Likewise.
5044         * intl/dcngettext.c: Likewise.
5045         * intl/dngettext.c: Likewise.
5046         * intl/ngettext.c: Likewise.
5047         * intl/textdomain.c: Likewise.
5048         * intl/bindtextdom.c: Likewise.
5049         * intl/plural-exp.h: Likewise.
5051 2002-01-02  Bruno Haible  <bruno@clisp.org>
5053         * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
5055 2001-04-30  Bruno Haible  <bruno@clisp.org>
5057         * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
5058         default macro definitions.  Needed for mingw32.
5060 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
5062         * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
5063         __builtin_constant_p to macro parameter.
5065         * sysdeps/generic/sigpause.c: Define all functions as weak.
5066         * sysdeps/posix/sigpause.c: Likewise.
5068         * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
5069         type size_t.
5071 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
5073         * elf/tst-array1.c (preinit_array, init_array, fini_array):
5074         Explicitly align the array to sizeof (void *).
5075         * elf/tst-array2dep.c (init_array, fini_array): Likewise.
5077         * include/libc-symbols.h: Fix a comment typo.
5079         * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
5080         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
5081         Likewise.
5082         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
5083         Likewise.
5084         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
5085         (__libc_sigsuspend): Likewise.
5086         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
5087         (__libc_sigsuspend): Likewise.
5088         * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
5089         (creat): New weak alias.
5091 2002-12-10  Roland McGrath  <roland@redhat.com>
5093         * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
5094         contributes a manual chapter.
5095         * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
5096         around xref to it.
5098         * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
5099         and move contents to ...
5100         (EXTRA_LD_ENVVARS_LINUX): ... this new macro.  Add break for nonmatch.
5101         * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
5102         it instead of duplicating its contents.
5103         (EXTRA_LD_ENVVARS): Likewise.  Add break for nonmatch.
5105 2002-12-09  Jakub Jelinek  <jakub@redhat.com>
5107         * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
5108         defined.
5109         * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
5110         function.
5111         (EXTRA_LD_ENVVARS): Use it.
5112         (DL_OSVERSION_INIT): Define.
5113         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
5114         dl-librecon.h.
5115         (EXTRA_LD_ENVVARS): Undef before defining.  Use _dl_osversion_init.
5117 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
5119         * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
5121         * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
5122         call.  It is not allowed to destroy pthread mutexes which are
5123         still in use even though it is safe for our implementations.  If
5124         somebody still uses the descriptor it is a bug.
5126 2002-12-09  Richard Henderson  <rth@redhat.com>
5128         * csu/abi-note.S: Use .p2align, not .align.
5130 2002-12-09  Ulrich Drepper  <drepper@redhat.com>
5132         * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
5133         __libc_select aliases.
5135         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
5136         alias.
5138         * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
5140         * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
5142         * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
5144         * sysdeps/unix/syscalls.list: Define __libc_select alias.
5146         * sysdeps/posix/waitid.c: Define __libc_waitid alias.
5148         * sysdeps/posix/sigpause.c: Define __libc_sigpause and
5149         __libc___xpg_sigpause aliases.
5151         * sysdeps/generic/pselect.c: Define __libc_pselect alias.
5153         * misc/error.c: Remove use of USE_IN_LIBIO.
5155 2002-12-08  Roland McGrath  <roland@redhat.com>
5157         * elf/Makefile (tests): Uncomment tst-array[123].
5158         * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
5159         * csu/elf-init.c: New file.
5160         * csu/Makefile (routines, static-only-routines): Add elf-init.
5161         * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
5162         and __libc_csu_fini in place of _fini.
5163         * sysdeps/arm/elf/start.S: Likewise.
5164         * sysdeps/cris/elf/start.S: Likewise.
5165         * sysdeps/hppa/elf/start.S: Likewise.
5166         * sysdeps/i386/elf/start.S: Likewise.
5167         * sysdeps/ia64/elf/start.S: Likewise.
5168         * sysdeps/m68k/elf/start.S: Likewise.
5169         * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
5170         * sysdeps/mips/elf/start.S: Likewise.
5171         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
5172         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
5173         * sysdeps/s390/s390-32/elf/start.S: Likewise.
5174         * sysdeps/s390/s390-64/elf/start.S: Likewise.
5175         * sysdeps/sh/elf/start.S: Likewise.
5176         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
5177         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5178         * sysdeps/x86_64/elf/start.S: Likewise.
5180         * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
5181         struct containing function ptr and value, free it.
5182         (__aio_notify_only): Allocate that and copy values from SIGEV into it.
5183         It's not safe to let the new thread use the SIGEV pointer.
5185 2001-10-20  Paul Eggert  <eggert@twinsun.com>
5187         * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
5188         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
5189         Use strerror_r that is only a macro, even if it is not a function.
5190         (strerror): Check for HAVE_DECL_STRERROR before declaring.
5191         (private_strerror): Use prototypes, not old-style function definition.
5192         (print_errno_message): New function.
5193         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
5194         char*-flavored one.
5195         (error_tail, error, error_at_line): Use it.
5197 2002-12-07  Carlos O'Donell  <carlos@baldric.uwo.ca>
5199         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
5201 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
5203         * scripts/output-format.sed: Fix bug in one of the s expressions
5204         which used / for one too many things.
5206         * include/unistd.h: Declare __libc_close.
5208 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
5210         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
5212 2002-12-07  Roland McGrath  <roland@redhat.com>
5214         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
5215         from 2002-12-06, but remove unnecessary memset call without removing
5216         necessary copy of initialization image.
5218         * Makerules ($(common-objpfx)format.lds): New target.
5219         (common-generated): Add it.
5220         ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
5221         * scripts/output-format.sed: New file.
5222         * Makefile (distribute): Add it.
5224 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
5226         * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
5227         Reported by Art Haas <ahaas@airmail.net>.
5229 2002-12-07  Kenneth W. Chen  <kenneth.w.chen@intel.com>
5231         * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec.  Fix .recovery4.
5233 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
5235         * string/test-strncpy.c (do_random_tests): Improve test coverage.
5237 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5239         * test-skeleton.c (timeout_handler): Allow expected signal to be
5240         SIGALRM.
5242         * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
5244         * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
5246 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
5248         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
5249         (SYSCALL_ERROR_HANDLER): Fix a pasto.
5250         Reported by Jeff Bailey <jbailey@nisa.net>.
5252 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5254         * sysdeps/generic/libc-tls.c: Undo last patch.
5256         * include/wctype.h: Define iswalnum with libc_hidden_proto.
5258         * include/signal.h: Define raise with libc_hidden_proto.
5260         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
5261         __execve instead of snprintf and execve.
5263         * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
5264         again a bit.
5266 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
5268         * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
5269         * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
5271 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5273         * misc/syslog.c (log_cleanup): New function.
5274         (openlog): Use log_cleanup instead of __libc_mutex_unlock.
5275         (closelog): Likewise.
5277         * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
5278         * elf/dl-iteratephdr.c: Likewise.
5279         * elf/dl-lookup.c: Likewise.
5280         * elf/dl-misc.c: Likewise.
5281         * elf/dl-open.c: Likewise.
5282         * elf/dl-support.c: Likewise.
5283         * elf/rtld.c: Likewise.
5284         * sysdeps/generic/ldsodefs.h: Likewise.
5285         * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
5286         * sysdeps/mach/bits/libc-lock.h: Likewise.
5287         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
5289 2002-12-06  Roland McGrath  <roland@redhat.com>
5291         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
5293         * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
5294         (malloc_starter, memalign_starter, free_starter): Don't define these.
5295         * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
5296         Don't declare them either.
5297         * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
5298         __pthread_initialize, so no need to set hooks to *_starter.
5299         (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
5300         [_LIBC && SHARED && USE_TLS && !USE___THREAD]
5301         (__libc_malloc_pthread_startup): New function.
5302         * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
5304         * malloc/hooks.c (memalign_starter): New function.
5305         * malloc/malloc.c: Declare it.
5306         * malloc/arena.c (save_memalign_hook): New variable.
5307         (ptmalloc_init): Set __memalign_hook to memalign_starter.
5309         * elf/dl-minimal.c (free): Clear the memory.
5310         (calloc): Just call malloc, knowing all memory it returns is cleared.
5312         * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
5313         malloc and memset; calloc can avoid the zeroing when redundant.
5314         (_dl_tls_setup): Likewise.
5315         * elf/dl-load.c (decompose_rpath): Likewise.
5316         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
5317         call, since memory from sbrk at startup is already zero.
5319         * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
5320         error string for failure, null for success.  Update callers.
5321         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
5322         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5324 2002-12-05  Jakub Jelinek  <jakub@redhat.com>
5326         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
5327         args to i:iipi.
5328         (readahead): Change args to i:iii.
5329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
5330         Change args to i:iii.
5331         * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
5332         args to i:iiii.
5334 2002-12-05  Roland McGrath  <roland@redhat.com>
5336         * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
5337         call all functions rather than none.
5338         Reported by Mark P. Mitchell <mark@codesourcery.com>.
5340 2002-12-04  Roland McGrath  <roland@redhat.com>
5342         * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
5343         on _nl_current_LC_* variables.
5345 2002-12-05  Ulrich Drepper  <drepper@redhat.com>
5347         * dirent/bug-readdir1.c (main): Don't call closedir, just close
5348         the file descriptor.  This is testing what the bug report was about.
5350 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
5352         * po/be.po: New file.
5354         * argp/Makefile (tests): Add tst-argp1.
5356         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
5357         Change type of _attribute to void*.
5358         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
5359         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
5360         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
5361         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
5362         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
5364 2002-12-04  Roland McGrath  <roland@redhat.com>
5366         * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
5367         members to the end, so a libpthread compiled with !USE_TLS will still
5368         find other members properly.
5370         * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
5371         operand for DEST memory.  Fix dummy input operand to use SRC.
5372         Reported by Davin McCall <davmac@ozonline.com.au>.
5374         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
5375         alignment when initializing the DTV entry.
5377         * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
5378         when TLS has not been set up, try to set it up if we can.
5379         * elf/tst-tls4.c: Revert last change.
5380         * elf/tst-tls5.c: Likewise.
5381         * elf/tst-tls6.c: Likewise.
5382         * elf/tst-tls7.c: Likewise.
5383         * elf/tst-tls8.c: Likewise.
5384         * elf/tst-tls9.c: Likewise.
5386         * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
5387         * sysdeps/generic/ldsodefs.h: Declare it.
5388         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
5389         * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
5390         function, broken out of __libc_setup_tls.
5391         (init_static_tls): Likewise.
5392         (__libc_setup_tls): Call them.
5393         (_dl_tls_setup): New function, uses new subroutines.
5395         * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
5396         Clear the pointer when returning true.
5397         (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
5398         first element of the slotinfo list too.
5400         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
5401         [SHARED].
5403         * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
5404         (_dl_determine_tlsoffset): Likewise.
5406         * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
5407         startup_error_tsd, made global.
5408         (dl_main): Update initialization.
5409         * elf/dl-tsd.c: Likewise.
5410         * sysdeps/generic/ldsodefs.h: Declare it.
5412 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5414         * manual/texinfo.tex: Update from latest upstream version.
5416 2002-12-03  Roland McGrath  <roland@redhat.com>
5418         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
5419         area surplus in calculation for sbrk call.
5421         * iconvdata/cp1125.c: New file.
5422         * iconvdata/Makefile (distribute): Add it.
5423         (modules): Add CP1125.
5424         (gen-8bit-gap-modules): Add cp1125.
5425         * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
5426         * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
5428 2002-12-03  Andreas Jaeger  <aj@suse.de>
5430         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
5432 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5434         * sysdeps/posix/system.c (do_system): Make signal handler
5435         installation thread safe.
5437 2002-12-02  Roland McGrath  <roland@redhat.com>
5439         * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
5440         caller from EXTRA to -.
5441         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5442         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5443         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5445 2002-12-02  Carlos O'Donell  <carlos@baldric.uwo.ca>
5447         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
5448         bits of RM are cleared.
5450 2002-12-02  Roland McGrath  <roland@redhat.com>
5452         * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
5453         TLS setup is required.
5454         * elf/tst-tls5.c: Likewise.
5455         * elf/tst-tls6.c: Likewise.
5456         * elf/tst-tls7.c: Likewise.
5457         * elf/tst-tls8.c: Likewise.
5458         * elf/tst-tls9.c: Likewise.
5460         * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
5461         `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
5462         * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
5463         for being null before calling free_slotinfo.
5464         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
5465         dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
5467 2002-11-30  Bruno Haible  <bruno@clisp.org>
5469         * iconv/gconv.h (__gconv_btowc_fct): New typedef.
5470         (struct __gconv_step): New field __btowc_fct.
5471         * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
5472         * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
5473         __BUILTIN_TRANS.
5474         (__gconv_btwoc_ascii): New declaration.
5475         * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5476         (__gconv_btwoc_ascii): New function.
5477         * iconv/gconv_builtin.h: Add BtowcFct argument to all
5478         BUILTIN_TRANSFORMATION invocations.
5479         * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5480         * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
5481         * iconv/gconv_builtin.c (map): New field btowc_fct.
5482         (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
5483         btowc_fct field.
5484         (__gconv_get_builtin_trans): Initialize __btowc_fct field.
5485         * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
5486         * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
5487         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
5488         * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
5489         (gconv_init): Initialize __btowc_fct field.
5490         Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
5491         * iconv/loop.c: Document ONEBYTE_BODY.
5492         (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
5493         Undefine ONEBYTE_BODY at the end.
5494         * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
5495         * iconvdata/8bit-gap.c (NONNUL): New macro.
5496         (BODY for FROM_LOOP): Use it.
5497         (ONEBYTE_BODY): New macro.
5498         * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
5499         (NONNUL): New macro.
5500         * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
5501         * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
5502         * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
5503         * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
5504         * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
5505         * iconvdata/big5.c (ONEBYTE_BODY): New macro.
5506         * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
5507         * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
5508         * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
5509         * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
5510         * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
5511         * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
5512         * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
5513         * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
5514         * iconvdata/ibm932.c: Include <stdbool.h>.
5515         (TRUE, FALSE): Remove macros.
5516         (BODY for FROM_LOOP): Remove unused variable rp1.
5517         (ONEBYTE_BODY): New macro.
5518         (BODY for TO_LOOP): Use bool.
5519         * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
5520         * iconvdata/ibm943.c: Include <stdbool.h>.
5521         (TRUE, FALSE): Remove macros.
5522         (BODY for FROM_LOOP): Remove unused variable rp1.
5523         (ONEBYTE_BODY): New macro.
5524         (BODY for TO_LOOP): Use bool.
5525         * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
5526         * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
5527         * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
5528         * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
5529         * iconvdata/johab.c (ONEBYTE_BODY): New macro.
5530         * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
5531         * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
5532         * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
5533         * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
5534         * iconvdata/gbbig5.c: Tweak comment.
5536 2002-12-02  Ulrich Drepper  <drepper@redhat.com>
5538         * po/fi.po: Update from translation team.
5540 2002-12-01  Roland McGrath  <roland@redhat.com>
5542         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
5543         testing getdents64 return value.
5545         * scripts/versions.awk: Don't pass -n flag to sort command.
5547         * posix/bug-regex13.c: Include <string.h>.
5549         * sysdeps/generic/libc-start.c (__libc_start_main): Do
5550         DL_SYSDEP_OSCHECK here.
5551         * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
5552         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
5554         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
5555         argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
5557         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
5558         instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
5560         * include/link.h: Comment typo fix.
5562 2002-12-01  Roland McGrath  <roland@frob.com>
5564         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
5565         (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
5566         _POSIX_MEMORY_PROTECTION): Likewise.
5567         (_POSIX_POLL, _POSIX_SELECT): Removed.
5569 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5571         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
5572         require it to 200112L.  Remove _POSIX_POLL and _POSIX_SELECT.
5574 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
5576         * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
5577         USE___THREAD.
5578         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
5579         "=v" constraints.
5581 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5583         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
5584         branch prediction buffers by using unpaired call/ret.
5586 2002-11-27  Ulrich Drepper  <drepper@redhat.com>
5588         * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
5589         first parameters constraint string.
5590         (ASMFMT_3): Likewise.  Patch by stefan.lauterbach@mincom.de.
5592 2002-11-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
5594         * posix/regcomp.c (parse_expression): Set the bit since the back
5595         reference is used in the regular expression.
5596         * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
5597         of malloc failure.
5598         (re_node_set_init_copy): Likewise.
5599         * posix/regex_internal.h (state_array_t): New structure.
5600         (re_sub_match_last_t): Likewise.
5601         (re_sub_match_top_t): Likewise.
5602         (re_match_context_t): Add new members.
5603         (re_dfa_t): Likewise.
5604         * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
5605         to check the matching is really correct, and retry if failed.
5606         Move the routin pruning the impossible nodes from here, ...
5607         (prune_impossible_nodes): To this function.
5608         (check_matching): Invoke check_subexp_matching_top, and replace
5609         redundant checking with transit_state_bkref invocation.
5610         (proceed_next_node): Replace strncmp with memcmp.  Reported by
5611         Paolo Bonzini  <bonzini@gnu.org>.
5612         (update_cur_sifted_state): Remove search_subexp invocation.
5613         (search_subexp): Remove this function.
5614         (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
5615         optimization.
5616         (sift_states_bkref): Use search_cur_bkref_entry for optimization.
5617         Remove unused invocation of match_ctx_add_entry.
5618         (transit_state): Invoke check_subexp_matching_top.
5619         (check_subexp_matching_top): New function.
5620         (transit_state_bkref): Remove unused array.
5621         Merge transit_state_bkref_loop.
5622         (transit_state_bkref_loop): Use get_subexp instead of
5623         sift_states_backward.  Use search_cur_bkref_entry for optimization.
5624         Merge this function to transit_state_bkref.
5625         (get_subexp): New function.
5626         (get_subexp_sub): Likewise.
5627         (find_subexp_node): Likewise.
5628         (check_arrival): Likewise.
5629         (check_arrival_expand_ecl): Likewise.
5630         (check_arrival_expand_ecl_sub): Likewise.
5631         (expand_bkref_cache): Likewise.
5632         (match_ctx_init): Initialize new members.
5633         (match_ctx_clean): New function.
5634         (match_ctx_free): Release new members.
5635         (match_ctx_free_subtops): New function.
5636         (match_ctx_add_entry): Fix indent.
5637         (search_cur_bkref_entry): New function.
5638         (match_ctx_add_subtop): Likewise.
5639         (match_ctx_add_sublast): Likewise.
5641 2002-11-25  Ulrich Drepper  <drepper@redhat.com>
5643         * iconv/Makefile (tests): Remove tst-iconv4.c
5644         * iconv/tst-iconv4.c: Moved to...
5645         * iconvdata/tst-iconv4.c: ...here.  New file.
5646         * iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.
5648 2002-11-25  Roland McGrath  <roland@redhat.com>
5650         * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
5651         Grok AF_LINK if defined.
5652         From Momchil Velikov <velco@fadata.bg>.
5654         * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
5655         brdaddr, or dstaddr, just set those pointers to null and don't fail.
5656         Reported by Momchil Velikov <velco@fadata.bg>.
5658         * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
5659         is > sizeof IFR->ifa_addr, advance past the whole longer length.
5660         (__ifreq): Count up NIFS that way too.
5661         Reported by Momchil Velikov <velco@fadata.bg>.
5663         * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
5665         * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
5666         and <fpu_control.h>.
5668 2002-11-24  Ulrich Drepper  <drepper@redhat.com>
5670         * elf/elf.h (EM_ST19): Fix typo.
5672 2002-11-25  Jakub Jelinek  <jakub@redhat.com>
5674         * include/errno.h (__set_errno): Define as errno = val
5675         unconditionally.
5677 2002-11-24  Roland McGrath  <roland@redhat.com>
5679         * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
5680         * sysdeps/posix/writev.c: Likewise.
5681         From Momchil Velikov <velco@fadata.bg>.
5683         * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
5684         calling *GL(dl_error_catch_tsd) for a thread-local location.
5685         * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
5686         (dl_main): Same for GL(dl_error_catch_tsd) initialization.
5687         * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
5689         * libio/iofflush.c: Add libc_hidden_def.
5690         * libio/iofwrite.c: Likewise.
5691         * sysdeps/generic/sigtimedwait.c: Likewise.
5692         * sysdeps/generic/sigwaitinfo.c: Likewise.
5693         * sysdeps/posix/sigwait.c: Likewise.
5694         Reported by Momchil Velikov <velco@fadata.bg>.
5696         * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
5697         to match <arpa/inet.h> declaration.
5698         * inet/inet_netof.c (inet_netof): Likewise.
5699         * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
5700         Reported by Momchil Velikov <velco@fadata.bg>.
5702         * configure.in: Skip AUTOCONF check under --without-cvs.
5703         * configure: Regenerated.
5705         * posix/Makefile (headers): Add bits/pthreadtypes.h.
5706         * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
5707         * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
5709 2002-11-24  Andreas Schwab  <schwab@suse.de>
5711         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
5712         with six arguments.
5714 2002-11-19  Jim Meyering  <jim@meyering.net>
5716         * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
5717         as `static'.
5718         * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
5720 2002-11-23  Roland McGrath  <roland@redhat.com>
5722         * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
5723         Just produce hex output for datum sizes.
5725         * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
5726         Reported by Luca Barbieri <ldb@ldb.ods.org>.
5728 2002-11-20  Steven Munroe  <sjmunroe@us.ibm.com>
5730         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
5731         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
5732         and __unused3 fields.
5733         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
5734         [__WORDSIZE == 32]: Only PPC32 requires __unused1
5735         and __unused2 fields.
5736         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
5737         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
5738         __unused3, and __unused4 fields.
5740         * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
5741         obtain lowest address for profiling in __monstartup call.
5743 2002-11-21  Roland McGrath  <roland@redhat.com>
5745         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
5746         $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
5748         * locale/localeinfo.h (struct locale_data): Revert last change.
5750         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
5751         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5753         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
5754         __NR_pread64 if not defined.
5755         (__NR_pwrite): Define to __NR_pwrite64 if not defined.
5756         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5758 2002-11-21  Roland McGrath  <roland@frob.com>
5760         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
5761         __libc_multiple_libcs here.  Call __setfpucw.
5763 2002-11-21  Ulrich Drepper  <drepper@redhat.com>
5765         * elf/Makefile (tests): Don't run test-arrayX tests for now.
5767         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
5768         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
5769         CLONE_CHILD_*TID flags.
5771 2002-11-20  Andreas Jaeger  <aj@suse.de>
5773         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
5774         We pass struct ucontext on x86-64.
5775         (GET_PC): Adjust.
5776         (GET_FRAME): Adjust.
5777         (GET_STACK): Adjust.
5779 2002-11-20  Roland McGrath  <roland@redhat.com>
5781         * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
5782         conditionalize [! DO_VERSIONING] #error.
5784         * scripts/abilist.awk: Grok function descriptor symbols.
5786         * intl/tst-gettext.c (main): Check return values from setlocale.
5787         Add necessary unsetenv's to make LANG=existing-locale check work.
5789         * intl/tst-gettext.sh: Use mkdir -p.  Copy test files unconditionally,
5790         so aborted prior runs don't confuse things.
5792         * locale/localeinfo.h (struct locale_data: union locale_data_value):
5793         Use uintptr_t instead of unsigned int for `word' member.
5794         (_NL_CURRENT_WORD): Cast to uint32_t.
5796         * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
5797         value.
5799 2002-11-20  Ulrich Drepper  <drepper@redhat.com>
5801         * elf/tls-macros.h: Add IA-64 definitions.
5802         Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
5804         * iconv/Makefile (tests): Add tst-iconv4.
5805         * iconv/tst-iconv4.c: New file.
5807         * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
5808         __GCONV_EMPTY_INPUT only if input is really empty.  Otherwise
5809         __GCONV_INCOMPLETE_INPUT.
5810         (ucs4le_internal_loop): Likewise.
5811         (ucs4le_internal_loop_unaligned): Likewise.
5812         * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
5813         * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
5814         * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
5816         * iconv/loop.c (LOOPFCT): First test for empty input then for full
5817         output buffer.
5819         * inet/getnameinfo.c: Use extend_alloca where appropriate.
5820         * sysdeps/posix/getaddrinfo.c: Likewise.
5822         * include/alloca.h (extend_alloca): New define.  Based on stack
5823         direction it'll try to append to the previouls allocated buffer.
5825 2002-11-07  Thorsten Kukuk  <kukuk@suse.de>
5827         * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
5828         use the same service for AF_INET and AF_INET6.
5830 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
5832         * intl/localealias.c (read_alias_file): Use only about 400 bytes
5833         of stack space instead of 16k.
5835 2002-11-18  Wolfram Gloger  <wg@malloc.de>
5837         * malloc/arena.c
5838         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
5839         nothing if not initialized.  Bug report from Marcus Brinkmann
5840         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
5842 2002-11-19  Roland McGrath  <roland@redhat.com>
5844         * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
5845         sched_setaffinity.
5847         * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
5848         `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
5849         test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
5850         * configure: Regenerated.
5852 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
5854         * include/dlfcn.h: __libc_dlopen is now a macro calling
5855         __libc_dlopen_mode with the extra parameter RTLD_LAZY.
5856         (__libc_dlopen_mode): New prototype.
5857         * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen.  Add
5858         new parameter.  Store new parameter in mode field of structure passed
5859         to do_dlopen.
5860         (struct do_dlopen_args): Add new field mode.
5861         (do_dlopen): Pass mode from parameter structure to _dl_open.
5863 2002-11-11  Randolf Chung  <tausq@debian.org>
5865         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
5866         (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
5867         * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
5869         * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
5871         * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
5872         Set -mdisable-fpregs for this file.
5874 2002-11-11  Carlos O'Donell  <carlos@baldric.uwo.ca>
5876         * sysdeps/unix/sysv/linux/configure.in:
5877         Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
5878         from gcc-3.0 era for backwards compatibility.
5879         * sysdeps/unix/sysv/linux/configure: Regenerate.
5881         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
5882         Define mcontext_t as a sigcontext.
5884 2002-11-18  Roland McGrath  <roland@redhat.com>
5886         * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
5887         Free memory in `last_result' if it was used.
5889         * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
5890         all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
5891         Do the parsing inline instead of copying strings and calling
5892         inet_network, and properly skip all alias names not matching the form.
5894         * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
5896 2002-11-17  Ulrich Drepper  <drepper@redhat.com>
5898         * manual/pattern.texi (Wordexp Example): Fix sample code.
5900         * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
5901         childs stack which will be loaded into the %esi register.
5903 2002-11-14  Paul Eggert  <eggert@twinsun.com>
5905         * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
5906         overflow when skipping the question part and when unpacking aliases.
5908 2002-11-15  Roland McGrath  <roland@redhat.com>
5910         * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
5911         s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
5912         Instead add $(calls:s_%=m_%) to get m_* versions of them all.
5914 2002-11-15  Jakub Jelinek  <jakub@redhat.com>
5916         * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
5917         * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
5919 2002-11-15  Roland McGrath  <roland@redhat.com>
5921         * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
5922         * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
5923         from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
5924         (+make-include-of-dep): New canned sequence.
5926         * stdlib/canonicalize.c (__realpath): Check for malloc failure.
5927         From Dmitry V. Levin <ldv@altlinux.org>.
5929 2002-11-14  Roland McGrath  <roland@redhat.com>
5931         * sysdeps/generic/errno.c (__libc_errno): Remove alias.
5932         * inet/herrno.c (__libc_h_errno): Likewise.
5933         * resolv/res_libc.c (__libc_res): Likewise.
5934         [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
5935         (__res_state) [! USE___THREAD]: Don't define as weak.
5936         * csu/Versions: Revert last change.
5937         * resolv/Versions: Revert last change.
5939         * Makerules ($(common-objpfx)%.make): New pattern rule.
5940         * tls.make.c: New file.
5941         * Makefile (distribute): Add it.
5943         * sysdeps/generic/errno.c [! USE___THREAD]
5944         [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
5945         with compat_symbol so they are not link-time visible.
5946         [! USE___THREAD] (__libc_errno): New alias for errno.
5947         * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
5948         Add __libc_errno here.
5949         * inet/herrno.c [USE___THREAD]: Use this conditional
5950         in place of [USE_TLS && HAVE___THREAD].
5951         [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
5952         (h_errno, _h_errno): Declare these with compat_symbol so they are not
5953         link-time visible.
5954         [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
5955         * resolv/res_libc.c [! USE___THREAD]
5956         [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
5957         (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
5958         (__libc_res): Define as alias for _res.
5959         * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
5960         Add __libc_h_errno and __libc_res here.
5962 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
5964         * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
5965         * resolv/Versions (h_errno, _res): Likewise.
5967 2002-11-14  Roland McGrath  <roland@redhat.com>
5969         * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
5970         (%.symlist): Likewise.
5972 2002-11-13  Roland McGrath  <roland@redhat.com>
5974         * scripts/abilist.awk: New file.
5975         * Makefile (distribute): Add it.
5976         * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
5977         (tests): Depend on .symlist file for each $(install-lib.so-versioned).
5978         [$(subdir) = elf] (tests): Depend on libc.symlist.
5979         (generated, common-generated): Add those files.
5981         * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
5982         * configure: Regenerated.
5983         * config.make.in (OBJDUMP): New variable, substituted by configure.
5985         * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
5986         (mallochook, reallochook): Set them up.
5987         (checkhdr): Check HDR->magic2 value.
5988         (freehook): Reset HDR->magic2.
5989         (memalignhook): New static function.
5990         (old_memalign_hook): New static variable.
5991         (mcheck, reallochook): Set __memalign_hook to memalignhook.
5993         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
5994         for the new TCB.
5996 2002-11-13  Andreas Jaeger  <aj@suse.de>
5998         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
5999         attribute.
6000         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6002 2002-11-11  Paul Eggert  <eggert@twinsun.com>
6004         * manual/crypt.texi (Cryptographic Functions): Mention that
6005         the MD5 one-way algorithm is compatible with BSD's.
6007 2002-11-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
6009         * posix/regex_internal.c (re_string_skip_chars): Also return the last
6010         wide character.
6011         (re_string_reconstruct): Calculate the context by itself when the
6012         offset points out of the valid range.
6013         (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
6014         * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
6015         (IS_WIDE_WORD_CHAR): New macro.
6016         (IS_WIDE_NEWLINE): New macro.
6018 2002-11-12  Andreas Jaeger  <aj@suse.de>
6020         * sysdeps/x86_64/strchr.S: Don't use one register for two
6021         purposes, this fixes a bug noticed by test-strchr.c.
6023         * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
6024         correctly.
6026 2002-11-12  Roland McGrath  <roland@redhat.com>
6028         * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
6029         (_G_IO_NO_BACKWARD_COMPAT): Define it.
6031         * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
6032         instead of <pt-machine.h>.
6033         [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
6034         testandset.
6035         From Ian Wienand <ianw@gelato.unsw.edu.au>.
6037 2002-11-10  Roland McGrath  <roland@redhat.com>
6039         * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
6040         Call fputs instead of fwprintf (simpler to follow in debugger).
6042         * crypt/md5-crypt.c: Doc fix.
6044         * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
6045         the beginning of generated target commands.
6047         * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
6048         dependencies for these in case implicit rule search skipped the
6049         nonexistent source directory.
6050         * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
6051         files with $(object-suffixes) as targets too.
6052         * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
6053         and a target for it using $(make-target-directory).
6055         * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
6057 2002-11-10  Roland McGrath  <roland@frob.com>
6059         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
6060         * sysdeps/generic/bits/pthreadtypes.h: ... here.
6062         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
6063         l_start == 0 and l_len == 1 as we do l_len == 0.
6065 2002-11-10  Ulrich Drepper  <drepper@redhat.com>
6067         * po/da.po: Update from translation team.
6069 2002-11-10  Roland McGrath  <roland@redhat.com>
6071         * config.make.in (includedir): New variable, substituted by configure.
6072         Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
6073         * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
6075 2002-11-10  Andreas Jaeger  <aj@suse.de>
6077         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
6078         REG_OLDMASK and REG_CR2 to synch with kernel header.
6079         (NGREG): Increase.
6081         * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
6082         aliasing problem.
6083         * nss/getXXbyYY_r.c (INTERNAL): Likewise.
6084         * nss/getnssent_r.c (__nss_getent_r): Likewise.
6085         (__nss_setent): Likewise.
6086         (__nss_getent_r): Likewise.
6087         * inet/getnetgrent_r.c (innetgr): Likewise.
6088         (__internal_setnetgrent_reuse): Likewise.
6089         (internal_getnetgrent_r): Likewise.
6090         * inet/ether_hton.c (ether_hostton): Likewise.
6091         * inet/ether_ntoh.c (ether_ntohost): Likewise.
6092         * sunrpc/netname.c (netname2user): Likewise.
6093         * sunrpc/publickey.c (getpublickey): Likewise.
6094         (getsecretkey): Likewise.
6096 2002-11-09  Marcus Brinkmann  <marcus@gnu.org>
6098         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
6099         error in range calculation.
6101 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
6103         * string/test-strspn.c (do_test): Ensure zero termination.
6104         * string/test-strpbrk.c (do_test): Likewise.
6105         * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
6106         * string/test-strncpy.c (stupid_strncpy): Likewise.
6107         * string/test-stpncpy.c (stupid_stpncpy): Likewise.
6109 2002-10-08  Roland McGrath  <roland@redhat.com>
6111         * string/test-string.h (test_init): Fill BUF1 and BUF2 with
6112         nonzero characters.
6114 2002-09-22  H.J. Lu  <hjl@gnu.org>
6116         * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
6117         from PAGE_SHIFT.  Define if not defined.  Check MMAP2_PAGE_SHIFT
6118         only if __NR_mmap2 is defined.
6120         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
6121         * sysdeps/unix/sysv/linux/mmap64.c: ... here.
6122         * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
6123         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
6125 2002-11-08  Jakub Jelinek  <jakub@redhat.com>
6127         * posix/bug-regex13.c (tests): Add new test.
6129         * string/test-strchr.c (stupid_strchr): New function.
6130         (do_random_tests): Make sure the string is zero terminated.
6131         * string/test-strpbrk.c (stupid_strpbrk): New function.
6132         (do_random_tests): Make sure the string is zero terminated.
6133         * string/test-strcmp.c (stupid_strcmp): New function.
6134         (do_random_tests): Make sure the strings are zero terminated.
6135         * string/test-strspn.c (stupid_strspn): New function.
6136         (simple_strspn): Rename rej argument to acc.
6137         (do_random_tests): Make sure the string is zero terminated.
6138         * string/test-strcspn.c (stupid_strcspn): New function.
6139         * string/test-strncpy.c (stupid_strncpy): New function.
6140         * string/test-stpncpy.c (stupid_stpncpy): New function.
6141         * string/test-strncmp.c (stupid_strncmp): New function.
6142         (do_random_tests): Make sure the strings are zero terminated.
6143         * string/test-string.h (impl_t): Change test into long.
6144         (IMPL): Add __attribute__((aligned (sizeof (void *)))).
6146 2002-11-08  Roland McGrath  <roland@redhat.com>
6148         * sysdeps/ia64/elf/configure.in: Add TLS check.
6149         From Ian Wienand <ianw@cse.unsw.edu.au>.
6150         * sysdeps/ia64/elf/configure: Regenerated.
6152 2002-11-07  Roland McGrath  <roland@redhat.com>
6154         * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
6155         place of _IO_new_do_write.
6156         [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
6157         #undef before versioned_symbol use.
6159 2002-11-07  Richard Henderson  <rth@redhat.com>
6161         * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
6162         * configure: Regenerated.
6163         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
6164         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
6165         (RTLD_START): Likewise.  Access _dl_skip_args, _rtld_local, and
6166         _dl_fini via gp-relative relocations.
6167         * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
6169         * elf/tls-macros.h: Add alpha versions.
6170         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
6171         * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
6172         * sysdeps/unix/alpha/sysdep.h: Likewise.  Add SYSCALL_ERROR_HANDLER.
6173         * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
6174         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
6175         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
6176         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6177         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6178         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
6179         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
6180         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
6181         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6182         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6183         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6184         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
6185         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
6186         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6187         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6189         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
6190         Kill argument registers across the inline syscall.
6192         * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
6194         * linuxthreads/sysdeps/alpha/tls.h: New file.
6195         * sysdeps/alpha/dl-tls.h: New file.
6197 2002-10-29  David Mosberger  <davidm@hpl.hp.com>
6199         * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
6200         (gmon_initializer): New function.
6201         (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
6202         __gmon_start__ here.  Call it from gmon_initializer() instead.
6204 2002-03-12  H.J. Lu  <hjl@gnu.org>
6206         * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
6207         tst-array2, and tst-array3.
6208         [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
6209         [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
6210         ($(objpfx)tst-array1.out): New target.
6211         ($(objpfx)tst-array2): Likewise.
6212         ($(objpfx)tst-array2.out): Likewise.
6213         ($(objpfx)tst-array3.out): Likewise.
6214         * elf/tst-array1.c: New file.
6215         * elf/tst-array1.exp: Likewise.
6216         * elf/tst-array2.c: Likewise.
6217         * elf/tst-array2dep.c: Likewise.
6218         * elf/tst-array2.exp: Likewise.
6219         * elf/tst-array3.c: Likewise.
6221 2002-10-28  David Mosberger  <davidm@hpl.hp.com>
6223         * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
6224         Don't add L->l_addr to array entry values.
6226 2002-11-07  Jakub Jelinek  <jakub@redhat.com>
6228         * string/test-string.h: New file.
6229         * string/test-strlen.c: New file.
6230         * string/test-string.h: New file.
6231         * string/test-strcmp.c: New file.
6232         * string/test-strchr.c: New file.
6233         * string/test-strrchr.c: New file.
6234         * string/test-strcpy.c: New file.
6235         * string/test-stpcpy.c: New file.
6236         * string/test-strncpy.c: New file.
6237         * string/test-stpncpy.c: New file.
6238         * string/test-strpbrk.c: New file.
6239         * string/test-strcspn.c: New file.
6240         * string/test-strspn.c: New file.
6241         * string/test-strcat.c: New file.
6242         * string/test-strncmp.c: New file.
6243         * string/test-memchr.c: New file.
6244         * string/test-memcmp.c: New file.
6245         * string/test-memset.c: New file.
6246         * string/test-memcpy.c: New file.
6247         * string/test-mempcpy.c: New file.
6248         * string/test-memmove.c: New file.
6249         * string/Makefile (strop-tests): New variable.
6250         (tests): Add strop-tests.
6251         (distribute): Add test-string.h.
6253 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
6255         * posix/regcomp.c: Use tabs instead of spaces.
6256         * posix/regexec.c: Likewise.
6257         * posix/regex_internal.h: Likewise.
6259         * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
6261 2002-11-06  Jakub Jelinek  <jakub@redhat.com>
6263         * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
6264         here.
6265         (regcomp): Don't set can_be_null here.
6266         (re_comp): Clear whole re_comp_buf with the exception of fastmap.
6267         (re_compile_internal): Clear can_be_null, set regs_allocated.
6269         * posix/regcomp.c (re_set_fastmap): New function.
6270         (re_compile_fastmap_iter): Use it.  Remove redundant type ==
6271         COMPLEX_BRACKET check.
6272         * posix/regexec.c (re_search_internal): Optimize searching with
6273         fastmap.  Call re_string_reconstruct even if match_first is
6274         smaller than raw_mbs_idx.
6276 2002-11-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
6278         * posix/regcomp (free_dfa_content): Use free_state.
6279         * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
6280         pointers in case that realloc failed.
6281         (re_node_set_merge): Likewise.
6282         (register_state): Likewise.
6283         (create_newstate_common): Invoke memory release functions in case of
6284         error conditions.
6285         (create_ci_newstate): Likewise.
6286         (create_cd_newstate): Likewise.
6287         (free_state): New function.
6288         * posix/regexec.c (re_search_internal): Invoke memory release
6289         functions in case of error conditions.
6290         (sift_states_backward): Likewise.
6291         (merge_state_array): Likewise.
6292         (add_epsilon_src_nodes): Likewise.
6293         (sub_epsilon_src_nodes): Likewise.
6294         (search_subexp): Likewise.
6295         (sift_states_bkref): Likewise.
6296         (transit_state_sb): Likewise.
6297         (transit_state_mb): Likewise.
6298         (transit_state_bkref_loop): Likewise.
6299         (group_nodes_into_DFAstates): Likewise.
6300         (push_fail_stack): Don't edit pointers in case that realloc failed.
6301         (extend_buffers): Likewise.
6302         (match_ctx_add_entry): Likewise.
6304 2002-11-06  Roland McGrath  <roland@redhat.com>
6306         * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
6307         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6309         * configure.in: Add checks on as and ld for binutils 2.13 or later.
6310         * configure: Regenerated.
6312 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
6314         * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
6315         If re_compile_internal failed free fastmap buffer.
6316         (free_dfa_content): Broken out of regfree function.  Frees all dfa
6317         related data.
6318         (regfree): Add free_dfa_content.
6319         (re_compile_internal): If any of the called functions fails free
6320         all dfa related memory.
6322 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6324         * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
6325         warnings from the kernel headers.
6327 2002-11-05  Roland McGrath  <roland@redhat.com>
6329         * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
6330         From Johannes Stezenbach <js@convergence.de>.
6332         * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
6333         #errlist-compat magic comment to give 123 as size.
6334         (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
6335         (libc: GLIBC_2.2): ... here.
6336         (libc: GLIBC_2.3): Likewise.
6338 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6340         * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
6341         which happens at the beginning so that we can unload modules in
6342         __libc_freeres.
6344 2002-11-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6346         * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
6347         under [__USE_MISC || _ASM].
6349         * elf/elf.h: Remove the obsolete SH TLS relocations.
6351 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6353         * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
6355 2002-11-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
6358         __NR_pread64 and __NR_pwrite64.
6359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6360         * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
6361         and __NR_pwrite64.
6362         Revert change to use INLINE_SYSCALL.
6363         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6364         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6365         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6366         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
6367         INLINE_SYSCALL.
6368         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
6371         Update clobber list and add a comment about the syscall ABI.
6373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
6374         s_pwrite64, s_ftruncate, s_truncate): Re-add.
6376 2002-11-05  Jakub Jelinek  <jakub@redhat.com>
6378         * iconv/gconv_dl.c (free_mem): Clear loaded.
6379         * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
6380         cleanup if any.
6382 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6384         * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
6386         * libio/ioseekoff.c: Remove INTDEF.  Define _IO_seekoff_unlocked.  Same
6387         as old code without locking.  _IO_seekoff calls this function after
6388         locking the stream.
6389         * libio/ioseekpos.c: Likewise for _IO_seekpos.
6390         * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
6391         prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
6392         prototypes.
6393         * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
6394         of _IO_seekoff_internal.
6395         (_IO_rewind): Likewise.
6396         * libio/ioftell.c: Likewise.
6397         * libio/ftello.c: Likewise.
6398         * libio/ftello64.c: Likewise.
6399         * libio/iofgetpos.c: Likewise.
6400         * libio/iofgetpos64.c: Likewise.
6401         * libio/oldiofgetpos.c: Likewise.
6402         * libio/oldiofgetpos64.c: Likewise.
6403         * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
6404         _IO_seekpos_internal.
6405         * libio/iofsetpos64.c: Likewise.
6406         * libio/oldiofsetpos.c: Likewise.
6407         * libio/oldiofsetpos64.c: Likewise.
6409 2002-11-04  Roland McGrath  <roland@redhat.com>
6411         * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
6412         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
6413         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
6414         * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
6415         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6416         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6417         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6418         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
6419         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
6420         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
6422         s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
6423         sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
6424         Remove these, no longer used.
6426 2002-11-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
6429         s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
6430         s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
6431         s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
6432         s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
6433         s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
6434         syscall stubs.
6436         * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
6437         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6438         * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
6439         and __NR_pread.
6440         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6441         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
6442         and __NR_pwrite.
6443         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6445 2002-11-03  Roland McGrath  <roland@redhat.com>
6447         * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
6448         `_dl_tls_static_used'.
6449         * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
6450         (__libc_setup_tls): Initialize it.  Let the initial value of
6451         _dl_tls_static_size indicate some surplus space in the computed value.
6452         * elf/dl-open.c (_dl_tls_static_size): New variable.
6453         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
6454         _dl_tls_static_used.  Add some surplus space into _dl_tls_static_size.
6455         * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
6456         (CHECK_STATIC_TLS): Use it.
6457         * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
6458         closed objects occupied a trailing contiguous chunk of static TLS area.
6460 2002-10-18  Bruno Haible  <bruno@clisp.org>
6462         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
6464 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
6466         * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
6467         _wide_data->_IO_read_end if adjustment can be made in the current
6468         buffer.
6470         * sysdeps/unix/sysv/linux/fexecve.c: New file.
6472         * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
6473         wide oriented streams are used.
6475         * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
6476         service hasn't been used [PR libc/4744].
6478         * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
6479         Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
6481         * manual/examples/dir.c: Don't include <stddef.h>.
6482         * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
6483         Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
6485 2002-11-02  H.J. Lu  <hjl@gnu.org>
6487         * stdio-common/reg-printf.c: Include <stddef.h>.
6489 2002-11-03  Ulrich Drepper  <drepper@redhat.com>
6491         * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
6493         * po/ca.po: Update from translation team.
6494         * po/es.po: Likewise.
6496         * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
6497         is defined write out memory map.
6498         * sysdeps/unix/sysv/linux/segfault.c: New file.
6500 2002-11-02  Roland McGrath  <roland@redhat.com>
6502         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
6503         pointers that can alias.
6504         Reported by Daniel Jacobowitz <drow@mvista.com>.
6506         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
6508 2002-11-02  Roland McGrath  <roland@redhat.com>
6510         * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
6511         description to be clearer and to say that *RESULT is set to ENTRY.
6513 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6515         * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
6516         dests_ch arrays together.  Alloca or malloc dest_states,
6517         dest_states_word and dest_states_nl arrays together.  Free memory on
6518         error exit.
6520 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
6522         * crypt/crypt_util.c (__init_des_r): Initialize current_salt
6523         and current_saltbits.
6525 2002-11-02  Roland McGrath  <roland@redhat.com>
6527         * stdio-common/reg-printf.c: Include <stdlib.h>.
6529 2002-11-02  H.J. Lu  <hjl@gnu.org>
6531         * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
6532         caller to EXTRA instead of execve.
6534 2002-11-01  Roland McGrath  <roland@redhat.com>
6536         * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
6537         in place of [!(USE_TLS && HAVE___THREAD)].
6538         (__errno_location) [! USE___THREAD]: Define as strong, not weak.
6540 2002-10-31  Roger Sayle  <roger@eyesopen.com>
6542         * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
6543         New macros.
6544         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
6546         * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
6547         without defining FP_ROUNDMODE.
6549 2002-10-29  Jakub Jelinek  <jakub@redhat.com>
6551         * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
6552         (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
6553         declare_symbol.
6554         * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6555         (OLD_SIGLIST_SIZE): Define.
6556         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6557         (OLD_SIGLIST_SIZE): Define.
6558         * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
6560 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
6562         * sysdeps/ia64/strncpy.S: Fix recovery code.
6564 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6566         * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
6567         New macros.
6568         * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
6569         text_set_element.
6570         * elf/dl-libc.c (free_mem): Likewise.
6571         * iconv/gconv_conf.c (free_mem): Likewise.
6572         * iconv/gconv_db.c (free_mem): Likewise.
6573         * iconv/gconv_dl.c (free_mem): Likewise.
6574         * iconv/gconv_cache.c (free_mem): Likewise.
6575         * intl/finddomain.c (free_mem): Likewise.
6576         * intl/dcigettext.c (free_mem): Likewise.
6577         * locale/setlocale.c (free_mem): Likewise.
6578         * misc/fstab.c (fstab_free): Likewise.
6579         * nss/nsswitch.c (free_mem): Likewise.
6580         * posix/regcomp.c (free_mem): Likewise.
6581         * resolv/gai_misc.c (free_res): Likewise.
6582         * stdlib/fmtmsg.c (free_mem): Likewise.
6583         * sunrpc/clnt_perr.c (free_mem): Likewise.
6584         * sysdeps/generic/setenv.c (free_mem): Likewise.
6585         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
6586         * sysdeps/pthread/aio_misc.c (free_res): Likewise.
6587         * time/tzset.c (free_mem): Likewise.
6588         * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
6589         * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
6590         * malloc/set-freeres.c (__libc_freeres): Likewise.
6592         * login/getutent.c: Include stdlib.h instead of stddef.h.
6593         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6594         (__getutent): Allocate buffer the first time it is run.
6595         * login/getutid.c: Include stdlib.h instead of stddef.h.
6596         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6597         (__getutid): Allocate buffer the first time it is run.
6598         * login/getutline.c: Include stdlib.h instead of stddef.h.
6599         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6600         (__getutline): Allocate buffer the first time it is run.
6601         * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
6602         (mtrace): Allocate malloc_trace_buffer.
6603         * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
6604         * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
6605         * string/strerror.c: Include libintl.h and errno.h.
6606         (buf): New variable.
6607         (strerror): Only allocate buffer if actually needed (unknown error).
6608         * time/tzfile.c (transitions): Add libc_freeres_ptr.
6609         (freeres): Remove.
6611 2002-10-25  Jakub Jelinek  <jakub@redhat.com>
6613         * include/libc-symbols.h (libc_freeres_ptr): New macro.
6614         * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
6615         symbol_set_define.
6616         (__libc_freeres): Free all pointers in that section.
6617         * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
6618         commands when creating .lds script.
6619         (LDSEDCMD-c.so): New variable.
6620         * inet/rcmd.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6621         (rcmd_af): Use strdup to allocate ahostbuf.
6622         * inet/rexec.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6623         (rexec_af): Use strdup to allocate ahostbuf.
6624         * stdio-common/reg-printf.c (printf_funcs): Remove.
6625         (__printf_arginfo_table): Change into printf_arginfo_function **.
6626         Add libc_freeres_ptr.
6627         (__register_printf_function): Allocate __printf_arginfo_table
6628         and __printf_function_table the first time it is called.
6629         * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
6630         printf_arginfo_function **.
6631         (parse_one_spec): Add __builtin_expect.
6632         * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
6633         (free_mem): Remove.
6634         * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
6635         (free_mem): Remove.
6636         * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
6637         (string_space, map): Add libc_freeres_ptr.
6638         (free_mem): Remove.
6639         * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
6640         (free_mem): Remove.
6641         * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
6642         (free_mem): Remove.
6643         * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
6644         (buffer): Add libc_freeres_ptr.
6645         (free_mem): Remove for _LIBC.
6646         * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
6647         (free_mem): Remove.
6648         * nss/getXXent.c (buffer): Add libc_freeres_ptr.
6649         (free_mem): Remove.
6650         * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
6651         (free_mem): Remove.
6652         * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
6653         (free_mem): Remove.
6654         * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
6655         (free_mem): Remove.
6656         * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
6657         (free_mem): Remove.
6658         * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
6659         libc_freeres_ptr.
6660         (free_mem): Remove.
6661         * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
6662         libc_freeres_ptr.
6663         (free_mem): Remove.
6665 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6667         * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
6668         instead of duplicating the whole function in libc.
6670 2002-10-31  Roland McGrath  <roland@redhat.com>
6672         * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
6673         Renamed from __bswap_16 (typo fix).  Reported by <dens@stl.sarov.ru>.
6675 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6677         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
6678         32bit-predefine when creating .new32 list and -U for each
6679         32bit-predefine when creating .new64 list.
6680         * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
6682 2002-10-29  Andreas Schwab  <schwab@suse.de>
6684         * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
6685         "testrtsig.h".  Reported by Daniel Jacobowitz <dan@debian.org>.
6687 2002-10-25  Roland McGrath  <roland@redhat.com>
6689         * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
6690         * sysdeps/unix/sysv/linux/configure: Regenerated.
6692         * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
6693         _dl_starting_up decl.
6695 2002-10-20  H.J. Lu  <hjl@gnu.org>
6697         * sysdeps/unix/sysv/linux/configure.in: Don't check
6698         /lib/modules/`uname -r`/build/include for kernel headers if
6699         cross compiling.
6700         * sysdeps/unix/sysv/linux/configure: Regenerated.
6702 2002-10-25  Roland McGrath  <roland@redhat.com>
6704         * math/math.h (M_LOG2El): Correct the value.
6705         From Stephen L Moshier <steve@moshier.net>.
6707         * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
6708         conditional from __libc_multiple_libcs access.  Remove kludge for weak
6709         symbol access with old compilers we no longer support.
6710         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
6711         * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
6713 2002-10-25  Roland McGrath  <roland@redhat.com>
6715         * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
6716         implement SV_RESETHAND by translating it to SA_RESETHAND.
6718 2002-10-23  Alexandre Oliva  <aoliva@redhat.com>
6720         * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
6721         type on ELF64 platforms.
6723 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
6725         * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
6727         * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
6729 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
6731         * elf/dl-misc.c: Include <sysdep.h>.
6732         (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
6734         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
6735         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6736         (INLINE_SYSCALL): Use that.
6737         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
6738         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6739         (INLINE_SYSCALL): Use that.
6740         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
6741         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6742         (INLINE_SYSCALL): Use that.
6743         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
6744         dl-sysdep.h.
6745         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
6746         (__INTERNAL_SYSCALL_STRING): Define.
6747         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
6748         dl-sysdep.h.
6749         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
6750         (__INTERNAL_SYSCALL_STRING): Define.
6751         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
6752         __SYSCALL_STRING to inline_syscall*.
6753         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
6754         New macros.
6755         (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
6756         inline_syscall4, inline_syscall5, inline_syscall6): Add string
6757         argument.
6759 2002-10-24  Roland McGrath  <roland@redhat.com>
6761         * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
6762         * sysdeps/unix/sysv/linux/init-first.c: Not here.
6763         * sysdeps/powerpc/elf/libc-start.c: Or here.
6764         * sysdeps/unix/sysv/aix/libc-start.c: Or here.
6765         * sysdeps/unix/sysv/aix/start-libc.c: Or here.
6766         * sysdeps/unix/sysv/aix/init-first.c: Or here.
6767         * sysdeps/generic/libc-start.c: Or here.
6768         * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
6769         access with [! SHARED].
6770         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
6772         * libio/bug-wfflush.c: New file.
6773         * libio/Makefile (tests): Add bug-wfflush.
6775 2002-10-23  Roland McGrath  <roland@redhat.com>
6777         * stdio-common/tst-fphex.c: New file.
6778         * stdio-common/Makefile (tests): Add tst-fphex.
6779         * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
6780         of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
6781         chars always before the value digits.
6782         Reported by James Antill <james.antill@redhat.com>.
6784 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
6786         * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
6787         (free_mem): New function.
6788         * posix/Makefile (tests): Add bug-regex14.  Add bug-regex14-mem
6789         if not cross compiling.
6790         (generated): Add bug-regex14-mem and bug-regex14.mtrace.
6791         (bug-regex14-ENV): Set.
6792         (bug-regex14-mem): New target.
6793         * posix/bug-regex14.c: New file.
6795 2002-10-23  Roland McGrath  <roland@redhat.com>
6797         * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
6798         target, so we don't touch it when the link fails.
6800         * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
6801         Check for the result overflowing off_t and fail with EOVERFLOW.
6802         * libio/ioftell.c (_IO_ftell): Likewise.
6803         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
6805         * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
6806         use a temporary timeval on the stack for gettimeofday and copy it.
6807         * login/logout.c (logout): Likewise.
6808         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
6810         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
6811         Use __SWORD_TYPE instead of int for member types.
6812         (struct statfs64): Likewise.
6813         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
6814         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
6815         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
6816         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
6817         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
6819         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
6820         * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
6821         (ST_NODIRATIME): Restore fixed value of 2048.
6822         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
6823         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
6825         Rearranged <bits/types.h> definitions to reduce duplication.
6826         * sysdeps/generic/bits/types.h: Rewritten, using macros from
6827         <bits/wordsize.h> and new header <bits/typesizes.h>.
6828         * posix/Makefile (headers): Add bits/typesizes.h here.
6829         * sysdeps/generic/bits/typesizes.h: New file.
6830         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
6831         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
6832         * sysdeps/mach/hurd/bits/typesizes.h: New file.
6833         * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
6834         * sysdeps/unix/sysv/linux/bits/types.h: File removed.
6835         * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
6836         * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
6837         * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
6838         * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
6839         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
6840         * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
6841         <bits/pthreadtypes.h> here, not in <bits/types.h>.
6842         * signal/signal.h: Likewise.
6844         * streams/stropts.h: Include <bits/xtitypes.h>.
6845         * streams/Makefile (headers): Add bits/xtitypes.h here.
6846         * sysdeps/generic/bits/xtitypes.h: New file.
6847         * sysdeps/s390/bits/xtitypes.h: New file.
6848         * sysdeps/ia64/bits/xtitypes.h: New file.
6849         * sysdeps/x86_64/bits/xtitypes.h: New file.
6851         * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
6852         * sysdeps/generic/bits/ipctypes.h: New file.
6853         * sysdeps/mips/bits/ipctypes.h: New file.
6854         * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
6855         * sysdeps/gnu/bits/msq.h: Likewise.
6856         * sysvipc/sys/ipc.h: Likewise.
6858 2002-10-22  Ulrich Drepper  <drepper@redhat.com>
6860         * elf/dl-load.c (struct filebuf): For buf element to have the
6861         alignment of ElfXX_Ehdr since this is what will be stored in it.
6863 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
6865         * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
6866         into pointer to locrec_offset.
6867         (add_locale_to_archive): Adjust callers.  Free normalized_name right
6868         before returning, not immediately after add_locale, pass it to
6869         add_alias if not NULL instead of name.  Rename second normalized_name
6870         occurence to nnormalized_codeset_name.
6872         * locale/programs/locarchive.c (enlarge_archive): Make sure
6873         string_size is always a multiple of 4.
6874         Reported by Andreas Schwab <schwab@suse.de>.
6876 2002-10-21  Andreas Schwab  <schwab@suse.de>
6878         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
6879         caller to EXTRA instead of execve, since the latter has a
6880         higher-priority implementation in linuxthreads.
6882 2002-10-21  Roland McGrath  <roland@redhat.com>
6884         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
6885         slotinfo list's len member to the proper size, not just 1.
6886         Initialize static_map.l_tls_initimage.
6888         * elf/dl-open.c (dl_open_worker): Fix loop searching for
6889         dtv_slotinfo_list element containing new modules' l_tls_modid.
6891         * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
6892         * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
6893         * elf/Makefile (tests): Add tst-tls9.
6894         (tests-static): Add tst-tls9-static.
6895         (tst-tls9-static-ENV): New variable.
6896         ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
6898         * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
6899         modids used by partially loaded modules being closed can't be known.
6901 2002-10-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
6903         * posix/Makefile: Add a test case for the bug reported by Aharon
6904         Robbins <arnold@skeeve.com>.
6905         * posix/bug-regex13.c: New file.
6906         * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
6908 2002-10-21  Ulrich Drepper  <drepper@redhat.com>
6910         * csu/gmon-start.c: Pretty printing.
6912 2002-10-19  Art Haas  <ahaas@neosoft.com>
6914         * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
6915         add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
6916         add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
6917         * configure: Regenerated.
6919 2002-10-19  Roland McGrath  <roland@redhat.com>
6921         * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
6922         and then set $subdirs directly, because the new Autoconf breaks
6923         compatibility in every way imaginable and insists on whining
6924         about usage that worked since the dawn of time.
6925         * configure: Regenerated.
6927         * configure: Regenerated (using Autoconf 2.54).
6928         * sysdeps/alpha/elf/configure: Likewise.
6929         * sysdeps/generic/configure: Likewise.
6930         * sysdeps/i386/elf/configure: Likewise.
6931         * sysdeps/ia64/elf/configure: Likewise.
6932         * sysdeps/mach/hurd/configure: Likewise.
6933         * sysdeps/mach/configure: Likewise.
6934         * sysdeps/unix/configure: Likewise.
6935         * sysdeps/unix/common/configure: Likewise.
6936         * sysdeps/unix/sysv/aix/configure: Likewise.
6937         * sysdeps/unix/sysv/linux/configure: Likewise.
6938         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6939         * sysdeps/x86_64/elf/configure: Likewise.
6941         * config.make.in: Nix completely-soft nonsense.
6942         * configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
6943         of machine directories instead of fpu subdirectory.
6944         * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
6945         * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
6946         * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
6947         * sysdeps/powerpc/nofpu/sim-full.c: ... here.
6948         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
6949         * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
6950         * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
6951         * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
6952         * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
6953         * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
6954         * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
6955         * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
6956         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
6957         * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
6958         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
6959         * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
6960         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
6961         * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
6962         * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
6963         * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
6964         * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
6965         * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
6966         * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
6967         * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
6968         * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
6969         * sysdeps/powerpc/nofpu/fegetround.c: ... here.
6970         * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
6971         * sysdeps/powerpc/nofpu/fesetround.c: ... here.
6972         * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
6973         * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
6974         * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
6975         * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
6976         * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
6977         * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
6978         * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
6979         * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
6980         * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
6981         * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
6982         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
6983         * sysdeps/powerpc/nofpu/Versions: ... here, new file.
6985 2002-10-19  Bruno Haible  <bruno@clisp.org>
6987         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
6989 2002-10-18  Roland McGrath  <roland@redhat.com>
6991         * io/Makefile (routines): Add lchmod.
6992         * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
6993         * sysdeps/generic/lchmod.c: New file.
6994         * sysdeps/mach/hurd/lchmod.c: New file.
6995         * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
6997 2002-10-18  Art Haas  <ahaas@neosoft.com>
6999         * configure.in: Remove remaining AC_FD_CC macros, and replace
7000         AC_FD_MSG with AS_MESSAGE_FD.
7002 2002-10-18  Roland McGrath  <roland@redhat.com>
7004         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
7005         typos: VALUE -> FINALADDR.
7007         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
7008         (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
7009         (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
7010         (inline_syscall6): Move these macros ...
7011         * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
7013         * configure.in (libc_link_dests, libc_link_sources): Remove these
7014         variables and the AC_LINK_FILES call.
7016         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
7017         change to put new symbols here instead of in GLIBC_2.2.
7018         * sysdeps/powerpc/Subdirs: Move this file ...
7019         * sysdeps/powerpc/soft-fp/Subdirs: ... here.
7021 2002-10-07  Roland McGrath  <roland@redhat.com>
7023         * sysdeps/generic/bits/time.h: Replaced with contents of the
7024         sysdeps/unix/sysv/linux/i386/bits/time.h file.  All the following
7025         files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
7026         and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
7027         macros is ok even for architectures that don't now implement them.
7028         * sysdeps/mach/hurd/bits/time.h: File removed.
7029         * sysdeps/unix/sysv/linux/bits/time.h: File removed.
7030         * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
7031         * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
7032         * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
7033         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
7035 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
7037         * configure.in: Replace obsolete AC_OUTPUT syntax with
7038         AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
7040         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
7041         _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
7043         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
7044         * sysdeps/alpha/elf/configure.in: Likewise.
7045         * sysdeps/i386/elf/configure.in: Likewise.
7046         * sysdeps/mach/hurd/configure.in: Likewise.
7047         * sysdeps/x86_64/elf/configure.in: Likewise.
7049         * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
7051         * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
7052         * sysdeps/generic/configure.in: Likewise.
7053         * sysdeps/i386/elf/configure.in: Likewise.
7054         * sysdeps/ia64/elf/configure.in: Likewise.
7055         * sysdeps/mach/configure.in: Likewise.
7056         * sysdeps/mach/hurd/configure.in: Likewise.
7057         * sysdeps/unix/configure.in: Likewise.
7058         * sysdeps/unix/common/configure.in: Likewise.
7059         * sysdeps/unix/sysv/aix/configure.in: Likewise.
7060         * sysdeps/unix/sysv/linux/configure.in: Likewise.
7061         * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
7062         * sysdeps/x86_64/elf/configure.in: Likewise.
7064         * aclocal.m4: Use just the bits from AS_INIT that are needed for the
7065         GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
7066         that it's obvious when extra autoconf machinery is being dragged in.
7068 2002-10-18  Roland McGrath  <roland@redhat.com>
7070         * configure.in: Remove bogus echo included in
7071         2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
7072         * configure: Regenerated.
7074 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
7076         * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
7077         (statfs_filesize_max): New function.
7078         * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
7079         JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
7080         ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
7081         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
7082         statfs_filesize_max.
7083         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
7084         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
7085         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
7087 2002-10-17  Roland McGrath  <roland@redhat.com>
7089         * configure.in (MIG): Just AC_SUBST it here.
7090         * configure: Regenerated.
7091         * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
7092         Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
7093         * sysdeps/mach/configure: Regenerated.
7095         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
7096         and AC_PROVIDE([_AS_CR_PREPARE]).
7098         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
7099         Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
7101         * elf/dl-support.c: Move _dl_tls_* variables to ...
7102         * sysdeps/generic/libc-tls.c: ... here.
7104         * elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
7105         allow IDX to be one past the current last slotinfo entry.
7106         (_dl_close): Pass IMAP->l_init_called for that parameter.
7108 2002-10-07  Andreas Schwab  <schwab@suse.de>
7110         * aclocal.m4: Fix for autoconf 2.53.
7111         * configure.in: Likewise.  Require autoconf 2.53.
7113 2002-10-08  Richard Henderson  <rth@redhat.com>
7115         * soft-fp/op-4.h: Handle carry correctly in
7116         __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
7117         __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
7118         * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
7120 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
7122         * configure.in: Compute completely-soft.
7123         * config.make.in: Make completely-soft available to sub-makes.
7124         * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
7125         gcc-double-routines.  Add sim-full.c.  Add fenv_const and
7126         fe_nomask to libm-support.
7127         * sysdeps/powerpc/soft-fp/sim-full.c: New file.
7128         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
7129         * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
7130         * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
7131         * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
7132         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
7133         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
7134         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
7135         * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
7136         * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
7137         * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
7138         * sysdeps/powerpc/soft-fp/fegetround.c: New file.
7139         * sysdeps/powerpc/soft-fp/fesetround.c: New file.
7140         * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
7141         * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
7142         * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
7143         * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
7144         * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
7145         * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
7146         symbols.  Add __sim_disabled_exceptions, __sim_exceptions,
7147         __sim_round_mode.
7148         * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
7149         * sysdeps/powerpc/soft-float/sfp-machine.h: Define
7150         FP_HANDLE_EXCEPTIONS.
7151         Define FP_ROUNDMODE.
7152         Redefine FP_* macros to correspond to the FE_* bit positions.
7153         Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
7154         Define externs for __sim_exceptions, __sim_disabled_exceptions,
7155         __sim_round_mode, __simulate_exceptions.
7156         * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
7157         * sysdeps/powerpc/bits/fenv.h: ...to here.
7159 2002-10-06  Jakub Jelinek  <jakub@redhat.com>
7161         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
7162         Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
7163         Use __builtin_expect for R_PPC_ADDR24 overflow check.  Fix
7164         R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
7165         __builtin_expect.
7167 2002-10-15  Jakub Jelinek  <jakub@redhat.com>
7169         * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
7170         __libc_res_nsend): New prototypes.
7171         * resolv/res_query.c (QUERYSIZE): Define.
7172         (__libc_res_nquery): Renamed from res_nquery.  Added answerp
7173         argument.  Allocate only QUERYSIZE bytes first, if res_nmkquery
7174         fails use MAXPACKET buffer.  Call __libc_res_nsend instead of
7175         res_nsend, pass answerp.
7176         (res_nquery): Changed into wrapper around __libc_res_nquery.
7177         (__libc_res_nsearch): Renamed from res_nsearch.  Added answerp
7178         argument.  Call __libc_res_nquerydomain and __libc_res_nquery
7179         instead of the non-__libc_ variants, pass them answerp.
7180         (res_nsearch): Changed into wrapper around __libc_res_nsearch.
7181         (__libc_res_nquerydomain): Renamed from res_nquerydomain.
7182         Added answerp argument.  Call __libc_res_nquery instead of
7183         res_nquery, pass answerp.
7184         (res_nquerydomain): Changed into wrapper around
7185         __libc_res_nquerydomain.
7186         * resolv/res_send.c: Include sys/ioctl.h.
7187         (MAXPACKET): Define.
7188         (send_vc): Change arguments.  Reallocate answer buffer if it is
7189         too small.
7190         (send_dg): Likewise.
7191         (__libc_res_nsend): Renamed from res_nsend.  Added ansp argument.
7192         Reallocate answer buffer if it is too small and hooks are in use.
7193         Adjust calls to send_vc and send_dg.
7194         (res_nsend): Changed into wrapper around __libc_res_nsend.
7195         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
7196         just 1K answer buffer on the stack, use __libc_res_nsearch instead
7197         of res_nsearch.
7198         (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
7199         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
7200         (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
7201         * resolv/gethnamaddr.c (gethostbyname2): Likewise.
7202         (gethostbyaddr): Similarly with __libc_res_nquery.
7203         * resolv/Versions (libresolv): Export __libc_res_nquery and
7204         __libc_res_nsearch at GLIBC_PRIVATE.
7206 2002-10-17  Roland McGrath  <roland@redhat.com>
7208         * configure.in: Grok --without-__thread and disable HAVE___THREAD.
7209         * configure: Regenerated.
7211         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
7212         before performing the reloc, not after.
7213         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
7215 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
7217         * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
7218         * locale/programs/linereader.c (lr_open): Likewise.
7219         * locale/programs/charmap-dir.c (charmap_open): Likewise.
7220         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
7222 2002-10-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
7224         * posix/bug-regex11.c: Add a test case for the bug reported by
7225         Paolo Bonzini <bonzini@gnu.org>.
7226         * posix/regexec.c (sift_states_bkref): Use correct destination of
7227         the back reference.
7229 2002-10-17  Roland McGrath  <roland@redhat.com>
7231         * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
7232         * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
7233         to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
7234         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
7235         Call it after performing TPOFF relocs.
7236         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
7237         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
7238         * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
7240         * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
7241         when closing a partially-initialized object.
7243         * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
7244         instead of _dl_fatal_printf when we see PT_TLS.
7246         * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
7247         instead of $(libof-$<).
7249 2002-10-16  Roland McGrath  <roland@redhat.com>
7251         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
7252         instead of += to append, to be sure $(lib) gets expanded at defn time.
7253         (libof-$(cpp-src)): New variable, define this instead.
7254         * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
7255         (lib): Don't use override.
7256         (CPPFLAGS-$(lib)): New variable, put -D's here.
7257         * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
7258         Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
7259         LIB found by $(libof-*) for basename, target, or source.
7260         * Makerules (CPPFLAGS-nonlib): New variable.
7261         * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
7262         * locale/Makefile (lib): Likewise.
7263         * sunrpc/Makefile (lib): Likewise.
7265         * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
7266         * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
7267         * sysdeps/unix/sysv/linux/pathconf.h: New file.
7268         (statfs_link_max): New function, guts from fpathconf.c.
7269         * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
7270         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
7271         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
7272         to use the linux/pathconf.c code by #include rather than duplication.
7273         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
7275 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
7277         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7278         Use __libc_errno only for libc itself.
7280 2002-10-16  Andreas Jaeger  <aj@suse.de>
7282         * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
7284 2002-10-16  Ulrich Drepper  <drepper@redhat.com>
7286         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
7287         Use __libc_errno only for libc itself.
7289 2002-10-15  Roland McGrath  <roland@redhat.com>
7290             Jakub Jelinek  <jakub@redhat.com>
7292         * sysdeps/unix/sysv/linux/Makefile
7293         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
7294         sparc/Makefile to produce a bi-arch file as needed.
7295         That's now parameterized by the variable $(64bit-predefine).
7296         Use LC_ALL=C for `comm' commands in that rule.
7297         No longer conditional on [$(no_syscall_list_h)].
7298         * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
7299         (64bit-predefine): New variable.
7300         * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
7301         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
7302         * sysdeps/unix/sysv/linux/powerpc/Makefile
7303         (64bit-predefine): New variable.
7305 2002-10-15  Roland McGrath  <roland@redhat.com>
7307         * sysdeps/unix/sysv/linux/Makefile
7308         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
7310         * login/utmp-private.h: Declare __libc_utmp_lock.
7311         * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
7312         and call __libc_utmp_jump_table functions directly, instead of using
7313         __setutent et al.
7315         * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
7316         * sysdeps/unix/sysv/linux/configure: Regenerated.
7318         * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
7319         (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
7320         Use int32_t for ll_time.
7321         (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
7322         Use int32_t instead of long int for ut_session.
7323         Use an anonymous struct with 32-bit fields for ut_tv.
7324         * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
7325         (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
7326         here as in utmp.h for `struct utmp'.
7327         * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
7328         * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
7329         * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
7330         * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
7331         * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
7332         * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
7334         * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
7335         of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
7336         All the following files were identical or equivalent to it.
7337         * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
7338         * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
7339         * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
7340         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
7341         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
7342         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
7343         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
7344         * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
7345         * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
7346         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
7348         * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
7349         instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
7350         Other than the previously incorrect sign of msg_iovlen, this is a
7351         no-op on 32-bit platforms.  On 64-bit platforms it makes this header
7352         match their layouts as well, so the following are now identical to it.
7353         * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
7354         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
7355         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
7356         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
7357         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
7359 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7361         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
7362         Define for 2.4+ kernels.
7364         * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
7365         are known to have the vfork syscall.  Don't confuse the CPUs
7366         branch prediction unit by jumping to the return address.
7368         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
7369         support for reiserfs and xfs.
7371         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
7372         XFS link count.
7373         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
7374         and XFS_LINK_MAX.
7375         Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
7377 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
7379         * include/libc-symbols.h (attribute_tls_model_ie): Define.
7380         * include/errno.h (errno): Define to __libc_errno in libc.so.
7381         Add attribute_tls_model_ie.
7382         * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
7383         Add attribute_tls_model_ie.
7384         * include/resolv.h (_res): Define to __libc_res in libc.so.  Add
7385         attribute_tls_model_ie.
7386         * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
7387         (h_errno): Define.
7388         * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
7389         (_res): Define.
7390         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
7391         attribute_tls_model_ie.
7392         * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
7393         __thread.
7394         * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
7395         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
7396         __libc_errno in USE___THREAD case.
7397         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7398         Likewise.
7399         * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
7400         __attribute__((tls_model (""))).
7401         * configure: Rebuilt.
7402         * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
7404 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7406         * timezone/asia: Update from tzdata2002d.
7407         * timezone/australasia: Likewise.
7408         * timezone/iso3166.tab: Likewise.
7409         * timezone/southamerica: Likewise.
7410         * timezone/zone-tab: Likewise.
7412 2002-10-15  Roland McGrath  <roland@redhat.com>
7414         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
7415         Adjust TCB pointer before calling free, so we get the whole block.
7417 2002-10-14  Roland McGrath  <roland@redhat.com>
7419         * sysdeps/unix/sysv/linux/x86_64/sigaction.c
7420         [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
7421         extern using attribute_hidden instead of static, avoids warning.
7423 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
7425         * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
7426         * sysdeps/unix/sysv/linux/configure: Rebuilt.
7428 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7430         * po/sv.po: Update from translation team.
7432 2002-10-12  H.J. Lu  <hjl@gnu.org>
7434         * sunrpc/thrsvc.c (PROCQUIT): New.
7435         (struct rpc_arg): New.
7436         (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
7437         (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
7438         (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
7439         (main): Modified for struct rpc_arg *.
7441 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7443         * dirent/scandir.c: Rearrange code a bit to reduce binary size.
7445 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
7447         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
7448         (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
7449         in ld.so even if __thread is supported.
7451 2002-10-13  Jakub Jelinek  <jakub@redhat.com>
7453         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
7454         Add hack to prevent the compiler from clobbering the signal context.
7455         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
7456         Likewise.
7457         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
7458         Likewise.
7460 2002-10-14  Andreas Jaeger  <aj@suse.de>
7462         * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
7463         Guido Guenther <agx@sigxcpu.org>.
7465 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7467         * po/sk.po: Update from translation team.
7469 2002-09-26  Roland McGrath  <roland@redhat.com>
7471         * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
7472         dynamic string tag.
7473         * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
7474         DL_DST_LIB based on $(slibdir).
7476 2002-10-13  Roland McGrath  <roland@frob.com>
7478         * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
7480         * sysdeps/mach/hurd/getresuid.c: New file.
7481         * sysdeps/mach/hurd/getresgid.c: New file.
7482         * sysdeps/mach/hurd/setresuid.c: New file.
7483         * sysdeps/mach/hurd/setresgid.c: New file.
7485         * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
7486         setresgid): Declare them.
7487         * NEWS: Mention it.
7488         * include/unistd.h
7489         (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
7490         add libc_hidden_proto.
7491         * posix/Versions (libc: GLIBC_2.3.2): New set.  Add
7492         getresuid, getresgid, setresuid, setresgid here.
7493         * Versions.def (libc): Define GLIBC_2.3.2 set.
7494         * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
7495         Add libc_hidden_def.
7496         * sysdeps/generic/getresgid.c (__getresgid): Likewise.
7497         * sysdeps/generic/setresgid.c: New file.
7498         * sysdeps/generic/setresuid.c: New file.
7499         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7500         (sysdep_routines): Don't add getresuid and getresgid here.
7501         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
7502         (sysdep_routines): Don't add setresuid and setresgid here.
7503         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
7504         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
7505         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7506         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
7507         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7508         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7509         * posix/Makefile (routines): Add them all here instead.
7510         * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
7511         __getresuid.  Add libc_hidden_def for that, and weak alias to old name.
7512         * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
7513         __getresgid.  Add libc_hidden_def for that, and weak alias to old name.
7514         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
7515         [! __NR_setresuid]: Include generic file.
7516         * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
7517         __setresgid.  Add libc_hidden_def for that, and weak alias to old name.
7518         [! __NR_setresuid]: Include generic file.
7519         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
7520         Caller is - now, not EXTRA.
7521         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
7522         (setresuid, setresgid, getresuid, getresgid): Likewise.
7523         * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
7524         Add these calls here.
7525         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
7526         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7527         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7528         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7529         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
7531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
7532         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7533         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7535         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7536         (sysdep_routines): Add setfsuid and setfsgid here.
7537         * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
7538         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
7539         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
7540         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
7541         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7542         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
7543         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7544         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7546         * hurd/errno.c: Renamed to ...
7547         * hurd/errno-loc.c: ... this.
7548         * hurd/Makefile (routines): errno -> errno-loc
7550 2002-10-13  Ulrich Drepper  <drepper@redhat.com>
7552         * po/de.po: Update from translation team.
7554         * MakeTAGS: Add -E flag to xgettext runs.
7556 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7558         * po/fr.po: Update from translation team.
7560         * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
7561         Optimize a bit for use in glibc.
7563 2002-10-12  Roland McGrath  <roland@redhat.com>
7565         * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
7566         Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
7568 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7570         * po/sv.po: Update from translation team.
7572 2002-10-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
7574         * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
7575         OP_CONTEXT_NODE.
7576         (regfree): Likewise.
7577         (create_initial_state): Likewise.
7578         (analyze): Remove the substitutions which became useless.
7579         (calc_first): Likewise.
7580         (calc_epsdest): Use edests of OP_BACK_REF in case that it has
7581         epsilon destination.
7582         (duplicate_node_closure): New function.
7583         (duplicate_node): Remove the handling OP_CONTEXT_NODE.
7584         (calc_inveclosure): Likewise.
7585         (calc_eclosure): Likewise.
7586         (calc_eclosure_iter): Invoke duplicate_node_closure instead of
7587         direct invocation of duplicate_node.
7588         (parse): Don't use comma operator in the return to avoid compiler
7589         warning.
7590         (parse_reg_exp): Likewise.
7591         (parse_branch): Likewise.
7592         (parse_expression): Likewise.
7593         (parse_sub_exp): Likewise.
7594         (parse_dup_op): Likewise.
7595         * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
7596         which became useless.
7597         (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
7598         (create_cd_newstate): Likewise.
7599         * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
7600         (re_token_t): Likewise.
7601         (re_dfa_t): Likewise.
7602         (re_node_set_remove): New macro.
7603         * posix/regexec.c (check_matching): Remove the handling
7604         OP_CONTEXT_NODE.
7605         (check_halt_node_context): Likewise.
7606         (proceed_next_node): Likewise.
7607         (pop_fail_stack): Fix the memory leak.
7608         (set_regs): Likewise.
7609         (free_fail_stack_return): New function.
7610         (sift_states_backward): Fix the memory leak.  Remove the handling
7611         OP_CONTEXT_NODE.
7612         (update_cur_sifted_state): Append some if clause to avoid redundant
7613         call.
7614         (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
7615         back reference.
7616         (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
7617         (check_subexp_limits): Likewise.
7618         (search_subexp): Likewise.
7619         (sift_states_bkref): Likewise.
7620         (transit_state_mb): Likewise.
7621         (transit_state_bkref_loop): Likewise.
7622         (transit_state_bkref_loop): Likewise.
7623         (group_nodes_into_DFAstates): Likewise.
7624         (check_node_accept): Likewise.
7625         (sift_ctx_init): Add initializing.
7627 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7629         * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
7630         __builtin_expect.
7632 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
7634         * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
7635         duplicated variable c.
7637         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
7638         if possible.
7640         * sysdeps/unix/sysv/linux/i386/sysdep.h
7641         (INTERNAL_SYSCALL_ERROR_P): New define.
7642         (INTERNAL_SYSCALL_ERRNO): Likewise.
7644         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
7645         Add hack to prevent the compiler from clobbering the signal context.
7647 2002-10-11  Roland McGrath  <roland@redhat.com>
7649         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7650         Fix typos.
7652         * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
7653         * sysdeps/sh/dl-lookupcfg.h: File removed.
7654         * sysdeps/i386/dl-lookupcfg.h: File removed.
7656         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
7657         missing labels and ; from last change.
7659         * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
7660         number literals, so they are doubles instead of ints.
7662 2002-10-09  Roland McGrath  <roland@redhat.com>
7664         * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
7665         changed from [USE_TLS && HAVE___THREAD].
7667         * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
7668         Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
7669         * sysdeps/x86_64/dl-machine.h
7670         (elf_machine_type_class, elf_machine_rela): Likewise.
7671         * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
7672         Likewise.
7674         * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
7675         * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
7676         (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
7678         * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
7679         instead of ___tls_get_addr.
7680         (___tls_get_addr_internal): Add attribute_hidden to decl.
7682         * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
7683         _dl_error_catch_tsd.
7684         * elf/rtld.c (startup_error_tsd): New function.
7685         (dl_main): Point _dl_error_catch_tsd at that.
7686         * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
7687         use new function pointer instead.
7688         * elf/dl-tsd.c: New file.
7689         * elf/Makefile (routines): Add it.
7691 2002-10-07  Roland McGrath  <roland@redhat.com>
7693         * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
7694         writev if it's available.  Otherwise if [RTLD_PRIVATE_ERRNO] then
7695         take _dl_load_lock around calling __writev.
7697         * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
7698         (INLINE_SYSCALL): Use that.
7700         * sysdeps/generic/dl-sysdep.h: New file.
7701         * sysdeps/mach/hurd/dl-sysdep.h: New file.
7702         * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
7703         * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
7704         [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
7705         access it directly.
7706         * elf/dl-minimal.c (__errno_location): Removed.
7707         * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
7708         Use GOTOFF access for errno.
7709         * sysdeps/unix/sysv/linux/i386/sysdep.h
7710         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
7712         * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
7713         Use PC-relative access for errno.
7714         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
7715         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
7717         * include/tls.h: New file.
7718         (USE___THREAD): New macro.
7719         Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
7720         libc or libpthread.
7721         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
7722         changed from [USE_TLS && HAVE___THREAD].
7723         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7724         * sysdeps/unix/i386/sysdep.S: Likewise.
7725         * sysdeps/unix/x86_64/sysdep.S: Likewise.
7726         * include/errno.h: Likewise.
7727         * include/netdb.h: Likewise.
7728         * include/resolv.h: Likewise.
7730         * sysdeps/generic/errno.c: New file.
7731         * csu/Makefile (aux): New variable, list errno.
7732         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
7733         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
7734         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
7735         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
7736         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
7737         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
7738         * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
7739         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
7740         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
7741         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
7742         * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
7743         * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
7744         * sysdeps/unix/alpha/sysdep.S: Likewise.
7745         * sysdeps/generic/start.c: Likewise.
7746         * sysdeps/unix/start.c: Likewise.
7747         * sysdeps/unix/arm/start.c: Likewise.
7748         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
7749         * sysdeps/unix/sparc/start.c: Likewise.
7750         * sysdeps/unix/sysv/irix4/start.c: Likewise.
7751         * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
7753         * manual/search.texi (Tree Search Function, Hash Search Function):
7754         Mention search.h clearly.
7756 2002-10-05  Roland McGrath  <roland@redhat.com>
7758         * elf/dl-fxstat64.c: File removed.
7759         * elf/dl-xstat64.c: File removed.
7760         * elf/Makefile (rtld-routines): Remove them.
7761         * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
7762         Instead, use strong_alias instead of versioned_symbol in the
7763         !SHLIB_COMPAT case.
7764         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7765         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7767         * include/shlib-compat.h
7768         (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
7769         [! NOT_IN_libc] (IS_IN_libc): Define it.
7770         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
7771         * elf/Makefile (CPPFLAGS-.os): Likewise.
7773         * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
7774         Return the status instead of calling exit.
7776         * Makeconfig (CFLAGS): Prepend -std=gnu99.
7777         * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
7778         Remove superfluous rm command, whose @ plus make bugs hid
7779         all these commands from the make output.
7781         * include/stubs-prologue.h: New file.  Give #error under #ifdef _LIBC.
7782         * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
7783         Use that file's contents instead of literal echo's for the prologue.
7784         * include/features.h: Include <gnu/stubs.h> unconditionally.
7785         * include/gnu/stubs.h: New file.
7787 2002-09-30  Roland McGrath  <roland@redhat.com>
7789         * elf/rtld-Rules: New file.
7790         * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
7791         $(objpfx)rtld-libc.a): New targets.
7792         (generated): Add them.
7793         (reloc-link): Remove -o $@ from the variable.
7794         ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
7795         (distribute): Add rtld-Rules.
7796         (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
7797         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
7798         (common-mostlyclean, common-clean): Clean up rtld-* files.
7799         * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
7801 2002-10-11  Roland McGrath  <roland@redhat.com>
7803         * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
7804         now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
7806         * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
7807         proper set of no-op insn prefixes.
7809         * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
7811 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
7813         * sysdeps/unix/sysv/linux/execve.c: Don't try calling
7814         __pthread_kill_other_threads_np.
7816         * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
7818 2002-10-08  Roland McGrath  <roland@redhat.com>
7820         * locale/newlocale.c (__newlocale): If setting all categories to "C",
7821         just return &_nl_C_locobj instead of copying it.
7822         * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
7823         * locale/duplocale.c (__duplocale): Likewise.
7825 2002-10-07  Roland McGrath  <roland@frob.com>
7827         * config.h.in (HAVE_I386_SET_GDT): New #undef.
7828         * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
7829         * sysdeps/mach/configure: Regenerated.
7831 2002-10-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
7834         Add all necessary register outputs for syscall-clobbered registers.
7836 2002-10-02  David Mosberger  <davidm@hpl.hp.com>
7838         * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
7839         Itanium 2 (and Itanium).
7840         Fix unwind directives and make it fit in 80 columns.
7841         * sysdeps/ia64/memset.S: Likewise.
7842         * sysdeps/ia64/memcpy.S: Likewise.
7843         Move jump table to .rodata section.
7845 2002-10-03  Roland McGrath  <roland@frob.com>
7847         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
7848         clobbers to asm.
7850 2002-10-10  Andreas Jaeger  <aj@suse.de>
7852         * sysdeps/x86_64/_mcount.S: Restore correct registers.
7854 2002-10-10  Ulrich Drepper  <drepper@redhat.com>
7856         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
7858 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
7860         * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
7861         _dl_allocate_tls_init.  Add rtld_hidden_proto.
7862         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
7863         rtld_hidden_def.
7864         * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
7866         * version.h (VERSION): Bump to 2.3.1.
7868         * Make-dist: Add back one of the tar invocations removed before.
7870         * stdlib/Makefile (distribute): Add allocalim.h.
7872         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
7873         (__libc_tsd_address): Use correct variable name.
7874         Patch by Stefan Jones <stefan.jones@multigig.com>.
7876         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
7877         Reported by edwardsg@sgi.com [PR libc/4678].
7879         * Versions.def (libc): Add GLIBC_2.3.1.
7880         (libpthread): Add GLIBC_2.3.1.
7882         * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
7883         and __sigtimedwait.
7884         * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
7885         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
7886         libc_hidden_def.
7887         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
7888         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
7890         * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
7891         * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
7892         and make old name an alias.
7893         * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
7894         and make old name an alias.
7895         * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
7896         __libc_msgsnd.
7898         * include/sys/uio.h: Declare __libc_readv and __libc_writev.
7899         * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
7900         __libc_writev.
7901         * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
7902         old name an alias.
7903         * sysdeps/posix/readv.c: Likewise
7904         * sysdeps/unix/sysv/aix/readv.c: Likewise.
7905         * sysdeps/unix/sysv/linux/readv.c: Likewise.
7906         * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
7907         old name an alias.
7908         * sysdeps/posix/writev.c: Likewise
7909         * sysdeps/unix/sysv/aix/writev.c: Likewise.
7910         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7912         * include/sys/wait.h: Declare __waitid.
7913         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
7914         * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
7915         name an alias.
7916         * sysdeps/posix/waitid.c: Likewise.
7917         * sysdeps/unix/sysv/aix/waitid.c: Likewise.
7919         * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
7921 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
7923         * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
7924         prototypes.
7925         (__MAX_ALLOCA_CUTOFF): Define.
7926         Include allocalim.h.
7927         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
7928         _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
7929         host_buffer depending on __libc_use_alloca.
7930         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
7931         _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
7932         net_buffer depending on __libc_use_alloca.
7933         * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
7934         buf depending on __libc_use_alloca.
7935         * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
7936         * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
7937         instead of hardcoded constants.
7938         Pass proper size argument to alloca and compute end for wide char
7939         version.
7940         * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
7941         instead of hardcoded constants.
7942         * string/strcoll.c (strcoll): Likewise.
7943         * string/strxfrm.c (strxfrm): Likewise.
7944         * sysdeps/posix/readv.c (__readv): Likewise.
7945         * sysdeps/posix/writev.c (__writev): Likewise.
7946         * sysdeps/generic/allocalim.h: New file.
7948 2002-10-08  Roland McGrath  <roland@redhat.com>
7950         * configure.in (aux_missing warning): Change "too old" to
7951         "incompatible versions", since for autoconf it's "too new" right now.
7952         * configure: Regenerated.
7954         * configure.in (AUTOCONF): New check to set it.  Set to "no" if the
7955         one found doesn't work on our configure.in.
7956         * configure: Regenerated.
7957         * config.make.in (AUTOCONF): New substituted variable.
7958         * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
7959         (autoconf-it): ... here, use that instead of defining conditionally.
7960         Use $(AUTOCONF) instead of literal autoconf.
7961         [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
7962         with this condition.
7963         * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
7965 2002-10-08  Ulrich Drepper  <drepper@redhat.com>
7967         * Make-dist (dist): Cleanup a bit.  We are not interested in the
7968         14 char filename limit anymore.  Remove intermediate files and
7969         symlinks.
7971 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
7973         * po/sk.po: Update from translation team.
7974         * po/tr.po: Likewise.
7975         * po/gl.po: Likewise.
7977 2002-10-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7979         * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
7981 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
7983         * version.h (RELEASE): Change to stable.
7985 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
7987         * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
7988         __syscall_exit_group): New prototypes.
7990 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
7992         * glibc 2.3 released.
7995 See ChangeLog.13 for earlier changes.