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