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