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