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