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