* sysdeps/unix/sysv/linux/m68k/semtimedop.S: New file.
[glibc/pb-stable.git] / ChangeLog
blob1dff44a573a1433fdc10a9a8bd55719a0761278c
1 2003-04-27  Andreas Schwab  <schwab@suse.de>
3         * sysdeps/unix/sysv/linux/m68k/semtimedop.S: New file.
5 2003-04-27  Ulrich Drepper  <drepper@redhat.com>
7         * locale/programs/locale.c (show_info): Use '\177' instead of CHAR_MAX.
9         * Makerules ($(common-objpfx)shlib.lds): Don't use PROVIDE to
10         define __start_libc_freeres_ptrs and __stop___libc_freeres_ptrs.
12 2003-04-26  Ulrich Drepper  <drepper@redhat.com>
14         * elf/dl-close.c [USE_TLS && TLS_TCB_AT_TP] (_dl_close): Reimplement
15         tracking of freed memory in static TLS block.
16         * elf/Makefile: Add rules to build and run tst-tls13.
17         * elf/tst-tls13.c: New file.
18         * elf/tst-tlsmod13.c: New file.
19         * elf/tst-tlsmod13a.c: New file.
21         * elf/tst-tls8.c: Adjust types of variables to avoid warnings.
23         * elf/dl-reloc.c: Pretty printing.
25 2003-04-26  Roland McGrath  <roland@redhat.com>
27         * Makerules ($(common-objpfx)shlib.lds): New target.
28         (common-generated): Add it.
29         (build-shlib, build-module): Use that instead of generating every time.
30         ($(common-objpfx)libc.so): Depend on it.
31         (lib%.so rule): Likewise.
32         (build-module-helper-objlist): Remove %.lds.
33         (LDSEDCMD-c.so): Variable removed.
34         * iconvdata/extra-module.mk ($(objpfx)$(mod).so):
35         Depend on $(common-objpfx)shlib.lds.
36         * dlfcn/Makefile ($(test-modules)): Likewise.
38 2003-04-26  Roland McGrath  <roland@frob.com>
40         * sysdeps/mach/hurd/tmpfile.c: Remove USE_IN_LIBIO conditionals.
42 2003-04-26  Andreas Schwab  <schwab@suse.de>
44         * elf/dl-close.c (remove_slotinfo): Fix missing parens.
46 2003-04-25  Ulrich Drepper  <drepper@redhat.com>
48         * nscd/cache.c (cache_search): Keep track of how many chain links
49         we searched and update table statistics.
50         (cache_add): Keep track of how many values are in the table.
51         (prune_cache): Likewise.  Keep track of locking success.
52         Print messages about removed entries in separate pass.
53         * nscd/connections.c (handle_request): Don't print debug message here.
54         The caller will do it.  Keep track of locking success.
55         (nscd_run): Print debug message.  Also print PID of the client process.
56         * nscd/nscd.c (start_time): New variable.
57         (main): Remember start time.
58         * nscd/nscd.h: Declare start_time.
59         (struct database): Add more members for new statistics.
60         * nscd/nscd_stat.c: Add support for sending, receiving, and printing
61         of new statistics.
63         * sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
65 2003-04-22  Jakub Jelinek  <jakub@redhat.com>
67         * include/link.h (NO_TLS_OFFSET): Define to 0 if not defined.
68         * elf/dl-close.c (_dl_close): Use NO_TLS_OFFSET.
69         * elf/dl-object.c (_dl_new_object): Initialize l_tls_offset to
70         NO_TLS_OFFSET.
71         * elf/rtld.c (_dl_start_final, _dl_start): Likewise.
72         * elf/dl-reloc.c (CHECK_STATIC_TLS): Use NO_TLS_OFFSET.
73         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Likewise.
74         * sysdeps/powerpc/dl-tls.h (TLS_TPREL_VALUE): Don't subtract
75         TLS_TCB_SIZE.
77 2003-04-24  Ulrich Drepper  <drepper@redhat.com>
79         * nss/getent.c: Implement alternative host database lookup via
80         getaddrinfo.
82         * include/ifaddrs.h: New file.
83         * include/netdb.h: Move definitions of AI_V4MAPPED, AI_ALL, and
84         AI_ADDRCONFIG...
85         * resolv/netdb.h: ...here.
86         * sysdeps/gnu/ifaddrs.c. Use libc_hidden_def where appropriate.
87         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
88         * sysdeps/posix/getaddrinfo.c: Implement AI_V4MAPPED, AI_ALL, and
89         AI_ADDRCONFIG.
91 2003-04-24  Roland McGrath  <roland@redhat.com>
93         * elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.
95 2003-04-24  Jakub Jelinek  <jakub@redhat.com>
97         * elf/dl-reloc.c (allocate_static_tls): Rename to...
98         (_dl_allocate_static_tls): ... this function.  No longer static.
99         (CHECK_STATIC_TLS): Adjust.
100         * sysdeps/generic/ldsodefs.h (_dl_allocate_static_tls): New prototype.
101         * sysdeps/powerpc/powerpc32/dl-machine.h (__process_machine_rela):
102         Add SYM_MAP argument.
103         (elf_machine_rela): Adjust caller.  Declare SYM_MAP unconditionally.
104         Check if SYM_MAP != NULL for R_PPC_DTPREL32.  Only handle 32-bit
105         TLS relocs here.  #ifdef out relocs which never appear in
106         .gnu.conflict section from dl-conflict.c processing.
107         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
108         Add SYM_MAP argument.  Handle 16-bit TLS relocs here.
110         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): #ifdef
111         out relocs which never appear in .gnu.conflict section from
112         dl-conflict.c processing.
113         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
114         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
115         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
116         Use r_type in RESOLVE macro.
118 2003-04-23  Ulrich Drepper  <drepper@redhat.com>
120         * nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=
121         NULL.  Remove code made redundant by this assumption.
122         (__yp_unbind): Add call to free.  Adjust all callers.
124         * nis/ypclnt.c (yp_all): Free the dom_binding object after
125         unbinding it.
127         * grp/initgroups.c (getgrouplist): Don't copy too much into the
128         user buffer if more groups are found than fit into it.
130         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Use
131         extend_alloca.
133 2003-04-23  Jakub Jelinek  <jakub@redhat.com>
135         * sysdeps/posix/getaddrinfo.c (gaih_inet): Check for rc == ERANGE,
136         not rc == errno.  Use extend_alloca.
138         * elf/tst-tls12.c (main): Fix declaration.
139         * elf/tst-tls10.c (dummy): Make hidden instead of static.
140         * elf/tst-tlsmod7.c (dummy): Likewise.
141         * elf/tst-tlsmod8.c (dummy): Likewise.
142         * elf/tst-tlsmod9.c (dummy): Likewise.
144 2003-04-22  Roland McGrath  <roland@redhat.com>
146         * sysdeps/unix/sysv/linux/not-cancel.h: Put parens around macro args.
147         (open_not_cancel): Make last argument non-optional.
148         * sysdeps/generic/check_fds.c (check_one_fd): Update caller.
149         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
150         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
152         * include/tls.h: Protect against multiple inclusion.
154 2003-04-22  Ulrich Drepper  <drepper@redhat.com>
156         * nscd/nscd-client.h: Add declaration for __nscd_open_socket.
157         * nscd/nscd_gethst_r.c (__nscd_open_socket): Renamed from
158         open_socket.  Not static anymore.
159         (nscd_gethst_r): Use __nscd_open_socket.
160         * nscd/nscd_getgr_r.c (open_socket): Removed.
161         (nscd_getgr_r): Use __nscd_open_socket.
162         * nscd/nscd_getpw_r.c (open_socket): Removed.
163         (nscd_getpw_r): Use __nscd_open_socket.
165         * nscd/nscd.c (main): Change type of fdn to long int and use strtol.
166         * nscd/connections.c (handle_request): Add cast to avoid warning.
168 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
170         * signal/sigfillset.c: Moved to...
171         * sysdeps/generic/sigfillset.c: ...here.  If SIGCANCEL is defined
172         do not set the corresponding bit.
174         * sysdeps/unix/sysv/linux/sigprocmask.c: Prevent changing mask for
175         SIGCANCEL.
176         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_TKILL.
177         * sysdeps/unix/sysv/linux/bits/siginfo.h: Define SI_TKILL.
178         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Define SI_TKILL.
179         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Define SI_TKILL.
180         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Define SI_TKILL.
182 2003-04-20  Ulrich Drepper  <drepper@redhat.com>
184         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Cast
185         first syscall parameter to const char*.
187 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
189         * intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run.
191         * configure.in: Add AC_PROG_CXX.
192         * config.make.in (CXX): Define.
194         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_PRINT): Change type of
195         __len to size_t to avoid warnings.
197 2003-04-18  Jes Sorensen  <jes@wildopensource.com>
199         * libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Sync with Linux
200         2.5.67.
201         * libc/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
203 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
205         * stdlib/cxa_finalize.c (__cxa_finalize): Don't call
206         UNREGISTER_ATFORK if d == NULL.
208         * catgets/nl_types.h: Remove __THROW marker from cancellation points.
209         * dirent/dirent.h: Likewise.
210         * dlfcn/dlfcn.h: Likewise.
211         * grp/grp.h: Likewise.
212         * iconv/iconv.h: Likewise.
213         * io/fcntl.h: Likewise.
214         * io/ftw.h: Likewise.
215         * libio/stdio.h: Likewise.
216         * misc/sys/mman.h: Likewise.
217         * misc/sys/select.h: Likewise.
218         * misc/sys/syslog.h: Likewise.
219         * misc/sys/uio.h: Likewise.
220         * posix/spawn.h: Likewise.
221         * posix/unistd.h: Likewise.
222         * posix/sys/wait.h: Likewise.
223         * pwd/pwd.h: Likewise.
224         * resolv/netdb.h: Likewise.
225         * rt/aio.h: Likewise.
226         * shadow/shadow.h: Likewise.
227         * signal/signal.h: Likewise.
228         * socket/sys/socket.h: Likewise.
229         * stdlib/stdlib.h: Likewise.
230         * streams/stropts.h: Likewise.
231         * string/string.h: Likewise.
232         * sysdeps/gnu/utmpx.h: Likewise.
233         * sysvipc/sys/msg.h: Likewise.
234         * termios/termios.h: Likewise.
235         * time/time.h: Likewise.
236         * wcsmbs/wchar.h: Likewise.
237         * iconv/gconv_cache.c: Include <not-cancel.h> and use non-cancelable
238         functions.
239         * misc/daemon.c: Likewise.
240         * sysdeps/generic/backtracesymsfd.c: Likewise.
241         * sysdeps/generic/check_fds.c: Likewise.
242         * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
243         * sysdeps/unix/sysv/linux/not-cancel.h: New file.
244         * sysdeps/generic/not-cancel.h: New file.
245         * csu/Makefile (distribute): Add not-cancel.h.
246         * sysdeps/unix/sysv/linux/fatal-prepare.h: New file.
247         * sysdeps/unix/sysv/linux/Makefile: Define FATAL_PREPARE_INCLUDE
248         for assert.c and assert-perr.c to include <fatal-prepare.h>.
249         * sysdeps/unix/sysv/linux/Dist: Add fatal-prepare.h.
251         * sysdeps/posix/remove.c (remove): Rewrite.  No need to restore
252         errno and unlink first.
254         * io/ftw.c (ftw_dir): In all places assume fchdir is available.
256 2003-04-18  Ulrich Drepper  <drepper@redhat.com>
258         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Use
259         INTERNAL_SYSCALL instead of INLINE_SYSCALL.
261 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
263         * sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling.
265         * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k.
266         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not
267         replace.
269         * signal/Makefile (tests): Add tst-sigsimple.
270         * signal/tst-sigsimple.c: New file.
272 2003-04-16  Jakub Jelinek  <jakub@redhat.com>
274         * elf/Makefile (distribute): Add tst-tlsmod{[7-9],1[0-2]}.c and
275         tst-tls10.h.
276         (tests): Add tst-tls1[0-2].
277         (modules-names): Add tst-tlsmod{[7-8],1[0-2]}.
278         ($(objpfx)tst-tlsmod8.so): Depend on tst-tlsmod7.so.
279         ($(objpfx)tst-tlsmod10.so): Depend on tst-tlsmod9.so.
280         ($(objpfx)tst-tlsmod12.so): Depend on tst-tlsmod11.so.
281         ($(objpfx)tst-tls10): Depend on tst-tlsmod8.so.
282         ($(objpfx)tst-tls11): Depend on tst-tlsmod10.so.
283         ($(objpfx)tst-tls12): Depend on tst-tlsmod12.so.
284         * elf/tst-tls10.c: New test.
285         * elf/tst-tls11.c: New test.
286         * elf/tst-tls12.c: New test.
287         * elf/tst-tls10.h: New file.
288         * elf/tst-tlsmod7.c: New file.
289         * elf/tst-tlsmod8.c: New file.
290         * elf/tst-tlsmod9.c: New file.
291         * elf/tst-tlsmod10.c: New file.
292         * elf/tst-tlsmod11.c: New file.
293         * elf/tst-tlsmod12.c: New file.
295 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
297         * sysdeps/powerpc/bits/atomic.h: Moved ppc32/64 specific code to ...
298         * sysdeps/powerpc/powerpc32/bits/atomic.h: New file.
299         * sysdeps/powerpc/powerpc64/bits/atomic.h: New file.
301 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
303         * posix/regex.h: Include <sys/types.h>.
305         * signal/sigrelse.c (sigrelse): Use sigdelset and not __sigdelset.
306         The signal number must be checked.
307         * signal/sighold.c (sighold): Use sigaddset and not __sigaddset.
308         The signal number must be checked [PR libc/5004].
310         * sysdeps/unix/sysv/linux/system.c: If compiled without threads
311         don't do anything fancy.
313         * sysdeps/generic/bits/libc-lock.h: Define
314         __rtld_lock_define_initialized_recursive.
316         * nss/getXXbyYY_r.c [USE_NSCD] (REENTRANT_NAME): Only retry
317         contacting nscd if NOT_USENSCD_NAME > 0.
318         * nss/nsswitch.c (__nss_disable_nscd): New function.
319         * nss/nsswitch.h: Declare it.
320         * nss/Versions [GLIBC_PRIVATE]: Export __nss_disable_nscd.
321         * nscd/nscd.c (main): Call __nss_disable_nscd.
323 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
325         * stdio-common/perror.c (perror): We don't need to set the offset
326         to _IO_pos_bad, this is how streams are initialized.
328         * locale/programs/ld-time.c (TESTARR_ELEM): Make i unsigned.
329         (time_output): If necessary, allocate new buffer for .name string if
330         padding is required.
332         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Check lengths
333         before copying.  This might leave holes in the list.  Adjust
334         pointers if necessary.
335         (netlink_receive): Allocate only one block.
336         (free_netlink_handle): Adjust appropriately.
337         (getifaddrs): Lots of cleanups.
339         * string/test-strncpy.c (do_one_test): Mark start and stop as
340         possibly unused.
341         * string/test-memchr.c: Likewise.
342         * string/test-memcmp.c: Likewise.
343         * string/test-memcpy.c: Likewise.
344         * string/test-memmove.c: Likewise.
345         * string/test-memset.c: Likewise.
346         * string/test-strcat.c: Likewise.
347         * string/test-strchr.c: Likewise.
348         * string/test-strcmp.c: Likewise.
349         * string/test-strcpy.c: Likewise.
350         * string/test-strlen.c: Likewise.
351         * string/test-strncmp.c: Likewise.
352         * string/test-strpbrk.c: Likewise.
353         * string/test-strrchr.c: Likewise.
354         * string/test-strspn.c: Likewise.
356 2003-04-15  Roland McGrath  <roland@redhat.com>
358         * libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning.
360         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
361         INTUSE(__register_frame_info_bases).
363 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
365         * elf/elf.h: Define AT_SYSINFO_EH_FRAME.
366         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle
367         AT_SYSINFO_EH_FRAME.  Adjust string width.
368         (_dl_show_auxv):Display AT_SYSINFO_EH_FRAME value.
369         * sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global):
370         Add _dl_sysinfo_eh_frame field.
371         * elf/dl-support.c [NEED_DL_SYSINFO]: Define _dl_sysinfo_eh_frame.
372         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO] Define eh_obj
373         variable.
374         [NEED_DL_SYSINFO] (LIBC_START_MAIN): Call __register_frame_info_bases
375         if _dl_sysinfo_eh_frame is non-NULL.
377         * Makeconfig (gnulib): Add -lgcc_eh.
379         * config.h.in: Define HAVE_FORCED_UNWIND.
381 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
383         * sysdeps/powerpc/powerpc64/strcmp.S: Convert to full 64-bit.
384         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
386 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
388         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Avoid
389         checking R_PPC_RELATIVE, R_PPC_NONE and whether relocation is
390         against local symbol in conflict processing.
392 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
394         * sysdeps/powerpc/bits/atomic.h
395         [__powerpc64] (__arch_compare_and_exchange_val_64_acq): Define.
396         [! __powerpc64] (__arch_compare_and_exchange_val_64_acq): Defined
397         as abort stub.
398         (__arch_compare_and_exchange_val_32_acq): Define.
399         (atomic_compare_and_exchange_val_acq): Define.
401 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
403         * include/atomic.h: Pretty printing.
405 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
407         * stdio-common/vfscanf.c: Add casts to avoid warnings.
409 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
411         * sysdeps/i386/i486/bits/atomic.h: Rename LOCK to LOCK_PREFIX.
412         * sysdeps/x86_64/bits/atomic.h: Likewise.
414 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
416         * sysdeps/unix/sysv/linux/i386/sysdep.h: Change PUSHARGS_1 and
417         POPARGS_1 to emit labels for the mov instructions.
419 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
421         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (ret_NOERRNO): Define.
423 2003-04-14  Roland McGrath  <roland@redhat.com>
425         * sysdeps/generic/unwind-dw2.c (_Unwind_GetCFA): Add a cast to silence
426         compiler warning.
428         * sysdeps/generic/unwind-pe.h: Fix decl hacks broken in merge.
430 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
432         * string/strxfrm.c (STRXFRM): Terminate rulearr at correct
433         position.  Reported by jreiser@BitWagon.com.
435 2003-04-13  Ulrich Drepper  <drepper@redhat.com>
437         * sysdeps/generic/unwind-dw2-fde.c: Update from recent gcc version.
438         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
439         * sysdeps/generic/unwind-dw2.c: Likewise.
440         * sysdeps/generic/unwind-pe.h: Likewise.
442 2003-04-13  Alexandre Oliva  <aoliva@redhat.com>
444         * sysdeps/unix/sysv/linux/mips/profil-counter: New.
445         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Port to n32/n64.
446         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: New.
447         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Port to n32/n64.
448         (mcontext_t): Make it match the 32-bit mips kernel in o32.
449         * sysdeps/unix/sysv/linux/mips/sys/user.h: Bring in constants from
450         the mips and mips64 headers.
451         (struct user): Port to n32/n64.
453 2003-04-12  Ulrich Drepper  <drepper@redhat.com>
455         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add cast to
456         avoid warning.
458         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): If
459         __ASSUME_VSYSCALL is defined don't add restorer.
460         * sysdeps/unix/sysv/linux/kernel-features.h: Define
461         __ASSUME_VSYSCALL for 2.5.53.
463 2003-04-11  Ulrich Drepper  <drepper@redhat.com>
465         * sysdeps/generic/libc-start.c: Cleanup MAIN_AUXVEC_ARG handling.
466         Remove HAVE_CANCELBUF code.  Replace with code using the new
467         initializers for unwind-based cleanup handling.
468         * sysdeps/generic/unwind.h: Update from latest gcc version.
469         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define labels in a few
470         places to allow unwind data generation.
471         * sysdeps/i386/bits/setjmp.h: Allow file to be included multiple times.
472         * sysdeps/x86_64/bits/setjmp.h: Likewise.
473         * sysdeps/sh/bits/setjmp.h: Likewise.
474         * sysdeps/powerpc/bits/setjmp.h: Likewise.
475         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise.
476         * sysdeps/alpha/bits/setjmp.h: Likewise.
478 2003-04-11  Roland McGrath  <roland@redhat.com>
480         * csu/tst-empty.c: New file.
481         * csu/Makefile (tests, tests-static): Add it.
483 2003-04-11  Jakub Jelinek  <jakub@redhat.com>
485         * string/test-strcmp.c (do_random_tests): Test whether return value
486         has been promoted to wordsize if the ABI requires caller to do so.
487         * string/test-strncmp.c (do_random_tests): Likewise.
488         * string/test-memcmp.c (do_random_tests): Likewise.
490         * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Sign extend rRTN
491         before returning.
493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
494         (__fe_nomask_env): Try prctl even if __ASSUME_NEW_PRCTL_SYSCALL
495         is not defined, but the prctl constants are.
497         * string/tester.c (test_strcmp): Fix a typo.
499 2003-04-09  Ulrich Drepper  <drepper@redhat.com>
501         * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD definition.
502         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
504 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
506         * sysdeps/mips/sys/regdef.h (t4,t5,t6,t7): Renamed to t0..t3 on
507         NewABI.
508         (ta0, ta1, ta2, ta3): Defined to t4..t7 on o32, and a4..a7 on
509         NewABI.
510         * sysdeps/mips/mips64/memcpy.S: Adjust register naming
511         conventions.
512         * sysdeps/mips/mips64/memset.S: Likewise.
513         * sysdeps/unix/mips/sysdep.S (__syscall_error) [_LIBC_REENTRANT]:
514         Use t0 instead of t4 as temporary.
516 2003-04-07  Ulrich Drepper  <drepper@redhat.com>
518         * elf/ldconfig.c (parse_conf): Ignore leading whitespace.  Use
519         feof_unlocked instead of feof.
520         (add_dir): Ignore trailing whitespace.
522 2003-04-07  Jakub Jelinek  <jakub@redhat.com>
524         * posix/bug-regex4.c (main): Cap RANGE and STOP arguments to
525         sum of SIZE1 and SIZE2 arguments.
527 2003-04-06  Ulrich Drepper  <drepper@redhat.com>
529         * iconv/iconv_prog.c (process_block): Don't print message about
530         invalid input if the -c option is used.
531         (main): Correctly append IGNORE string for -c option.
533 2002-04-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
535         * sysdeps/sh/bits/atomic.h: Moved to ...
536         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: ... here.  Add comments.
537         (__arch_compare_and_exchange_val_*_acq): Add parens around macro
538         arguments.
539         (atomic_bit_set, atomic_bit_test_set): Likewise.
540         (atomic_exchange_and_add): Likewise.  Don't evaluate VALUE argument
541         twice.
542         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
544 2003-04-06  Roland McGrath  <roland@redhat.com>
546         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Rewrite register
547         restoration as done for setcontext yesterday.
549 2003-04-06  Jakub Jelinek  <jakub@redhat.com>
551         * elf/rtld.c: Revert 2003-03-14 change.
552         * elf/dl-conflict.c (_dl_resolve_conflicts): Move
553         #if ! ELF_MACHINE_NO_RELA conditional into the routine.
555 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
557         * sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999].
559         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
560         Always initialize *signgamp before returning an error.
562 2003-04-05  Roland McGrath  <roland@redhat.com>
564         * sysdeps/unix/sysv/linux/i386/setcontext.S: Rewrite to avoid writing
565         below the stack pointer even if switching to the same context we are
566         running right now.
568 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
570         * catgets/gencat.c (read_input_file): Make sure that \n is not
571         alone on the line before testing for continuation.
573         * math/test-tgmath.c (compile_test): Initialize c.
575 2003-04-05  Alexandre Oliva  <aoliva@redhat.com>
577         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New.
578         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New.
579         * sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available
580         on mips n32.
581         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
582         XSTAT_IS_XSTAT64 must not be used for mips n64.  Use 64-bit data
583         structure on n32 as well.
584         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant
585         data types on n32 and n64.
587 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
589         * libio/fileops.c (_IO_new_file_fopen): Don't free step data right
590         after getting them.
592         * malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
593         HAVE_register_atfork_malloc is defined use __register_atfork_malloc
594         instead of __register_atfork.
596 2003-04-05  Jakub Jelinek  <jakub@redhat.com>
598         * stdio-common/reg-printf.c (__register_printf_function): Calloc
599         instead of malloc __printf_arginfo_table and __printf_function_table.
600         Reported by John Reiser <jreiser@BitWagon.com>.
602 2003-04-04  Steven Munroe  <sjmunroe@us.ibm.com>
604         * sysdeps/powerpc/powerpc64/strchr.S: 64-bit optimizations.
605         * sysdeps/powerpc/powerpc64/strlen.S: 64-bit optimizations.
607         * sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
608         defining.
610 2003-04-04  Alexandre Oliva  <aoliva@redhat.com>
612         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock): Adjust
613         for n64 abi.
615 2003-04-03  Roland McGrath  <roland@redhat.com>
617         * configure.in: Fix up use of compilation flags to match the build:
618         For .s files, $ASFLAGS;
619         For .S files, $CPPFLAGS $ASFLAGS;
620         For .c files, $CFLAGS $CPPFLAGS;
621         when linking, add $LDFLAGS.
622         * configure: Regenerated.
624 2003-04-03  Jakub Jelinek  <jakub@redhat.com>
626         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test
627         for atomic_compare_and_exchange_bool_acq failure.
629 2003-04-03  Ulrich Drepper  <drepper@redhat.com>
631         * posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
632         _POSIX2_C_BIND, _POSIX2_C_DEV, _POSIX2_SW_DEV, and
633         _POSXI2_LOCALEDEF to 200112L.  Remove _POSIX2_C_VERSION.
634         Remove declaration of pthread_atfork.
636 2003-04-02  Ulrich Drepper  <drepper@redhat.com>
638         * locale/iso-639.def: Add many more languages from the current ISO 639.
640         * sysdeps/unix/sysv/linux/ipc_priv.h: Define IPCOP_semtimedop.
641         * sysdeps/generic/semtimedop.c: New file.
642         * sysdeps/unix/sysv/linux/i386/semtimedop.S: New file.
643         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add semtimedop.
644         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
645         * sysvipc/Makefile (routines): Add semtimedop.
646         * sysvipc/Versions [GLIBC_2.3.3] (glibc): Add semtimedop.
647         * sysvipc/sys/sem.h: Declare semtimedop.
649 2003-04-02  Daniel Jacobowitz  <drow@mvista.com>
651         * configure.in: Check for __register_frame_info in both
652         -lgcc and -lgcc_eh.
653         * configure: Regenerated.
655 2003-04-01  Roland McGrath  <roland@redhat.com>
657         * scripts/abilist.awk: Allow dots in soname suffix.
659         * scripts/abilist.awk (emit): Fix bailout condition.
661 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
663         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
664         IA-64 version.
666         * elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
667         register as input to asm.
669 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
671         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a typo.
673 2003-04-01  Andreas Jaeger  <aj@suse.de>
675         * configure.in: Output as/ld as name if version is too old.
677 2003-03-31  Daniel Jacobowitz  <drow@mvista.com>
679         * configure.in: Don't require an installed C library in the test
680         for ".set" assembler support.
682 2003-03-31  Roland McGrath  <roland@redhat.com>
684         * signal/tst-sigset.c: New file.
685         * signal/Makefile (tests): Add it.
687 2003-03-31  Ulrich Drepper  <drepper@redhat.com>
689         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Define to 65.
690         * sysdeps/unix/sysv/linux/hppa/bits/signum.h (_NSIG): Likewise.
691         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Likewise.
692         * sysdeps/unix/sysv/linux/bits/signum.h (_NSIG): Likewise.
693         (__SIGRTMAX): Adjust accordingly.
694         * sysdeps/gnu/siglist.c: If OLD2_SIGLIST_SIZE is defined define
695         second compatibility symbol set.
696         * sysdeps/unix/sysv/linux/siglist.h (OLD2_SIGLIST_SIZE): Define.
698 2003-03-31  Andreas Schwab  <schwab@suse.de>
700         * sysdeps/m68k/m68020/bits/atomic.h (atomic_increment_and_test):
701         Define.
702         (atomic_decrement_and_test): Fix test.
704 2003-03-31  Jakub Jelinek  <jakub@redhat.com>
706         * sysdeps/sparc/sparc32/bits/atomic.h: New file.
707         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: New file.
708         * sysdeps/sparc/sparc64/bits/atomic.h: New file.
709         * sysdeps/sparc/sparc32/atomicity.h: Removed.
710         * sysdeps/sparc/sparc32/sparcv9/atomicity.h: Removed.
711         * sysdeps/sparc/sparc64/atomicity.h: Removed.
713 2003-03-30  Roland McGrath  <roland@redhat.com>
715         * scripts/abilist.awk: Grok .opd foo plus .text .foo as "foo F" alone.
717         * intl/po2test.sed: Anchor substitution regexps to fix last change.
719 2003-03-29  Paolo Bonzini  <bonzini@gnu.org>
721         * intl/po2test.sed: Unify the transformations for msgid and msgstr
722         and remove a useless s/// command.
724 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
726         * sysdeps/ia64/dl-machine.h (RTLD_START): Wrap ".save rp, r0"
727         directive into empty .prologue region to ensure that call-chain
728         is terminated even for the first instruction.
730         * sysdeps/ia64/elf/start.S (_start): Use ".save rp, r0" idiom
731         to terminate call-chain right from the get-go.
733         * sysdeps/unix/sysv/linux/ia64/fork.S (fork): Remove unnecessary
734         stop bit between compare & branch.
736 2003-03-29  Ulrich Drepper  <drepper@redhat.com>
738         * stdlib/strtod.c (INTERNAL): Recognize first digit after decimal
739         point correctly [PR libc/4993].
741         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid
742         netlink_open calls if netlink is known to not be available.
744 2003-03-29  Alexandre Oliva  <aoliva@redhat.com>
746         * configure.in: Add mips64* support.
747         * sysdeps/mips/bits/endian.h: Make it bi-endian.
748         * sysdeps/mips/mipsel/bits/endian.h: Removed.
749         * sysdeps/mips/mips64/n32/el/bits/endian.h: Removed.
750         * sysdeps/mips/mips64/n64/el/bits/endian.h: Removed.
751         * sysdeps/mips/mips32/Makefile (CC): Add -mabi=32.
752         * sysdeps/mips/mips64/n32/Makefile (CC): Add -mabi=n32.
753         * sysdeps/mips/mips64/n64/Makefile (CC): Add -mabi=64.
754         * sysdeps/mips/Implies: Moved wordsize-32 to...
755         * sysdeps/mips/mips32/Implies: New file.
756         * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO,
757         ret_NOERRNO): New.
758         (ret, PSEUDO_END): Moved past END.
759         (PSEUDO): Moved to...
760         * sysdeps/unix/mips/mips32/sysdep.h: New file.
761         * sysdeps/unix/mips/mips64/n32/sysdep.h: Removed #undef PSEUDO.
762         * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
763         * sysdeps/unix/sysv/linux/mips/sysdep.h: Move to...
764         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: New file.
765         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: New file.
767         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
768         Re-introduce ENTRY.
770 2003-03-28  Thorsten Kukuk  <kukuk@suse.de>
772         * sysdeps/unix/sysv/linux/ifaddrs.c: New file.
773         * inet/test-ifaddrs.c: Allow AF_PACKET.
774         * sysdeps/unix/sysv/linux/kernel-features.h: Add
775         __ASSUME_NETLINK_SUPPORT.
777 2003-03-28  Ulrich Drepper  <drepper@redhat.com>
779         * elf/vismain.c (do_test): Comment out tests which fail in the moment.
781 2003-03-26  H.J. Lu  <hjl@gnu.org>
783         * elf/vismod.h (getvarlocal1): Return const char **.
784         (getvarinmod1): Likewise.
785         (getvaritcpt1): Likewise.
786         (getvarlocal2): Likewise.
787         (getvarinmod2): Likewise.
788         (getvaritcpt2): Likewise.
789         (getvaritcpt3): Likewise.
790         * elf/vismain.c (do_test): Adjusted.
791         * elf/vismod1.c (getvarlocal1): Return address.
792         (getvarinmod1): Likewise.
793         (getvaritcpt1): Likewise.
794         * elf/vismod2.c (getvarlocal2): Likewise.
795         (getvarinmod2): Likewise.
796         (getvaritcpt2): Likewise.
797         * elf/vismod3.c (getvaritcpt3): Likewise.
799 2003-03-28  Roland McGrath  <roland@redhat.com>
801         * elf/vismain.c (do_test): Print both addresses when they don't match.
803         * scripts/abilist.awk: If given -v filename_regexp and/or -v
804         libname_regexp when parsing names, then produce output only
805         for those matching the given regexps.  In combine mode, save all
806         stanzas for a final sorting by stanza header at the end.
807         Emit a blank line between stanzas.
809         * scripts/abilist.awk: When given -v combine=1, do parse_names and
810         emit a single output stream with lib name in stanza header lines.
812         * scripts/abilist.awk: Emit A for all *ABS* regardless of type.
814 2003-03-27  Roland McGrath  <roland@redhat.com>
816         * sysdeps/powerpc/bits/atomic.h [! __powerpc64__]
817         (__arch_atomic_decrement_if_positive_64): Fix bogus definition.
819 2003-03-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
821         * sysdeps/sh/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
822         Return old value. Make asm output reg constraint earlyclobber.
823         Renamed from...
824         (__arch_compare_and_exchange_8_acq): ... this.
825         (__arch_compare_and_exchange_val_16_acq):
826         Return old value. Make asm output reg constraint earlyclobber.
827         Renamed from...
828         (__arch_compare_and_exchange_16_acq): ... this.
829         (__arch_compare_and_exchange_val_32_acq):
830         Return old value. Make asm output reg constraint earlyclobber.
831         Renamed from...
832         (__arch_compare_and_exchange_32_acq): ... this.
833         (__arch_compare_and_exchange_val_64_acq):
834         Renamed from...
835         (__arch_compare_and_exchange_64_acq): ... this.
836         (atomic_exchange_and_add): Use local variables and
837         __arch_compare_and_exchange_val_64_acq.
838         (atomic_add): Likewise.
839         (atomic_add_negative, atomic_add_zero): Use local variables.
841 2003-03-28  Alexandre Oliva  <aoliva@redhat.com>
843         * sysdeps/unix/mips/sysdep.S: Include sys/asm.h.
845 2003-03-27  Ulrich Drepper  <drepper@redhat.com>
847         * Makefile: Remove libmd5crypt goal.
849 2003-03-25  Jakub Jelinek  <jakub@redhat.com>
851         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Restore
852         special handling of relocations against local symbols.
854 2003-03-27  Steven Munroe  <sjmunroe@us.ibm.com>
856         * sysdeps/powerpc/bits/atomic.h
857         (__arch_compare_and_exchange_bool_32_acq): Move to [!__powerpc64__].
858         [__powerpc64__] (__arch_compare_and_exchange_bool_32_acq):
859         Define PPC64 specific version.
860         [__powerpc64__] (__arch_compare_and_exchange_bool_64_acq):
861         Change (mem) constraint to "b".
862         [__powerpc64__] (__arch_atomic_exchange_and add_64):
863         Replace addi with add. Change (value) contraint to "r".
864         Change (mem) constraint to "b".
865         [__powerpc64__] (__arch_atomic_decrement_if_positive_64): New macro.
866         (__arch_atomic_exchange_32): Change (mem) constraint to "b".
867         (__arch_atomic_exchange_and_add_32): Change (mem) constraint to "b".
868         (__arch_atomic_decrement_if_positive_32): New macro.
869         (atomic_decrement_if_positive): Use __arch* macros.
871 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
873         * sysdeps/ia64/fpu/libm-test-ulps: Update.
875 2003-03-27  Roland McGrath  <roland@redhat.com>
877         * scripts/rpm2dynsym.sh: New file.
878         * Makefile (distribute): Add it.
880 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
882         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Restore caller's
883         ar.unat before returning.  Add missing .mem.offset directives
884         to ensure file gets assembled without warnings.
885         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
887 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
889         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>:
890         Return -1 instead of 0 if clock_getres failed.
892 2003-03-27  Roland McGrath  <roland@redhat.com>
894         * scripts/abilist.awk: If variable `parse_names' is set, grok the file
895         header lines and write out foo.symlist files for each foo.so.NN listed.
897         * libio/libioP.h (_IO_wfile_jumps): Remove attribute_hidden.
898         This symbol is exported, and we don't want to hide it.
899         Add libc_hidden_proto instead.
900         (_IO_file_jumps): Add libc_hidden_proto.
901         * libio/wfileops.c (_IO_wfile_jumps): Add libc_hidden_data_def.
902         Remove INTVARDEF.
903         * libio/fileops.c (_IO_file_jumps): Likewise.
904         * libio/stdfiles.c: Don't use INTUSE on them.
905         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
906         * libio/iofopen.c (__fopen_internal): Likewise.
907         * libio/freopen.c (freopen): Likewise.
908         * libio/freopen64.c (freopen64): Likewise.
909         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
911         * Makerules (check-abi) [$(enable-check-abi) = warn]:
912         Ignore exit status from diff.
913         * configure.in (enable_check_abi): Document possible value "warn".
914         Change default to no for now.
915         * configure: Regenerated.
917         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning
918         macro calls and a #include <stub-tag.h> at the end.
919         * Makerules ($(objpfx)stubs): Tweak sed commands.
921         * sysdeps/unix/sysv/linux/syscalls.list: Use - rather than EXTRA in
922         caller column for *xattr syscalls, since they are in sysdeps/generic.
924         * sysdeps/unix/sysv/linux/i386/setfsuid.c: setfsgid -> setfsuid
925         * sysdeps/unix/sysv/linux/i386/setfsgid.c: setfsuid -> setfsgid
927 2003-03-26  Roland McGrath  <roland@redhat.com>
929         * Makerules (check-abi-config): Use /thread instead of /tls when
930         use-thread and not just use-tls is set.
932         * Makerules (update-abi): Put quotes around $(update-abi-config).
934         * elf/Makefile (check-abi): Depend on check-abi-ld.
935         (update-abi): Depend on update-abi-ld.
937 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
939         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Use INTERNAL_SYSCALL and
940         do not check for errors (unless testing for 32bit variant).
941         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
943 2003-03-27  Philip Blundell  <philb@gnu.org>
945         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
946         unconditional mov.  Remove nop.
948         * sysdeps/unix/sysv/linux/kernel-features.h
949         (__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm.
950         * sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code
951         when __ASSUME_VFORK_SYSCALL is defined.
952         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for
953         __ASSUME_MMAP2_SYSCALL.
954         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for
955         __ASSUME_REALTIME_SIGNALS.
957 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
959         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_COPY): Define to 2
960         only if DL_NO_COPY_RELOCS is not defined.
961         * sysdeps/ia64/dl-lookupcfg.h: Define DL_NO_COPY_RELOCS.
963 2003-03-26  Roland McGrath  <roland@redhat.com>
965         * sysdeps/unix/make-syscalls.sh: When an undefined syscall has
966         SOURCE=-, append its symbol names to make variable unix-stub-syscalls.
967         * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls]
968         (sysdep_routines): Add stub-syscalls.
969         ($(objpfx)stub-syscalls.c): New target.
970         (generated): Add stub-syscalls.c.
972         * tls.make.c: Also define use-tls according to USE_TLS macro.
974 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
976         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid
977         no-op padding element.
978         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
979         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
980         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
981         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
983 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
985         * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error
986         condition check for the return value of getgroups32.
988 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
990         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO):
991         Fix a typo.
992         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO,
993         PSEUDO_END_NOERRNO): Define.
994         * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo.
995         Define to PSEUDO_END.
997 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
999         * abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
1001 2003-03-25  Jiro SEKIBA  <jir@yamato.ibm.com>
1003         * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
1004         * iconvdata/bug-iconv4.c: New file.
1005         * iconvdata/Makefile (tests): Add bug-iconv4.
1007 2003-03-25  H.J. Lu  <hjl@gnu.org>
1009         * elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
1010         symbols twice.
1011         (_dl_lookup_versioned_symbol): Likewise.
1013 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
1015         * csu/tst-atomic.c (do_test): Add some new
1016         atomic_compare_and_exchange_val_acq, atomic_add_zero,
1017         atomic_compare_and_exchange_bool_acq and atomic_add_negative tests.
1018         * include/atomic.h (atomic_add_negative, atomic_add_zero):
1019         Prefix local variable so that it doesn't clash with the one
1020         in atomic_exchange_and_add.
1021         * sysdeps/ia64/bits/atomic.h (atomic_exchange): Fix for long/void *
1022         pointers.
1023         (atomic_exchange_and_add): Implement using __sync_fetch_and_add_?i.
1024         * sysdeps/powerpc/bits/atomic.h (atomic_exchange_and_add): Force
1025         value into register.
1026         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_64_acq):
1027         Cast newval to long.
1028         * sysdeps/x86_64/bits/atomic.h
1029         (__arch_compare_and_exchange_val_64_acq): Cast newval and oldval to
1030         long.
1031         (atomic_exchange): Cast newvalue to long if sizeof == 8.
1032         (atomic_exchange_and_add): Cast value to long if sizeof == 8.
1033         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
1034         (atomic_bit_set): Shift 1L up in all cases to shut up warnings.
1036 2003-03-21  Martin Schwidefsky  <schwidefskyde.ibm.com>
1038         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Remove high order
1039         bit from backtrace addresses.
1041 2003-03-21  Andreas Schwab  <schwab@suse.de>
1043         * sysdeps/unix/sysv/linux/i386/chown.c: Don't define any versioned
1044         __chown symbols.
1046 2003-03-25  Roland McGrath  <roland@redhat.com>
1048         * config.make.in (enable-check-abi): New variable from configure.
1049         * configure.in (enable_check_abi): New substituted variable,
1050         controlled by --{enable,disable}-check-abi (default yes).
1051         * configure: Regenerated.
1052         * Makerules [$(enable-check-abi) = yes] (tests): Put this condition
1053         on check-abi dependency.
1055 2003-03-26  Andreas Schwab  <schwab@suse.de>
1057         * sysdeps/m68k/m68020/bits/atomic.h: Fix typos.
1058         * include/atomic.h: Likewise.
1060         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Define ret_NOERRNO.
1062 2003-03-25  Roland McGrath  <roland@redhat.com>
1064         * sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
1065         (__arch_atomic_exchange_64): New macro.
1066         (atomic_exchange): Use them.
1067         (__arch_atomic_exchange_and_add_32): New macro.
1068         (__arch_atomic_exchange_and_add_64): New macro.
1069         (atomic_exchange_and_add): Use them.
1070         Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
1072 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
1074         * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):
1075         Define.
1076         * sysdeps/mips/sys/asm.h: Test _MIPS_ISA against them on all
1077         ISA tests.
1078         (ALSZ, ALMASK, SZREG, REG_S, REG_L): Define based on ABI, not ISA.
1079         (PTR_ADD, etc): Test _MIPS_SZPTR instead of _MIPS_SZLONG.
1080         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
1081         to decide whether to add padding.
1082         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
1083         to decide whether to add padding.
1084         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (struct
1085         old_kernel_sigaction): Likewise.
1087 2003-03-25  Ulrich Drepper  <drepper@redhat.com>
1089         * csu/tst-atomic.c: Adjust tests to what atomic_add_negative and
1090         atomic_add_zero were supposed to do.
1091         * include/atomic.h: Adjust atomic_add_negative and atomic_add_zero
1092         to x86 behavior.
1094         * sysdeps/generic/bits/typesizes.h (__TIMER_T_TYPE): Define as void*.
1095         This matches the new timer implementation.
1096         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__TIMER_T_TYPE):
1097         Likewise.
1098         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__TIMER_T_TYPE):
1099         Likewise.
1100         * sysdeps/unix/sysv/linux/bits/siginfo.h (struct siginfo): Adjust
1101         timer info for what the kernel provides these days.
1102         (struct sigevent): Add _tid field.
1103         Define SIGEV_THREAD_ID.
1104         Remove struct __pthread_attr_s forward declaration.
1105         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
1106         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
1107         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1108         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1110         * Versions.def (librt): Add GLIBC_2.3.3.
1112         * abilist/libpthread.abilist: Update for nptl.
1114 2003-03-24  Jon Grimm  <jgrimm@us.ibm.com>
1116         * inet/netinet/in.h: Add IPPROTO_SCTP.
1118 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
1120         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLET): Define.
1122 2003-03-24  Philip Blundell  <philb@gnu.org>
1124         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL):
1125         Remove a1 from clobber list.
1127 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
1129         * timezone/antarctica: Update from tzdata2003a.
1130         * timezone/asia: Likewise.
1131         * timezone/australasia: Likewise.
1132         * timezone/europe: Likewise.
1133         * timezone/iso3166.tab: Likewise.
1134         * timezone/northamerica: Likewise.
1135         * timezone/southamerica: Likewise.
1136         * timezone/zone.tab: Likewise.
1138 2003-03-24  Steven Munroe  <sjmunroe@us.ibm.com>
1140         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
1142 2003-03-23  Ulrich Drepper  <drepper@redhat.com>
1144         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
1145         unwanted expansion by definining to ret.  Patch by Ian Wienand.
1147         * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of
1148         the parameter description to denote no error checking.  Generate
1149         appropriate pseudo asm code.
1150         * sysdeps/unix/syscalls.list: Mark getgid, getpid, getuid with 'E'.
1151         * sysdeps/unix/sysv/linux/syscalls.list: Mark getegid, geteuid,
1152         getpgrp, and getppid with 'E'.
1153         * sysdeps/powerpc/powerpc32/sysdep.h: Define PSEUDO_NOERRNO,
1154         PSEUDO_END_NOERRNO, and ret_NOERRNO.
1155         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
1156         * sysdeps/unix/sysdep.h: Likewise.
1157         * sysdeps/unix/alpha/sysdep.h: Likewise.
1158         * sysdeps/unix/sparc/sysdep.h: Likewise.
1159         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1160         * sysdeps/unix/sysv/linux/cris/sysdep.h: Likewise.
1161         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
1162         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1163         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1164         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1165         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1166         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1167         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1168         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1169         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1171 2003-03-23  Roland McGrath  <roland@redhat.com>
1173         * Makeconfig (+includes): Don't use $(last-includes).
1175 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
1177         * sysdeps/unix/sysv/linux/configure.in: Update mips64 patterns.
1178         * sysdeps/unix/sysv/linux/configure: Rebuilt.
1180 2003-03-23  Jakub Jelinek  <jakub@redhat.com>
1182         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1183         * sysdeps/arm/libm-test-ulps: Update.
1184         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1185         * sysdeps/ia64/fpu/libm-test-ulps: Update.
1186         * sysdeps/mips/fpu/libm-test-ulps: Update.
1187         * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
1188         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1189         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
1190         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
1191         * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
1192         * sysdeps/s390/fpu/libm-test-ulps: Update.
1193         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1195 2003-03-22  Roland McGrath  <roland@redhat.com>
1197         * include/atomic.h: Put parens around all macro arguments.
1198         (__atomic_val_bysize, __atomic_bool_bysize): New macros.
1199         (atomic_compare_and_exchange_val_acq): Use it.
1200         (atomic_compare_and_exchange_bool_acq): Likewise.
1201         (atomic_increment_and_test): Invert sense of test.
1202         (atomic_decrement_and_test): Likewise.
1203         * csu/tst-atomic.c: Update those tests to match.
1205 2003-03-22  Jakub Jelinek  <jakub@redhat.com>
1207         * include/atomic.h (atomic_compare_and_exchange_val_acq): Add comment.
1208         Don't define if __arch_compare_and_exchange_val_32_acq is not defined.
1209         (atomic_compare_and_exchange_bool_acq): Add comment.  Don't use
1210         __oldval variable in the macro, since it might be macro argument.
1211         (atomic_decrement_if_positive): Initialize __memp, remove setting
1212         of non-existent variable.
1213         (atomic_bit_test_set): Cast 1 to __typeof (*mem) before shifting.
1214         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Implement
1215         using atomic_compare_and_exchange_val_acq.
1216         (atomic_decrement_if_positive, atomic_bit_test_set): Define.
1217         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
1218         Renamed from...
1219         (__arch_compare_and_exchange_bool_8_acq): ... this.
1220         (__arch_compare_and_exchange_val_16_acq): Renamed from...
1221         (__arch_compare_and_exchange_bool_16_acq): ... this.
1222         (__arch_compare_and_exchange_val_32_acq): Return old value.  Renamed
1223         from...
1224         (__arch_compare_and_exchange_bool_32_acq): ... this.
1225         (__arch_compare_and_exchange_val_64_acq): Return old value.  Renamed
1226         from...
1227         (__arch_compare_and_exchange_bool_64_acq): ... this.
1228         (__arch_compare_and_exchange_val_32_acq): Use __typeof for local
1229         variables types instead of assuming int.
1230         Change prefix of local variables to __arch.
1231         * sysdeps/generic/bits/atomic.h (arch_compare_and_exchange_acq):
1232         Remove.
1233         (atomic_compare_and_exchange_val_acq,
1234         atomic_compare_and_exchange_bool_acq): Define.
1236         * csu/tst-atomic.c: New test.
1237         * csu/tst-atomic-long.c: New test.
1238         * csu/Makefile (tests): Add tst-atomic and tst-atomic-long.
1240         * malloc/memusagestat.c (main): Kill warning if uint64_t is ulong.
1242         * sysdeps/s390/Versions: Add trailing newline.
1244         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Kill warning
1245         if INTERNAL_SYSCALL_ERROR_P doesn't use its first argument.
1247 2003-03-22  Andreas Schwab  <schwab@suse.de>
1249         * sysdeps/m68k/fpu/libm-test-ulps: Update.
1251         * sysdeps/m68k/m68020/bits/atomic.h: New file.
1252         * sysdeps/m68k/m68020/atomicity.h: Removed.
1254 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
1256         * sysdeps/mips/elf/ldsodefs.h: Add mips-specific elf64 relocation
1257         data structures and macros.  Protect from multiple inclusion.
1259         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
1260         typo in #if test.
1262 2003-03-21  Andreas Jaeger  <aj@suse.de>
1264         * sysdeps/i386/fpu/libm-test-ulps: Update.
1266         * math/libm-test.inc (tgamma_test): Recompute some constants with
1267         36 digits precision.
1268         (lgamma_test): Likewise.
1269         (ccos_test): Likewise.
1270         (ccosh_test): Likewise.
1271         (clog10_test): Likewise.
1272         (csin_test): Likewise.
1273         (csinh_test): Likewise.
1274         (ctan_test): Likewise.
1275         (ctanh_test): Likewise.
1277 2003-03-19  Jakub Jelinek  <jakub@redhat.com>
1279         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerated.
1281 2003-03-21  Roland McGrath  <roland@redhat.com>
1283         * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"
1284         constraint to permit non-constant BIT argument.
1285         (atomic_bit_test_set): Likewise.
1286         * sysdeps/x86_64/bits/atomic.h (atomic_bit_test_set): Likewise.
1287         (atomic_bit_set): Likewise.  Use 1UL in case that BIT might be >= 32.
1288         For quadword case, use "i" constraint if __builtin_constant_p and < 32
1289         or "r" constraint otherwise.
1291         * configure.in: Move AC_PROG_CC and other program-finding before all
1292         the version checks.
1293         * configure: Regenerated.
1295 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
1297         * sysdeps/mips/mips64/memcpy.S: Fix porting bug that broke
1298         unaligned copying of 8-15 bytes.  From Chris Demetriou
1299         <cgd@broadcom.com>.  Fix label names.
1300         * sysdeps/mips/mips64/memset.S: Fix label names.  Make similar
1301         change as to memcpy.S.
1302         * sysdeps/mips/memcpy.S: Formatting changes.
1303         * sysdeps/mips/memset.S: Likewise.
1305 2003-03-21  Roland McGrath  <roland@redhat.com>
1307         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
1309 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
1311         * sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New.
1312         * sysdeps/mips/memcpy.S, sysdeps/mips/memset.S: Update comments.
1314 2003-03-21  Roland McGrath  <roland@redhat.com>
1316         * sysdeps/i386/i486/bits/atomic.h
1317         (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling
1318         version of the macro to avoid compile-time warnings.
1319         [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above.
1320         (atomic_exchange_and_add, atomic_add): Fix name and usage of it.
1321         (atomic_increment, atomic_decrement): Likewise.
1323 2003-03-21  Ulrich Drepper  <drepper@redhat.com>
1325         * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints.
1326         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1328 2003-03-21  Roland McGrath  <roland@redhat.com>
1330         * include/atomic.h (atomic_compare_and_exchange_bool_acq): Typo fix.
1332 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1334         * include/atomic.h: Define atomic_compare_and_exchange_val_acq,
1335         atomic_compare_and_exchange_val_rel,
1336         atomic_compare_and_exchange_bool_acq, and
1337         atomic_compare_and_exchange_bool_rel instead of
1338         atomic_compare_and_exchange_acq and atomic_compare_and_exchange_rel.
1339         * sysdeps/i386/i486/bits/atomic.h: Define
1340         __arch_compare_and_exchange_val_*_acq instead of
1341         __arch_compare_and_exchange_*_acq.
1342         * sysdeps/x86_64/bits/atomic.h: Likewise.
1343         * sysdeps/ia64/bits/atomic.h: Define
1344         __arch_compare_and_exchange_bool_*_acq instead of
1345         __arch_compare_and_exchange_*_acq.
1346         * sysdeps/powerpc/bits/atomic.h: Likewise.
1347         * sysdeps/s390/bits/atomic.h: Likewise.
1348         * gmon/mcount.c: Adjust for new form of compare&exchange macros.
1349         * malloc/set-freeres.c: Likewise.
1350         * nscd/cache.c: Likewise.
1351         * stdlib/cxa_finalize.c: Likewise.
1352         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1354 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1356         * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs.
1357         * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust.
1358         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
1360         * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset
1361         into high and low halves on n64.
1362         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1363         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1364         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1366 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1368         * include/atomic.h (atomic_decrement_if_positive): Adjust for the
1369         correct atomic_compare_and_exchange_acq semantics.
1371 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1373         * sysdeps/mips/ieee754.h: Remove excess #endif.
1375 2003-03-20  Roland McGrath  <roland@redhat.com>
1377         * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
1378         variable.  Remove superfluous memory clobber.
1380         * include/atomic.h: Syntax braino fix.
1382         * posix/tst-nice.c (do_test): Use %m formats instead of printing errno
1383         in decimal.  Don't bail if niced at start.  Just check that nice call
1384         bumps the total at all.
1386 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1388         * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers,
1389         including pc, gp, sp and fp, as long long.
1390         * sysdeps/mips/mips64/setjmp.S: Pass gp to __sigsetjmp_aux.
1391         * sysdeps/mips/mips64/setjmp_aux.c: Adjust type of arguments.
1392         Add gp argument, and set gp in the jmpbuf to it.
1393         * sysdeps/mips/setjmp_aux.c: Revert to o32-only.
1395 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1397         * include/atomic.h: Define atomic_exchange and
1398         atomic_decrement_if_positive if not already defined.  Add some
1399         __builtin_expect.
1400         * sysdeps/i386/i486/bits/atomic.h: Define atomic_exchange.
1401         * sysdeps/x86_64/bits/atomic.h: Likewise.
1402         * sysdeps/ia64/bits/atomic.h: Pretty printing.  Define atomic_exchange.
1403         * sysdeps/powerpc/bits/atomic.h: Pretty printing.  Define
1404         atomic_exchange, atomic_exchange_and_add, and
1405         atomic_decrement_if_positive
1407 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1409         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: Sign-extend
1410         with a single instruction.
1412         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define
1413         properly for n64.
1414         (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr
1415         type.
1416         (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf
1417         Word before comparing with gotsym.  Take reloc_addr argument as
1418         void*.  Remove the code added for the compiler to drop any
1419         alignment assumptions.
1421 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1423         * Makefile (distribute): Add include/atomic.h and bits/atomic.h.
1424         * include/atomic.h: New file.
1425         * sysdeps/i386/i486/bits/atomic.h: New file.
1426         * sysdeps/x86_64/bits/atomic.h: New file.
1427         * sysdeps/s390/bits/atomic.h: New file.
1428         * sysdeps/sh/bits/atomic.h: New file.
1429         * sysdeps/ia64/bits/atomic.h: New file.
1430         * sysdeps/powerpc/bits/atomic.h: New file.
1431         * sysdeps/generic/bits/atomic.h: New file.
1432         * sysdeps/i386/i486/atomicity.h: Removed.
1433         * sysdeps/x86_64/atomicity.h: Removed.
1434         * sysdeps/s390/s390-32/atomicity.h: Removed.
1435         * sysdeps/s390/s390-64/atomicity.h: Removed.
1436         * sysdeps/ia64/atomicity.h: Removed.
1437         * sysdeps/powerpc/powerpc32/atomicity.h: Removed.
1438         * sysdeps/powerpc/powerpc64/atomicity.h: Removed.
1439         * elf/dl-profile.c: Use atomic.h instead of atomicity.h.  Adjust
1440         use of macros from atomicity.h to new names and semantics.
1441         * gmon_mcount.c: Likewise.
1442         * malloc/set-freeres.c: Likewise.
1443         * nscd/cache.c: Likewise.
1444         * stdlib/cxa_finalize.c: Likewise.
1445         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1447 2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
1449         * sysdeps/mips/ieee754.h: New file, suitable to replace both
1450         ../ieee754/ieee754.h and ../ieee754/ldbl-128/ieee754.h, kept
1451         mips-specific for now.
1453 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1455         * stdlib/strtod.c (INTERNAL): While eating trailing zeros handle
1456         hexdigits correctly.  Reported by Fred Tydeman <tydeman@tybor.com>.
1457         * stdlib/tst-strtod.c: Add test for the bug.
1459         * posix/tst-nice.c (do_test): Remove invalid of return value.
1460         Don't run test if initial level != 0.
1462 2003-03-19  Amos Waterland  <apw@us.ibm.com>
1464         * posix/tst-nice.c: New file.
1465         * posix/Makefile (tests): Add tst-nice.
1467 2003-03-18  Roland McGrath  <roland@redhat.com>
1469         * abilist: New directory of libfoo.abilist files maintained using
1470         scripts/merge-abilist.awk and "make update-abi" rules.
1471         * Makefile (distribute): Add abilist/*.abilist.
1472         * Makerules [$(build-shared) = yes] [$(subdir)] (tests):
1473         Depend on check-abi.
1475         * configure.in: Move $critic_missing check after all AC_CHECK_PROG_VER.
1476         * configure: Regenerated.
1478         * sysdeps/unix/sysv/linux/syscalls.list (posix_fadvise64): Fix name.
1480 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
1482         * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK
1483         correctly.
1485 2003-03-18  Steven Munroe  <sjmunroe@us.ibm.com>
1487         * sysdeps/powerpc/powerpc64/memcpy.S: New file.
1489 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
1491         * Versions.def: Add GLIBC_2.3.3 for libpthread.
1493 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
1495         * sysdeps/generic/libc-start.c [!SHARED &&
1496         !LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
1498 2003-03-17  Roland McGrath  <roland@redhat.com>
1500         * include/ctype.h: Revert last change.
1502 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
1504         * argp/tst-argp1.c: Use test-skeleton.c.
1505         * locale/tst-C-locale.c: Likewise.
1507 2003-03-17  Alexandre Oliva  <aoliva@redhat.com>
1509         * sysdeps/mips/mips64/Implies: Move wordsize-64 to...
1510         * sysdeps/mips/mips64/n64/Implies: New file.
1511         * sysdeps/mips/mips64/n64/Makefile: New file.
1512         * sysdeps/mips/mips64/n64/el/bits/endian.h: New file.
1513         * sysdeps/mips/mips64/n32/Implies: New file.
1514         * sysdeps/mips/mips64/n32/Makefile: New file.
1515         * sysdeps/mips/mips64/n32/el/bits/endian.h: New file.
1516         * sysdeps/unix/mips/mips64/n32/sysdep.h: New file.
1517         * sysdeps/unix/mips/mips64/n64/sysdep.h: New file.
1518         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: New file.
1519         * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: New file.
1520         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: New file.
1521         * sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h: New file.
1522         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: New file.
1523         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: New file.
1524         * sysdeps/unix/sysv/linux/mips/mips64/send.c: New file.
1525         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S: New file.
1526         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: New file.
1527         * sysdeps/unix/sysv/linux/mips/mips64/umount.c: New file.
1528         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: New file.
1530         * sysdeps/unix/sysv/linux/configure.in (libc_cv_slibdir): Use
1531         lib64 for mips64/n64 and lib32 for mips64/n32.
1532         (ldd_rewrite_script): Needed for all mips64 configurations.
1533         * sysdeps/unix/sysv/linux/configure: Rebuilt.
1534         * sysdeps/unix/sysv/linux/mips/mips64/ldd-rewrite.sed: New file.
1535         * sysdeps/unix/sysv/linux/mips/mips64/Dist: New file.
1537         * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as
1538         well.
1540         * sysdeps/unix/sysv/linux/mips/configure.in: New.  Pre-process
1541         asm/unistd.h into asm-unistd.h.
1542         * sysdeps/unix/sysv/linux/mips/configure: Generated.
1543         * sysdeps/unix/sysv/linux/mips/Makefile: Do custom processing
1544         of syscall list.
1545         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: New file.
1546         * sysdeps/unix/sysv/linux/mips/clone.S: Don't include
1547         asm/unistd.h.
1549         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file.
1550         * sysdeps/unix/sysv/linux/mips/ptrace.c: New file.  Use long
1551         long type for registers on n32.
1553         * sysdeps/mips/bits/wordsize.h: New file, appropriate for all
1554         3 ABIs.
1555         * sysdeps/mips/mips64/gmp-mparam.h: New file.  Define
1556         BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
1557         * sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
1558         (__sigsetjmp_aux): Use them.  Adjust for all 3 ABIs.
1559         * sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
1560         * sysdeps/unix/mips/brk.S: Likewise.
1561         * sysdeps/unix/mips/sysdep.S: Likewise.
1562         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1563         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
1564         * sysdeps/mips/sys/ucontext.h: Likewise.
1565         * sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
1566         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1567         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1568         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
1569         * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
1570         * sysdeps/mips/mips64/setjmp.S: Likewise.
1571         * sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
1572         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
1573         64-bit types.
1575 2003-03-16  Ulrich Drepper  <drepper@redhat.com>
1577         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here,
1578         not at function level.
1579         * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
1581 2003-03-15  Roland McGrath  <roland@redhat.com>
1583         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
1584         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
1585         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise.
1586         * nis/nis_table.c (__create_ib_request): Likewise.
1588         * posix/fnmatch_loop.c: Add casts for signedness.
1589         * nss/nss_files/files-hosts.c: Likewise.
1590         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1591         * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN.
1592         * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.
1594         * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
1595         get errors into the log file.
1596         (libc_cv_broken_visibility_attribute): Likewise.
1597         (libc_cv_broken_alias_attribute): Likewise.
1598         (libc_cv_asm_weak_directive): Likewise.
1599         (libc_cv_need_minus_P): Likewise.
1600         (libc_cv_dot_text): Likewise.
1601         (libc_cv_asm_global_directive): Likewise.
1602         (libc_cv_asm_type_prefix): Likewise.
1603         * configure: Regenerated.
1605         * nscd/cache.c (cache_search): Give first arg type `request_type'.
1606         * nscd/nscd.h: Update decl.
1608         * nscd/nscd_getpw_r.c (nscd_getpw_r): Add casts for signedness.
1609         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1610         * elf/dl-close.c (_dl_close): Likewise.
1611         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): int -> size_t
1612         * io/fts.c (fts_build): Likewise.
1613         * elf/cache.c (add_to_cache): Likewise.
1614         * locale/programs/locarchive.c (show_archive_content): Likewise.
1616         * posix/fnmatch.c (fnmatch): Tweak __builtin_expect use.
1618         * include/ctype.h (__ctype_b_loc): Tweak type punning to make gcc 3.3
1619         happy.
1620         (__ctype_toupper_loc, __ctype_tolower_loc): Likewise.
1622 2003-03-15  Ulrich Drepper  <drepper@redhat.com>
1624         * sysdeps/unix/sysv/linux/ia64/system.c: Use the generic Linux
1625         code for most parts.
1627 2003-03-15  Roland McGrath  <roland@redhat.com>
1629         * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
1630         * sysdeps/unix/sysv/linux/system.c: ... here.
1631         (FORK): Don't #define if already #define'd.
1632         * sysdeps/unix/sysv/linux/s390/system.c: File removed.
1633         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
1634         (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
1636         * dlfcn/tst-dlinfo.c: New file.
1637         * dlfcn/Makefile (tests): Add tst-dlinfo.
1638         ($(objpfx)tst-dlinfo): New target.
1640         * dlfcn/dlinfo.c: New file.
1641         * dlfcn/Makefile (libdl-routines): Add it.
1642         * dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
1643         * dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
1644         [__USE_GNU] (RTLD_DI_*): New enum constants.
1645         [__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
1646         * elf/dl-load.c (cache_rpath): New inline function.
1647         (_dl_map_object): Use it.
1648         (_dl_rtld_di_serinfo): New function.
1649         * sysdeps/generic/ldsodefs.h: Declare it.
1650         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
1652         * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.
1653         (LIBC_START_MAIN, LIBC_START_MAIN_AUXVEC_ARG, MAIN_AUXVEC_ARG)
1654         (INIT_MAIN_ARGS): Define, and #include <sysdeps/generic/libc-start.c>.
1655         (__libc_start_main): Just call the generic one for most of the work.
1657         * sysdeps/generic/libc-start.c [LIBC_START_MAIN]: If defined, define a
1658         static function by that name instead of BP_SYM (__libc_start_main).
1659         [LIBC_START_MAIN_AUXVEC_ARG]: Take AUXVEC as argument.
1660         [MAIN_AUXVEC_ARG]: Pass 4th argument to MAIN.
1661         [INIT_MAIN_ARGS]: Give INIT the same args as MAIN.
1663         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_PLATFORM_AUXV]:
1664         Use this macro for extra AT_* cases.
1665         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_PLATFORM_AUXV):
1666         New macro, guts from ...
1667         (__aux_init_cache): ... here, function removed.
1668         (DL_PLATFORM_INIT): Don't define this.
1670         * sysdeps/powerpc/powerpc32/memset.S: Put __cache_line_size in bss.
1671         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
1673         * Versions.def (libthread_db): Add GLIBC_2.3.3 set.
1675 2003-03-14  Roland McGrath  <roland@redhat.com>
1677         * dlfcn/dlerror.c (dlerror): If objname is "", don't put ": " after it.
1679 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
1681         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
1683         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
1684         sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
1686 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
1688         * sysdeps/mips/fpu/bits/mathdef.h: New.
1689         (__NO_LONG_DOUBLE_MATH): Define for o32.
1691         * sysdeps/mips/sys/asm.h: Formatting changes.
1692         (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
1693         (CPADD): Define for all of them.
1694         (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
1695         SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
1696         NARGSAVE): Define per ABI spec.
1697         (END): Don't redefine.
1698         (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
1699         LONG_SRAV): Remove duplicate definitions.
1700         (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
1701         PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
1702         PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
1703         (PTR_LA): Define for all 3 ABIs.
1705         * sysdeps/mips/dl-machine.h: Include sys/asm.h.
1706         (elf_machine_matches_host): Prevent linking of o32 and n32
1707         together.
1708         (elf_machine_dynamic): Document assumption on $gp.
1709         (STRINGXP, STRINGXV, STRINGV_): New macros.
1710         (elf_machine_load_address): Use them to stringize PTR_LA and
1711         PTR_SUBU.
1712         (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
1713         ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
1714         (_dl_runtime_resolve): Adjust it for all 3 ABIs.
1715         (__dl_runtime_resolve): Cast the symtab initializer to the
1716         right type.
1717         (RTLD_START): Use it.  Adjust it for all 3 ABIs.
1718         (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
1719         Handle 64-bit R_MIPS_REL composite relocation and accept
1720         R_MIPS_64 relocations to shift addend size to 64 bits.
1721         Document assumption regarding local GOT entries.  Document
1722         backward-compatibility departing from the ABI behavior in
1723         applying relocations that reference section symbols, no longer
1724         used.  Support relocations to mis-aligned offsets.
1725         * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
1727         * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
1729         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
1730         (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
1731         * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
1732         restore_rt functions.  Use them.
1734         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
1735         .set mips2 on new abis.
1737 2003-03-13  Ulrich Drepper  <drepper@redhat.com>
1739         * posix/getconf.c: Recognize POSIX2_SYMLINKS.
1740         * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
1741         * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
1742         * sysdeps/posix/pathconf.c: Likewise.
1743         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
1744         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
1745         * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
1747         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
1748         words.
1750 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
1752         * include/gmp.h: Include/gmp-mparam.h.
1753         * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
1754         gmp-impl.h.
1756         * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
1757         ELF_MACHINE_NO_RELA is set.
1758         * elf/rtld.c (dl_main): No prelink support for REL-only.
1760         * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
1761         FLAG_MIPS64_LIBN64): Define.
1762         * elf/cache.c (print_entry): Handle mips64 n32 and n64.
1764         * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.
1765         * sysdeps/mips/memset.S: Likewise.
1766         * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11
1767         depending on the ABI.
1769         * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):
1770         Don't .set mips2 on new abi.
1771         (compare_and_swap): Likewise.  Support 64-bit longs on n64.
1773         * stdlib/fpioconst.h: Include gmp.h with angle brackets.
1775 2003-03-13  Roland McGrath  <roland@redhat.com>
1777         * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
1778         found.  Reported by Alexandre Oliva <aoliva@redhat.com>.
1780 2003-03-13  Alexandre Oliva  <aoliva@redhat.com>
1782         * stdio-common/_itoa.c (_itoa_base_table): Make 64-bit
1783         literals long long.
1784         * stdlib/fpioconst.c: Likewise.
1785         * stdlib/strtod.c: Likewise.
1787         * sysdeps/mips/add_n.S: Use L macro for local labels.
1788         * sysdeps/mips/addmul_1.S: Likewise.
1789         * sysdeps/mips/lshift.S: Likewise.
1790         * sysdeps/mips/memcpy.S: Likewise.
1791         * sysdeps/mips/memset.S: Likewise.
1792         * sysdeps/mips/mul_1.S: Likewise.
1793         * sysdeps/mips/rshift.S: Likewise.
1794         * sysdeps/mips/sub_n.S: Likewise.
1795         * sysdeps/mips/submul_1.S: Likewise.
1796         * sysdeps/mips/mips64/add_n.S: Likewise.
1797         * sysdeps/mips/mips64/addmul_1.S: Likewise.
1798         * sysdeps/mips/mips64/lshift.S: Likewise.
1799         * sysdeps/mips/mips64/mul_1.S: Likewise.
1800         * sysdeps/mips/mips64/rshift.S: Likewise.
1801         * sysdeps/mips/mips64/sub_n.S: Likewise.
1802         * sysdeps/mips/mips64/submul_1.S: Likewise.
1803         * sysdeps/unix/mips/sysdep.h: Define L() according to ABI
1804         conventions.  Define END as in sys/asm.h.
1805         * sysdeps/unix/mips/sysdep.S: Likewise.
1806         * sysdeps/unix/mips/wait.S: Likewise.
1807         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1809         * sysdeps/ieee754/dbl-64/dbl2mpn.c (__mpn_extract_double):
1810         Cast shifted values that may be too narrow to mp_limb_t.
1811         * sysdeps/ieee754/dbl-64/mpn2dbl.c (__mpn_construct_double):
1812         Likewise.
1813         * sysdeps/ieee754/flt-32/mpn2flt.c (__mpn_construct_float):
1814         Likewise.
1815         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c
1816         (__mpn_extract_long_double): Likewise.
1817         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c
1818         (__mpn_construct_long_double): Likewise.
1819         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c
1820         (__mpn_extract_long_double): Likewise.
1821         * sysdeps/ieee754/ldbl-96/mpn2ldbl.c
1822         (__mpn_construct_long_double): Likewise.
1824 2003-03-13  Roland McGrath  <roland@redhat.com>
1826         * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line
1827         entries in the map file match too.
1829 2003-03-13  Guido Guenther  <agx@sigxcpu.org>
1831         * sysdeps/unix/sysv/linux/mips/clone.S: introduce and use local
1832         label .Lthread_start since current binutils don't allow branches
1833         to globally visible symbols.
1835 2003-03-13  Jakub Jelinek  <jakub@redhat.com>
1837         * sysdeps/unix/sysv/linux/ia64/sysdep.h (BREAK_INSN_1, BREAK_INSN,
1838         ASM_OUTARGS_0, ASM_OUTARGS_1, ASM_OUTARGS_2, ASM_OUTARGS_3,
1839         ASM_OUTARGS_4, ASM_OUTARGS_5, ASM_OUTARGS_6): Define.
1840         (INTERNAL_SYSCALL, INLINE_SYSCALL): Use it.  Make syscall arguments
1841         clobbered by the syscall.
1842         (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
1843         ASM_ARGS_6): Change constraints from r to index of corresponding
1844         output register.
1845         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Swap
1846         ptid and ctid to match kernel.
1847         * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Likewise.
1849 2003-03-12  Steven Munroe  <sjmunroe@us.ibm.com>
1851         * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
1852         AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
1853         * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
1855 2003-03-11  Roland McGrath  <roland@redhat.com>
1857         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1858         Check SYM_MAP rather than SYM as definedness check.
1859         Handle R_PPC64_ADDR32, R_PPC64_ADDR30, and R_PPC64_REL64 relocs.
1860         Don't handle R_PPC64_REL24 reloc.
1861         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
1863         * sysdeps/powerpc/powerpc64/dl-machine.h
1864         [USE_TLS] (elf_machine_type_class): Match all the TLS relocs in a
1865         block, so we cover all the TPREL16* flavors without 6 ||s.
1866         [USE_TLS] (elf_machine_tprel): New function.
1867         (elf_machine_rela) [USE_TLS]: Use elf_machine_tprel for TPREL64 reloc,
1868         and handle TPREL16 relocs too.  Return rather than break for DTPREL64.
1869         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
1871 2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
1873         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
1874         instead of jalr to invoke subroutine so restoring the $gp register
1875         will work properly.
1877 2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1879         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
1880         to __NR_pread if not defined.
1881         (__NR_pwrite64): Define to __NR_pwrite if not defined.
1883 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
1885         * sysdeps/unix/sysv/linux/ia64/system.c: New file.
1886         * sysdeps/unix/sysv/linux/kernel-features.h
1887         (__ASSUME_CLONE_THREAD_FLAGS): Define for IA-64 and s390* with
1888         kernel >= 2.5.64.
1890 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
1892         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
1893         allocate space even for the trailing '/'.
1894         Reported by John Reiser <jreiser@BitWagon.com>.
1896         * sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
1897         ASM_CLOBBERS_6): Define.
1898         (ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
1899         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
1900         to match IA-32 order.
1901         * sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
1903 2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>
1905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
1906         Copy extra params for NPTL to registers used in clone syscall.
1908 2003-03-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1910         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
1911         call names for pread and pwrite.
1913 2003-03-10  Roland McGrath  <roland@redhat.com>
1915         * dlfcn/Makefile (libdl-routines): Add dladdr1.
1916         * dlfcn/dladdr1.c: New file.
1917         * dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
1918         [__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
1919         * elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
1920         a const ElfNN_Sym ** to fill in.
1921         * include/dlfcn.h: Update decl.  Include <link.h>.
1922         * dlfcn/dladdr.c (dladdr): Update caller.
1923         * malloc/mtrace.c (tr_where): Likewise.
1924         * sysdeps/generic/elf/backtracesyms.c: Likewise.
1925         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
1926         * dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
1927         * Versions.def (libdl): Define GLIBC_2.3.3 set.
1929         * sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
1930         assembler command.
1931         * sysdeps/unix/Makefile (compile-syscall): New variable.
1932         Pass -g0 to compiler for assembling syscall stubs from stdin.
1934         * sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
1935         (STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
1936         Define these to do nothing.
1938         * configure.in: New check for -g on .S files.
1939         * configure: Regenerated.
1940         * config.make.in (have-cpp-asm-debuginfo): New variable.
1941         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
1942         * Makeconfig (ASFLAGS): New variable, if undefined and
1943         $(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
1944         * Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
1946 2003-03-09  Roland McGrath  <roland@redhat.com>
1948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
1949         used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.
1951 2003-03-09  Ulrich Drepper  <drepper@redhat.com>
1953         * po/fi.po: Update from translation team.
1954         * po/ca.po: Likewise.
1955         * po/da.po: Likewise.
1957 2003-03-08  Ulrich Drepper  <drepper@redhat.com>
1959         * rt/tst-aio7.c (do_test): Change BYTES into a #define.
1961 2003-03-07  Ulrich Drepper  <drepper@redhat.com>
1963         * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
1965         * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
1967 2003-03-07  Roland McGrath  <roland@redhat.com>
1969         * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
1970         * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
1972 2003-03-04  Guido Guenther  <agx@sigxcpu.org>
1974         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
1975         stubs, we have INLINE_SYSCALL.
1976         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
1977         MAP_NONBLOCK.
1979 2003-03-06  Roland McGrath  <roland@redhat.com>
1981         * rt/tst-aio7.c (do_test): Revert last change.  Instead, give CB1
1982         permanent extent and add a comment about testing its implicit teardown.
1984 2003-03-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1986         * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
1988 2003-03-05  Ulrich Drepper  <drepper@redhat.com>
1990         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
1991         reversed __builtin_expect expectation.
1993 2003-03-05  Roland McGrath  <roland@redhat.com>
1995         * stdio-common/sscanf.c: Use prototype defn with ... syntax.
1996         * libio/swscanf.c: Likewise.
1997         * libio/swprintf.c: Likewise.
1999 2003-03-04  Roland McGrath  <roland@redhat.com>
2001         * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
2002         (elf_machine_rela): Always use RESOLVE_MAP, needed for
2003         R_PPC64_JMP_SLOT as well as TLS cases.
2004         (BIT_INSERT): Move parenthesis where it ought to have been.
2005         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
2007         * posix/confstr.c (confstr): Correct STRING_LEN values for
2008         _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
2009         break.  Reported by Alexandre Julliard <julliard@winehq.com>.
2011 2003-03-04  Jakub Jelinek  <jakub@redhat.com>
2013         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
2015 2003-03-04  Ulrich Drepper  <drepper@redhat.com>
2017         * sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
2018         clone parameters.
2020         * po/sv.po: Update from translation team.
2022 2003-03-04  Andreas Jaeger  <aj@suse.de>
2023             Ulrich Drepper  <drepper@redhat.com>
2025         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.
2027 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2029         * sysdeps/generic/dl-sysdep.h: Add double include protection.
2031         * po/tr.po: Update from translation team.
2033         * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
2034         are holes between the segments.  Only call mprotect to set
2035         proection to PROT_NONE if there are some.
2037         * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
2038         Update comment.
2040         * include/sched.h (__clone2): Use ... instead of adding all the
2041         new parameters.
2043 2003-03-03  Roland McGrath  <roland@redhat.com>
2045         * elf/dl-load.c (struct filebuf): Fix typo in last change.
2047         * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
2048         PI_STATIC_AND_HIDDEN.
2050 2003-03-03  Ian Wienand  <ianw@gelato.unsw.edu.au>
2052         * sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
2053         flags.
2054         * include/sched.h: Update clone2 prototype.
2056 2003-03-03  Andreas Jaeger  <aj@suse.de>
2058         * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
2059         (llrint): Use it to correct return type.
2060         (lrint): Likewise.
2061         (lround): Likewise.
2062         (llround): Likewise.
2064 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2066         * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
2067         byte filebuf size.
2069         * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
2070         if ccs parameter isn't valid.  Reported by Andreas Schwab.
2072 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2074         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
2075         for system call numbers > 255.
2076         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
2077         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
2078         INTERNAL_SYSCALL): Likewise.
2079         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
2080         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
2081         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
2082         INTERNAL_SYSCALL): Likewise.
2084 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2086         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
2087         array if it is the initial dtv.
2089 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2091         * po/es.po: Update from translation team.
2092         * po/fr.po: Likewise.
2093         * po/gl.po: Likewise.
2094         * po/sk.po: Likewise.
2095         * po/sv.po: Likewise.
2097         * sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
2098         * misc/sys/mman.h: Add prototype for remap_file_pages.
2099         * sysdeps/generic/remap_file_pages.c: New file.
2100         * misc/Makefile (routines): Add remap_file_pages.
2101         * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
2103         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
2104         and MAP_NONBLOCK.
2105         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
2106         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
2107         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
2108         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
2109         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
2110         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
2111         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
2112         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
2114 2003-03-03  Roland McGrath  <roland@redhat.com>
2116         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
2117         * sysdeps/ia64/dl-machine.h: Likewise.
2118         * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
2119         argument type.
2120         * sysdeps/ia64/dl-lookupcfg.h: Update decl.
2122         * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
2123         * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
2124         * locale/Versions (libc: GLIBC_2.3): Move those to ...
2125         * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
2126         * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
2127         * Versions.def (libc): Add GLIBC_2.3.3 set.
2129         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.
2130         * sysdeps/ia64/dl-machine.h: Update decl.
2132 2003-03-03  Andreas Jaeger  <aj@suse.de>
2134         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
2136 2003-03-02  Roland McGrath  <roland@redhat.com>
2138         * scripts/abilist.awk: Reject data items with apparent 0 size.
2140         * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar
2141         after foo.* as if it were a duplicate.
2143         * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
2145 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
2147         * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
2149         * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
2150         * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
2151         if not already defined.  Use SYSDEP_GETRES to allow other files to
2152         provide alternative implementations.
2153         * sysdeps/unix/sysv/linux/clock_getres.c: New file
2154         * sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
2155         if not already defined.  Use SYSDEP_GETTIME to allow other files to
2156         provide alternative implementations.
2157         * sysdeps/unix/sysv/linux/clock_gettime.c: New file.
2158         * sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
2159         if not already defined.  Use SYSDEP_GETTIME to allow other files to
2160         provide alternative implementations.
2161         * sysdeps/unix/sysv/linux/clock_settime.c: New file.
2162         * sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
2163         other files to provide alternative implementations.  Rearrange
2164         tests for invalid parameters.
2165         * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
2166         * sysdeps/unix/sysv/linux/sysconf.c: New file.
2167         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2168         __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
2169         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
2170         _POSIX_MONOTONIC_CLOCK.
2172 2003-03-02  Roland McGrath  <roland@redhat.com>
2174         * scripts/merge-abilist.awk: More checks for bogus input.
2175         Uniquify duplicate config names.
2177         * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
2179         * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): Renamed
2180         from dl_reloc_overflow, make global.
2181         (__process_machine_rela): Update callers.
2182         * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow.
2183         Add attribute_hidden to __process_machine_rela decl.
2184         (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
2186         * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
2187         variable.
2189         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
2190         Don't use weak_extern for dl_rtld_map.  Instead check only if [SHARED].
2191         (elf_machine_rela): Clean up.
2193         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up.
2195         PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>.
2196         * sysdeps/powerpc/powerpc32/elf/configure.in: New file.
2197         * sysdeps/powerpc/powerpc32/elf/configure: New generated file.
2198         * elf/tls-macros.h [__powerpc__ && !__powerpc64__]
2199         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them.
2200         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support
2201         new relocs for TLS.
2203         * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these
2204         macros out of [SHARED].
2205         (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
2207         * elf/elf.h: Define R_PPC_* relocs for TLS support.
2208         Clean up R_PPC64_* macro definition comments.
2210         * configure.in: In "running configure fragment for" message,
2211         omit $srcdir from the name if we prepended it.
2212         * configure: Regenerated.
2214         * elf/dl-reloc.c (allocate_static_tls): Fix calculations.
2215         From Jakub Jelinek <jakub@redhat.com>.
2217         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
2218         which duplicated the O_DIRECT defn.
2220 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2222         * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
2223         random functions.
2225 2003-03-01  Andreas Schwab  <schwab@suse.de>
2227         * resolv/Makefile (tests): Don't depend on
2228         $(objpfx)mtrace-tst-leaks when cross compiling.
2230         * sysdeps/m68k/dl-machine.h (_dl_start_user): Access
2231         __libc_stack_end through GOT since it is a global symbol.
2233 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2235         * argp/argp.h: Fix a typo.
2236         Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
2238         * manual/terminal.texi: Fix cfmakeraw() definition from int to void.
2240 2003-02-27  Pat Rankin  <rankin@pactechdata.com>
2242         * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
2243         char *.
2244         (get_subexp): Likewise.
2246 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2248         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
2250 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
2252         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
2254 2003-02-27  Roland McGrath  <roland@redhat.com>
2256         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
2257         special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
2258         repeat it and avoids the test for the common case.
2259         Clean up and fix calculations for TLS relocs.
2261         * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
2262         * sysdeps/powerpc/dl-tls.h: ... here.
2263         (TLS_TP_OFFSET): New macro.
2265         * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
2267 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
2269         * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
2270         code generation changes in recent gcc.
2272 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
2274         * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
2275         Rename argument to avoid symbol conflict.
2277         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
2278         [__USE_GNU] (O_DIRECT): New macro.
2280 2003-02-24  David Mosberger  <davidm@hpl.hp.com>
2282         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
2283         unwind info.
2285 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
2287         * resolv/res_libc.c [USE___THREAD] (_res): Don't need the
2288         initializer anymore now that res_thread_freeres is more careful.
2290         * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
2291         except the PKTINFO.  Reset interface in PKTINFO.
2292         Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
2294 2003-02-25  Steven Munroe  <sjmunroe@us.ibm.com>
2296         * elf/elf.h: Add new R_PPC64_* relocs for TLS.
2297         * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
2298         Define.
2299         * sysdeps/powerpc/powerpc64/elf/configure.in: New file.
2300         * sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
2301         * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
2302         * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
2304         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
2305         Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
2307 2003-02-25  Andreas Jaeger  <aj@suse.de>
2309         * manual/memory.texi (Malloc Tunable Parameters): Clarify
2310         behaviour of M_MMAP_THRESHOLD.
2312 2003-02-25  Roland McGrath  <roland@redhat.com>
2314         * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
2315         zero, inidicating _res was not initialized yet.
2317 2003-02-24  Ulrich Drepper  <drepper@redhat.com>
2319         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
2320         test.
2322 2003-02-24  Roland McGrath  <roland@redhat.com>
2324         * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
2326 2003-02-23  Roland McGrath  <roland@redhat.com>
2328         * sysdeps/posix/pause.c: New file.
2329         * sysdeps/unix/common/pause.c: File removed.
2331 2003-02-23  Ulrich Drepper  <drepper@redhat.com>
2333         * sysdeps/generic/bits/confname.h: Remove #ifs.
2335         * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
2336         * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
2338         * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock
2339         element to -1.
2341 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
2343         * sysdeps/generic/dl-sysdep.c: Avoid warning.
2345 2003-02-22  Roland McGrath  <roland@redhat.com>
2347         * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
2348         * resolv/Makefile (tests): Add tst-leaks.
2349         ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
2350         (tst-leaks-ENV): New variable.
2351         ($(objpfx)mtrace-tst-leaks): New target.
2352         (tests): Depend on it.
2354         * include/libc-internal.h: Declare __libc_thread_freeres.
2356         * Makerules: Fix last change to use $($(subdir)-version) when set.
2358         * Makerules (install-lib-nosubdir): Depend on installed
2359         libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed
2360         regardless of the libfoo.so target's dependencies.
2362         * MakeTAGS (sub-make-vars): New variable, includes generating=t.
2363         Use that in $(MAKE) calls.
2365 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
2367         * catgets/gencat.c (read_input_file): Collision between
2368         auto-assigned numbers and user-defined nubmers is not fatal.
2369         Handle it.
2370         Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
2371         * catgets/Makefile: Add rules to run test2.msg test.
2372         * catgets/test2.msg: New file.
2374         * catgets/gencat.c (main): Return 1 if messages have been printed.
2376         * iconv/iconv_prog.c (main): Unify messages.
2378         * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
2379         when shifting retval.
2380         * stdlib/tst-strtod.c (main): Add strtold test case.
2381         Reported by Fred J. Tydeman <tydeman@tybor.com>.
2383 2003-02-21  Roland McGrath  <roland@redhat.com>
2385         * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
2386         * sunrpc/rpc_thread.c: Likewise for text_set_element use.
2387         (__rpc_thread_destroy): Add it to __libc_subfreeres too.
2389         * include/resolv.h: Add libc_hidden_proto for __res_nclose.
2390         * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
2391         (res_thread_freeres): New function, on __libc_thread_subfreeres and
2392         __libc_subfreeres.
2394         * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
2395         * malloc/thread-freeres.c: New file.
2396         * malloc/Makefile (aux): Add it.
2397         * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
2398         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section
2399         "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set.
2401         * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix.
2402         * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
2404 2003-02-21  Roland McGrath  <roland@frob.com>
2406         * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open.
2408         * iconvdata/Makefile (tests): Add bug-iconv3 only if
2409         [$(have-thread-library) = yes].
2411 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
2413         * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
2415         * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
2416         not chechk for errors (unless testing for 32bit variant).
2417         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2418         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2419         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2421 2003-02-21  Jakub Jelinek  <jakub@redhat.com>
2423         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
2424         Check for signed overflow, not unsigned.
2426         * sysdeps/sparc/sparc64/elf/configure.in: New file.
2427         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
2428         Use -fcall-used-g6, not -fcall-used-g7.
2430 2003-02-21  Andreas Jaeger  <aj@suse.de>
2432         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default
2433         mode.
2435         * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not
2436         clear whole mxcsr but only exceptions.
2438 2003-02-21  Roland McGrath  <roland@redhat.com>
2440         * Makerules: Filter $(install-lib-ldscripts) out of list of targets
2441         for libfoo.so that need $(make-link) rules.
2443 2003-02-21  Roland McGrath  <roland@frob.com>
2445         * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
2446         to match existing struct stat layout in mig protocols.
2448 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2450         * version.h (VERSION): Bump to 2.3.2.
2452         * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp,
2453         tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c,
2454         and dl-sysdep.h.
2455         * sysdeps/generic/Dist: Add sysdep-cancel.h.
2456         * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h.
2457         * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S.
2458         * sysdeps/unix/sysv/linux/Dist: Add pathconf.h.
2459         * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h.
2460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and
2461         ucontext_i.h.
2462         * Makefile (distribute): Add include/stubs-prologue.h,
2463         include/gnu/stubs.h, scripts/merge-abilist.awk, and
2464         scripts/extract-abilist.awk.
2466 2003-02-20  Roland McGrath  <roland@redhat.com>
2468         * math/Makefile (distribute): Don't add generated files.
2470 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2472         * math/Makefile: Rearrange variable definitions slightly to get
2473         definition in the right order.
2475 2003-02-20  Roland McGrath  <roland@redhat.com>
2477         * Makerules: Clean up conditional around include of tls.make.
2478         * Make-dist: Export generating=t to prevent using that.
2479         (+distinfo): Likewise for $(shell $(MAKE) ...) runs.
2481 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2483         * inet/rcmd.c (rresvport_af): Avoid using invliad values.  Wrap
2484         around in search if port IPPORT_RESERVED/2 has been test.
2486 2002-02-20  Paolo Bonzini  <bonzini@gnu.org>
2488         * posix/regcomp.c: Remove inclusions.
2489         * posix/regexec.c: Likewise.
2490         * posix/regex_internal.c: Likewise.
2491         * posix/regex_internal.h: Add inclusions here.
2492         * posix/regex.c: Only include sys/types.h before regex.h.  Include
2493         regex_internal.h here.  Include regex_internal.c before regcomp.c
2494         and regexec.c (might expose more opportunities to the C compiler).
2496         * posix/regcomp.c (parse_expression): Fix construct rejected by SGI CC.
2498         * posix/regex_internal.h [!_LIBC] (__mempcpy): Fix typo.
2499         [!_LIBC] (__wcrtomb): New definition.
2500         [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and
2501         HAVE_LOCALE_H as well.
2503 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2505         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Remove obsolete
2506         patch to check for system call errors.
2508 2002-07-24  Philip Blundell  <philb@gnu.org>
2510         * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV
2511         on unknown systems.
2513 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2515         * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround.
2516         * sysdeps/unix/sysv/linux/kernel-features.h
2517         (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too.
2518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl
2519         if possible.
2520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
2521         interprocedure branches.
2522         * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to...
2523         * sysdeps/powerpc/nofpu/Dist: ...here.
2524         * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to...
2525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
2526         * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete.
2527         * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete.
2528         * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
2530 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
2532         * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
2534 2003-02-20  Philip Blundell  <philb@gnu.org>
2536         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
2537         missing arguments to INTERNAL_SYSCALL_ERROR_P and
2538         INTERNAL_SYSCALL_ERRNO.
2540 2003-02-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2542         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test
2543         for __ASSUME_32BITUIDS.
2545 2003-02-20  Andreas Schwab  <schwab@suse.de>
2547         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* and
2548         POSIX_MADV_* constants.
2550 2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2552         * sysdeps/unix/sysv/linux/sh/pread.c: New file.
2553         * sysdeps/unix/sysv/linux/sh/pread64.c: New file.
2554         * sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
2555         * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
2557 2003-02-19  Jiro Sekiba  <jir@yamato.ibm.com>
2559         * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
2561 2003-02-16  Roland McGrath  <roland@redhat.com>
2563         * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
2565 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
2567         * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
2568         decimal input digits.
2569         * stdlib/tst-strtod.c (main): Add test for strtof bug.
2571 2003-02-18  Ulrich Drepper  <drepper@redhat.com>
2573         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
2574         invalid file descriptors and missing access permissions.
2576 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
2578         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
2579         been found.
2581         * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
2582         TTY_NAME_MAX and not the _POSIX_* minimal value macros.
2583         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
2584         and LOGIN_NAME_MAX.
2586 2003-02-17  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
2587             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2589         * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
2590         * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
2591         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2592         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2593         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2595 2003-02-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2597         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete.
2598         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete.
2599         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete.
2600         * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete.
2601         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete.
2602         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete.
2604         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file...
2605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here.
2606         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file...
2607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
2609         * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL.
2610         * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise.
2611         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete.
2612         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
2614 2003-02-14  Thorsten Kukuk  <kukuk@suse.de>
2616         * nss/getent.c (print_hosts): Print all IP addresses of one host.
2618 2003-02-15  Roland McGrath  <roland@frob.com>
2620         * sysdeps/mach/hurd/tls.h: New file.
2621         * sysdeps/mach/hurd/i386/tls.h: New file.
2623         * mach/errsystems.awk: Include <errno.h> in generated output.
2625         * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
2626         use target mach-before-compile instead of generated.
2627         (mach-before-compile): New target.
2628         * Makerules: Disable use of tls.make if $(generating) is set.
2629         * mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
2630         * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
2631         mach-shortcuts.h so mach/ generation happens before hurd/.
2633 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
2635         * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
2636         of demorm correctly if low word is zero.
2637         Reported by Fred J. Tydeman <tydeman@tybor.com>.
2638         * math/libm-test.inc (nextafter_test): New test, but disabled due
2639         to gcc bug.
2641         * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
2642         counter and only call __exit_thread if this is not the last thread.
2644 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
2646         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add instead of
2647         subtracting map->l_tls_offset.
2649 2003-02-12  Ulrich Drepper  <drepper@redhat.com>
2651         * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and
2652         _CS_GNU_LIBPTHREAD_VERSION.
2653         * posix/conststr.c: Handle these new values.
2654         * posix/getconf.c: Likewise.
2656         * sysdeps/mips/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix
2657         masking of version index.
2658         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
2660 2003-02-11  Ulrich Drepper  <drepper@redhat.com>
2662         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Compute alignment
2663         correctly.  Reported by Thorsten Kukuk.
2665 2003-02-10  Ulrich Drepper  <drepper@redhat.com>
2667         * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and
2668         _BSD_SOURCE to compiler.
2669         * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings.
2670         Patches by Alan Modra.
2672 2003-02-08  Ulrich Drepper  <drepper@redhat.com>
2674         * io/ftwtest.c: Get current working directory before and after the
2675         nftw call and make sure they match.
2677 2003-02-08  Jim Meyering  <jim@meyering.net>
2679         * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
2680         the current directory, not just when DIR contains a slash.
2681         Reported by Manoj Srivastava.
2683 2003-02-07  Jim Meyering  <jim@meyering.net>
2685         * io/ftw.c: Add autoconf-recommended block of alloca-related code.
2686         Include autoconf-recommended block of dirent/NAMELEN-related
2687         definitions and includes.  Use NAMELEN throughout, rather than
2688         _D_EXACT_NAMLEN.
2689         [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
2690         [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.
2691         (stpcpy): Declare, if necessary.
2692         (mempcpy): Define, if necessary.
2693         [!_LIBC] (__stpcpy, __mempcpy): Define.
2694         [!_LIBC] (LXSTAT, XSTAT): Define.
2695         (lstat) [!LIBC && !LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.
2696         (find_object): Don't use c99-style struct initializer.
2697         Tweak wording in a couple comments.
2699 2003-02-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2701         * elf/tls-macros.h: Add non-PIC TLS macros and fix clobber list
2702         for SH.
2703         * sysdeps/unix/sysv/linux/sh/brk.c: Add SYSCALL_INST_PAD
2704         after the trapa instruction.
2705         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Add additional
2706         parameters.
2707         * sysdeps/unix/sysv/linux/sh/sh4/sysdep.h: New file.
2708         (NEED_SYSCALL_INST_PAD): Define.
2709         * sysdeps/unix/sysv/linux/sh/sys/user.h (start_thread): Undef to
2710         avoid to use definition for the kernel.
2711         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
2712         Save and restore the frame pointer.
2713         (SYSCALL_INST_PAD): Define.
2714         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
2715         (INTERNAL_SYSCALL): Make use of ERR parameter. Add SYSCALL_INST_PAD
2716         after trapa instruction.
2717         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
2718         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
2720 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
2722         * resolv/res_libc.c (_res): Ensure _res is not common symbol,
2723         so that it can have aliases.
2724         * inet/herrno.c (h_errno): Put it into .bss not .data section.
2726 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
2728         * elf/dl-runtime.c (fixup): Correct typo in version index computation.
2729         (profile_fixup): Likewise.
2730         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
2732 2002-11-24  Robert Love  <rml@tech9.net>
2734         * posix/sched.h: Second parameter of sched_setaffinity and
2735         sched_getaffinity is `unsigned int', not `unsigned long'.
2736         * sysdeps/generic/sched_setaffinity.c: Likewise.
2737         * sysdeps/generic/sched_getaffinity.c: Likewise.
2739 2003-02-05  Ulrich Drepper  <drepper@redhat.com>
2741         * debug/catchsegv.sh: Fix typo in error messsage.
2742         Reported by John Levon <levon@movementarian.org>.
2744         * sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
2745         * sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
2746         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2747         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2749         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2750         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2752         * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
2753         Patch by Moritz Schulte <moritz@duesseldorf.ccc.de>.
2755 2003-02-05  Jim Meyering  <jim@meyering.net>
2757         Fix a heap-corrupting bug.
2758         * io/ftw.c: Include <limits.h>.
2759         (PATH_MAX) [!defined PATH_MAX]: Define to 1024.
2760         (process_entry): Allocate enough space to hold the resulting
2761         file name.  Don't presume that 2*dirbufsize is enough.
2762         (ftw_startup): Always use PATH_MAX to compute buffer size, now that
2763         it is guaranteed to be defined.
2765 2003-02-04  Ulrich Drepper  <drepper@redhat.com>
2767         * iconvdata/Makefile: Add rules to build and run bug-iconv3.
2768         * iconvdata/bug-iconv3.c: New file.
2770 2003-02-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2772         * sysdeps/unix/sysv/linux/s390/system.c: New file.
2774 2003-02-03  Jakub Jelinek  <jakub@redhat.com>
2776         * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
2777         check.
2778         * config.h.in (BROKEN_SPARC_WDISP22): Add.
2780 2003-02-03  Ulrich Drepper  <drepper@redhat.com>
2782         * sysdeps/i386/i686/memmove.S: New file.
2784 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
2787         Include kernel-features.h
2788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2793 2003-02-02  Jakub Jelinek  <jakub@redhat.com>
2795         * elf/tls-macros.h [sparc] (TLS_LD, TLS_GD): Add "cc" clobbers.
2797 2003-01-25  Jim Meyering  <jim@meyering.net>
2799         * io/ftw.c (object_compare): Compare inode numbers before device
2800         numbers, since the former are much more likely to differ.
2802 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
2804         * time/tzfile.c (__tzfile_compute): Change return value type to
2805         void.  Adjust return statements.
2806         * include/time.h (__tzfile_compute): Adjust prototype.
2808 2003-02-01  Jim Meyering  <jim@meyering.net>
2810         * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
2811         always returns 1.
2813 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2816         [!__ASSUME_NEW_PRCTL_SYSCALL]: Noop prctl syscall and set ENOSYS.
2818 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
2821         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Generate ENOSYS stub.
2822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2823         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2825         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2827         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
2829 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
2831         * sysdeps/unix/sysv/linux/configure.in: Change arch_minimum_kernel
2832         back to 2.4.19 for powerpc64.
2833         * sysdeps/unix/sysv/linux/kernel-features.h
2834         (__ASSUME_NEW_PRCTL_SYSCALL): Define for powerpc64.
2835         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Define for powerpc64.
2837 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
2839         * wcsmbs/wcscpy.c (wcscpy): Add alternative implementation for
2840         platforms with strange alignment requirements on wchar_t.
2842 2003-01-31  Andreas Schwab  <schwab@suse.de>
2844         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove __GI_*
2845         aliases, already added by make-syscalls.sh.
2846         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2847         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2848         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2849         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2850         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2851         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2852         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2853         * sysdeps/unix/inet/syscalls.list: Likewise.
2854         * sysdeps/unix/syscalls.list: Likewise.
2856 2003-01-31  Andreas Schwab  <schwab@suse.de>
2858         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Don't define, not needed
2859         any more.
2861 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2863         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Use lg,
2864         not l to load tls from stack.
2866 2003-01-30  Roland McGrath  <roland@redhat.com>
2868         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Move check for
2869         null argument before all else.
2870         Reported by Martin Schwidefsky <schwidefsky@de.ibm.com>.
2872 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2874         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel):
2875         Move to RESOLVE protected part of the header.
2876         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel):
2877         Likewise.
2879 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
2881         * stdio-common/Makefile (tests): Add bug15.
2882         (bug15-ENV): Define.
2883         * stdio-common/bug15.c: New file.
2885 2002-10-07  Wolfram Gloger  <wg@malloc.de>
2887         * malloc/malloc.c (sYSMALLOc): Only check for breakage due
2888         to foreign sbrk()'s if arena is contiguous.  Bug report from
2889         Bruno Haible <bruno@clisp.org>.
2891 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2893         * sysdeps/s390/libc-tls.c: Include stdlib.h.
2895 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2897         * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
2898         ps.__count.
2900 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
2902         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Fix storing and
2903         restoring of %r6.
2904         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.  Use
2905         64-bit load.
2906         Patch by Martin Schwidefsky  <schwidefsky@de.ibm.com>.
2908 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
2910         * elf/dl-reloc.c (CHECK_STATIC_TLS): Move _dl_signal_error...
2911         (allocate_static_tls): ...here.  Add __attribute_noinline__.
2912         Don't return on failure.
2913         (_dl_reloc_bad_type): Add __attribute_noinline__.
2914         * elf/do-rel.h (elf_dynamic_do_rel): Add
2915         __attribute__((always_inline)).
2916         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
2917         elf_machine_rel_relative, elf_machine_rela_relative,
2918         elf_machine_lazy_rel): Add prototypes with
2919         __attribute__((always_inline)).
2921 2003-01-29  David Mosberger  <davidm@hpl.hp.com>
2923         * elf/dl-support.c (_dl_aux_init): Handle AT_SYSINFO.
2925 2003-01-29  Roland McGrath  <roland@redhat.com>
2927         * configure.in: Barf if configured in $srcdir.
2929 2003-01-28  Steven Munroe  <sjmunroe@us.ibm.com>
2931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
2932         (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
2934 2003-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2936         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Reorder additional
2937         clone parameters to match the order used on ia32.
2938         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2940 2003-01-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2942         * elf/elf.h: Add new s390 relocs.
2943         * elf/tls-macros.h: Add s390 versions.
2944         * sysdeps/s390/Versions [GLIBC_2.3] (ld): Export __tls_get_offset.
2945         * sysdeps/s390/dl-tls.h: New file.
2946         * sysdeps/s390/libc-tls.c: New file.
2947         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class): Add TLS
2948         relocs for class PLT.
2949         (elf_machine_rela): Handle TLS relocs.
2950         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2951         * sysdeps/s390/s390-32/elf/configure.in: Add TLS check.
2952         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
2953         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Add support for
2954         CLONE_CHILD_*TID flags.
2955         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2956         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Use branch with 32
2957         bit offset.
2958         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2959         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
2960         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S (__syscall_error):
2961         Support USE___THREAD. Define RTLD_PRIVATE_ERRNO variant.
2962         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S (__syscall_error):
2963         Likewise.
2964         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
2965         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER.
2966         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
2967         variants.
2968         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
2969         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER. Use
2970         direct branch to syscall_error for !PIC and PIC && !_LIBC_REENTRANT.
2971         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
2972         variants.
2974 2003-01-28  Ulrich Drepper  <drepper@redhat.com>
2976         * sysdeps/unix/common/pause.c (do_pause): New function.  Split
2977         from __libc_pause.  Implement using sigsuspend.
2978         (__libc_pause): Call do_pause to do the real work.
2980         * sysdeps/posix/sigpause.c (do_sigpause): Check range of
2981         sig_or_mask parameter is is_sig != 0.
2983 2003-01-21  Philip Blundell  <philb@gnu.org>
2985         * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
2987 2003-01-27  Steven Munroe  <sjmunroe@us.ibm.com>
2989         * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
2991 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
2993         * stdio-common/bug14.c: Use official name for the locale.
2995         * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
2996         instead of __libc_cleanup_region_start and _IO_cleanup_region_end
2997         instead of __libc_cleanup_region_end.
2999         * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
3000         as first parameter to __libc_cleanup_region_start.
3002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
3003         (__fe_nomask_env): Use __prctl not prctl.
3004         * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
3005         prctl syscall.
3007         * elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message.
3009         * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
3011         * elf/dl-reloc.c (allocate_static_tls): Avoid arithmetic
3012         wrap-around in test.
3014 2003-01-26  Andreas Schwab  <schwab@suse.de>
3016         * sysdeps/wordsize-32/divdi3.c: Export the functions only as
3017         compatibility symbols.  Remove INTDEF for __divdi3.
3018         * sysdeps/wordsize-32/lldiv.c: Don't use __divdi3_internal.
3019         * sysdeps/powerpc/powerpc32/divdi3.c: Remove.
3020         * sysdeps/powerpc/powerpc32/Makefile (CPPFLAGS-divdi3.c): Don't
3021         define.
3022         * sysdeps/powerpc/powerpc32/Dist: Remove divdi3.c.
3024 2003-01-24  Jakub Jelinek  <jakub@redhat.com>
3026         * elf/tls-macros.h: Add SPARC 32-bit definitions.
3027         * sysdeps/sparc/sparc32/elf/configure.in: Add TLS check.
3028         * sysdeps/sparc/sparc32/dl-machine.h: Add dl_machine_h guards
3029         for the first half of the header.  Include tls.h.
3030         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS
3031         relocs too.
3032         (elf_machine_rela): Handle TLS relocs.
3033         * sysdeps/sparc/dl-tls.h: New file.
3035         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Add cancellation
3036         support.
3038         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Use %g6 instead of %g7.
3039         * sysdeps/sparc/sparc32/memchr.S: Likewise.
3040         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
3041         * sysdeps/sparc/sparc32/strcat.S: Likewise.
3042         * sysdeps/sparc/sparc32/strchr.S: Likewise.
3043         * sysdeps/sparc/sparc32/strcmp.S: Likewise.
3044         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
3045         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
3046         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
3047         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
3048         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3049         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
3050         * sysdeps/sparc/sparc64/strcat.S: Likewise.
3051         * sysdeps/sparc/sparc64/strchr.S: Likewise.
3052         * sysdeps/sparc/sparc64/strcmp.S: Likewise.
3053         * sysdeps/sparc/sparc64/strcpy.S: Likewise.
3054         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
3055         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
3056         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3057         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3059 2003-01-24  Andreas Schwab  <schwab@suse.de>
3061         * elf/dl-close.c (_dl_close): Don't relocate DT_FINI_ARRAY
3062         elements, and process them backwards.
3063         * elf/Makefile ($(objpfx)tst-array4): New target.
3064         ($(objpfx)tst-array4.out): Likewise.
3065         (tests) [$(have-initfini-array) = yes]: Add tst-array4.
3066         * elf/tst-array4.c: New file.
3067         * elf/tst-array4.exp: Likewise.
3069 2003-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
3071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: New file.
3073 2003-01-27  Guido Guenther  <agx@sigxcpu.org>
3075         * sysdeps/unix/sysv/linux/mips/sysdep.h (SYSCALL_ERROR_LABEL): Define.
3076         * sysdeps/unix/sysv/linux/mips/pread.c: Add support for
3077         cancellation handling and handle both __NR_pread64 and __NR_pread.
3078         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3079         * sysdeps/unix/sysv/linux/mips/pwrite.c: Add support for
3080         cancellation handling and handle both __NR_pwrite64 and __NR_pwrite.
3081         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3082         * sysdeps/unix/mips/sysdep.S: Don't set errno in the _LIBC_REENTRANT
3083         case, use register names consistently.
3085 2003-01-27  Wolfram Gloger  <wg@malloc.de>
3087         * malloc/hooks.c (mem2chunk_check): Check alignment of mem
3088         pointer, not of the computed chunk.  Bug report from Carlos
3089         O'Donell <carlos@baldric.uwo.ca>.
3091 2003-01-25  Andreas Schwab  <schwab@suse.de>
3093         * sysdeps/m68k/dl-machine.h (_dl_start_user): Use pc-relative
3094         addressing to save GOT entries.
3096 2003-01-21  Jakub Jelinek  <jakub@redhat.com>
3098         * sysdeps/unix/alpha/sysdep.h (inline_syscall0,
3099         inline_syscall1, inline_syscall2, inline_syscall3,
3100         inline_syscall4, inline_syscall5, inline_syscall6): Add __volatile__.
3101         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INTERNAL_SYSCALL): Add
3102         __attribute__((unused)) to ChEcK.
3104 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3106         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
3107         Fix inline assembler constraints.
3108         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
3109         Likewise.
3111         * sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
3112         -fPIC.
3114 2003-01-20  Segher Boessenkool  <segher@koffie.nl>
3116         * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
3117         compute the cosine, not the sine, even if x > 0.8.
3119 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
3121         * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of
3122         _nss_nis_setspent.  Work around the different prototypes.
3123         * nis/nss_nis/nis-rpc.c (internal_nis_setrpcent): Use
3124         internal_nis_endrpcent.
3125         (internal_nis_endrpcent): Change return type to void.  Change callers.
3126         * nis/nss_nis/nis-pwd.c: Make _nss_nis_endpwent an alias of
3127         _nss_nis_setpwent.  Work around the different prototypes.
3128         * nis/nss_nis/nis-proto.c (_nss_nis_endprotoent): Split out body
3129         of the function to...
3130         (internal_nis_endprotoent): ... here.  New function.
3131         (internal_nis_setprotoent): Use internal_nis_endprotoent.
3132         * nis/nss_nis/nis-network.c: Make _nss_nis_endnetent an alias of
3133         _nss_nis_setnetent.  Work around the different prototypes.
3134         * nis/nss_nis/nis-netgrp.c (_nss_nis_endnetgrent): Split out body
3135         of the function to...
3136         (internal_nis_endnetgrent): ... here.  New function.
3137         (_nss_nis_setnetgrent): Use internal_nis_endnetgrent.
3139 2003-01-19  Jim Meyering  <jim@meyering.net>
3141         * time/strftime.c: (widen): Merge nearly-identical definitions.
3142         (nl_get_alt_digit) [! defined my_strftime]: Define.
3143         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
3144         _nl_get_alt_digit and _nl_get_walt_digit.
3146 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
3148         * time/strftime.c (my_strftime): Handle very large width
3149         specifications for numeric values correctly.  Improve checks for
3150         overflow.
3151         * time/Makefile (tests): Add tst-strftime.
3152         * time/tst-strftime.c: New file.
3154 2003-01-18  Ulrich Drepper  <drepper@redhat.com>
3156         * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
3157         _nss_nis_sethostent.  Work around the different prototypes.
3158         * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
3159         _nss_nis_setgrent.  Work around the different prototypes.
3160         * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
3161         function.  Split out from _nss_nis_endetherent.
3162         (internal_nis_setetherent): Use internal_nis_endetherent instead of
3163         duplicating the code.
3164         * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
3165         of _nss_nis_setaliasent.
3166         * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
3167         internal_nis_endservent code, don't duplicate it.
3169         * inet/rexec.c (rexec_af): Protect socket operations with
3170         TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
3171         * inet/rcmd.c (rcmd_af): Likewise.
3173 2003-01-17  Roland McGrath  <roland@redhat.com>
3175         * math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]:
3176         Add test of value 0.80190127184058835.
3178         * elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
3180 2003-01-17  Richard Henderson  <rth@redhat.com>
3182         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
3183         relocs for class PLT.
3184         * sysdeps/alpha/libc-tls.c: New file.
3185         * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
3186         (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
3188 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3190         * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
3191         __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
3192         on _dl_static_lock.
3194 2003-01-17  Andreas Jaeger  <aj@suse.de>
3196         * stdio-common/bug14.c: Include stdlib.h for exit prototype.
3198 2003-01-16  Steven Munroe  <sjmunroe@us.ibm.com>
3200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: New file.
3201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: New file.
3202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: New file.
3203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: New file.
3204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: New file.
3205         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
3206         * sysdeps/unix/sysv/linux/configure.in: Minimum kernel for PPC64
3207         is 2.4.21.
3209 2003-01-16  Ulrich Drepper  <drepper@redhat.com>
3211         * sysdeps/generic/glob.c (glob): Assume sysconf() always returns
3212         values != -1 for _LIBC.  Use extend_alloca to reallocate alloca'ed
3213         buffers.
3215         * sysdeps/generic/sysconf.c: Unconditionally implement
3216         _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX.
3217         * sysdeps/posix/sysconf.c: Likewise.
3219 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3221         * posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
3222         set *err to the returned error, not to REG_ESPACE unconditionally.
3223         (build_word_op): Likewise.
3224         * posix/Makefile (tests): Add bug-regex16.
3225         * posix/bug-regex16.c: New test.
3227 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3229         * elf/dl-load.c (_dl_map_object_from_fd): Use
3230         GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
3231         been already initialized.
3233 2003-01-15  Dmitry V. Levin  <ldv@altlinux.org>
3235         * sysdeps/unix/sysv/linux/ptsname.c: Fix typo in comment.
3237 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3239         * posix/regcomp.c (re_compile_internal): If clearing buffer, clear
3240         allocated too.  Reported by Al Viro <aviro@redhat.com>.
3242 2003-01-16  Roland McGrath  <roland@redhat.com>
3244         Tweak merged .abilist file format to merge duplicate symbols in
3245         different sets into multi-version stanzas with new "| SET regexp..."
3246         header continuation lines.
3247         * scripts/merge-abilist.awk: Rewritten for new format.
3248         * scripts/extract-abilist.awk: Likewise.
3250 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3252         * nscd/connections.c (nscd_run): Remove bogus return which isn't
3253         necessary with gcc 3.2+.
3254         (nscd_init): Don't use error() to print message, use dbg_log.
3256         * iconv/gconv_simple.c (STORE_REST): Explicitly store the total
3257         expected size into state.
3258         (UNPACK_BYTES): Do the reverse.
3259         * iconv/loop.c: Use CLEAR_STATE if defined to clear __state element.
3260         * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug.
3261         Reported by Al Viro <aviro@redhat.com>.
3263         * stdio-common/Makefile (tests): Add bug14.
3264         * stdio-common/bug14.c: New file.
3266         * stdio-common/vfscanf.c: When recognizing multibyte characters in
3267         string reset the byte counter after mbrtowc reported it is not a
3268         partial character.  Reported by Al Viro <aviro@redhat.com>.
3270 2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
3272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
3273         sysdep-cancel.h, not sysdep.h.
3275 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3277         * nscd/connections.c (nscd_run): Protect accept call with
3278         TEMP_FAILURE_RETRY.
3280 2003-01-15  Andreas Schwab  <schwab@suse.de>
3282         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
3283         (common-generated): Add s-proto-bp.d.
3284         * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
3285         of bp thunks.
3286         * sysdeps/unix/s-proto-bp.S: New file.
3287         * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
3288         Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
3289         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
3291 2003-01-15  Roland McGrath  <roland@redhat.com>
3293         * Makerules: Use -include for tls.make, suppresses warning.
3294         Move gen-as-const-headers rules up so before-compile is set in time.
3295         (sed-remove-dotdot): Fix to work right for subdirs or top dir.
3297 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3299         * nscd/nscd.c (main): Make code to close all file descriptors
3300         faster and more robust.
3302         * nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
3303         request with one writev call.  Protect all read calls with
3304         TEMP_FAILURE_RETRY.
3305         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3306         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3308         * nscd/hstcache.c: Use extend_alloca to reallocate alloca'd buffer.
3309         Protect writev calls with TEMP_FAILURE_RETRY.
3310         * nscd/grpcache.c: Likewise.
3311         * nscd/pwdcache.c: Likewise.
3313         * nscd/hstcache.c (addhstbynamev6): Don't interpret hostname as
3314         IPv6 address in debug output.
3316 2003-01-14  Roland McGrath  <roland@redhat.com>
3318         * Makerules (check-abi-%): Use two rules for $(common-objpfx) and
3319         $(objpfx) directories, and get rid of vpath directives.  The previous
3320         arrangement resulted in files being written to the source directories
3321         when run in a clean build.  Find all .abilist files in $(..)abilist/.
3322         (update-abi-%): Likewise.
3323         (generated): Don't add .symlist files, they'll be intermediates.
3325         * sysdeps/generic/init-first.c: Add a comment.
3327         * elf/Makefile ($(objpfx)ld.so): Pass -z defs in link.
3329         * scripts/gen-as-const.awk: Grok lone "--" as a separator between
3330         #includes and expressions.
3332         * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged
3333         config list when it already contains cpu-.*-os.* without / part.
3335         * Makerules (sed-remove-dotdot): New variable.
3336         ($(common-objpfx)%.make): Use it.  Depend on $(before-compile).
3337         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.
3338         (check-abi-config): New variable, append /tls or /notls to the tuple.
3339         (check-abi-%): Use that for -v config value.
3340         Find .abilist files in abilist/libfoo.abilist, not in subdir.
3341         * Rules: Move bits/stdio_lim.h generation rules to Makerules.
3343 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
3345         * manual/install.texi: Correct description of header preparation for
3346         Linux build.  Patch by mhwood@Ameritech.Net [PR libc/4941].
3348 2003-01-14  Guido Guenther  <agx@sigxcpu.org>
3350         * sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
3351         INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3352         INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.
3354 2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
3356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3357         (INTERNAL_SYSCALL): Make use of ERR parameter.
3358         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3359         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3360         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
3363 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
3365         * sunrpc/pm_getport.c (pmap_getport): Open TCP socket if protocol
3366         == IPPROTO_TCP.
3367         Patch by James Strandboge <jamie@tpptraining.com> [PR libc/4943].
3369         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
3370         Fix entry for bit 31.
3372         * iconvdata/Makefile: Add rules to build IBM866NAV.
3373         * iconvdata/ibm866nav.c: New file.
3374         * iconvdata/tst-tables.sh: Add IBM866NAV.
3375         * iconvdata/gconv-modules: Add entries for IBM866NAV.
3377 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3379         * string/tester.c (test_strcpy): Use the previously #if 0'ed code
3380         to test void* parameters.
3382         * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast
3383         source pointer before dereferencing.
3384         (__STRING_SMALLL_GET32): Likewise.
3385         (__memset_gc): Add missing parenthesis around macro arguments.
3386         Patch by Denis Zaitsev <zzz@cd-club.ru>.
3388         * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler
3389         that %eax is modified.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3391 2003-01-14  Jakub Jelinek  <jakub@redhat.com>
3393         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
3394         defining.
3396 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3398         * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
3399         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
3400         here.
3401         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
3403 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3405         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
3406         from here...
3407         (PSEUDO): ... to here.
3408         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
3409         from here...
3410         (PSEUDO): ... to here.
3412 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3414         * locale/programs/charmap-dir.c (charmap_readdir): Use struct
3415         dirent64 instead of struct dirent for dirent.  Call readdir64
3416         instead of readdir.
3418         * locale/programs/locfile.c (siblings_uncached): Use struct
3419         dirent64 instead of struct dirent for other_dentry.  Call
3420         readdir64 instead of readdir.
3422         * elf/ldconfig.c (direntry): Change type to struct dirent64.
3423         (search_dir): Use readdir64 instead of readdir.
3424         Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
3426 2003-01-12  Roland McGrath  <roland@redhat.com>
3428         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
3429         not strtol.  The former is usable in ld.so, the latter not.
3431         * include/fcntl.h: Declare __libc_creat.
3433         * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs,
3434         libhurduser-link.so-no-z-defs): New variables.
3436         * malloc/malloc.c: Revert last change.
3437         * malloc/malloc.h (_int_*): Move these decls to ...
3438         * include/malloc.h: ... here.  Add attribute_hidden.
3439         (_int_valloc): Declare it too.
3441 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3443         * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
3444         search for removed searchlist.  Reported by Roland McGrath.
3446         * io/ftwtest-sh: Add test for case of symlink to nonexisting file
3447         given as start file.
3449         * io/ftw.c (ftw_startup): Use correct name in check for symlink
3450         without existing target.  Patch by Jim Meyering.
3452         * Makerules (build-shlib-helper): Don't use -z defs linker option
3453         if no-z-defs is defined either.
3455 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3457         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
3458         file.
3460 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3462         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
3463         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3465 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3467         * io/ftwtest-sh: Add test case for relative path with /. at the end.
3469 2003-01-12  Jim Meyering  <jim@meyering.net>
3471         * io/ftw.c (ftw_startup): When trying to stat the starting directory,
3472         use the basename if we've already chdir'd into its parent directory.
3474 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3476         * io/ftw.c (process_entry): Use relative path when using chdir()
3477         to change directory after call to ftw_dir.
3478         * io/ftwtest-sh: Add test for relative path argument to nftw()
3479         with FTW_CHDIR option.
3481 2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3483         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
3484         Define for powerpc.
3485         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
3486         into account.
3487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3488         (INTERNAL_SYSCALL): Make use of ERR parameter.
3489         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3490         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3491         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
3494 2002-01-09  Richard Henderson  <rth@redhat.com>
3496         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
3497         DTPREL64 and TPREL64 without loadbase applied.
3499 2002-01-09  Richard Henderson  <rth@redhat.com>
3501         * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
3502         for NOT_IN_libc.
3504         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
3505         * sysdeps/unix/alpha/sysdep.h: ... here.
3506         (PSEUDO_LOADGP): Remove.
3507         (PSEUDO_PROLOGUE): Load GP in non-pic case.
3508         (SYSCALL_ERROR_LABEL): New.
3509         (PSEUDO): Use it in error branch.
3510         (PSEUDO_END): Add $syscall_error label.
3512 2003-01-12  Andreas Jaeger  <aj@suse.de>
3514         * math/bits/mathcalls.h: Round is a const function.
3516 2003-01-11  Jim Meyering  <jim@meyering.net>
3518         * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
3519         [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
3520         Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
3521         [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
3522         [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
3523         [!_LIBC] (internal_function, dirent64, MAX): Define.
3524         (__set_errno): Define if not already defined.
3525         (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
3526         the basename, not the entire file name.
3527         (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
3528         the basename, not the entire file name.
3530 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3532         * string/tester.c (test_strcpy): Disable last added strcpy until
3533         it is fixed.
3535 2003-01-11  Philip Blundell  <philb@gnu.org>
3537         * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
3539 2003-01-11  Andreas Schwab  <schwab@suse.de>
3541         * Makerules: Add vpath for %.dynsym and %.so so that the
3542         implicit rule chaining for check-abi works.
3544 2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3546         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3547         Add non-PIC case.
3549 2003-01-11  Jakub Jelinek  <jakub@redhat.com>
3551         * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
3552         [__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
3553         gp is used early.
3554         [__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
3555         * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
3556         Ensure libc.so in DT_NEEDED.
3557         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
3558         CHECK_STATIC_TLS before l_tls_offset use.
3559         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
3560         Likewise.
3561         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3562         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
3563         Allocate TLS_PRE_TCB_SIZE bytes below result.
3564         (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
3565         * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
3566         TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
3567         segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
3568         bytes below result and add tcb_offset to memsz.
3569         * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
3570         * sysdeps/ia64/dl-machine.h: Include tls.h.
3571         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
3572         too.
3573         (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
3574         Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
3575         * sysdeps/ia64/libc-tls.c: New file.
3577 2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
3579         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
3580         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
3581         Fix type.  Move definition out of #if.
3582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
3583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
3584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
3585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
3586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
3587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
3588         support.
3589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
3590         ftruncate64, pread64, pwrite64, truncate64 entries.
3591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3592         (INLINE_SYSCALL): New version that supports function call like
3593         syscalls.  Add __builtin_expect.
3594         (LOADARGS_n): Add argument size safety checks.
3595         (INTERNAL_SYSCALL): New Macro.
3596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
3597         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
3598         redefinition of elf_fpreg_t and elf_fpregset_t.
3600 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3602         * elf/dl-close.c (_dl_close): Add several asserts.  Correct and
3603         simplify test for unloading.  If loader of a DSO is unloaded do not
3604         use its scope anymore.  Fall back to own scope and adjust opencounts.
3605         Fix several comments.
3606         * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
3607         the l_searchlist, not only for l_initfini.
3609         * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
3610         dependencies if objects cannot be removed.  Remove object with the
3611         definition as not unloadable if necessary.
3613         * elf/reldep6.c: Create relocation dependency before closing the first
3614         module.
3616 2003-01-10  Guido Günther  <agx@sigxcpu.org>
3618         * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
3619         * sysdeps/unix/mips/brk.S: Likewise.
3620         * sysdeps/unix/mips/pipe.S: Likewise.
3622 2003-01-10  Andreas Schwab  <schwab@suse.de>
3624         * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
3626         * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
3627         are known to have the vfork syscall.
3629         * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
3631         * sysdeps/unix/sysv/linux/kernel-features.h
3632         (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
3633         (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
3634         (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
3636 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3638         * elf/Makefile: Add rules to build and run reldep9 test.
3639         * elf/reldep9.c: New file.
3640         * elf/reldep9mod1.c: New file.
3641         * elf/reldep9mod2.c: New file.
3642         * elf/reldep9mod3.c: New file.
3644 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3646         * elf/Makefile: Add rules to build and run nodelete2 test.
3647         * elf/nodelete2.c: New file.
3648         * elf/nodel2mod1.c: New file.
3649         * elf/nodel2mod2.c: New file.
3650         * elf/nodel2mod3.c: New file.
3652 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
3654         * posix/test-vfork.c (noop): Add __attribute_noinline__.
3655         * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
3656         * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
3657         defining it.
3658         * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
3659         * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
3660         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
3661         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
3662         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
3664 2003-01-09  Andreas Schwab  <schwab@suse.de>
3666         * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
3668 2003-01-08  Ulrich Drepper  <drepper@redhat.com>
3670         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
3671         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
3672         argument.
3673         (INTERNAL_SYSCALL_DECL): Define.
3675 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3677         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
3678         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
3679         argument.
3680         (INTERNAL_SYSCALL_DECL): Define.
3681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3682         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
3683         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3684         (INLINE_SYSCALL): Adjust.
3685         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3686         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3687         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3688         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3689         * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
3690         add err argument to INTERNAL_SYSCALL* macros.
3691         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
3692         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
3693         * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
3694         * sysdeps/unix/sysv/linux/m68k/getpagesize.c  (__getpagesize):
3695         Likewise.
3696         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
3697         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
3698         INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
3700 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
3702         Unify symbols in user namespace exported by libc.so and libc.a.
3703         * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
3704         argp_fmtstream_free, and argp_fmtstream_printf.
3705         * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
3706         argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
3707         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
3708         argp_fmtstream_point.
3709         * gmon/gmon.c: Don't define write_profiling.
3710         * libio/genops.c: Don't define _cleanup.
3712         * intl/explodename.c (_nl_find_language.c): Mark as static.
3713         * intl/loadinfo.h: Remove _nl_find_language prototype.
3715         * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
3716         * libio/libioP.h: Remove declaration.
3718         * libio/iopopen.c (_IO_proc_jumps): Mark as static.
3719         * libio/libioP.h: Remove declaration.
3721         * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
3722         * sysdeps/generic/framestate.c: Define STATIC before including
3723         unwind-dw2.c.
3725         * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
3727 2003-01-06  Philip Blundell  <philb@gnu.org>
3729         * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
3730         [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
3732         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
3733         directive.
3734         (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
3735         (SYSCALL_ERROR): New.
3736         (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
3737         handling code.
3738         (INTERNAL_SYSCALL): Define.
3739         (INLINE_SYSCALL): Use it.
3740         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
3741         * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
3742         SYSCALL_ERROR in place of __syscall_error.
3744 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3746         * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
3747         __bswap_32, __bswap_64): Put x into temporary variable
3748         to avoid warnings.
3749         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
3750         (inline) functions.
3751         * sysdeps/s390/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/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
3757         Likewise.
3759 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3761         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
3762         alias.
3764 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
3766         * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
3767         * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
3769 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
3771         * math/libm-test.inc (significand_test): New function.
3772         (main): Call it.
3774 2003-01-06  Roland McGrath  <roland@redhat.com>
3776         * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
3777         arguments.
3778         (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
3779         (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
3780         (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
3782         * string/tester.c (test_strcpy): Add test with `void *' arguments.
3784 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
3786         * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
3787         return significand and not the exponent.
3788         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3790         * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
3791         taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
3793         * malloc/malloc.c: Mark all _int_* functions as static.
3795 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3797         * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
3798         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
3799         handling.
3800         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
3802 2003-01-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3804         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
3805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
3806         support.
3807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
3808         ftruncate64, truncate64, pread64 and pwrite64 entries.
3809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3810         (INLINE_SYSCALL): Add __builtin_expect.
3811         (LOADARGS_n): Add argument size safety checks.
3812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
3813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
3814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
3815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
3816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
3817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
3819 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
3821         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
3822         * sysdeps/generic/creat.c: Include sysdep-cancel.h.
3823         (LIBC_CANCEL_HANDLED): Add.
3825         * sysdeps/unix/sysv/linux/alpha/sysdep.h
3826         (inline_syscall_r0_constraint): Rename to...
3827         (inline_syscall_r0_out_constraint): ... this.  Add =.
3828         (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
3830 2003-01-06  Andreas Schwab  <schwab@suse.de>
3832         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
3833         sure this is always inlined.
3834         (elf_machine_rela): Likewise.
3836         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
3838 2003-01-04  Roland McGrath  <roland@redhat.com>
3840         * Makeconfig (+mkdep): Add -MP flag.
3841         Suggested by Art Haas <ahaas@airmail.net>.
3843 2003-01-05  Andreas Schwab  <schwab@suse.de>
3845         * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
3847 2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3849         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
3850         SYSCALL_ERROR_HANDLER.
3851         * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
3852         * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
3853         Add support for cancellation handling.
3854         * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
3855         SYSCALL_ERROR_HANDLER.
3856         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
3857         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
3858         Add support for cancellation handling.
3859         (SYSCALL_ERROR_HANDLER): Define PIC variants.
3861 2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
3864         __syscall_pread64 and __syscall_pwrite64 cancelable.
3865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3866         (INTERNAL_SYSCALL): New macro.
3867         (LOADARGS_0, LOADARGS_1): Fix.
3869 2003-01-05  Ulrich Drepper  <drepper@redhat.com>
3871         * Makerules (build-shlip-helper): Unless told otherwise, add
3872         -Wl,-z,defs to linker command line.
3873         * rt/Makefile (librt.so): Link with ld.so.
3874         * dlfcn/Makefile (libdl.so): Likewise.
3876 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
3878         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
3879         cancellation handling.
3880         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3881         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
3883 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
3885         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
3886         order of parameters passed to kill.
3888 2003-01-04  Andreas Schwab  <schwab@suse.de>
3890         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
3892 2002-01-03  Paul Eggert  <eggert@twinsun.com>
3894         * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
3895         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
3896         when compiling Bison 1.875's `bitset bset = obstack_alloc
3897         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
3899 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
3901         * sysdeps/posix/system.c (do_system): Minor optimizations.  Remove
3902         unnecessary code.
3903         Correct reference counter in case SIGQUIT handler installation failed.
3905 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
3907         * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
3908         Define using _Pragma(weak ...).
3910 2003-01-03  Andreas Jaeger  <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
3912         * resolv/res_libc.c: Provide declaration for __res_init_weak and
3913         reorder declarations.
3915 2003-01-03  Art Haas  <ahaas@airmail.net>
3917         * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
3918         initializer syntax to C99.
3919         * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
3920         * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
3921         * localedata/tests-mbwc/dat_iswctype.c: Likewise.
3922         * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
3923         * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
3924         * localedata/tests-mbwc/dat_iswlower.c: Likewise.
3925         * localedata/tests-mbwc/dat_iswprint.c: Likewise.
3926         * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
3927         * localedata/tests-mbwc/dat_iswspace.c: Likewise.
3928         * localedata/tests-mbwc/dat_iswupper.c: Likewise.
3929         * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
3930         * localedata/tests-mbwc/dat_mblen.c: Likewise.
3931         * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
3932         * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
3933         * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
3934         * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
3935         * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
3936         * localedata/tests-mbwc/dat_strcoll.c: Likewise.
3937         * localedata/tests-mbwc/dat_strfmon.c: Likewise.
3938         * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
3939         * localedata/tests-mbwc/dat_swscanf.c: Likewise.
3940         * localedata/tests-mbwc/dat_towctrans.c: Likewise.
3941         * localedata/tests-mbwc/dat_towlower.c: Likewise.
3942         * localedata/tests-mbwc/dat_towupper.c: Likewise.
3943         * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
3944         * localedata/tests-mbwc/dat_wcscat.c: Likewise.
3945         * localedata/tests-mbwc/dat_wcschr.c: Likewise.
3946         * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
3947         * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
3948         * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
3949         * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
3950         * localedata/tests-mbwc/dat_wcslen.c: Likewise.
3951         * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
3952         * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
3953         * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
3954         * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
3955         * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
3956         * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
3957         * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
3958         * localedata/tests-mbwc/dat_wcstod.c: Likewise.
3959         * localedata/tests-mbwc/dat_wcstok.c: Likewise.
3960         * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
3961         * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
3962         * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
3963         * localedata/tests-mbwc/dat_wctob.c: Likewise.
3964         * localedata/tests-mbwc/dat_wctomb.c: Likewise.
3965         * localedata/tests-mbwc/dat_wctrans.c: Likewise.
3966         * localedata/tests-mbwc/dat_wctype.c: Likewise.
3967         * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
3969 2003-01-03  Richard Henderson  <rth@redhat.com>
3971         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
3972         (inline_syscall_r0_constraint): New.
3973         (inline_syscall[0-6]): Use them.
3975 2003-01-03  Jakub Jelinek  <jakub@redhat.com>
3977         * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
3978         Add rtld_hidden_proto.
3979         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
3980         (_dl_allocate_tls): Likewise.  Remove INTDEF.
3982 2002-07-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3984         * sysdeps/sh/memcpy.S: Optimize.  Based on a patch by Toshiyasu
3985         Morita <toshiyasu.morita@hsa.hitachi.com>.
3986         * sysdeps/sh/memcpy.S: Likewise.
3988 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
3990         * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
3991         any, but unify the test.
3993 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
3995         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
3996         sigaction): Protect weak_alias and libc_hidden_weak with
3997         #ifndef LIBC_SIGACTION.
3998         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
3999         sigaction): Likewise.
4000         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
4001         sigaction): Likewise.
4002         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
4003         sigaction): Likewise.
4004         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
4005         sigaction): Likewise.
4006         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
4007         sigaction): Likewise.
4008         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
4009         sigaction): Likewise.
4010         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
4011         sigaction): Likewise.  Remove SIGCANCEL handling here.
4012         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
4013         Likewise.
4015 2003-01-02  Art Haas  <ahaas@airmail.net>
4017         * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
4019 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
4021         * posix/getconf.c: Update copyright year.
4022         * nss/getent.c: Likewise.
4023         * nscd/nscd_nischeck.c: Likewise.
4024         * iconv/iconvconfig.c: Likewise.
4025         * iconv/iconv_prog.c: Likewise.
4026         * elf/ldconfig.c: Likewise.
4027         * catgets/gencat.c: Likewise.
4028         * csu/version.c: Likewise.
4029         * elf/ldd.bash.in: Likewise.
4030         * elf/sprof.c (print_version): Likewise.
4031         * locale/programs/locale.c: Likewise.
4032         * locale/programs/localedef.c: Likewise.
4033         * nscd/nscd.c (print_version): Likewise.
4034         * debug/xtrace.sh: Likewise.
4035         * malloc/memusage.sh: Likewise.
4036         * malloc/mtrace.pl: Likewise.
4038 2003-01-01  Jakub Jelinek  <jakub@redhat.com>
4040         * io/sys/stat.h: Include time.h with __need_timespec even if
4041         __USE_MISC is defined but __USE_XOPEN is not.
4043 2003-01-01  Andreas Jaeger  <aj@suse.de>
4045         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
4046         type to avoid strict aliasing problem.
4047         (_nss_dns_gethostbyname2_r): Likewise.
4048         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
4049         (_nss_dns_getnetbyname_r): Likewise.
4050         * resolv/gethnamaddr.c (_gethtent): Likewise.
4051         (gethostbyname2): Likewise.
4053 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4055         * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
4056         to avoid using the exported symbols.  Define aliases with the
4057         original names separately.
4059         * include/time.h: Add libc_hidden_proto for __strftime_l.
4060         * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
4061         * time/strftime.c: Always use libc_hidden_def if _LIBC.
4063         * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
4064         * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
4066         * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
4067         tr_break.
4069         * csu/Makefile (routines): Add dso_handle.
4070         * csu/dso_handle.c: New file.
4072 2002-12-31  Roland McGrath  <roland@redhat.com>
4074         * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
4075         Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
4076         (S-CPPFLAGS): Add -DASSEMBLER here instead.
4077         (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
4079 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4081         * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
4082         is available.
4084 2002-12-31  Andreas Jaeger  <aj@suse.de>
4086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
4087         with Linux kernel.
4088         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
4089         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
4090         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
4092         * sysdeps/unix/sysv/linux/kernel_stat.h
4093         (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
4095         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
4096         __unused[1-3] since they're needed by some platforms.  Handle
4097         _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
4099         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
4100         for structs stat and stat64.
4101         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4102         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4103         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4104         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4106         * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
4108         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
4109         nsec resolution changes.
4110         (xstat64_conv): Likewise.
4111         (xstat32_conv): Likewise.
4113         * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
4114         struct kernel_stat.
4116         * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
4117         structs stat and stat64.
4119         * time/time.h (__timespec_defined): Define for __USE_MISC.
4121 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4123         * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
4124         and __libc_current_sigrtmax.
4126 2002-12-31  Jakub Jelinek  <jakub@redhat.com>
4128         * include/errno.h (__errno_location): Add prototype.
4129         Use libc_hidden_proto unconditionally.
4130         * include/netdb.h (__h_errno_location): Use libc_hidden_proto
4131         unconditionally.
4132         * include/resolv.h (__res_state): Likewise.
4134         * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
4135         * include/sys/socket.h (accept): Add libc_hidden_proto.
4136         * include/errno.h (__errno_location): Likewise.
4137         * include/netdb.h (__h_errno_location): Likewise.
4138         * include/resolv.h (__res_state): Likewise.
4139         * include/unistd.h (__lseek): Likewise.
4140         * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
4141         * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
4142         * sysdeps/generic/res-state.c (__res_state): Likewise.
4143         * sysdeps/generic/accept.c (accept): Likewise.
4144         * sysdeps/generic/lseek.c (__lseek): Likewise.
4145         * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
4146         __libc_current_sigrtmax): Likewise.
4147         * sysdeps/mach/hurd/accept.c (accept): Likewise.
4148         * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
4149         * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
4150         * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
4151         * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
4152         * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
4153         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
4154         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
4155         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
4156         alias to llseek.
4157         (__GI_accept): New alias to accept.
4158         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
4159         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
4160         New alias to llseek.
4161         (__GI_accept): New alias to accept.
4162         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
4163         Likewise.
4164         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
4165         Likewise.
4166         * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
4168         * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
4169         strong_alias (name, __GI_name).
4170         * sysdeps/arm/bsd-_setjmp.S : Likewise.
4171         * sysdeps/hppa/bsd-_setjmp.S : Likewise.
4172         * sysdeps/i386/bsd-_setjmp.S : Likewise.
4173         * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
4174         * sysdeps/mips/bsd-_setjmp.S : Likewise.
4175         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
4176         * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
4177         * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
4178         * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
4179         * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
4180         * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
4181         * sysdeps/sh/bsd-_setjmp.S : Likewise.
4182         * sysdeps/sparc/sparc32/setjmp.S : Likewise.
4183         * sysdeps/unix/arm/fork.S : Likewise.
4184         * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
4185         * sysdeps/unix/bsd/i386/vfork.S : Likewise.
4186         * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
4187         * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
4188         * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
4189         * sysdeps/unix/bsd/vax/vfork.S : Likewise.
4190         * sysdeps/unix/i386/fork.S : Likewise.
4191         * sysdeps/unix/mips/fork.S : Likewise.
4192         * sysdeps/unix/sparc/fork.S : Likewise.
4193         * sysdeps/unix/sparc/vfork.S : Likewise.
4194         * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
4195         * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
4196         * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
4197         * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
4198         * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
4199         * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
4200         * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
4201         * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
4202         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
4203         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
4204         * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
4205         * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
4206         * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
4207         * sysdeps/unix/fork.S : Likewise.
4208         * sysdeps/vax/bsd-_setjmp.S : Likewise.
4209         * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
4211         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
4212         inclusion.
4214 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4216         * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
4217         * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
4218         * sysdeps/mach/hurd/fork.c: Likewise.
4219         * sysdeps/unix/sysv/aix/fork.c: Likewise.
4220         * sysdeps/unix/fork.S: Add __GI___fork alias.
4221         * sysdeps/unix/arm/fork.S: Likewise.
4222         * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
4223         * sysdeps/unix/i386/fork.S: Likewise.
4224         * sysdeps/unix/mips/fork.S: Likewise.
4225         * sysdeps/unix/sparc/fork.S: Likewise.
4226         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
4227         * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
4228         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4229         * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
4230         * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
4231         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
4232         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
4233         * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
4234         * sysdeps/unix/bsd/vax/vfork.S: Likewise.
4235         * sysdeps/unix/sparc/vfork.S: Likewise.
4236         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
4237         * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
4238         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
4239         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
4240         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
4241         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4242         * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
4243         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
4245         * include/time.h: Add libc_hidden_proto for __nanosleep.
4246         * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
4247         * sysdeps/mach/nanosleep.c: Likewise.
4248         * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
4249         * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
4251         * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
4252         _IO_list_unlock, and _IO_list_resetlock.
4253         * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
4254         _IO_list_unlock, and _IO_list_resetlock.
4256         * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
4257         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
4258         * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
4259         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
4261         * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
4262         * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
4263         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
4264         __GI___longjmp alias.
4266         * include/setjmp.h: Add libc_hidden_proto for _setjmp.
4267         * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
4268         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4269         * sysdeps/generic/bsd-_setjmp.c: Likewise.
4270         * sysdeps/hppa/bsd-_setjmp.S: Likewise.
4271         * sysdeps/i386/bsd-_setjmp.S: Likewise.
4272         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
4273         * sysdeps/mips/bsd-_setjmp.S: Likewise.
4274         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
4275         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4276         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4277         * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
4278         * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
4279         * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
4280         * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
4281         * sysdeps/sh/bsd-_setjmp.S: Likewise.
4282         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
4283         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4284         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
4285         * sysdeps/vax/bsd-_setjmp.S: Likewise.
4286         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
4288 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
4290         * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
4292 2002-12-30  Roland McGrath  <roland@redhat.com>
4294         * Rules (generated): Target removed.
4295         * mach/Makefile (generated): Define it here instead.
4297         * math/Makefile (generated): Add m_*l and m_*f variants too.
4299 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
4301         * elf/dl-close.c (_dl_close): Handle relocation dependencies among
4302         the to-be-deleted objects right away instead of later separately.
4303         The latter fails because the scope data structures of the DSO
4304         might already be gone.
4306         * elf/Makefile: Add rules to build and run reldep8 test.
4307         * elf/reldep8.c: New file.
4308         * elf/reldep8mod1.c: New file.
4309         * elf/reldep8mod2.c: New file.
4310         * elf/reldep8mod3.c: New file.
4311         Contributed by Jakub Jelinek.
4313 2002-12-24  GOTO Masanori  <gotom@debian.or.jp>
4315         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
4316         checking of return value ENOSYS from getdents64.
4318 2002-12-28  Andreas Schwab  <schwab@suse.de>
4320         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
4321         ($(common-objpfx)s-%.d): Generalized from
4322         $(common-objpfx)s-proto.d rule.
4323         (common-generated): Add s-proto-cancel.d.
4324         * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
4325         cancellable syscalls.
4326         * sysdeps/unix/s-proto-cancel.S: New file.
4328 2002-12-29  Roland McGrath  <roland@redhat.com>
4330         * resolv/res_libc.c: Move _res defn magic after res_init defn
4331         so _res macro is in effect for that code.
4333         * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
4334         pattern for prepending $(..) so it doesn't affect $(foo).
4336         * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
4338 2002-12-29  Jakub Jelinek  <jakub@redhat.com>
4340         * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
4341         in hwcap.
4343 2002-12-28  Ulrich Drepper  <drepper@redhat.com>
4345         * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
4347 2002-12-28  Andreas Jaeger  <aj@suse.de>
4349         * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
4350         avoid warning.
4351         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
4353 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4355         * inet/herrno.c (__h_errno_location): Remove.
4356         * inet/Makefile (routines): Add herrno-loc.
4357         * resolv/res_libc.c (__res_state): Remove.
4358         * resolv/Makefile (routines): Add res-state.
4359         * sysdeps/generic/herrno-loc.c: New file.
4360         * sysdeps/generic/res-state.c: New file.
4362 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4364         * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
4365         Only define if USE_DL_SYSINFO is defined.
4367 2002-12-22  Jakub Jelinek  <jakub@redhat.com>
4369         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
4370         INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
4371         Define. Patch by Richard Henderson and Jes Sorensen.
4372         (PSEUDO): Remove unnecessary ;;.
4373         * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
4374         are found unless TLS_INIT_TP_EXPENSIVE.  Use NONTLS_INIT_TP.
4375         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
4376         if not initializing thread pointer.
4377         [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
4378         * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
4379         make it weak also if NONTLS_INIT_TP.
4380         * sysdeps/unix/common/pause.c: Handle cancellation.
4381         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
4382         (LOADSYSCALL): Remove.
4383         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4384         (SYSCALL_ERROR_HANDLER): Use it.
4385         (PSEUDO): Don't jump around error handler.
4386         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
4387         jump around error handler.
4388         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
4389         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
4390         to __syscall_error_handler on failure.
4391         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
4392         (LOADSYSCALL): Remove.
4393         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4394         (SYSCALL_ERROR_HANDLER): Use it.
4395         (PSEUDO): Don't jump around error handler.
4396         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
4397         jump around error handler.
4398         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
4399         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
4400         to __syscall_error_handler on failure.
4402 2002-12-27  Roland McGrath  <roland@redhat.com>
4404         * scripts/gen-as-const.awk: New file.
4405         * Makefile (distribute): Add it.
4406         * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
4407         (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
4408         to the list.
4409         (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
4411 2002-12-27  Andreas Schwab  <schwab@suse.de>
4413         * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
4415 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4417         * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
4418         _environ is NULL.
4420 2002-12-27  Andreas Schwab  <schwab@suse.de>
4422         * Makerules ($(common-objpfx)%.make): Filter through
4423         $(sed-remove-objpfx).
4425 2002-12-23  Roland McGrath  <roland@redhat.com>
4427         * scripts/abilist.awk: Produce a more compact format, divided into
4428         stanzas for each version set, the set name listed only once.
4429         * scripts/extract-abilist.awk: New file.
4430         * scripts/merge-abilist.awk: New file.
4431         * Makerules (check-abi-%, update-abi-%): New pattern rules.
4432         (update-abi, check-abi): New targets.
4433         * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
4435 2002-12-19  Roland McGrath  <roland@redhat.com>
4437         * Makerules (%.symlist): Use LC_ALL=C when running awk script.
4439         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
4440         INTERNAL_SYSCALL.
4442 2002-12-21  Andreas Schwab  <schwab@suse.de>
4444         * elf/check-textrel.c (handle_file): Swap p_type.
4446 2002-12-21  Andreas Schwab  <schwab@suse.de>
4448         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
4449         (INLINE_SYSCALL): Use it.
4450         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
4451         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
4453         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
4454         * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
4456 2002-12-20  Art Haas  <ahaas@airmail.net>
4458         * sysdeps/gnu/siglist.c: Convert GCC extension initializer
4459         syntax to C99.
4461 2002-12-21  Philip Blundell  <philb@gnu.org>
4463         * sysdeps/arm/elf/start.S (_start): Optimise a little.  Push stack
4464         top as seventh arg to __libc_start_main.
4465         Reported by paulnash@wildseed.com.
4467         * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
4469         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
4470         compatibility cruft when new enough kernel is assumed.
4472 2002-12-20  Jakub Jelinek  <jakub@redhat.com>
4474         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
4475         instead of INLINE_SYSCALL.
4477 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
4479         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
4480         typo.
4482         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
4483         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
4484         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
4485         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
4486         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
4487         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
4488         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
4489         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
4490         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
4491         Patch by William Lee Irwin <wli@holomorphy.com>.
4493 2002-12-20  Andreas Schwab  <schwab@suse.de>
4495         * locale/programs/ld-measurement.c (measurement_output): Fix
4496         index calculation.
4498 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
4500         * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
4501         Redefine _IO_flockifle and _IO_funlockfile as inlines.
4503         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
4504         builds add "tls" in the search path.
4505         * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
4506         (path_hwcap): Recognize "tls".
4508 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4510         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
4511         __waitpid instead of waitpid.
4513         * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
4514         int $0x80.
4515         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
4516         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
4517         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
4519         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
4520         information for system calls.
4522         * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
4523         for ld.so.
4525         * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
4527 2002-12-19  Roland McGrath  <roland@redhat.com>
4529         * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
4530         * iconvdata/ibm922.h: Likewise.
4531         * iconvdata/ibm930.h: Likewise.
4532         * iconvdata/ibm932.h: Likewise.
4533         * iconvdata/ibm933.h: Likewise.
4534         * iconvdata/ibm935.h: Likewise.
4535         * iconvdata/ibm937.h: Likewise.
4536         * iconvdata/ibm939.h: Likewise.
4537         * iconvdata/ibm943.h: Likewise.
4538         * iconvdata/isiri-3342.h: Likewise.
4540 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4542         * test-skeleton.c (main): Make sure correct value is seen as
4543         argv[0] after adjustment of argv, and argc.
4545         * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
4546         RTLD_CORRECT_DYNAMIC_WEAK is defined.
4548 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
4550         * nscd/connections.c (nscd_run): Shut up warning.
4551         * tst-ungetc.c (assert): Undefined before redefining.
4553 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4555         * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
4556         is used.
4558 2002-12-17  Art Haas  <ahaas@airmail.net>
4560         * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
4561         * iconvdata/cp775.h: Likewise.
4562         * iconvdata/ibm1046.h: Likewise.
4563         * iconvdata/ibm1124.h: Likewise.
4564         * iconvdata/ibm1129.h: Likewise.
4565         * iconvdata/ibm1132.h: Likewise.
4566         * iconvdata/ibm1133.h: Likewise.
4567         * iconvdata/ibm1160.h: Likewise.
4568         * iconvdata/ibm1161.h: Likewise.
4569         * iconvdata/ibm1162.h: Likewise.
4570         * iconvdata/ibm1163.h: Likewise.
4571         * iconvdata/ibm1164.h: Likewise.
4573 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4575         * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
4576         __ASSUME_CLONE_THREAD_FLAGS is defined.
4577         * sysdeps/unix/sysv/linux/kernel-features.h
4578         (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
4580 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4582         * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
4583         of asm.
4584         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4586         * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
4587         _dl_sysinfo.
4588         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4589         code.
4590         * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
4591         _rtld_global.
4592         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4593         code.
4594         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
4595         Check for AT_SYSINFO and set _dl_sysinfo appropriately.
4596         * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
4597         Add _dl_sysinfo.
4599 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
4601         * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
4602         __libc_writev to...
4603         [libc: GLIBC_PRIVATE]: ...here.
4604         * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
4605         __libc_msgsnd to...
4606         [libc: GLIBC_PRIVATE]: ...here.
4608 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4610         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
4611         Use it instead of directly int $0x80.
4612         * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
4613         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
4614         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4615         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4616         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4617         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
4619 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
4621         * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
4623         * elf/elf.h (AT_SYSINFO): New define.
4624         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
4625         AT_SYSINFO.
4627 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
4629         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
4630         Make cancelable.
4631         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
4632         Likewise.
4633         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
4634         Likewise.
4635         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
4636         Likewise.
4637         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
4638         Likewise.
4639         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
4641         * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
4642         mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
4643         available, otherwise __libc_maybe_call.
4644         * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
4645         cancellation handling.
4646         * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
4648 2002-12-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
4650         * posix/regcomp.c (free_workarea_compile): Free the new member
4651         ORG_INDICES.
4652         (analyze): Initialize ORG_INDICES.
4653         (duplicate_node_closure): Search for a existing node, which is
4654         duplicated from the node ORG_DEST and satisfies the constraint
4655         CONSTRAINT.  And use it to avoid inifimite loop.
4656         (search_duplicated_node): New function.
4657         (duplicate_node): Store the index of the original node.
4658         * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
4659         if needed.
4660         * posix/regex_internal.h (re_dfa_t): Add new members.
4662 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
4664         * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
4666 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4668         * sysdeps/posix/system.c (do_system): Add support for installation
4669         of cancellation handlers.
4670         * sysdeps/unix/sysv/linux/i386/system.c: New file.
4672         * stdlib/Makefile (tests): Add tst-system.
4673         * stdlib/tst-system.c: New file.
4675         * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
4676         CENABLE]: Don't lose content of %ebx.
4678 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
4680         * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
4681         macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
4683 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4685         * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
4686         fails to return a function pointer don't use it.
4688 2002-12-16  Art Haas  <ahaas@airmail.net>
4690         * io/ftw.c: Convert GCC extension initializer syntax to C99.
4691         * iconvdata/iso-ir-165.c: Likewise.
4692         * iconvdata/jis0208.c: Likewise.
4693         * iconvdata/jis0212.c: Likewise.
4695 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4697         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
4698         epoll_ctl, and epoll_wait.
4699         * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
4700         epoll_create, epoll_ctl, and epoll_wait.
4701         * sysdeps/unix/sysv/linux/sys/epoll.h: New file.  Written by
4702         Davide Libenzi <davidel@xmailserver.org>.
4703         * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
4704         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4705         Add sys/epoll.h.
4707 2002-12-16  Art Haas  <ahaas@airmail.net>
4709         * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
4710         syntax to C99
4711         * sysdeps/unix/sysv/aix/settimer.c: Likewise.
4712         * sysdeps/unix/sysv/aix/sleep.c: Likewise.
4713         * sysdeps/unix/sysv/aix/usleep.c: Likewise.
4715 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
4717         * stdio-common/Makefile (routines): Remove lockfile.  Add
4718         flockfile, ftrylockfile, and funlockfile.
4719         * sysdeps/generic/lockfile.c: Removed.  Each function has its own file.
4720         * sysdeps/generic/flockfile.c: New file.
4721         * sysdeps/generic/ftrylockfile.c: New file.
4722         * sysdeps/generic/funlockfile.c: New file.
4724 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
4726         * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
4727         macros instead of doing the calls directly.
4728         * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
4729         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
4730         targets.
4732 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
4734         * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
4735         * sysdeps/ieee754/bits/nan.h: Likewise.
4737         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
4738         __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
4740 2002-12-16  Roland McGrath  <roland@redhat.com>
4742         * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
4743         * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
4744         * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
4746         * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
4747         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
4748         s_putpmsg.
4749         * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
4750         * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
4751         * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
4752         * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
4753         * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
4754         * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
4755         * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
4756         * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
4758 2002-12-13  Paul Eggert  <eggert@twinsun.com>
4760         * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
4761         is now u_int, not int.
4762         (struct XDR.x_handy): Now u_int, not int.
4763         * sunrpc/xdr_mem.c: Include <limits.h>.
4764         (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
4765         xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
4766         x_handy is now unsigned, not signed.
4767         Do not decrement x_handy if no change is made.
4768         (xdrmem_setpos): Check for int overflow.
4769         * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
4770         (xdr_sizeof): Remove cast that is now unnecessary, now that
4771         x_handy is unsigned.
4773 2002-12-15  Art Haas  <ahaas@airmail.net>
4775         * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
4776         * iconvdata/gap.awk: Likewise.
4777         * iconvdata/gen-8bit-gap-1.sh: Likewise.
4778         * iconvdata/gen-8bit-gap.sh: Likewise.
4779         * locale/C-address.c: Likewise.
4780         * locale/C-collate.c: Likewise.
4781         * locale/C-ctype.c: Likewise.
4782         * locale/C-identification.c: Likewise.
4783         * locale/C-measurement.c: Likewise.
4784         * locale/C-messages.c: Likewise.
4785         * locale/C-monetary.c: Likewise.
4786         * locale/C-name.c: Likewise.
4787         * locale/C-numeric.c: Likewise.
4788         * locale/C-paper.c: Likewise.
4789         * locale/C-telephone.c: Likewise.
4790         * locale/C-time.c: Likewise.
4791         * nscd/connections.c: Likewise.
4792         * nscd/grpcache.c: Likewise.
4793         * nscd/hstcache.c: Likewise.
4794         * nscd/pwdcache.c: Likewise.
4795         * stdio-common/vfprintf.c: Likewise.
4796         * stdlib/random.c: Likewise.
4797         * sysdeps/generic/siglist.c: Likewise.
4798         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4799         * sysdeps/ieee754/bits/nan.h: Likewise.
4800         * sysdeps/posix/sprofil.c: Likewise.
4801         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4802         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
4803         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
4805 2002-12-15  Roland McGrath  <roland@redhat.com>
4807         * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
4809         * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
4810         <tls.h> here, no need for it.
4811         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
4813         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
4814         parameter, not varargs parameter.
4816         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
4817         argument so it's not an unused variable.
4819         * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
4820         __p_type_syms, __p_rcode_syms): Remove decls, never really intended
4821         for users.
4823         * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
4825 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
4827         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
4828         original __libc_fcntl code.  Just renamed.
4830 2002-12-15  Andreas Schwab  <schwab@suse.de>
4832         * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
4834 2002-12-14  Olaf Hering  <olh@suse.de>
4836         * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
4837         * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
4839 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
4841         * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
4843         * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
4844         SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
4846         * sysdeps/unix/sysv/linux/open64.c: New file.
4848         * sysdeps/generic/pselect.c: Add support for cancellation handling.
4849         * sysdeps/posix/open64.c: Likewise.
4850         * sysdeps/posix/sigpause.c: Likewise.
4851         * sysdeps/posix/sigwait.c: Likewise.
4852         * sysdeps/posix/system.c: Likewise.
4853         * sysdeps/posix/waitid.c: Likewise.
4854         * sysdeps/unix/sysv/linux/accept.S: Likewise.
4855         * sysdeps/unix/sysv/linux/connect.S: Likewise.
4856         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4857         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4858         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
4859         * sysdeps/unix/sysv/linux/poll.c: Likewise.
4860         * sysdeps/unix/sysv/linux/pread.c: Likewise.
4861         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
4862         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4863         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4864         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4865         * sysdeps/unix/sysv/linux/recv.S: Likewise.
4866         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
4867         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
4868         * sysdeps/unix/sysv/linux/send.S: Likewise.
4869         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
4870         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
4871         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
4872         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
4873         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4874         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4875         * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
4876         * sysdeps/unix/sysv/linux/wait.c: Likewise.
4877         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
4878         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4879         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
4880         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4882 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4884         * sysdeps/generic/sysdep-cancel.h: New file.
4885         * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
4886         cancelable syscall.
4887         * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
4888         recvmsg, send, sendmsg, sendto): Make cancelable.
4889         * sysdeps/unix/mman/syscalls.list (msync): Likewise.
4890         * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
4891         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4892         sendto, osf_select): Likewise.
4893         * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
4894         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
4895         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
4896         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4897         sendto): Likewise.
4898         * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
4899         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
4900         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
4901         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4902         sendto): Likewise.
4903         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
4904         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
4905         sendto, select): Likewise.
4906         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
4907         pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
4908         Likewise.
4909         * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
4910         select, fcntl): Likewise.
4911         * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
4912         * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
4913         read, readv, select, sigsuspend, write, writev): Likewise.
4915 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4917         * dirent/bug-readdir1.c: Include unistd.h.
4919 2002-12-13  Jakub Jelinek  <jakub@redhat.com>
4921         * locale/programs/locale.c: Include locarchive.h.
4922         (ARCHIVE_NAME): Define.
4923         (write_archive_locales): New function.
4924         (write_locales): Use it.  Ensure the same locale is not printed
4925         multiple times in verbose mode.
4926         Mode LC_IDENTIFICATION and LC_CTYPE printing into...
4927         (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
4928         functions.
4929         (struct nameent): New type.
4930         (nameentcmp): New function.
4932 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
4934         * posix/regex_internal.c (re_string_context_at): Guard wide char
4935         code with #ifdef RE_ENABLE_I18N.
4937 2002-11-22  Paolo Bonzini  <bonzini@gnu.org>
4939         * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
4941 2002-12-13  Roland McGrath  <roland@redhat.com>
4943         * posix/bug-regex15.c: New file.
4944         * posix/Makefile (tests): Add it.
4946         * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
4947         (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
4949 2002-12-13  Ulrich Drepper  <drepper@redhat.com>
4951         * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
4953         * misc/syslog.c (log_cleanup): Don't use parameter in
4954         __libc_lock_unlock call, use syslog_lock directly.  Adjust callers to
4955         pass NULL instead of a pointer to syslog_lock.
4957 2002-12-12  Ulrich Drepper  <drepper@redhat.com>
4959         * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
4960         linker map for all iconv modules.
4961         (distribute): Add gconv.map.
4962         * iconvdata/gconv.map: New file.
4964         * elf/Makefile: Also check all iconv modules for text relocations.
4966         * stdlib/Makefile: Remove code to automatically import GMP.
4968         * elf/Makefile (tests): Add rules to build and run check-textrel.
4969         * elf/check-textrel.c: New file.
4971         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
4972         directive.
4974 2002-12-11  Jakub Jelinek  <jakub@redhat.com>
4976         * io/test-utime (main): If stnow.st[am]time is wrong, print it and
4977         not st.st[am]time.
4979 2002-04-30  Bruno Haible  <bruno@clisp.org>
4981         * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
4982         the encoding if it already has slashes.
4983         Reported by Perry Rapp <prapp@erols.com>.
4985 2002-12-11  Roland McGrath  <roland@redhat.com>
4987         * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
4988         (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
4989         Turn off PIC for compiling this file.
4991 2002-12-11  Ulrich Drepper  <drepper@redhat.com>
4993         * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
4994         definitions.  Not needed.
4995         [_LIBC]: Use definitions from libc-lock.h instead of referencing
4996         pthread routines directly.
4997         * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
4998         mutex_init calls.
4999         (arena_get2): Don't look at return value of mutex_lock.
5001 2002-12-11  Roland McGrath  <roland@redhat.com>
5003         * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
5004         elf-init.o instead of compiling a PIC version.
5006 2002-12-11  Bruno Haible  <bruno@clisp.org>
5008         * intl/gettext.h: Renamed to ...
5009         * intl/gmo.h: ... here.
5010         * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
5011         * intl/gettextP.h: Update.
5012         * intl/loadmsgcat.c: Update.
5014         * intl/gettextP.h (PARAMS): Make more portable.
5015         (attribute_hidden): Define as empty macro if not already defined.
5016         * intl/hash-string.h (PARAMS): Make more portable.
5017         * intl/loadinfo.h (PARAMS): Likewise.
5018         * intl/plural-exp.h (PARAMS): Likewise.
5019         (attribute_hidden): Move definition near the definition of
5020         internal_function.
5022         * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
5023         * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
5025 2002-07-13  Bruno Haible  <bruno@clisp.org>
5027         * intl/dcigettext.c (freea): New macro.
5028         (FREE_BLOCKS): Free also the registered blocks.
5029         (DCIGETTEXT): Free the 'search' variable.
5030         Reported by Andreas Fischer <a.fischer@asentics.de>.
5032 2002-04-27  Bruno Haible  <bruno@clisp.org>
5034         * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
5035         * intl/dcigettext.c: Likewise.
5036         * intl/dcgettext.c: Likewise.
5037         * intl/dgettext.c: Likewise.
5038         * intl/gettext.c: Likewise.
5039         * intl/dcngettext.c: Likewise.
5040         * intl/dngettext.c: Likewise.
5041         * intl/ngettext.c: Likewise.
5042         * intl/textdomain.c: Likewise.
5043         * intl/bindtextdom.c: Likewise.
5044         * intl/plural-exp.h: Likewise.
5046 2002-01-02  Bruno Haible  <bruno@clisp.org>
5048         * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
5050 2001-04-30  Bruno Haible  <bruno@clisp.org>
5052         * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
5053         default macro definitions.  Needed for mingw32.
5055 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
5057         * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
5058         __builtin_constant_p to macro parameter.
5060         * sysdeps/generic/sigpause.c: Define all functions as weak.
5061         * sysdeps/posix/sigpause.c: Likewise.
5063         * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
5064         type size_t.
5066 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
5068         * elf/tst-array1.c (preinit_array, init_array, fini_array):
5069         Explicitly align the array to sizeof (void *).
5070         * elf/tst-array2dep.c (init_array, fini_array): Likewise.
5072         * include/libc-symbols.h: Fix a comment typo.
5074         * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
5075         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
5076         Likewise.
5077         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
5078         Likewise.
5079         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
5080         (__libc_sigsuspend): Likewise.
5081         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
5082         (__libc_sigsuspend): Likewise.
5083         * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
5084         (creat): New weak alias.
5086 2002-12-10  Roland McGrath  <roland@redhat.com>
5088         * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
5089         contributes a manual chapter.
5090         * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
5091         around xref to it.
5093         * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
5094         and move contents to ...
5095         (EXTRA_LD_ENVVARS_LINUX): ... this new macro.  Add break for nonmatch.
5096         * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
5097         it instead of duplicating its contents.
5098         (EXTRA_LD_ENVVARS): Likewise.  Add break for nonmatch.
5100 2002-12-09  Jakub Jelinek  <jakub@redhat.com>
5102         * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
5103         defined.
5104         * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
5105         function.
5106         (EXTRA_LD_ENVVARS): Use it.
5107         (DL_OSVERSION_INIT): Define.
5108         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
5109         dl-librecon.h.
5110         (EXTRA_LD_ENVVARS): Undef before defining.  Use _dl_osversion_init.
5112 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
5114         * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
5116         * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
5117         call.  It is not allowed to destroy pthread mutexes which are
5118         still in use even though it is safe for our implementations.  If
5119         somebody still uses the descriptor it is a bug.
5121 2002-12-09  Richard Henderson  <rth@redhat.com>
5123         * csu/abi-note.S: Use .p2align, not .align.
5125 2002-12-09  Ulrich Drepper  <drepper@redhat.com>
5127         * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
5128         __libc_select aliases.
5130         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
5131         alias.
5133         * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
5135         * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
5137         * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
5139         * sysdeps/unix/syscalls.list: Define __libc_select alias.
5141         * sysdeps/posix/waitid.c: Define __libc_waitid alias.
5143         * sysdeps/posix/sigpause.c: Define __libc_sigpause and
5144         __libc___xpg_sigpause aliases.
5146         * sysdeps/generic/pselect.c: Define __libc_pselect alias.
5148         * misc/error.c: Remove use of USE_IN_LIBIO.
5150 2002-12-08  Roland McGrath  <roland@redhat.com>
5152         * elf/Makefile (tests): Uncomment tst-array[123].
5153         * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
5154         * csu/elf-init.c: New file.
5155         * csu/Makefile (routines, static-only-routines): Add elf-init.
5156         * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
5157         and __libc_csu_fini in place of _fini.
5158         * sysdeps/arm/elf/start.S: Likewise.
5159         * sysdeps/cris/elf/start.S: Likewise.
5160         * sysdeps/hppa/elf/start.S: Likewise.
5161         * sysdeps/i386/elf/start.S: Likewise.
5162         * sysdeps/ia64/elf/start.S: Likewise.
5163         * sysdeps/m68k/elf/start.S: Likewise.
5164         * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
5165         * sysdeps/mips/elf/start.S: Likewise.
5166         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
5167         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
5168         * sysdeps/s390/s390-32/elf/start.S: Likewise.
5169         * sysdeps/s390/s390-64/elf/start.S: Likewise.
5170         * sysdeps/sh/elf/start.S: Likewise.
5171         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
5172         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5173         * sysdeps/x86_64/elf/start.S: Likewise.
5175         * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
5176         struct containing function ptr and value, free it.
5177         (__aio_notify_only): Allocate that and copy values from SIGEV into it.
5178         It's not safe to let the new thread use the SIGEV pointer.
5180 2001-10-20  Paul Eggert  <eggert@twinsun.com>
5182         * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
5183         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
5184         Use strerror_r that is only a macro, even if it is not a function.
5185         (strerror): Check for HAVE_DECL_STRERROR before declaring.
5186         (private_strerror): Use prototypes, not old-style function definition.
5187         (print_errno_message): New function.
5188         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
5189         char*-flavored one.
5190         (error_tail, error, error_at_line): Use it.
5192 2002-12-07  Carlos O'Donell  <carlos@baldric.uwo.ca>
5194         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
5196 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
5198         * scripts/output-format.sed: Fix bug in one of the s expressions
5199         which used / for one too many things.
5201         * include/unistd.h: Declare __libc_close.
5203 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
5205         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
5207 2002-12-07  Roland McGrath  <roland@redhat.com>
5209         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
5210         from 2002-12-06, but remove unnecessary memset call without removing
5211         necessary copy of initialization image.
5213         * Makerules ($(common-objpfx)format.lds): New target.
5214         (common-generated): Add it.
5215         ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
5216         * scripts/output-format.sed: New file.
5217         * Makefile (distribute): Add it.
5219 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
5221         * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
5222         Reported by Art Haas <ahaas@airmail.net>.
5224 2002-12-07  Kenneth W. Chen  <kenneth.w.chen@intel.com>
5226         * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec.  Fix .recovery4.
5228 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
5230         * string/test-strncpy.c (do_random_tests): Improve test coverage.
5232 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5234         * test-skeleton.c (timeout_handler): Allow expected signal to be
5235         SIGALRM.
5237         * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
5239         * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
5241 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
5243         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
5244         (SYSCALL_ERROR_HANDLER): Fix a pasto.
5245         Reported by Jeff Bailey <jbailey@nisa.net>.
5247 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5249         * sysdeps/generic/libc-tls.c: Undo last patch.
5251         * include/wctype.h: Define iswalnum with libc_hidden_proto.
5253         * include/signal.h: Define raise with libc_hidden_proto.
5255         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
5256         __execve instead of snprintf and execve.
5258         * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
5259         again a bit.
5261 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
5263         * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
5264         * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
5266 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5268         * misc/syslog.c (log_cleanup): New function.
5269         (openlog): Use log_cleanup instead of __libc_mutex_unlock.
5270         (closelog): Likewise.
5272         * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
5273         * elf/dl-iteratephdr.c: Likewise.
5274         * elf/dl-lookup.c: Likewise.
5275         * elf/dl-misc.c: Likewise.
5276         * elf/dl-open.c: Likewise.
5277         * elf/dl-support.c: Likewise.
5278         * elf/rtld.c: Likewise.
5279         * sysdeps/generic/ldsodefs.h: Likewise.
5280         * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
5281         * sysdeps/mach/bits/libc-lock.h: Likewise.
5282         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
5284 2002-12-06  Roland McGrath  <roland@redhat.com>
5286         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
5288         * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
5289         (malloc_starter, memalign_starter, free_starter): Don't define these.
5290         * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
5291         Don't declare them either.
5292         * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
5293         __pthread_initialize, so no need to set hooks to *_starter.
5294         (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
5295         [_LIBC && SHARED && USE_TLS && !USE___THREAD]
5296         (__libc_malloc_pthread_startup): New function.
5297         * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
5299         * malloc/hooks.c (memalign_starter): New function.
5300         * malloc/malloc.c: Declare it.
5301         * malloc/arena.c (save_memalign_hook): New variable.
5302         (ptmalloc_init): Set __memalign_hook to memalign_starter.
5304         * elf/dl-minimal.c (free): Clear the memory.
5305         (calloc): Just call malloc, knowing all memory it returns is cleared.
5307         * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
5308         malloc and memset; calloc can avoid the zeroing when redundant.
5309         (_dl_tls_setup): Likewise.
5310         * elf/dl-load.c (decompose_rpath): Likewise.
5311         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
5312         call, since memory from sbrk at startup is already zero.
5314         * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
5315         error string for failure, null for success.  Update callers.
5316         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
5317         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5319 2002-12-05  Jakub Jelinek  <jakub@redhat.com>
5321         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
5322         args to i:iipi.
5323         (readahead): Change args to i:iii.
5324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
5325         Change args to i:iii.
5326         * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
5327         args to i:iiii.
5329 2002-12-05  Roland McGrath  <roland@redhat.com>
5331         * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
5332         call all functions rather than none.
5333         Reported by Mark P. Mitchell <mark@codesourcery.com>.
5335 2002-12-04  Roland McGrath  <roland@redhat.com>
5337         * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
5338         on _nl_current_LC_* variables.
5340 2002-12-05  Ulrich Drepper  <drepper@redhat.com>
5342         * dirent/bug-readdir1.c (main): Don't call closedir, just close
5343         the file descriptor.  This is testing what the bug report was about.
5345 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
5347         * po/be.po: New file.
5349         * argp/Makefile (tests): Add tst-argp1.
5351         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
5352         Change type of _attribute to void*.
5353         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
5354         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
5355         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
5356         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
5357         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
5359 2002-12-04  Roland McGrath  <roland@redhat.com>
5361         * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
5362         members to the end, so a libpthread compiled with !USE_TLS will still
5363         find other members properly.
5365         * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
5366         operand for DEST memory.  Fix dummy input operand to use SRC.
5367         Reported by Davin McCall <davmac@ozonline.com.au>.
5369         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
5370         alignment when initializing the DTV entry.
5372         * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
5373         when TLS has not been set up, try to set it up if we can.
5374         * elf/tst-tls4.c: Revert last change.
5375         * elf/tst-tls5.c: Likewise.
5376         * elf/tst-tls6.c: Likewise.
5377         * elf/tst-tls7.c: Likewise.
5378         * elf/tst-tls8.c: Likewise.
5379         * elf/tst-tls9.c: Likewise.
5381         * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
5382         * sysdeps/generic/ldsodefs.h: Declare it.
5383         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
5384         * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
5385         function, broken out of __libc_setup_tls.
5386         (init_static_tls): Likewise.
5387         (__libc_setup_tls): Call them.
5388         (_dl_tls_setup): New function, uses new subroutines.
5390         * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
5391         Clear the pointer when returning true.
5392         (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
5393         first element of the slotinfo list too.
5395         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
5396         [SHARED].
5398         * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
5399         (_dl_determine_tlsoffset): Likewise.
5401         * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
5402         startup_error_tsd, made global.
5403         (dl_main): Update initialization.
5404         * elf/dl-tsd.c: Likewise.
5405         * sysdeps/generic/ldsodefs.h: Declare it.
5407 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5409         * manual/texinfo.tex: Update from latest upstream version.
5411 2002-12-03  Roland McGrath  <roland@redhat.com>
5413         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
5414         area surplus in calculation for sbrk call.
5416         * iconvdata/cp1125.c: New file.
5417         * iconvdata/Makefile (distribute): Add it.
5418         (modules): Add CP1125.
5419         (gen-8bit-gap-modules): Add cp1125.
5420         * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
5421         * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
5423 2002-12-03  Andreas Jaeger  <aj@suse.de>
5425         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
5427 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5429         * sysdeps/posix/system.c (do_system): Make signal handler
5430         installation thread safe.
5432 2002-12-02  Roland McGrath  <roland@redhat.com>
5434         * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
5435         caller from EXTRA to -.
5436         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5437         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5438         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5440 2002-12-02  Carlos O'Donell  <carlos@baldric.uwo.ca>
5442         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
5443         bits of RM are cleared.
5445 2002-12-02  Roland McGrath  <roland@redhat.com>
5447         * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
5448         TLS setup is required.
5449         * elf/tst-tls5.c: Likewise.
5450         * elf/tst-tls6.c: Likewise.
5451         * elf/tst-tls7.c: Likewise.
5452         * elf/tst-tls8.c: Likewise.
5453         * elf/tst-tls9.c: Likewise.
5455         * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
5456         `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
5457         * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
5458         for being null before calling free_slotinfo.
5459         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
5460         dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
5462 2002-11-30  Bruno Haible  <bruno@clisp.org>
5464         * iconv/gconv.h (__gconv_btowc_fct): New typedef.
5465         (struct __gconv_step): New field __btowc_fct.
5466         * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
5467         * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
5468         __BUILTIN_TRANS.
5469         (__gconv_btwoc_ascii): New declaration.
5470         * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5471         (__gconv_btwoc_ascii): New function.
5472         * iconv/gconv_builtin.h: Add BtowcFct argument to all
5473         BUILTIN_TRANSFORMATION invocations.
5474         * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5475         * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
5476         * iconv/gconv_builtin.c (map): New field btowc_fct.
5477         (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
5478         btowc_fct field.
5479         (__gconv_get_builtin_trans): Initialize __btowc_fct field.
5480         * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
5481         * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
5482         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
5483         * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
5484         (gconv_init): Initialize __btowc_fct field.
5485         Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
5486         * iconv/loop.c: Document ONEBYTE_BODY.
5487         (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
5488         Undefine ONEBYTE_BODY at the end.
5489         * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
5490         * iconvdata/8bit-gap.c (NONNUL): New macro.
5491         (BODY for FROM_LOOP): Use it.
5492         (ONEBYTE_BODY): New macro.
5493         * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
5494         (NONNUL): New macro.
5495         * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
5496         * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
5497         * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
5498         * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
5499         * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
5500         * iconvdata/big5.c (ONEBYTE_BODY): New macro.
5501         * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
5502         * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
5503         * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
5504         * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
5505         * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
5506         * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
5507         * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
5508         * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
5509         * iconvdata/ibm932.c: Include <stdbool.h>.
5510         (TRUE, FALSE): Remove macros.
5511         (BODY for FROM_LOOP): Remove unused variable rp1.
5512         (ONEBYTE_BODY): New macro.
5513         (BODY for TO_LOOP): Use bool.
5514         * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
5515         * iconvdata/ibm943.c: Include <stdbool.h>.
5516         (TRUE, FALSE): Remove macros.
5517         (BODY for FROM_LOOP): Remove unused variable rp1.
5518         (ONEBYTE_BODY): New macro.
5519         (BODY for TO_LOOP): Use bool.
5520         * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
5521         * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
5522         * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
5523         * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
5524         * iconvdata/johab.c (ONEBYTE_BODY): New macro.
5525         * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
5526         * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
5527         * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
5528         * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
5529         * iconvdata/gbbig5.c: Tweak comment.
5531 2002-12-02  Ulrich Drepper  <drepper@redhat.com>
5533         * po/fi.po: Update from translation team.
5535 2002-12-01  Roland McGrath  <roland@redhat.com>
5537         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
5538         testing getdents64 return value.
5540         * scripts/versions.awk: Don't pass -n flag to sort command.
5542         * posix/bug-regex13.c: Include <string.h>.
5544         * sysdeps/generic/libc-start.c (__libc_start_main): Do
5545         DL_SYSDEP_OSCHECK here.
5546         * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
5547         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
5549         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
5550         argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
5552         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
5553         instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
5555         * include/link.h: Comment typo fix.
5557 2002-12-01  Roland McGrath  <roland@frob.com>
5559         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
5560         (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
5561         _POSIX_MEMORY_PROTECTION): Likewise.
5562         (_POSIX_POLL, _POSIX_SELECT): Removed.
5564 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5566         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
5567         require it to 200112L.  Remove _POSIX_POLL and _POSIX_SELECT.
5569 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
5571         * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
5572         USE___THREAD.
5573         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
5574         "=v" constraints.
5576 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5578         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
5579         branch prediction buffers by using unpaired call/ret.
5581 2002-11-27  Ulrich Drepper  <drepper@redhat.com>
5583         * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
5584         first parameters constraint string.
5585         (ASMFMT_3): Likewise.  Patch by stefan.lauterbach@mincom.de.
5587 2002-11-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
5589         * posix/regcomp.c (parse_expression): Set the bit since the back
5590         reference is used in the regular expression.
5591         * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
5592         of malloc failure.
5593         (re_node_set_init_copy): Likewise.
5594         * posix/regex_internal.h (state_array_t): New structure.
5595         (re_sub_match_last_t): Likewise.
5596         (re_sub_match_top_t): Likewise.
5597         (re_match_context_t): Add new members.
5598         (re_dfa_t): Likewise.
5599         * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
5600         to check the matching is really correct, and retry if failed.
5601         Move the routin pruning the impossible nodes from here, ...
5602         (prune_impossible_nodes): To this function.
5603         (check_matching): Invoke check_subexp_matching_top, and replace
5604         redundant checking with transit_state_bkref invocation.
5605         (proceed_next_node): Replace strncmp with memcmp.  Reported by
5606         Paolo Bonzini  <bonzini@gnu.org>.
5607         (update_cur_sifted_state): Remove search_subexp invocation.
5608         (search_subexp): Remove this function.
5609         (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
5610         optimization.
5611         (sift_states_bkref): Use search_cur_bkref_entry for optimization.
5612         Remove unused invocation of match_ctx_add_entry.
5613         (transit_state): Invoke check_subexp_matching_top.
5614         (check_subexp_matching_top): New function.
5615         (transit_state_bkref): Remove unused array.
5616         Merge transit_state_bkref_loop.
5617         (transit_state_bkref_loop): Use get_subexp instead of
5618         sift_states_backward.  Use search_cur_bkref_entry for optimization.
5619         Merge this function to transit_state_bkref.
5620         (get_subexp): New function.
5621         (get_subexp_sub): Likewise.
5622         (find_subexp_node): Likewise.
5623         (check_arrival): Likewise.
5624         (check_arrival_expand_ecl): Likewise.
5625         (check_arrival_expand_ecl_sub): Likewise.
5626         (expand_bkref_cache): Likewise.
5627         (match_ctx_init): Initialize new members.
5628         (match_ctx_clean): New function.
5629         (match_ctx_free): Release new members.
5630         (match_ctx_free_subtops): New function.
5631         (match_ctx_add_entry): Fix indent.
5632         (search_cur_bkref_entry): New function.
5633         (match_ctx_add_subtop): Likewise.
5634         (match_ctx_add_sublast): Likewise.
5636 2002-11-25  Ulrich Drepper  <drepper@redhat.com>
5638         * iconv/Makefile (tests): Remove tst-iconv4.c
5639         * iconv/tst-iconv4.c: Moved to...
5640         * iconvdata/tst-iconv4.c: ...here.  New file.
5641         * iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.
5643 2002-11-25  Roland McGrath  <roland@redhat.com>
5645         * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
5646         Grok AF_LINK if defined.
5647         From Momchil Velikov <velco@fadata.bg>.
5649         * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
5650         brdaddr, or dstaddr, just set those pointers to null and don't fail.
5651         Reported by Momchil Velikov <velco@fadata.bg>.
5653         * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
5654         is > sizeof IFR->ifa_addr, advance past the whole longer length.
5655         (__ifreq): Count up NIFS that way too.
5656         Reported by Momchil Velikov <velco@fadata.bg>.
5658         * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
5660         * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
5661         and <fpu_control.h>.
5663 2002-11-24  Ulrich Drepper  <drepper@redhat.com>
5665         * elf/elf.h (EM_ST19): Fix typo.
5667 2002-11-25  Jakub Jelinek  <jakub@redhat.com>
5669         * include/errno.h (__set_errno): Define as errno = val
5670         unconditionally.
5672 2002-11-24  Roland McGrath  <roland@redhat.com>
5674         * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
5675         * sysdeps/posix/writev.c: Likewise.
5676         From Momchil Velikov <velco@fadata.bg>.
5678         * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
5679         calling *GL(dl_error_catch_tsd) for a thread-local location.
5680         * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
5681         (dl_main): Same for GL(dl_error_catch_tsd) initialization.
5682         * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
5684         * libio/iofflush.c: Add libc_hidden_def.
5685         * libio/iofwrite.c: Likewise.
5686         * sysdeps/generic/sigtimedwait.c: Likewise.
5687         * sysdeps/generic/sigwaitinfo.c: Likewise.
5688         * sysdeps/posix/sigwait.c: Likewise.
5689         Reported by Momchil Velikov <velco@fadata.bg>.
5691         * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
5692         to match <arpa/inet.h> declaration.
5693         * inet/inet_netof.c (inet_netof): Likewise.
5694         * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
5695         Reported by Momchil Velikov <velco@fadata.bg>.
5697         * configure.in: Skip AUTOCONF check under --without-cvs.
5698         * configure: Regenerated.
5700         * posix/Makefile (headers): Add bits/pthreadtypes.h.
5701         * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
5702         * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
5704 2002-11-24  Andreas Schwab  <schwab@suse.de>
5706         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
5707         with six arguments.
5709 2002-11-19  Jim Meyering  <jim@meyering.net>
5711         * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
5712         as `static'.
5713         * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
5715 2002-11-23  Roland McGrath  <roland@redhat.com>
5717         * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
5718         Just produce hex output for datum sizes.
5720         * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
5721         Reported by Luca Barbieri <ldb@ldb.ods.org>.
5723 2002-11-20  Steven Munroe  <sjmunroe@us.ibm.com>
5725         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
5726         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
5727         and __unused3 fields.
5728         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
5729         [__WORDSIZE == 32]: Only PPC32 requires __unused1
5730         and __unused2 fields.
5731         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
5732         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
5733         __unused3, and __unused4 fields.
5735         * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
5736         obtain lowest address for profiling in __monstartup call.
5738 2002-11-21  Roland McGrath  <roland@redhat.com>
5740         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
5741         $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
5743         * locale/localeinfo.h (struct locale_data): Revert last change.
5745         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
5746         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5748         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
5749         __NR_pread64 if not defined.
5750         (__NR_pwrite): Define to __NR_pwrite64 if not defined.
5751         From Ian Wienand <ianw@gelato.unsw.edu.au>.
5753 2002-11-21  Roland McGrath  <roland@frob.com>
5755         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
5756         __libc_multiple_libcs here.  Call __setfpucw.
5758 2002-11-21  Ulrich Drepper  <drepper@redhat.com>
5760         * elf/Makefile (tests): Don't run test-arrayX tests for now.
5762         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
5763         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
5764         CLONE_CHILD_*TID flags.
5766 2002-11-20  Andreas Jaeger  <aj@suse.de>
5768         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
5769         We pass struct ucontext on x86-64.
5770         (GET_PC): Adjust.
5771         (GET_FRAME): Adjust.
5772         (GET_STACK): Adjust.
5774 2002-11-20  Roland McGrath  <roland@redhat.com>
5776         * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
5777         conditionalize [! DO_VERSIONING] #error.
5779         * scripts/abilist.awk: Grok function descriptor symbols.
5781         * intl/tst-gettext.c (main): Check return values from setlocale.
5782         Add necessary unsetenv's to make LANG=existing-locale check work.
5784         * intl/tst-gettext.sh: Use mkdir -p.  Copy test files unconditionally,
5785         so aborted prior runs don't confuse things.
5787         * locale/localeinfo.h (struct locale_data: union locale_data_value):
5788         Use uintptr_t instead of unsigned int for `word' member.
5789         (_NL_CURRENT_WORD): Cast to uint32_t.
5791         * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
5792         value.
5794 2002-11-20  Ulrich Drepper  <drepper@redhat.com>
5796         * elf/tls-macros.h: Add IA-64 definitions.
5797         Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
5799         * iconv/Makefile (tests): Add tst-iconv4.
5800         * iconv/tst-iconv4.c: New file.
5802         * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
5803         __GCONV_EMPTY_INPUT only if input is really empty.  Otherwise
5804         __GCONV_INCOMPLETE_INPUT.
5805         (ucs4le_internal_loop): Likewise.
5806         (ucs4le_internal_loop_unaligned): Likewise.
5807         * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
5808         * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
5809         * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
5811         * iconv/loop.c (LOOPFCT): First test for empty input then for full
5812         output buffer.
5814         * inet/getnameinfo.c: Use extend_alloca where appropriate.
5815         * sysdeps/posix/getaddrinfo.c: Likewise.
5817         * include/alloca.h (extend_alloca): New define.  Based on stack
5818         direction it'll try to append to the previouls allocated buffer.
5820 2002-11-07  Thorsten Kukuk  <kukuk@suse.de>
5822         * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
5823         use the same service for AF_INET and AF_INET6.
5825 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
5827         * intl/localealias.c (read_alias_file): Use only about 400 bytes
5828         of stack space instead of 16k.
5830 2002-11-18  Wolfram Gloger  <wg@malloc.de>
5832         * malloc/arena.c
5833         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
5834         nothing if not initialized.  Bug report from Marcus Brinkmann
5835         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
5837 2002-11-19  Roland McGrath  <roland@redhat.com>
5839         * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
5840         sched_setaffinity.
5842         * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
5843         `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
5844         test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
5845         * configure: Regenerated.
5847 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
5849         * include/dlfcn.h: __libc_dlopen is now a macro calling
5850         __libc_dlopen_mode with the extra parameter RTLD_LAZY.
5851         (__libc_dlopen_mode): New prototype.
5852         * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen.  Add
5853         new parameter.  Store new parameter in mode field of structure passed
5854         to do_dlopen.
5855         (struct do_dlopen_args): Add new field mode.
5856         (do_dlopen): Pass mode from parameter structure to _dl_open.
5858 2002-11-11  Randolf Chung  <tausq@debian.org>
5860         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
5861         (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
5862         * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
5864         * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
5866         * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
5867         Set -mdisable-fpregs for this file.
5869 2002-11-11  Carlos O'Donell  <carlos@baldric.uwo.ca>
5871         * sysdeps/unix/sysv/linux/configure.in:
5872         Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
5873         from gcc-3.0 era for backwards compatibility.
5874         * sysdeps/unix/sysv/linux/configure: Regenerate.
5876         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
5877         Define mcontext_t as a sigcontext.
5879 2002-11-18  Roland McGrath  <roland@redhat.com>
5881         * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
5882         Free memory in `last_result' if it was used.
5884         * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
5885         all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
5886         Do the parsing inline instead of copying strings and calling
5887         inet_network, and properly skip all alias names not matching the form.
5889         * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
5891 2002-11-17  Ulrich Drepper  <drepper@redhat.com>
5893         * manual/pattern.texi (Wordexp Example): Fix sample code.
5895         * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
5896         childs stack which will be loaded into the %esi register.
5898 2002-11-14  Paul Eggert  <eggert@twinsun.com>
5900         * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
5901         overflow when skipping the question part and when unpacking aliases.
5903 2002-11-15  Roland McGrath  <roland@redhat.com>
5905         * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
5906         s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
5907         Instead add $(calls:s_%=m_%) to get m_* versions of them all.
5909 2002-11-15  Jakub Jelinek  <jakub@redhat.com>
5911         * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
5912         * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
5914 2002-11-15  Roland McGrath  <roland@redhat.com>
5916         * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
5917         * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
5918         from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
5919         (+make-include-of-dep): New canned sequence.
5921         * stdlib/canonicalize.c (__realpath): Check for malloc failure.
5922         From Dmitry V. Levin <ldv@altlinux.org>.
5924 2002-11-14  Roland McGrath  <roland@redhat.com>
5926         * sysdeps/generic/errno.c (__libc_errno): Remove alias.
5927         * inet/herrno.c (__libc_h_errno): Likewise.
5928         * resolv/res_libc.c (__libc_res): Likewise.
5929         [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
5930         (__res_state) [! USE___THREAD]: Don't define as weak.
5931         * csu/Versions: Revert last change.
5932         * resolv/Versions: Revert last change.
5934         * Makerules ($(common-objpfx)%.make): New pattern rule.
5935         * tls.make.c: New file.
5936         * Makefile (distribute): Add it.
5938         * sysdeps/generic/errno.c [! USE___THREAD]
5939         [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
5940         with compat_symbol so they are not link-time visible.
5941         [! USE___THREAD] (__libc_errno): New alias for errno.
5942         * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
5943         Add __libc_errno here.
5944         * inet/herrno.c [USE___THREAD]: Use this conditional
5945         in place of [USE_TLS && HAVE___THREAD].
5946         [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
5947         (h_errno, _h_errno): Declare these with compat_symbol so they are not
5948         link-time visible.
5949         [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
5950         * resolv/res_libc.c [! USE___THREAD]
5951         [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
5952         (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
5953         (__libc_res): Define as alias for _res.
5954         * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
5955         Add __libc_h_errno and __libc_res here.
5957 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
5959         * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
5960         * resolv/Versions (h_errno, _res): Likewise.
5962 2002-11-14  Roland McGrath  <roland@redhat.com>
5964         * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
5965         (%.symlist): Likewise.
5967 2002-11-13  Roland McGrath  <roland@redhat.com>
5969         * scripts/abilist.awk: New file.
5970         * Makefile (distribute): Add it.
5971         * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
5972         (tests): Depend on .symlist file for each $(install-lib.so-versioned).
5973         [$(subdir) = elf] (tests): Depend on libc.symlist.
5974         (generated, common-generated): Add those files.
5976         * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
5977         * configure: Regenerated.
5978         * config.make.in (OBJDUMP): New variable, substituted by configure.
5980         * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
5981         (mallochook, reallochook): Set them up.
5982         (checkhdr): Check HDR->magic2 value.
5983         (freehook): Reset HDR->magic2.
5984         (memalignhook): New static function.
5985         (old_memalign_hook): New static variable.
5986         (mcheck, reallochook): Set __memalign_hook to memalignhook.
5988         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
5989         for the new TCB.
5991 2002-11-13  Andreas Jaeger  <aj@suse.de>
5993         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
5994         attribute.
5995         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5997 2002-11-11  Paul Eggert  <eggert@twinsun.com>
5999         * manual/crypt.texi (Cryptographic Functions): Mention that
6000         the MD5 one-way algorithm is compatible with BSD's.
6002 2002-11-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
6004         * posix/regex_internal.c (re_string_skip_chars): Also return the last
6005         wide character.
6006         (re_string_reconstruct): Calculate the context by itself when the
6007         offset points out of the valid range.
6008         (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
6009         * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
6010         (IS_WIDE_WORD_CHAR): New macro.
6011         (IS_WIDE_NEWLINE): New macro.
6013 2002-11-12  Andreas Jaeger  <aj@suse.de>
6015         * sysdeps/x86_64/strchr.S: Don't use one register for two
6016         purposes, this fixes a bug noticed by test-strchr.c.
6018         * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
6019         correctly.
6021 2002-11-12  Roland McGrath  <roland@redhat.com>
6023         * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
6024         (_G_IO_NO_BACKWARD_COMPAT): Define it.
6026         * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
6027         instead of <pt-machine.h>.
6028         [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
6029         testandset.
6030         From Ian Wienand <ianw@gelato.unsw.edu.au>.
6032 2002-11-10  Roland McGrath  <roland@redhat.com>
6034         * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
6035         Call fputs instead of fwprintf (simpler to follow in debugger).
6037         * crypt/md5-crypt.c: Doc fix.
6039         * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
6040         the beginning of generated target commands.
6042         * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
6043         dependencies for these in case implicit rule search skipped the
6044         nonexistent source directory.
6045         * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
6046         files with $(object-suffixes) as targets too.
6047         * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
6048         and a target for it using $(make-target-directory).
6050         * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
6052 2002-11-10  Roland McGrath  <roland@frob.com>
6054         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
6055         * sysdeps/generic/bits/pthreadtypes.h: ... here.
6057         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
6058         l_start == 0 and l_len == 1 as we do l_len == 0.
6060 2002-11-10  Ulrich Drepper  <drepper@redhat.com>
6062         * po/da.po: Update from translation team.
6064 2002-11-10  Roland McGrath  <roland@redhat.com>
6066         * config.make.in (includedir): New variable, substituted by configure.
6067         Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
6068         * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
6070 2002-11-10  Andreas Jaeger  <aj@suse.de>
6072         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
6073         REG_OLDMASK and REG_CR2 to synch with kernel header.
6074         (NGREG): Increase.
6076         * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
6077         aliasing problem.
6078         * nss/getXXbyYY_r.c (INTERNAL): Likewise.
6079         * nss/getnssent_r.c (__nss_getent_r): Likewise.
6080         (__nss_setent): Likewise.
6081         (__nss_getent_r): Likewise.
6082         * inet/getnetgrent_r.c (innetgr): Likewise.
6083         (__internal_setnetgrent_reuse): Likewise.
6084         (internal_getnetgrent_r): Likewise.
6085         * inet/ether_hton.c (ether_hostton): Likewise.
6086         * inet/ether_ntoh.c (ether_ntohost): Likewise.
6087         * sunrpc/netname.c (netname2user): Likewise.
6088         * sunrpc/publickey.c (getpublickey): Likewise.
6089         (getsecretkey): Likewise.
6091 2002-11-09  Marcus Brinkmann  <marcus@gnu.org>
6093         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
6094         error in range calculation.
6096 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
6098         * string/test-strspn.c (do_test): Ensure zero termination.
6099         * string/test-strpbrk.c (do_test): Likewise.
6100         * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
6101         * string/test-strncpy.c (stupid_strncpy): Likewise.
6102         * string/test-stpncpy.c (stupid_stpncpy): Likewise.
6104 2002-10-08  Roland McGrath  <roland@redhat.com>
6106         * string/test-string.h (test_init): Fill BUF1 and BUF2 with
6107         nonzero characters.
6109 2002-09-22  H.J. Lu  <hjl@gnu.org>
6111         * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
6112         from PAGE_SHIFT.  Define if not defined.  Check MMAP2_PAGE_SHIFT
6113         only if __NR_mmap2 is defined.
6115         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
6116         * sysdeps/unix/sysv/linux/mmap64.c: ... here.
6117         * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
6118         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
6120 2002-11-08  Jakub Jelinek  <jakub@redhat.com>
6122         * posix/bug-regex13.c (tests): Add new test.
6124         * string/test-strchr.c (stupid_strchr): New function.
6125         (do_random_tests): Make sure the string is zero terminated.
6126         * string/test-strpbrk.c (stupid_strpbrk): New function.
6127         (do_random_tests): Make sure the string is zero terminated.
6128         * string/test-strcmp.c (stupid_strcmp): New function.
6129         (do_random_tests): Make sure the strings are zero terminated.
6130         * string/test-strspn.c (stupid_strspn): New function.
6131         (simple_strspn): Rename rej argument to acc.
6132         (do_random_tests): Make sure the string is zero terminated.
6133         * string/test-strcspn.c (stupid_strcspn): New function.
6134         * string/test-strncpy.c (stupid_strncpy): New function.
6135         * string/test-stpncpy.c (stupid_stpncpy): New function.
6136         * string/test-strncmp.c (stupid_strncmp): New function.
6137         (do_random_tests): Make sure the strings are zero terminated.
6138         * string/test-string.h (impl_t): Change test into long.
6139         (IMPL): Add __attribute__((aligned (sizeof (void *)))).
6141 2002-11-08  Roland McGrath  <roland@redhat.com>
6143         * sysdeps/ia64/elf/configure.in: Add TLS check.
6144         From Ian Wienand <ianw@cse.unsw.edu.au>.
6145         * sysdeps/ia64/elf/configure: Regenerated.
6147 2002-11-07  Roland McGrath  <roland@redhat.com>
6149         * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
6150         place of _IO_new_do_write.
6151         [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
6152         #undef before versioned_symbol use.
6154 2002-11-07  Richard Henderson  <rth@redhat.com>
6156         * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
6157         * configure: Regenerated.
6158         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
6159         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
6160         (RTLD_START): Likewise.  Access _dl_skip_args, _rtld_local, and
6161         _dl_fini via gp-relative relocations.
6162         * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
6164         * elf/tls-macros.h: Add alpha versions.
6165         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
6166         * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
6167         * sysdeps/unix/alpha/sysdep.h: Likewise.  Add SYSCALL_ERROR_HANDLER.
6168         * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
6169         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
6170         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
6171         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6172         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6173         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
6174         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
6175         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
6176         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6177         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6178         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6179         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
6180         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
6181         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6182         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6184         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
6185         Kill argument registers across the inline syscall.
6187         * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
6189         * linuxthreads/sysdeps/alpha/tls.h: New file.
6190         * sysdeps/alpha/dl-tls.h: New file.
6192 2002-10-29  David Mosberger  <davidm@hpl.hp.com>
6194         * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
6195         (gmon_initializer): New function.
6196         (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
6197         __gmon_start__ here.  Call it from gmon_initializer() instead.
6199 2002-03-12  H.J. Lu  <hjl@gnu.org>
6201         * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
6202         tst-array2, and tst-array3.
6203         [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
6204         [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
6205         ($(objpfx)tst-array1.out): New target.
6206         ($(objpfx)tst-array2): Likewise.
6207         ($(objpfx)tst-array2.out): Likewise.
6208         ($(objpfx)tst-array3.out): Likewise.
6209         * elf/tst-array1.c: New file.
6210         * elf/tst-array1.exp: Likewise.
6211         * elf/tst-array2.c: Likewise.
6212         * elf/tst-array2dep.c: Likewise.
6213         * elf/tst-array2.exp: Likewise.
6214         * elf/tst-array3.c: Likewise.
6216 2002-10-28  David Mosberger  <davidm@hpl.hp.com>
6218         * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
6219         Don't add L->l_addr to array entry values.
6221 2002-11-07  Jakub Jelinek  <jakub@redhat.com>
6223         * string/test-string.h: New file.
6224         * string/test-strlen.c: New file.
6225         * string/test-string.h: New file.
6226         * string/test-strcmp.c: New file.
6227         * string/test-strchr.c: New file.
6228         * string/test-strrchr.c: New file.
6229         * string/test-strcpy.c: New file.
6230         * string/test-stpcpy.c: New file.
6231         * string/test-strncpy.c: New file.
6232         * string/test-stpncpy.c: New file.
6233         * string/test-strpbrk.c: New file.
6234         * string/test-strcspn.c: New file.
6235         * string/test-strspn.c: New file.
6236         * string/test-strcat.c: New file.
6237         * string/test-strncmp.c: New file.
6238         * string/test-memchr.c: New file.
6239         * string/test-memcmp.c: New file.
6240         * string/test-memset.c: New file.
6241         * string/test-memcpy.c: New file.
6242         * string/test-mempcpy.c: New file.
6243         * string/test-memmove.c: New file.
6244         * string/Makefile (strop-tests): New variable.
6245         (tests): Add strop-tests.
6246         (distribute): Add test-string.h.
6248 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
6250         * posix/regcomp.c: Use tabs instead of spaces.
6251         * posix/regexec.c: Likewise.
6252         * posix/regex_internal.h: Likewise.
6254         * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
6256 2002-11-06  Jakub Jelinek  <jakub@redhat.com>
6258         * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
6259         here.
6260         (regcomp): Don't set can_be_null here.
6261         (re_comp): Clear whole re_comp_buf with the exception of fastmap.
6262         (re_compile_internal): Clear can_be_null, set regs_allocated.
6264         * posix/regcomp.c (re_set_fastmap): New function.
6265         (re_compile_fastmap_iter): Use it.  Remove redundant type ==
6266         COMPLEX_BRACKET check.
6267         * posix/regexec.c (re_search_internal): Optimize searching with
6268         fastmap.  Call re_string_reconstruct even if match_first is
6269         smaller than raw_mbs_idx.
6271 2002-11-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
6273         * posix/regcomp (free_dfa_content): Use free_state.
6274         * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
6275         pointers in case that realloc failed.
6276         (re_node_set_merge): Likewise.
6277         (register_state): Likewise.
6278         (create_newstate_common): Invoke memory release functions in case of
6279         error conditions.
6280         (create_ci_newstate): Likewise.
6281         (create_cd_newstate): Likewise.
6282         (free_state): New function.
6283         * posix/regexec.c (re_search_internal): Invoke memory release
6284         functions in case of error conditions.
6285         (sift_states_backward): Likewise.
6286         (merge_state_array): Likewise.
6287         (add_epsilon_src_nodes): Likewise.
6288         (sub_epsilon_src_nodes): Likewise.
6289         (search_subexp): Likewise.
6290         (sift_states_bkref): Likewise.
6291         (transit_state_sb): Likewise.
6292         (transit_state_mb): Likewise.
6293         (transit_state_bkref_loop): Likewise.
6294         (group_nodes_into_DFAstates): Likewise.
6295         (push_fail_stack): Don't edit pointers in case that realloc failed.
6296         (extend_buffers): Likewise.
6297         (match_ctx_add_entry): Likewise.
6299 2002-11-06  Roland McGrath  <roland@redhat.com>
6301         * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
6302         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6304         * configure.in: Add checks on as and ld for binutils 2.13 or later.
6305         * configure: Regenerated.
6307 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
6309         * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
6310         If re_compile_internal failed free fastmap buffer.
6311         (free_dfa_content): Broken out of regfree function.  Frees all dfa
6312         related data.
6313         (regfree): Add free_dfa_content.
6314         (re_compile_internal): If any of the called functions fails free
6315         all dfa related memory.
6317 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6319         * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
6320         warnings from the kernel headers.
6322 2002-11-05  Roland McGrath  <roland@redhat.com>
6324         * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
6325         From Johannes Stezenbach <js@convergence.de>.
6327         * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
6328         #errlist-compat magic comment to give 123 as size.
6329         (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
6330         (libc: GLIBC_2.2): ... here.
6331         (libc: GLIBC_2.3): Likewise.
6333 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6335         * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
6336         which happens at the beginning so that we can unload modules in
6337         __libc_freeres.
6339 2002-11-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6341         * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
6342         under [__USE_MISC || _ASM].
6344         * elf/elf.h: Remove the obsolete SH TLS relocations.
6346 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6348         * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
6350 2002-11-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
6353         __NR_pread64 and __NR_pwrite64.
6354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6355         * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
6356         and __NR_pwrite64.
6357         Revert change to use INLINE_SYSCALL.
6358         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6359         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6360         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6361         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
6362         INLINE_SYSCALL.
6363         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
6366         Update clobber list and add a comment about the syscall ABI.
6368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
6369         s_pwrite64, s_ftruncate, s_truncate): Re-add.
6371 2002-11-05  Jakub Jelinek  <jakub@redhat.com>
6373         * iconv/gconv_dl.c (free_mem): Clear loaded.
6374         * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
6375         cleanup if any.
6377 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6379         * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
6381         * libio/ioseekoff.c: Remove INTDEF.  Define _IO_seekoff_unlocked.  Same
6382         as old code without locking.  _IO_seekoff calls this function after
6383         locking the stream.
6384         * libio/ioseekpos.c: Likewise for _IO_seekpos.
6385         * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
6386         prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
6387         prototypes.
6388         * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
6389         of _IO_seekoff_internal.
6390         (_IO_rewind): Likewise.
6391         * libio/ioftell.c: Likewise.
6392         * libio/ftello.c: Likewise.
6393         * libio/ftello64.c: Likewise.
6394         * libio/iofgetpos.c: Likewise.
6395         * libio/iofgetpos64.c: Likewise.
6396         * libio/oldiofgetpos.c: Likewise.
6397         * libio/oldiofgetpos64.c: Likewise.
6398         * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
6399         _IO_seekpos_internal.
6400         * libio/iofsetpos64.c: Likewise.
6401         * libio/oldiofsetpos.c: Likewise.
6402         * libio/oldiofsetpos64.c: Likewise.
6404 2002-11-04  Roland McGrath  <roland@redhat.com>
6406         * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
6407         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
6408         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
6409         * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
6410         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6411         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6412         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6413         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
6414         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
6415         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
6417         s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
6418         sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
6419         Remove these, no longer used.
6421 2002-11-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
6424         s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
6425         s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
6426         s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
6427         s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
6428         s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
6429         syscall stubs.
6431         * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
6432         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6433         * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
6434         and __NR_pread.
6435         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6436         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
6437         and __NR_pwrite.
6438         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6440 2002-11-03  Roland McGrath  <roland@redhat.com>
6442         * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
6443         `_dl_tls_static_used'.
6444         * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
6445         (__libc_setup_tls): Initialize it.  Let the initial value of
6446         _dl_tls_static_size indicate some surplus space in the computed value.
6447         * elf/dl-open.c (_dl_tls_static_size): New variable.
6448         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
6449         _dl_tls_static_used.  Add some surplus space into _dl_tls_static_size.
6450         * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
6451         (CHECK_STATIC_TLS): Use it.
6452         * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
6453         closed objects occupied a trailing contiguous chunk of static TLS area.
6455 2002-10-18  Bruno Haible  <bruno@clisp.org>
6457         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
6459 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
6461         * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
6462         _wide_data->_IO_read_end if adjustment can be made in the current
6463         buffer.
6465         * sysdeps/unix/sysv/linux/fexecve.c: New file.
6467         * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
6468         wide oriented streams are used.
6470         * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
6471         service hasn't been used [PR libc/4744].
6473         * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
6474         Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
6476         * manual/examples/dir.c: Don't include <stddef.h>.
6477         * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
6478         Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
6480 2002-11-02  H.J. Lu  <hjl@gnu.org>
6482         * stdio-common/reg-printf.c: Include <stddef.h>.
6484 2002-11-03  Ulrich Drepper  <drepper@redhat.com>
6486         * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
6488         * po/ca.po: Update from translation team.
6489         * po/es.po: Likewise.
6491         * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
6492         is defined write out memory map.
6493         * sysdeps/unix/sysv/linux/segfault.c: New file.
6495 2002-11-02  Roland McGrath  <roland@redhat.com>
6497         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
6498         pointers that can alias.
6499         Reported by Daniel Jacobowitz <drow@mvista.com>.
6501         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
6503 2002-11-02  Roland McGrath  <roland@redhat.com>
6505         * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
6506         description to be clearer and to say that *RESULT is set to ENTRY.
6508 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6510         * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
6511         dests_ch arrays together.  Alloca or malloc dest_states,
6512         dest_states_word and dest_states_nl arrays together.  Free memory on
6513         error exit.
6515 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
6517         * crypt/crypt_util.c (__init_des_r): Initialize current_salt
6518         and current_saltbits.
6520 2002-11-02  Roland McGrath  <roland@redhat.com>
6522         * stdio-common/reg-printf.c: Include <stdlib.h>.
6524 2002-11-02  H.J. Lu  <hjl@gnu.org>
6526         * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
6527         caller to EXTRA instead of execve.
6529 2002-11-01  Roland McGrath  <roland@redhat.com>
6531         * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
6532         in place of [!(USE_TLS && HAVE___THREAD)].
6533         (__errno_location) [! USE___THREAD]: Define as strong, not weak.
6535 2002-10-31  Roger Sayle  <roger@eyesopen.com>
6537         * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
6538         New macros.
6539         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
6541         * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
6542         without defining FP_ROUNDMODE.
6544 2002-10-29  Jakub Jelinek  <jakub@redhat.com>
6546         * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
6547         (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
6548         declare_symbol.
6549         * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6550         (OLD_SIGLIST_SIZE): Define.
6551         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6552         (OLD_SIGLIST_SIZE): Define.
6553         * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
6555 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
6557         * sysdeps/ia64/strncpy.S: Fix recovery code.
6559 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6561         * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
6562         New macros.
6563         * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
6564         text_set_element.
6565         * elf/dl-libc.c (free_mem): Likewise.
6566         * iconv/gconv_conf.c (free_mem): Likewise.
6567         * iconv/gconv_db.c (free_mem): Likewise.
6568         * iconv/gconv_dl.c (free_mem): Likewise.
6569         * iconv/gconv_cache.c (free_mem): Likewise.
6570         * intl/finddomain.c (free_mem): Likewise.
6571         * intl/dcigettext.c (free_mem): Likewise.
6572         * locale/setlocale.c (free_mem): Likewise.
6573         * misc/fstab.c (fstab_free): Likewise.
6574         * nss/nsswitch.c (free_mem): Likewise.
6575         * posix/regcomp.c (free_mem): Likewise.
6576         * resolv/gai_misc.c (free_res): Likewise.
6577         * stdlib/fmtmsg.c (free_mem): Likewise.
6578         * sunrpc/clnt_perr.c (free_mem): Likewise.
6579         * sysdeps/generic/setenv.c (free_mem): Likewise.
6580         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
6581         * sysdeps/pthread/aio_misc.c (free_res): Likewise.
6582         * time/tzset.c (free_mem): Likewise.
6583         * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
6584         * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
6585         * malloc/set-freeres.c (__libc_freeres): Likewise.
6587         * login/getutent.c: Include stdlib.h instead of stddef.h.
6588         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6589         (__getutent): Allocate buffer the first time it is run.
6590         * login/getutid.c: Include stdlib.h instead of stddef.h.
6591         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6592         (__getutid): Allocate buffer the first time it is run.
6593         * login/getutline.c: Include stdlib.h instead of stddef.h.
6594         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6595         (__getutline): Allocate buffer the first time it is run.
6596         * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
6597         (mtrace): Allocate malloc_trace_buffer.
6598         * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
6599         * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
6600         * string/strerror.c: Include libintl.h and errno.h.
6601         (buf): New variable.
6602         (strerror): Only allocate buffer if actually needed (unknown error).
6603         * time/tzfile.c (transitions): Add libc_freeres_ptr.
6604         (freeres): Remove.
6606 2002-10-25  Jakub Jelinek  <jakub@redhat.com>
6608         * include/libc-symbols.h (libc_freeres_ptr): New macro.
6609         * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
6610         symbol_set_define.
6611         (__libc_freeres): Free all pointers in that section.
6612         * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
6613         commands when creating .lds script.
6614         (LDSEDCMD-c.so): New variable.
6615         * inet/rcmd.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6616         (rcmd_af): Use strdup to allocate ahostbuf.
6617         * inet/rexec.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6618         (rexec_af): Use strdup to allocate ahostbuf.
6619         * stdio-common/reg-printf.c (printf_funcs): Remove.
6620         (__printf_arginfo_table): Change into printf_arginfo_function **.
6621         Add libc_freeres_ptr.
6622         (__register_printf_function): Allocate __printf_arginfo_table
6623         and __printf_function_table the first time it is called.
6624         * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
6625         printf_arginfo_function **.
6626         (parse_one_spec): Add __builtin_expect.
6627         * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
6628         (free_mem): Remove.
6629         * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
6630         (free_mem): Remove.
6631         * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
6632         (string_space, map): Add libc_freeres_ptr.
6633         (free_mem): Remove.
6634         * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
6635         (free_mem): Remove.
6636         * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
6637         (free_mem): Remove.
6638         * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
6639         (buffer): Add libc_freeres_ptr.
6640         (free_mem): Remove for _LIBC.
6641         * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
6642         (free_mem): Remove.
6643         * nss/getXXent.c (buffer): Add libc_freeres_ptr.
6644         (free_mem): Remove.
6645         * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
6646         (free_mem): Remove.
6647         * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
6648         (free_mem): Remove.
6649         * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
6650         (free_mem): Remove.
6651         * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
6652         (free_mem): Remove.
6653         * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
6654         libc_freeres_ptr.
6655         (free_mem): Remove.
6656         * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
6657         libc_freeres_ptr.
6658         (free_mem): Remove.
6660 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6662         * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
6663         instead of duplicating the whole function in libc.
6665 2002-10-31  Roland McGrath  <roland@redhat.com>
6667         * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
6668         Renamed from __bswap_16 (typo fix).  Reported by <dens@stl.sarov.ru>.
6670 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6672         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
6673         32bit-predefine when creating .new32 list and -U for each
6674         32bit-predefine when creating .new64 list.
6675         * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
6677 2002-10-29  Andreas Schwab  <schwab@suse.de>
6679         * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
6680         "testrtsig.h".  Reported by Daniel Jacobowitz <dan@debian.org>.
6682 2002-10-25  Roland McGrath  <roland@redhat.com>
6684         * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
6685         * sysdeps/unix/sysv/linux/configure: Regenerated.
6687         * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
6688         _dl_starting_up decl.
6690 2002-10-20  H.J. Lu  <hjl@gnu.org>
6692         * sysdeps/unix/sysv/linux/configure.in: Don't check
6693         /lib/modules/`uname -r`/build/include for kernel headers if
6694         cross compiling.
6695         * sysdeps/unix/sysv/linux/configure: Regenerated.
6697 2002-10-25  Roland McGrath  <roland@redhat.com>
6699         * math/math.h (M_LOG2El): Correct the value.
6700         From Stephen L Moshier <steve@moshier.net>.
6702         * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
6703         conditional from __libc_multiple_libcs access.  Remove kludge for weak
6704         symbol access with old compilers we no longer support.
6705         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
6706         * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
6708 2002-10-25  Roland McGrath  <roland@redhat.com>
6710         * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
6711         implement SV_RESETHAND by translating it to SA_RESETHAND.
6713 2002-10-23  Alexandre Oliva  <aoliva@redhat.com>
6715         * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
6716         type on ELF64 platforms.
6718 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
6720         * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
6722         * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
6724 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
6726         * elf/dl-misc.c: Include <sysdep.h>.
6727         (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
6729         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
6730         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6731         (INLINE_SYSCALL): Use that.
6732         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
6733         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6734         (INLINE_SYSCALL): Use that.
6735         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
6736         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
6737         (INLINE_SYSCALL): Use that.
6738         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
6739         dl-sysdep.h.
6740         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
6741         (__INTERNAL_SYSCALL_STRING): Define.
6742         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
6743         dl-sysdep.h.
6744         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
6745         (__INTERNAL_SYSCALL_STRING): Define.
6746         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
6747         __SYSCALL_STRING to inline_syscall*.
6748         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
6749         New macros.
6750         (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
6751         inline_syscall4, inline_syscall5, inline_syscall6): Add string
6752         argument.
6754 2002-10-24  Roland McGrath  <roland@redhat.com>
6756         * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
6757         * sysdeps/unix/sysv/linux/init-first.c: Not here.
6758         * sysdeps/powerpc/elf/libc-start.c: Or here.
6759         * sysdeps/unix/sysv/aix/libc-start.c: Or here.
6760         * sysdeps/unix/sysv/aix/start-libc.c: Or here.
6761         * sysdeps/unix/sysv/aix/init-first.c: Or here.
6762         * sysdeps/generic/libc-start.c: Or here.
6763         * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
6764         access with [! SHARED].
6765         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
6767         * libio/bug-wfflush.c: New file.
6768         * libio/Makefile (tests): Add bug-wfflush.
6770 2002-10-23  Roland McGrath  <roland@redhat.com>
6772         * stdio-common/tst-fphex.c: New file.
6773         * stdio-common/Makefile (tests): Add tst-fphex.
6774         * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
6775         of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
6776         chars always before the value digits.
6777         Reported by James Antill <james.antill@redhat.com>.
6779 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
6781         * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
6782         (free_mem): New function.
6783         * posix/Makefile (tests): Add bug-regex14.  Add bug-regex14-mem
6784         if not cross compiling.
6785         (generated): Add bug-regex14-mem and bug-regex14.mtrace.
6786         (bug-regex14-ENV): Set.
6787         (bug-regex14-mem): New target.
6788         * posix/bug-regex14.c: New file.
6790 2002-10-23  Roland McGrath  <roland@redhat.com>
6792         * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
6793         target, so we don't touch it when the link fails.
6795         * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
6796         Check for the result overflowing off_t and fail with EOVERFLOW.
6797         * libio/ioftell.c (_IO_ftell): Likewise.
6798         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
6800         * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
6801         use a temporary timeval on the stack for gettimeofday and copy it.
6802         * login/logout.c (logout): Likewise.
6803         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
6805         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
6806         Use __SWORD_TYPE instead of int for member types.
6807         (struct statfs64): Likewise.
6808         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
6809         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
6810         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
6811         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
6812         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
6814         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
6815         * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
6816         (ST_NODIRATIME): Restore fixed value of 2048.
6817         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
6818         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
6820         Rearranged <bits/types.h> definitions to reduce duplication.
6821         * sysdeps/generic/bits/types.h: Rewritten, using macros from
6822         <bits/wordsize.h> and new header <bits/typesizes.h>.
6823         * posix/Makefile (headers): Add bits/typesizes.h here.
6824         * sysdeps/generic/bits/typesizes.h: New file.
6825         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
6826         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
6827         * sysdeps/mach/hurd/bits/typesizes.h: New file.
6828         * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
6829         * sysdeps/unix/sysv/linux/bits/types.h: File removed.
6830         * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
6831         * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
6832         * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
6833         * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
6834         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
6835         * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
6836         <bits/pthreadtypes.h> here, not in <bits/types.h>.
6837         * signal/signal.h: Likewise.
6839         * streams/stropts.h: Include <bits/xtitypes.h>.
6840         * streams/Makefile (headers): Add bits/xtitypes.h here.
6841         * sysdeps/generic/bits/xtitypes.h: New file.
6842         * sysdeps/s390/bits/xtitypes.h: New file.
6843         * sysdeps/ia64/bits/xtitypes.h: New file.
6844         * sysdeps/x86_64/bits/xtitypes.h: New file.
6846         * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
6847         * sysdeps/generic/bits/ipctypes.h: New file.
6848         * sysdeps/mips/bits/ipctypes.h: New file.
6849         * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
6850         * sysdeps/gnu/bits/msq.h: Likewise.
6851         * sysvipc/sys/ipc.h: Likewise.
6853 2002-10-22  Ulrich Drepper  <drepper@redhat.com>
6855         * elf/dl-load.c (struct filebuf): For buf element to have the
6856         alignment of ElfXX_Ehdr since this is what will be stored in it.
6858 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
6860         * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
6861         into pointer to locrec_offset.
6862         (add_locale_to_archive): Adjust callers.  Free normalized_name right
6863         before returning, not immediately after add_locale, pass it to
6864         add_alias if not NULL instead of name.  Rename second normalized_name
6865         occurence to nnormalized_codeset_name.
6867         * locale/programs/locarchive.c (enlarge_archive): Make sure
6868         string_size is always a multiple of 4.
6869         Reported by Andreas Schwab <schwab@suse.de>.
6871 2002-10-21  Andreas Schwab  <schwab@suse.de>
6873         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
6874         caller to EXTRA instead of execve, since the latter has a
6875         higher-priority implementation in linuxthreads.
6877 2002-10-21  Roland McGrath  <roland@redhat.com>
6879         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
6880         slotinfo list's len member to the proper size, not just 1.
6881         Initialize static_map.l_tls_initimage.
6883         * elf/dl-open.c (dl_open_worker): Fix loop searching for
6884         dtv_slotinfo_list element containing new modules' l_tls_modid.
6886         * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
6887         * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
6888         * elf/Makefile (tests): Add tst-tls9.
6889         (tests-static): Add tst-tls9-static.
6890         (tst-tls9-static-ENV): New variable.
6891         ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
6893         * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
6894         modids used by partially loaded modules being closed can't be known.
6896 2002-10-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
6898         * posix/Makefile: Add a test case for the bug reported by Aharon
6899         Robbins <arnold@skeeve.com>.
6900         * posix/bug-regex13.c: New file.
6901         * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
6903 2002-10-21  Ulrich Drepper  <drepper@redhat.com>
6905         * csu/gmon-start.c: Pretty printing.
6907 2002-10-19  Art Haas  <ahaas@neosoft.com>
6909         * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
6910         add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
6911         add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
6912         * configure: Regenerated.
6914 2002-10-19  Roland McGrath  <roland@redhat.com>
6916         * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
6917         and then set $subdirs directly, because the new Autoconf breaks
6918         compatibility in every way imaginable and insists on whining
6919         about usage that worked since the dawn of time.
6920         * configure: Regenerated.
6922         * configure: Regenerated (using Autoconf 2.54).
6923         * sysdeps/alpha/elf/configure: Likewise.
6924         * sysdeps/generic/configure: Likewise.
6925         * sysdeps/i386/elf/configure: Likewise.
6926         * sysdeps/ia64/elf/configure: Likewise.
6927         * sysdeps/mach/hurd/configure: Likewise.
6928         * sysdeps/mach/configure: Likewise.
6929         * sysdeps/unix/configure: Likewise.
6930         * sysdeps/unix/common/configure: Likewise.
6931         * sysdeps/unix/sysv/aix/configure: Likewise.
6932         * sysdeps/unix/sysv/linux/configure: Likewise.
6933         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6934         * sysdeps/x86_64/elf/configure: Likewise.
6936         * config.make.in: Nix completely-soft nonsense.
6937         * configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
6938         of machine directories instead of fpu subdirectory.
6939         * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
6940         * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
6941         * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
6942         * sysdeps/powerpc/nofpu/sim-full.c: ... here.
6943         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
6944         * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
6945         * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
6946         * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
6947         * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
6948         * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
6949         * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
6950         * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
6951         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
6952         * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
6953         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
6954         * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
6955         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
6956         * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
6957         * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
6958         * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
6959         * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
6960         * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
6961         * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
6962         * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
6963         * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
6964         * sysdeps/powerpc/nofpu/fegetround.c: ... here.
6965         * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
6966         * sysdeps/powerpc/nofpu/fesetround.c: ... here.
6967         * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
6968         * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
6969         * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
6970         * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
6971         * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
6972         * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
6973         * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
6974         * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
6975         * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
6976         * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
6977         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
6978         * sysdeps/powerpc/nofpu/Versions: ... here, new file.
6980 2002-10-19  Bruno Haible  <bruno@clisp.org>
6982         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
6984 2002-10-18  Roland McGrath  <roland@redhat.com>
6986         * io/Makefile (routines): Add lchmod.
6987         * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
6988         * sysdeps/generic/lchmod.c: New file.
6989         * sysdeps/mach/hurd/lchmod.c: New file.
6990         * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
6992 2002-10-18  Art Haas  <ahaas@neosoft.com>
6994         * configure.in: Remove remaining AC_FD_CC macros, and replace
6995         AC_FD_MSG with AS_MESSAGE_FD.
6997 2002-10-18  Roland McGrath  <roland@redhat.com>
6999         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
7000         typos: VALUE -> FINALADDR.
7002         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
7003         (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
7004         (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
7005         (inline_syscall6): Move these macros ...
7006         * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
7008         * configure.in (libc_link_dests, libc_link_sources): Remove these
7009         variables and the AC_LINK_FILES call.
7011         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
7012         change to put new symbols here instead of in GLIBC_2.2.
7013         * sysdeps/powerpc/Subdirs: Move this file ...
7014         * sysdeps/powerpc/soft-fp/Subdirs: ... here.
7016 2002-10-07  Roland McGrath  <roland@redhat.com>
7018         * sysdeps/generic/bits/time.h: Replaced with contents of the
7019         sysdeps/unix/sysv/linux/i386/bits/time.h file.  All the following
7020         files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
7021         and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
7022         macros is ok even for architectures that don't now implement them.
7023         * sysdeps/mach/hurd/bits/time.h: File removed.
7024         * sysdeps/unix/sysv/linux/bits/time.h: File removed.
7025         * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
7026         * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
7027         * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
7028         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
7030 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
7032         * configure.in: Replace obsolete AC_OUTPUT syntax with
7033         AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
7035         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
7036         _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
7038         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
7039         * sysdeps/alpha/elf/configure.in: Likewise.
7040         * sysdeps/i386/elf/configure.in: Likewise.
7041         * sysdeps/mach/hurd/configure.in: Likewise.
7042         * sysdeps/x86_64/elf/configure.in: Likewise.
7044         * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
7046         * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
7047         * sysdeps/generic/configure.in: Likewise.
7048         * sysdeps/i386/elf/configure.in: Likewise.
7049         * sysdeps/ia64/elf/configure.in: Likewise.
7050         * sysdeps/mach/configure.in: Likewise.
7051         * sysdeps/mach/hurd/configure.in: Likewise.
7052         * sysdeps/unix/configure.in: Likewise.
7053         * sysdeps/unix/common/configure.in: Likewise.
7054         * sysdeps/unix/sysv/aix/configure.in: Likewise.
7055         * sysdeps/unix/sysv/linux/configure.in: Likewise.
7056         * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
7057         * sysdeps/x86_64/elf/configure.in: Likewise.
7059         * aclocal.m4: Use just the bits from AS_INIT that are needed for the
7060         GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
7061         that it's obvious when extra autoconf machinery is being dragged in.
7063 2002-10-18  Roland McGrath  <roland@redhat.com>
7065         * configure.in: Remove bogus echo included in
7066         2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
7067         * configure: Regenerated.
7069 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
7071         * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
7072         (statfs_filesize_max): New function.
7073         * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
7074         JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
7075         ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
7076         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
7077         statfs_filesize_max.
7078         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
7079         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
7080         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
7082 2002-10-17  Roland McGrath  <roland@redhat.com>
7084         * configure.in (MIG): Just AC_SUBST it here.
7085         * configure: Regenerated.
7086         * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
7087         Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
7088         * sysdeps/mach/configure: Regenerated.
7090         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
7091         and AC_PROVIDE([_AS_CR_PREPARE]).
7093         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
7094         Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
7096         * elf/dl-support.c: Move _dl_tls_* variables to ...
7097         * sysdeps/generic/libc-tls.c: ... here.
7099         * elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
7100         allow IDX to be one past the current last slotinfo entry.
7101         (_dl_close): Pass IMAP->l_init_called for that parameter.
7103 2002-10-07  Andreas Schwab  <schwab@suse.de>
7105         * aclocal.m4: Fix for autoconf 2.53.
7106         * configure.in: Likewise.  Require autoconf 2.53.
7108 2002-10-08  Richard Henderson  <rth@redhat.com>
7110         * soft-fp/op-4.h: Handle carry correctly in
7111         __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
7112         __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
7113         * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
7115 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
7117         * configure.in: Compute completely-soft.
7118         * config.make.in: Make completely-soft available to sub-makes.
7119         * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
7120         gcc-double-routines.  Add sim-full.c.  Add fenv_const and
7121         fe_nomask to libm-support.
7122         * sysdeps/powerpc/soft-fp/sim-full.c: New file.
7123         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
7124         * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
7125         * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
7126         * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
7127         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
7128         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
7129         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
7130         * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
7131         * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
7132         * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
7133         * sysdeps/powerpc/soft-fp/fegetround.c: New file.
7134         * sysdeps/powerpc/soft-fp/fesetround.c: New file.
7135         * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
7136         * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
7137         * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
7138         * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
7139         * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
7140         * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
7141         symbols.  Add __sim_disabled_exceptions, __sim_exceptions,
7142         __sim_round_mode.
7143         * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
7144         * sysdeps/powerpc/soft-float/sfp-machine.h: Define
7145         FP_HANDLE_EXCEPTIONS.
7146         Define FP_ROUNDMODE.
7147         Redefine FP_* macros to correspond to the FE_* bit positions.
7148         Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
7149         Define externs for __sim_exceptions, __sim_disabled_exceptions,
7150         __sim_round_mode, __simulate_exceptions.
7151         * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
7152         * sysdeps/powerpc/bits/fenv.h: ...to here.
7154 2002-10-06  Jakub Jelinek  <jakub@redhat.com>
7156         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
7157         Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
7158         Use __builtin_expect for R_PPC_ADDR24 overflow check.  Fix
7159         R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
7160         __builtin_expect.
7162 2002-10-15  Jakub Jelinek  <jakub@redhat.com>
7164         * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
7165         __libc_res_nsend): New prototypes.
7166         * resolv/res_query.c (QUERYSIZE): Define.
7167         (__libc_res_nquery): Renamed from res_nquery.  Added answerp
7168         argument.  Allocate only QUERYSIZE bytes first, if res_nmkquery
7169         fails use MAXPACKET buffer.  Call __libc_res_nsend instead of
7170         res_nsend, pass answerp.
7171         (res_nquery): Changed into wrapper around __libc_res_nquery.
7172         (__libc_res_nsearch): Renamed from res_nsearch.  Added answerp
7173         argument.  Call __libc_res_nquerydomain and __libc_res_nquery
7174         instead of the non-__libc_ variants, pass them answerp.
7175         (res_nsearch): Changed into wrapper around __libc_res_nsearch.
7176         (__libc_res_nquerydomain): Renamed from res_nquerydomain.
7177         Added answerp argument.  Call __libc_res_nquery instead of
7178         res_nquery, pass answerp.
7179         (res_nquerydomain): Changed into wrapper around
7180         __libc_res_nquerydomain.
7181         * resolv/res_send.c: Include sys/ioctl.h.
7182         (MAXPACKET): Define.
7183         (send_vc): Change arguments.  Reallocate answer buffer if it is
7184         too small.
7185         (send_dg): Likewise.
7186         (__libc_res_nsend): Renamed from res_nsend.  Added ansp argument.
7187         Reallocate answer buffer if it is too small and hooks are in use.
7188         Adjust calls to send_vc and send_dg.
7189         (res_nsend): Changed into wrapper around __libc_res_nsend.
7190         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
7191         just 1K answer buffer on the stack, use __libc_res_nsearch instead
7192         of res_nsearch.
7193         (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
7194         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
7195         (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
7196         * resolv/gethnamaddr.c (gethostbyname2): Likewise.
7197         (gethostbyaddr): Similarly with __libc_res_nquery.
7198         * resolv/Versions (libresolv): Export __libc_res_nquery and
7199         __libc_res_nsearch at GLIBC_PRIVATE.
7201 2002-10-17  Roland McGrath  <roland@redhat.com>
7203         * configure.in: Grok --without-__thread and disable HAVE___THREAD.
7204         * configure: Regenerated.
7206         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
7207         before performing the reloc, not after.
7208         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
7210 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
7212         * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
7213         * locale/programs/linereader.c (lr_open): Likewise.
7214         * locale/programs/charmap-dir.c (charmap_open): Likewise.
7215         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
7217 2002-10-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
7219         * posix/bug-regex11.c: Add a test case for the bug reported by
7220         Paolo Bonzini <bonzini@gnu.org>.
7221         * posix/regexec.c (sift_states_bkref): Use correct destination of
7222         the back reference.
7224 2002-10-17  Roland McGrath  <roland@redhat.com>
7226         * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
7227         * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
7228         to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
7229         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
7230         Call it after performing TPOFF relocs.
7231         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
7232         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
7233         * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
7235         * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
7236         when closing a partially-initialized object.
7238         * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
7239         instead of _dl_fatal_printf when we see PT_TLS.
7241         * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
7242         instead of $(libof-$<).
7244 2002-10-16  Roland McGrath  <roland@redhat.com>
7246         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
7247         instead of += to append, to be sure $(lib) gets expanded at defn time.
7248         (libof-$(cpp-src)): New variable, define this instead.
7249         * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
7250         (lib): Don't use override.
7251         (CPPFLAGS-$(lib)): New variable, put -D's here.
7252         * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
7253         Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
7254         LIB found by $(libof-*) for basename, target, or source.
7255         * Makerules (CPPFLAGS-nonlib): New variable.
7256         * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
7257         * locale/Makefile (lib): Likewise.
7258         * sunrpc/Makefile (lib): Likewise.
7260         * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
7261         * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
7262         * sysdeps/unix/sysv/linux/pathconf.h: New file.
7263         (statfs_link_max): New function, guts from fpathconf.c.
7264         * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
7265         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
7266         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
7267         to use the linux/pathconf.c code by #include rather than duplication.
7268         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
7270 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
7272         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7273         Use __libc_errno only for libc itself.
7275 2002-10-16  Andreas Jaeger  <aj@suse.de>
7277         * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
7279 2002-10-16  Ulrich Drepper  <drepper@redhat.com>
7281         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
7282         Use __libc_errno only for libc itself.
7284 2002-10-15  Roland McGrath  <roland@redhat.com>
7285             Jakub Jelinek  <jakub@redhat.com>
7287         * sysdeps/unix/sysv/linux/Makefile
7288         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
7289         sparc/Makefile to produce a bi-arch file as needed.
7290         That's now parameterized by the variable $(64bit-predefine).
7291         Use LC_ALL=C for `comm' commands in that rule.
7292         No longer conditional on [$(no_syscall_list_h)].
7293         * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
7294         (64bit-predefine): New variable.
7295         * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
7296         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
7297         * sysdeps/unix/sysv/linux/powerpc/Makefile
7298         (64bit-predefine): New variable.
7300 2002-10-15  Roland McGrath  <roland@redhat.com>
7302         * sysdeps/unix/sysv/linux/Makefile
7303         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
7305         * login/utmp-private.h: Declare __libc_utmp_lock.
7306         * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
7307         and call __libc_utmp_jump_table functions directly, instead of using
7308         __setutent et al.
7310         * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
7311         * sysdeps/unix/sysv/linux/configure: Regenerated.
7313         * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
7314         (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
7315         Use int32_t for ll_time.
7316         (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
7317         Use int32_t instead of long int for ut_session.
7318         Use an anonymous struct with 32-bit fields for ut_tv.
7319         * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
7320         (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
7321         here as in utmp.h for `struct utmp'.
7322         * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
7323         * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
7324         * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
7325         * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
7326         * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
7327         * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
7329         * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
7330         of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
7331         All the following files were identical or equivalent to it.
7332         * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
7333         * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
7334         * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
7335         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
7336         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
7337         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
7338         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
7339         * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
7340         * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
7341         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
7343         * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
7344         instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
7345         Other than the previously incorrect sign of msg_iovlen, this is a
7346         no-op on 32-bit platforms.  On 64-bit platforms it makes this header
7347         match their layouts as well, so the following are now identical to it.
7348         * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
7349         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
7350         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
7351         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
7352         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
7354 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7356         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
7357         Define for 2.4+ kernels.
7359         * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
7360         are known to have the vfork syscall.  Don't confuse the CPUs
7361         branch prediction unit by jumping to the return address.
7363         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
7364         support for reiserfs and xfs.
7366         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
7367         XFS link count.
7368         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
7369         and XFS_LINK_MAX.
7370         Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
7372 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
7374         * include/libc-symbols.h (attribute_tls_model_ie): Define.
7375         * include/errno.h (errno): Define to __libc_errno in libc.so.
7376         Add attribute_tls_model_ie.
7377         * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
7378         Add attribute_tls_model_ie.
7379         * include/resolv.h (_res): Define to __libc_res in libc.so.  Add
7380         attribute_tls_model_ie.
7381         * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
7382         (h_errno): Define.
7383         * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
7384         (_res): Define.
7385         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
7386         attribute_tls_model_ie.
7387         * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
7388         __thread.
7389         * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
7390         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
7391         __libc_errno in USE___THREAD case.
7392         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7393         Likewise.
7394         * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
7395         __attribute__((tls_model (""))).
7396         * configure: Rebuilt.
7397         * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
7399 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7401         * timezone/asia: Update from tzdata2002d.
7402         * timezone/australasia: Likewise.
7403         * timezone/iso3166.tab: Likewise.
7404         * timezone/southamerica: Likewise.
7405         * timezone/zone-tab: Likewise.
7407 2002-10-15  Roland McGrath  <roland@redhat.com>
7409         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
7410         Adjust TCB pointer before calling free, so we get the whole block.
7412 2002-10-14  Roland McGrath  <roland@redhat.com>
7414         * sysdeps/unix/sysv/linux/x86_64/sigaction.c
7415         [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
7416         extern using attribute_hidden instead of static, avoids warning.
7418 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
7420         * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
7421         * sysdeps/unix/sysv/linux/configure: Rebuilt.
7423 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7425         * po/sv.po: Update from translation team.
7427 2002-10-12  H.J. Lu  <hjl@gnu.org>
7429         * sunrpc/thrsvc.c (PROCQUIT): New.
7430         (struct rpc_arg): New.
7431         (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
7432         (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
7433         (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
7434         (main): Modified for struct rpc_arg *.
7436 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7438         * dirent/scandir.c: Rearrange code a bit to reduce binary size.
7440 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
7442         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
7443         (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
7444         in ld.so even if __thread is supported.
7446 2002-10-13  Jakub Jelinek  <jakub@redhat.com>
7448         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
7449         Add hack to prevent the compiler from clobbering the signal context.
7450         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
7451         Likewise.
7452         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
7453         Likewise.
7455 2002-10-14  Andreas Jaeger  <aj@suse.de>
7457         * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
7458         Guido Guenther <agx@sigxcpu.org>.
7460 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7462         * po/sk.po: Update from translation team.
7464 2002-09-26  Roland McGrath  <roland@redhat.com>
7466         * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
7467         dynamic string tag.
7468         * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
7469         DL_DST_LIB based on $(slibdir).
7471 2002-10-13  Roland McGrath  <roland@frob.com>
7473         * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
7475         * sysdeps/mach/hurd/getresuid.c: New file.
7476         * sysdeps/mach/hurd/getresgid.c: New file.
7477         * sysdeps/mach/hurd/setresuid.c: New file.
7478         * sysdeps/mach/hurd/setresgid.c: New file.
7480         * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
7481         setresgid): Declare them.
7482         * NEWS: Mention it.
7483         * include/unistd.h
7484         (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
7485         add libc_hidden_proto.
7486         * posix/Versions (libc: GLIBC_2.3.2): New set.  Add
7487         getresuid, getresgid, setresuid, setresgid here.
7488         * Versions.def (libc): Define GLIBC_2.3.2 set.
7489         * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
7490         Add libc_hidden_def.
7491         * sysdeps/generic/getresgid.c (__getresgid): Likewise.
7492         * sysdeps/generic/setresgid.c: New file.
7493         * sysdeps/generic/setresuid.c: New file.
7494         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7495         (sysdep_routines): Don't add getresuid and getresgid here.
7496         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
7497         (sysdep_routines): Don't add setresuid and setresgid here.
7498         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
7499         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
7500         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7501         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
7502         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7503         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7504         * posix/Makefile (routines): Add them all here instead.
7505         * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
7506         __getresuid.  Add libc_hidden_def for that, and weak alias to old name.
7507         * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
7508         __getresgid.  Add libc_hidden_def for that, and weak alias to old name.
7509         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
7510         [! __NR_setresuid]: Include generic file.
7511         * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
7512         __setresgid.  Add libc_hidden_def for that, and weak alias to old name.
7513         [! __NR_setresuid]: Include generic file.
7514         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
7515         Caller is - now, not EXTRA.
7516         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
7517         (setresuid, setresgid, getresuid, getresgid): Likewise.
7518         * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
7519         Add these calls here.
7520         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
7521         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7522         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7523         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7524         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
7526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
7527         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7528         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7530         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7531         (sysdep_routines): Add setfsuid and setfsgid here.
7532         * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
7533         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
7534         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
7535         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
7536         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7537         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
7538         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7539         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7541         * hurd/errno.c: Renamed to ...
7542         * hurd/errno-loc.c: ... this.
7543         * hurd/Makefile (routines): errno -> errno-loc
7545 2002-10-13  Ulrich Drepper  <drepper@redhat.com>
7547         * po/de.po: Update from translation team.
7549         * MakeTAGS: Add -E flag to xgettext runs.
7551 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7553         * po/fr.po: Update from translation team.
7555         * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
7556         Optimize a bit for use in glibc.
7558 2002-10-12  Roland McGrath  <roland@redhat.com>
7560         * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
7561         Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
7563 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7565         * po/sv.po: Update from translation team.
7567 2002-10-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
7569         * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
7570         OP_CONTEXT_NODE.
7571         (regfree): Likewise.
7572         (create_initial_state): Likewise.
7573         (analyze): Remove the substitutions which became useless.
7574         (calc_first): Likewise.
7575         (calc_epsdest): Use edests of OP_BACK_REF in case that it has
7576         epsilon destination.
7577         (duplicate_node_closure): New function.
7578         (duplicate_node): Remove the handling OP_CONTEXT_NODE.
7579         (calc_inveclosure): Likewise.
7580         (calc_eclosure): Likewise.
7581         (calc_eclosure_iter): Invoke duplicate_node_closure instead of
7582         direct invocation of duplicate_node.
7583         (parse): Don't use comma operator in the return to avoid compiler
7584         warning.
7585         (parse_reg_exp): Likewise.
7586         (parse_branch): Likewise.
7587         (parse_expression): Likewise.
7588         (parse_sub_exp): Likewise.
7589         (parse_dup_op): Likewise.
7590         * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
7591         which became useless.
7592         (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
7593         (create_cd_newstate): Likewise.
7594         * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
7595         (re_token_t): Likewise.
7596         (re_dfa_t): Likewise.
7597         (re_node_set_remove): New macro.
7598         * posix/regexec.c (check_matching): Remove the handling
7599         OP_CONTEXT_NODE.
7600         (check_halt_node_context): Likewise.
7601         (proceed_next_node): Likewise.
7602         (pop_fail_stack): Fix the memory leak.
7603         (set_regs): Likewise.
7604         (free_fail_stack_return): New function.
7605         (sift_states_backward): Fix the memory leak.  Remove the handling
7606         OP_CONTEXT_NODE.
7607         (update_cur_sifted_state): Append some if clause to avoid redundant
7608         call.
7609         (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
7610         back reference.
7611         (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
7612         (check_subexp_limits): Likewise.
7613         (search_subexp): Likewise.
7614         (sift_states_bkref): Likewise.
7615         (transit_state_mb): Likewise.
7616         (transit_state_bkref_loop): Likewise.
7617         (transit_state_bkref_loop): Likewise.
7618         (group_nodes_into_DFAstates): Likewise.
7619         (check_node_accept): Likewise.
7620         (sift_ctx_init): Add initializing.
7622 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7624         * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
7625         __builtin_expect.
7627 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
7629         * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
7630         duplicated variable c.
7632         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
7633         if possible.
7635         * sysdeps/unix/sysv/linux/i386/sysdep.h
7636         (INTERNAL_SYSCALL_ERROR_P): New define.
7637         (INTERNAL_SYSCALL_ERRNO): Likewise.
7639         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
7640         Add hack to prevent the compiler from clobbering the signal context.
7642 2002-10-11  Roland McGrath  <roland@redhat.com>
7644         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7645         Fix typos.
7647         * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
7648         * sysdeps/sh/dl-lookupcfg.h: File removed.
7649         * sysdeps/i386/dl-lookupcfg.h: File removed.
7651         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
7652         missing labels and ; from last change.
7654         * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
7655         number literals, so they are doubles instead of ints.
7657 2002-10-09  Roland McGrath  <roland@redhat.com>
7659         * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
7660         changed from [USE_TLS && HAVE___THREAD].
7662         * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
7663         Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
7664         * sysdeps/x86_64/dl-machine.h
7665         (elf_machine_type_class, elf_machine_rela): Likewise.
7666         * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
7667         Likewise.
7669         * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
7670         * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
7671         (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
7673         * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
7674         instead of ___tls_get_addr.
7675         (___tls_get_addr_internal): Add attribute_hidden to decl.
7677         * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
7678         _dl_error_catch_tsd.
7679         * elf/rtld.c (startup_error_tsd): New function.
7680         (dl_main): Point _dl_error_catch_tsd at that.
7681         * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
7682         use new function pointer instead.
7683         * elf/dl-tsd.c: New file.
7684         * elf/Makefile (routines): Add it.
7686 2002-10-07  Roland McGrath  <roland@redhat.com>
7688         * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
7689         writev if it's available.  Otherwise if [RTLD_PRIVATE_ERRNO] then
7690         take _dl_load_lock around calling __writev.
7692         * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
7693         (INLINE_SYSCALL): Use that.
7695         * sysdeps/generic/dl-sysdep.h: New file.
7696         * sysdeps/mach/hurd/dl-sysdep.h: New file.
7697         * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
7698         * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
7699         [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
7700         access it directly.
7701         * elf/dl-minimal.c (__errno_location): Removed.
7702         * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
7703         Use GOTOFF access for errno.
7704         * sysdeps/unix/sysv/linux/i386/sysdep.h
7705         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
7707         * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
7708         Use PC-relative access for errno.
7709         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
7710         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
7712         * include/tls.h: New file.
7713         (USE___THREAD): New macro.
7714         Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
7715         libc or libpthread.
7716         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
7717         changed from [USE_TLS && HAVE___THREAD].
7718         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7719         * sysdeps/unix/i386/sysdep.S: Likewise.
7720         * sysdeps/unix/x86_64/sysdep.S: Likewise.
7721         * include/errno.h: Likewise.
7722         * include/netdb.h: Likewise.
7723         * include/resolv.h: Likewise.
7725         * sysdeps/generic/errno.c: New file.
7726         * csu/Makefile (aux): New variable, list errno.
7727         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
7728         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
7729         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
7730         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
7731         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
7732         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
7733         * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
7734         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
7735         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
7736         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
7737         * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
7738         * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
7739         * sysdeps/unix/alpha/sysdep.S: Likewise.
7740         * sysdeps/generic/start.c: Likewise.
7741         * sysdeps/unix/start.c: Likewise.
7742         * sysdeps/unix/arm/start.c: Likewise.
7743         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
7744         * sysdeps/unix/sparc/start.c: Likewise.
7745         * sysdeps/unix/sysv/irix4/start.c: Likewise.
7746         * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
7748         * manual/search.texi (Tree Search Function, Hash Search Function):
7749         Mention search.h clearly.
7751 2002-10-05  Roland McGrath  <roland@redhat.com>
7753         * elf/dl-fxstat64.c: File removed.
7754         * elf/dl-xstat64.c: File removed.
7755         * elf/Makefile (rtld-routines): Remove them.
7756         * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
7757         Instead, use strong_alias instead of versioned_symbol in the
7758         !SHLIB_COMPAT case.
7759         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7760         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7762         * include/shlib-compat.h
7763         (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
7764         [! NOT_IN_libc] (IS_IN_libc): Define it.
7765         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
7766         * elf/Makefile (CPPFLAGS-.os): Likewise.
7768         * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
7769         Return the status instead of calling exit.
7771         * Makeconfig (CFLAGS): Prepend -std=gnu99.
7772         * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
7773         Remove superfluous rm command, whose @ plus make bugs hid
7774         all these commands from the make output.
7776         * include/stubs-prologue.h: New file.  Give #error under #ifdef _LIBC.
7777         * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
7778         Use that file's contents instead of literal echo's for the prologue.
7779         * include/features.h: Include <gnu/stubs.h> unconditionally.
7780         * include/gnu/stubs.h: New file.
7782 2002-09-30  Roland McGrath  <roland@redhat.com>
7784         * elf/rtld-Rules: New file.
7785         * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
7786         $(objpfx)rtld-libc.a): New targets.
7787         (generated): Add them.
7788         (reloc-link): Remove -o $@ from the variable.
7789         ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
7790         (distribute): Add rtld-Rules.
7791         (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
7792         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
7793         (common-mostlyclean, common-clean): Clean up rtld-* files.
7794         * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
7796 2002-10-11  Roland McGrath  <roland@redhat.com>
7798         * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
7799         now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
7801         * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
7802         proper set of no-op insn prefixes.
7804         * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
7806 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
7808         * sysdeps/unix/sysv/linux/execve.c: Don't try calling
7809         __pthread_kill_other_threads_np.
7811         * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
7813 2002-10-08  Roland McGrath  <roland@redhat.com>
7815         * locale/newlocale.c (__newlocale): If setting all categories to "C",
7816         just return &_nl_C_locobj instead of copying it.
7817         * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
7818         * locale/duplocale.c (__duplocale): Likewise.
7820 2002-10-07  Roland McGrath  <roland@frob.com>
7822         * config.h.in (HAVE_I386_SET_GDT): New #undef.
7823         * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
7824         * sysdeps/mach/configure: Regenerated.
7826 2002-10-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
7829         Add all necessary register outputs for syscall-clobbered registers.
7831 2002-10-02  David Mosberger  <davidm@hpl.hp.com>
7833         * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
7834         Itanium 2 (and Itanium).
7835         Fix unwind directives and make it fit in 80 columns.
7836         * sysdeps/ia64/memset.S: Likewise.
7837         * sysdeps/ia64/memcpy.S: Likewise.
7838         Move jump table to .rodata section.
7840 2002-10-03  Roland McGrath  <roland@frob.com>
7842         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
7843         clobbers to asm.
7845 2002-10-10  Andreas Jaeger  <aj@suse.de>
7847         * sysdeps/x86_64/_mcount.S: Restore correct registers.
7849 2002-10-10  Ulrich Drepper  <drepper@redhat.com>
7851         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
7853 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
7855         * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
7856         _dl_allocate_tls_init.  Add rtld_hidden_proto.
7857         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
7858         rtld_hidden_def.
7859         * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
7861         * version.h (VERSION): Bump to 2.3.1.
7863         * Make-dist: Add back one of the tar invocations removed before.
7865         * stdlib/Makefile (distribute): Add allocalim.h.
7867         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
7868         (__libc_tsd_address): Use correct variable name.
7869         Patch by Stefan Jones <stefan.jones@multigig.com>.
7871         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
7872         Reported by edwardsg@sgi.com [PR libc/4678].
7874         * Versions.def (libc): Add GLIBC_2.3.1.
7875         (libpthread): Add GLIBC_2.3.1.
7877         * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
7878         and __sigtimedwait.
7879         * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
7880         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
7881         libc_hidden_def.
7882         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
7883         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
7885         * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
7886         * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
7887         and make old name an alias.
7888         * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
7889         and make old name an alias.
7890         * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
7891         __libc_msgsnd.
7893         * include/sys/uio.h: Declare __libc_readv and __libc_writev.
7894         * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
7895         __libc_writev.
7896         * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
7897         old name an alias.
7898         * sysdeps/posix/readv.c: Likewise
7899         * sysdeps/unix/sysv/aix/readv.c: Likewise.
7900         * sysdeps/unix/sysv/linux/readv.c: Likewise.
7901         * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
7902         old name an alias.
7903         * sysdeps/posix/writev.c: Likewise
7904         * sysdeps/unix/sysv/aix/writev.c: Likewise.
7905         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7907         * include/sys/wait.h: Declare __waitid.
7908         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
7909         * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
7910         name an alias.
7911         * sysdeps/posix/waitid.c: Likewise.
7912         * sysdeps/unix/sysv/aix/waitid.c: Likewise.
7914         * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
7916 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
7918         * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
7919         prototypes.
7920         (__MAX_ALLOCA_CUTOFF): Define.
7921         Include allocalim.h.
7922         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
7923         _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
7924         host_buffer depending on __libc_use_alloca.
7925         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
7926         _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
7927         net_buffer depending on __libc_use_alloca.
7928         * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
7929         buf depending on __libc_use_alloca.
7930         * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
7931         * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
7932         instead of hardcoded constants.
7933         Pass proper size argument to alloca and compute end for wide char
7934         version.
7935         * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
7936         instead of hardcoded constants.
7937         * string/strcoll.c (strcoll): Likewise.
7938         * string/strxfrm.c (strxfrm): Likewise.
7939         * sysdeps/posix/readv.c (__readv): Likewise.
7940         * sysdeps/posix/writev.c (__writev): Likewise.
7941         * sysdeps/generic/allocalim.h: New file.
7943 2002-10-08  Roland McGrath  <roland@redhat.com>
7945         * configure.in (aux_missing warning): Change "too old" to
7946         "incompatible versions", since for autoconf it's "too new" right now.
7947         * configure: Regenerated.
7949         * configure.in (AUTOCONF): New check to set it.  Set to "no" if the
7950         one found doesn't work on our configure.in.
7951         * configure: Regenerated.
7952         * config.make.in (AUTOCONF): New substituted variable.
7953         * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
7954         (autoconf-it): ... here, use that instead of defining conditionally.
7955         Use $(AUTOCONF) instead of literal autoconf.
7956         [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
7957         with this condition.
7958         * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
7960 2002-10-08  Ulrich Drepper  <drepper@redhat.com>
7962         * Make-dist (dist): Cleanup a bit.  We are not interested in the
7963         14 char filename limit anymore.  Remove intermediate files and
7964         symlinks.
7966 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
7968         * po/sk.po: Update from translation team.
7969         * po/tr.po: Likewise.
7970         * po/gl.po: Likewise.
7972 2002-10-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7974         * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
7976 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
7978         * version.h (RELEASE): Change to stable.
7980 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
7982         * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
7983         __syscall_exit_group): New prototypes.
7985 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
7987         * glibc 2.3 released.
7990 See ChangeLog.13 for earlier changes.