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