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