1 2002-11-20 Ulrich Drepper <drepper@redhat.com>
3 * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
4 __GCONV_EMPTY_INPUT only if input is really empty. Otherwise
5 __GCONV_INCOMPLETE_INPUT.
6 (ucs4le_internal_loop): Likewise.
7 (ucs4le_internal_loop_unaligned): Likewise.
8 * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
9 * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
10 * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
12 * iconv/loop.c (LOOPFCT): First test for empty input then for full
15 * inet/getnameinfo.c: Use extend_alloca where appropriate.
16 * sysdeps/posix/getaddrinfo.c: Likewise.
18 * include/alloca.h (extend_alloca): New define. Based on stack
19 direction it'll try to append to the previouls allocated buffer.
21 2002-11-07 Thorsten Kukuk <kukuk@suse.de>
23 * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
24 use the same service for AF_INET and AF_INET6.
26 2002-11-19 Ulrich Drepper <drepper@redhat.com>
28 * intl/localealias.c (read_alias_file): Use only about 400 bytes
29 of stack space instead of 16k.
31 2002-11-18 Wolfram Gloger <wg@malloc.de>
34 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
35 nothing if not initialized. Bug report from Marcus Brinkmann
36 <Marcus.Brinkmann@ruhr-uni-bochum.de>.
38 2002-11-19 Roland McGrath <roland@redhat.com>
40 * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
43 * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
44 `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
45 test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
46 * configure: Regenerated.
48 2002-11-19 Ulrich Drepper <drepper@redhat.com>
50 * include/dlfcn.h: __libc_dlopen is now a macro calling
51 __libc_dlopen_mode with the extra parameter RTLD_LAZY.
52 (__libc_dlopen_mode): New prototype.
53 * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen. Add
54 new parameter. Store new parameter in mode field of structure passed
56 (struct do_dlopen_args): Add new field mode.
57 (do_dlopen): Pass mode from parameter structure to _dl_open.
59 2002-11-11 Randolf Chung <tausq@debian.org>
61 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
62 (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
63 * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
65 * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
67 * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
68 Set -mdisable-fpregs for this file.
70 2002-11-11 Carlos O'Donell <carlos@baldric.uwo.ca>
72 * sysdeps/unix/sysv/linux/configure.in:
73 Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
74 from gcc-3.0 era for backwards compatibility.
75 * sysdeps/unix/sysv/linux/configure: Regenerate.
77 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
78 Define mcontext_t as a sigcontext.
80 2002-11-18 Roland McGrath <roland@redhat.com>
82 * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
83 Free memory in `last_result' if it was used.
85 * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
86 all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
87 Do the parsing inline instead of copying strings and calling
88 inet_network, and properly skip all alias names not matching the form.
90 * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
92 2002-11-17 Ulrich Drepper <drepper@redhat.com>
94 * manual/pattern.texi (Wordexp Example): Fix sample code.
96 * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
97 childs stack which will be loaded into the %esi register.
99 2002-11-14 Paul Eggert <eggert@twinsun.com>
101 * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
102 overflow when skipping the question part and when unpacking aliases.
104 2002-11-15 Roland McGrath <roland@redhat.com>
106 * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
107 s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
108 Instead add $(calls:s_%=m_%) to get m_* versions of them all.
110 2002-11-15 Jakub Jelinek <jakub@redhat.com>
112 * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
113 * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
115 2002-11-15 Roland McGrath <roland@redhat.com>
117 * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
118 * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
119 from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
120 (+make-include-of-dep): New canned sequence.
122 * stdlib/canonicalize.c (__realpath): Check for malloc failure.
123 From Dmitry V. Levin <ldv@altlinux.org>.
125 2002-11-14 Roland McGrath <roland@redhat.com>
127 * sysdeps/generic/errno.c (__libc_errno): Remove alias.
128 * inet/herrno.c (__libc_h_errno): Likewise.
129 * resolv/res_libc.c (__libc_res): Likewise.
130 [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
131 (__res_state) [! USE___THREAD]: Don't define as weak.
132 * csu/Versions: Revert last change.
133 * resolv/Versions: Revert last change.
135 * Makerules ($(common-objpfx)%.make): New pattern rule.
136 * tls.make.c: New file.
137 * Makefile (distribute): Add it.
139 * sysdeps/generic/errno.c [! USE___THREAD]
140 [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
141 with compat_symbol so they are not link-time visible.
142 [! USE___THREAD] (__libc_errno): New alias for errno.
143 * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
144 Add __libc_errno here.
145 * inet/herrno.c [USE___THREAD]: Use this conditional
146 in place of [USE_TLS && HAVE___THREAD].
147 [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
148 (h_errno, _h_errno): Declare these with compat_symbol so they are not
150 [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
151 * resolv/res_libc.c [! USE___THREAD]
152 [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
153 (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
154 (__libc_res): Define as alias for _res.
155 * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
156 Add __libc_h_errno and __libc_res here.
158 2002-11-14 Jakub Jelinek <jakub@redhat.com>
160 * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
161 * resolv/Versions (h_errno, _res): Likewise.
163 2002-11-14 Roland McGrath <roland@redhat.com>
165 * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
166 (%.symlist): Likewise.
168 2002-11-13 Roland McGrath <roland@redhat.com>
170 * scripts/abilist.awk: New file.
171 * Makefile (distribute): Add it.
172 * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
173 (tests): Depend on .symlist file for each $(install-lib.so-versioned).
174 [$(subdir) = elf] (tests): Depend on libc.symlist.
175 (generated, common-generated): Add those files.
177 * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
178 * configure: Regenerated.
179 * config.make.in (OBJDUMP): New variable, substituted by configure.
181 * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
182 (mallochook, reallochook): Set them up.
183 (checkhdr): Check HDR->magic2 value.
184 (freehook): Reset HDR->magic2.
185 (memalignhook): New static function.
186 (old_memalign_hook): New static variable.
187 (mcheck, reallochook): Set __memalign_hook to memalignhook.
189 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
192 2002-11-13 Andreas Jaeger <aj@suse.de>
194 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
196 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
198 2002-11-11 Paul Eggert <eggert@twinsun.com>
200 * manual/crypt.texi (Cryptographic Functions): Mention that
201 the MD5 one-way algorithm is compatible with BSD's.
203 2002-11-11 Isamu Hasegawa <isamu@yamato.ibm.com>
205 * posix/regex_internal.c (re_string_skip_chars): Also return the last
207 (re_string_reconstruct): Calculate the context by itself when the
208 offset points out of the valid range.
209 (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
210 * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
211 (IS_WIDE_WORD_CHAR): New macro.
212 (IS_WIDE_NEWLINE): New macro.
214 2002-11-12 Andreas Jaeger <aj@suse.de>
216 * sysdeps/x86_64/strchr.S: Don't use one register for two
217 purposes, this fixes a bug noticed by test-strchr.c.
219 * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
222 2002-11-12 Roland McGrath <roland@redhat.com>
224 * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
225 (_G_IO_NO_BACKWARD_COMPAT): Define it.
227 * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
228 instead of <pt-machine.h>.
229 [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
231 From Ian Wienand <ianw@gelato.unsw.edu.au>.
233 2002-11-10 Roland McGrath <roland@redhat.com>
235 * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
236 Call fputs instead of fwprintf (simpler to follow in debugger).
238 * crypt/md5-crypt.c: Doc fix.
240 * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
241 the beginning of generated target commands.
243 * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
244 dependencies for these in case implicit rule search skipped the
245 nonexistent source directory.
246 * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
247 files with $(object-suffixes) as targets too.
248 * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
249 and a target for it using $(make-target-directory).
251 * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
253 2002-11-10 Roland McGrath <roland@frob.com>
255 * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
256 * sysdeps/generic/bits/pthreadtypes.h: ... here.
258 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
259 l_start == 0 and l_len == 1 as we do l_len == 0.
261 2002-11-10 Ulrich Drepper <drepper@redhat.com>
263 * po/da.po: Update from translation team.
265 2002-11-10 Roland McGrath <roland@redhat.com>
267 * config.make.in (includedir): New variable, substituted by configure.
268 Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
269 * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
271 2002-11-10 Andreas Jaeger <aj@suse.de>
273 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
274 REG_OLDMASK and REG_CR2 to synch with kernel header.
277 * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
279 * nss/getXXbyYY_r.c (INTERNAL): Likewise.
280 * nss/getnssent_r.c (__nss_getent_r): Likewise.
281 (__nss_setent): Likewise.
282 (__nss_getent_r): Likewise.
283 * inet/getnetgrent_r.c (innetgr): Likewise.
284 (__internal_setnetgrent_reuse): Likewise.
285 (internal_getnetgrent_r): Likewise.
286 * inet/ether_hton.c (ether_hostton): Likewise.
287 * inet/ether_ntoh.c (ether_ntohost): Likewise.
288 * sunrpc/netname.c (netname2user): Likewise.
289 * sunrpc/publickey.c (getpublickey): Likewise.
290 (getsecretkey): Likewise.
292 2002-11-09 Marcus Brinkmann <marcus@gnu.org>
294 * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
295 error in range calculation.
297 2002-10-09 Jakub Jelinek <jakub@redhat.com>
299 * string/test-strspn.c (do_test): Ensure zero termination.
300 * string/test-strpbrk.c (do_test): Likewise.
301 * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
302 * string/test-strncpy.c (stupid_strncpy): Likewise.
303 * string/test-stpncpy.c (stupid_stpncpy): Likewise.
305 2002-10-08 Roland McGrath <roland@redhat.com>
307 * string/test-string.h (test_init): Fill BUF1 and BUF2 with
310 2002-09-22 H.J. Lu <hjl@gnu.org>
312 * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
313 from PAGE_SHIFT. Define if not defined. Check MMAP2_PAGE_SHIFT
314 only if __NR_mmap2 is defined.
316 * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
317 * sysdeps/unix/sysv/linux/mmap64.c: ... here.
318 * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
319 * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
321 2002-11-08 Jakub Jelinek <jakub@redhat.com>
323 * posix/bug-regex13.c (tests): Add new test.
325 * string/test-strchr.c (stupid_strchr): New function.
326 (do_random_tests): Make sure the string is zero terminated.
327 * string/test-strpbrk.c (stupid_strpbrk): New function.
328 (do_random_tests): Make sure the string is zero terminated.
329 * string/test-strcmp.c (stupid_strcmp): New function.
330 (do_random_tests): Make sure the strings are zero terminated.
331 * string/test-strspn.c (stupid_strspn): New function.
332 (simple_strspn): Rename rej argument to acc.
333 (do_random_tests): Make sure the string is zero terminated.
334 * string/test-strcspn.c (stupid_strcspn): New function.
335 * string/test-strncpy.c (stupid_strncpy): New function.
336 * string/test-stpncpy.c (stupid_stpncpy): New function.
337 * string/test-strncmp.c (stupid_strncmp): New function.
338 (do_random_tests): Make sure the strings are zero terminated.
339 * string/test-string.h (impl_t): Change test into long.
340 (IMPL): Add __attribute__((aligned (sizeof (void *)))).
342 2002-11-08 Roland McGrath <roland@redhat.com>
344 * sysdeps/ia64/elf/configure.in: Add TLS check.
345 From Ian Wienand <ianw@cse.unsw.edu.au>.
346 * sysdeps/ia64/elf/configure: Regenerated.
348 2002-11-07 Roland McGrath <roland@redhat.com>
350 * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
351 place of _IO_new_do_write.
352 [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
353 #undef before versioned_symbol use.
355 2002-11-07 Richard Henderson <rth@redhat.com>
357 * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
358 * configure: Regenerated.
359 * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
360 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
361 (RTLD_START): Likewise. Access _dl_skip_args, _rtld_local, and
362 _dl_fini via gp-relative relocations.
363 * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
365 * elf/tls-macros.h: Add alpha versions.
366 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
367 * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
368 * sysdeps/unix/alpha/sysdep.h: Likewise. Add SYSCALL_ERROR_HANDLER.
369 * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
370 * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
371 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
372 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
373 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
374 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
375 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
376 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
377 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
378 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
379 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
380 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
381 * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
382 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
383 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
385 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
386 Kill argument registers across the inline syscall.
388 * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
390 * linuxthreads/sysdeps/alpha/tls.h: New file.
391 * sysdeps/alpha/dl-tls.h: New file.
393 2002-10-29 David Mosberger <davidm@hpl.hp.com>
395 * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
396 (gmon_initializer): New function.
397 (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
398 __gmon_start__ here. Call it from gmon_initializer() instead.
400 2002-03-12 H.J. Lu <hjl@gnu.org>
402 * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
403 tst-array2, and tst-array3.
404 [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
405 [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
406 ($(objpfx)tst-array1.out): New target.
407 ($(objpfx)tst-array2): Likewise.
408 ($(objpfx)tst-array2.out): Likewise.
409 ($(objpfx)tst-array3.out): Likewise.
410 * elf/tst-array1.c: New file.
411 * elf/tst-array1.exp: Likewise.
412 * elf/tst-array2.c: Likewise.
413 * elf/tst-array2dep.c: Likewise.
414 * elf/tst-array2.exp: Likewise.
415 * elf/tst-array3.c: Likewise.
417 2002-10-28 David Mosberger <davidm@hpl.hp.com>
419 * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
420 Don't add L->l_addr to array entry values.
422 2002-11-07 Jakub Jelinek <jakub@redhat.com>
424 * string/test-string.h: New file.
425 * string/test-strlen.c: New file.
426 * string/test-string.h: New file.
427 * string/test-strcmp.c: New file.
428 * string/test-strchr.c: New file.
429 * string/test-strrchr.c: New file.
430 * string/test-strcpy.c: New file.
431 * string/test-stpcpy.c: New file.
432 * string/test-strncpy.c: New file.
433 * string/test-stpncpy.c: New file.
434 * string/test-strpbrk.c: New file.
435 * string/test-strcspn.c: New file.
436 * string/test-strspn.c: New file.
437 * string/test-strcat.c: New file.
438 * string/test-strncmp.c: New file.
439 * string/test-memchr.c: New file.
440 * string/test-memcmp.c: New file.
441 * string/test-memset.c: New file.
442 * string/test-memcpy.c: New file.
443 * string/test-mempcpy.c: New file.
444 * string/test-memmove.c: New file.
445 * string/Makefile (strop-tests): New variable.
446 (tests): Add strop-tests.
447 (distribute): Add test-string.h.
449 2002-11-06 Ulrich Drepper <drepper@redhat.com>
451 * posix/regcomp.c: Use tabs instead of spaces.
452 * posix/regexec.c: Likewise.
453 * posix/regex_internal.h: Likewise.
455 * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
457 2002-11-06 Jakub Jelinek <jakub@redhat.com>
459 * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
461 (regcomp): Don't set can_be_null here.
462 (re_comp): Clear whole re_comp_buf with the exception of fastmap.
463 (re_compile_internal): Clear can_be_null, set regs_allocated.
465 * posix/regcomp.c (re_set_fastmap): New function.
466 (re_compile_fastmap_iter): Use it. Remove redundant type ==
467 COMPLEX_BRACKET check.
468 * posix/regexec.c (re_search_internal): Optimize searching with
469 fastmap. Call re_string_reconstruct even if match_first is
470 smaller than raw_mbs_idx.
472 2002-11-06 Isamu Hasegawa <isamu@yamato.ibm.com>
474 * posix/regcomp (free_dfa_content): Use free_state.
475 * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
476 pointers in case that realloc failed.
477 (re_node_set_merge): Likewise.
478 (register_state): Likewise.
479 (create_newstate_common): Invoke memory release functions in case of
481 (create_ci_newstate): Likewise.
482 (create_cd_newstate): Likewise.
483 (free_state): New function.
484 * posix/regexec.c (re_search_internal): Invoke memory release
485 functions in case of error conditions.
486 (sift_states_backward): Likewise.
487 (merge_state_array): Likewise.
488 (add_epsilon_src_nodes): Likewise.
489 (sub_epsilon_src_nodes): Likewise.
490 (search_subexp): Likewise.
491 (sift_states_bkref): Likewise.
492 (transit_state_sb): Likewise.
493 (transit_state_mb): Likewise.
494 (transit_state_bkref_loop): Likewise.
495 (group_nodes_into_DFAstates): Likewise.
496 (push_fail_stack): Don't edit pointers in case that realloc failed.
497 (extend_buffers): Likewise.
498 (match_ctx_add_entry): Likewise.
500 2002-11-06 Roland McGrath <roland@redhat.com>
502 * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
503 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
505 * configure.in: Add checks on as and ld for binutils 2.13 or later.
506 * configure: Regenerated.
508 2002-11-06 Ulrich Drepper <drepper@redhat.com>
510 * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
511 If re_compile_internal failed free fastmap buffer.
512 (free_dfa_content): Broken out of regfree function. Frees all dfa
514 (regfree): Add free_dfa_content.
515 (re_compile_internal): If any of the called functions fails free
516 all dfa related memory.
518 2002-11-05 Ulrich Drepper <drepper@redhat.com>
520 * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
521 warnings from the kernel headers.
523 2002-11-05 Roland McGrath <roland@redhat.com>
525 * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
526 From Johannes Stezenbach <js@convergence.de>.
528 * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
529 #errlist-compat magic comment to give 123 as size.
530 (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
531 (libc: GLIBC_2.2): ... here.
532 (libc: GLIBC_2.3): Likewise.
534 2002-11-05 Ulrich Drepper <drepper@redhat.com>
536 * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
537 which happens at the beginning so that we can unload modules in
540 2002-11-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>
542 * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
543 under [__USE_MISC || _ASM].
545 * elf/elf.h: Remove the obsolete SH TLS relocations.
547 2002-11-05 Ulrich Drepper <drepper@redhat.com>
549 * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
551 2002-11-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
553 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
554 __NR_pread64 and __NR_pwrite64.
555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
556 * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
558 Revert change to use INLINE_SYSCALL.
559 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
560 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
561 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
562 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
564 * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
566 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
567 Update clobber list and add a comment about the syscall ABI.
569 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
570 s_pwrite64, s_ftruncate, s_truncate): Re-add.
572 2002-11-05 Jakub Jelinek <jakub@redhat.com>
574 * iconv/gconv_dl.c (free_mem): Clear loaded.
575 * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
578 2002-11-05 Ulrich Drepper <drepper@redhat.com>
580 * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
582 * libio/ioseekoff.c: Remove INTDEF. Define _IO_seekoff_unlocked. Same
583 as old code without locking. _IO_seekoff calls this function after
585 * libio/ioseekpos.c: Likewise for _IO_seekpos.
586 * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
587 prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
589 * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
590 of _IO_seekoff_internal.
591 (_IO_rewind): Likewise.
592 * libio/ioftell.c: Likewise.
593 * libio/ftello.c: Likewise.
594 * libio/ftello64.c: Likewise.
595 * libio/iofgetpos.c: Likewise.
596 * libio/iofgetpos64.c: Likewise.
597 * libio/oldiofgetpos.c: Likewise.
598 * libio/oldiofgetpos64.c: Likewise.
599 * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
600 _IO_seekpos_internal.
601 * libio/iofsetpos64.c: Likewise.
602 * libio/oldiofsetpos.c: Likewise.
603 * libio/oldiofsetpos64.c: Likewise.
605 2002-11-04 Roland McGrath <roland@redhat.com>
607 * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
608 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
609 * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
610 * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
611 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
612 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
613 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
614 * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
615 * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
616 * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
617 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
618 s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
619 sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
620 Remove these, no longer used.
622 2002-11-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
624 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
625 s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
626 s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
627 s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
628 s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
629 s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
632 * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
633 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
634 * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
636 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
637 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
639 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
641 2002-11-03 Roland McGrath <roland@redhat.com>
643 * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
644 `_dl_tls_static_used'.
645 * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
646 (__libc_setup_tls): Initialize it. Let the initial value of
647 _dl_tls_static_size indicate some surplus space in the computed value.
648 * elf/dl-open.c (_dl_tls_static_size): New variable.
649 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
650 _dl_tls_static_used. Add some surplus space into _dl_tls_static_size.
651 * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
652 (CHECK_STATIC_TLS): Use it.
653 * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
654 closed objects occupied a trailing contiguous chunk of static TLS area.
656 2002-10-18 Bruno Haible <bruno@clisp.org>
658 * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
660 2002-11-04 Ulrich Drepper <drepper@redhat.com>
662 * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
663 _wide_data->_IO_read_end if adjustment can be made in the current
666 * sysdeps/unix/sysv/linux/fexecve.c: New file.
668 * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
669 wide oriented streams are used.
671 * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
672 service hasn't been used [PR libc/4744].
674 * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
675 Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
677 * manual/examples/dir.c: Don't include <stddef.h>.
678 * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
679 Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
681 2002-11-02 H.J. Lu <hjl@gnu.org>
683 * stdio-common/reg-printf.c: Include <stddef.h>.
685 2002-11-03 Ulrich Drepper <drepper@redhat.com>
687 * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
689 * po/ca.po: Update from translation team.
690 * po/es.po: Likewise.
692 * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
693 is defined write out memory map.
694 * sysdeps/unix/sysv/linux/segfault.c: New file.
696 2002-11-02 Roland McGrath <roland@redhat.com>
698 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
699 pointers that can alias.
700 Reported by Daniel Jacobowitz <drow@mvista.com>.
702 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
704 2002-11-02 Roland McGrath <roland@redhat.com>
706 * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
707 description to be clearer and to say that *RESULT is set to ENTRY.
709 2002-10-30 Jakub Jelinek <jakub@redhat.com>
711 * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
712 dests_ch arrays together. Alloca or malloc dest_states,
713 dest_states_word and dest_states_nl arrays together. Free memory on
716 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
718 * crypt/crypt_util.c (__init_des_r): Initialize current_salt
719 and current_saltbits.
721 2002-11-02 Roland McGrath <roland@redhat.com>
723 * stdio-common/reg-printf.c: Include <stdlib.h>.
725 2002-11-02 H.J. Lu <hjl@gnu.org>
727 * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
728 caller to EXTRA instead of execve.
730 2002-11-01 Roland McGrath <roland@redhat.com>
732 * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
733 in place of [!(USE_TLS && HAVE___THREAD)].
734 (__errno_location) [! USE___THREAD]: Define as strong, not weak.
736 2002-10-31 Roger Sayle <roger@eyesopen.com>
738 * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
740 * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
742 * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
743 without defining FP_ROUNDMODE.
745 2002-10-29 Jakub Jelinek <jakub@redhat.com>
747 * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
748 (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
750 * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
751 (OLD_SIGLIST_SIZE): Define.
752 * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
753 (OLD_SIGLIST_SIZE): Define.
754 * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
756 2002-11-01 Jakub Jelinek <jakub@redhat.com>
758 * sysdeps/ia64/strncpy.S: Fix recovery code.
760 2002-10-30 Jakub Jelinek <jakub@redhat.com>
762 * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
764 * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
766 * elf/dl-libc.c (free_mem): Likewise.
767 * iconv/gconv_conf.c (free_mem): Likewise.
768 * iconv/gconv_db.c (free_mem): Likewise.
769 * iconv/gconv_dl.c (free_mem): Likewise.
770 * iconv/gconv_cache.c (free_mem): Likewise.
771 * intl/finddomain.c (free_mem): Likewise.
772 * intl/dcigettext.c (free_mem): Likewise.
773 * locale/setlocale.c (free_mem): Likewise.
774 * misc/fstab.c (fstab_free): Likewise.
775 * nss/nsswitch.c (free_mem): Likewise.
776 * posix/regcomp.c (free_mem): Likewise.
777 * resolv/gai_misc.c (free_res): Likewise.
778 * stdlib/fmtmsg.c (free_mem): Likewise.
779 * sunrpc/clnt_perr.c (free_mem): Likewise.
780 * sysdeps/generic/setenv.c (free_mem): Likewise.
781 * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
782 * sysdeps/pthread/aio_misc.c (free_res): Likewise.
783 * time/tzset.c (free_mem): Likewise.
784 * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
785 * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
786 * malloc/set-freeres.c (__libc_freeres): Likewise.
788 * login/getutent.c: Include stdlib.h instead of stddef.h.
789 (buffer): Change into pointer to utmp, add libc_freeres_ptr.
790 (__getutent): Allocate buffer the first time it is run.
791 * login/getutid.c: Include stdlib.h instead of stddef.h.
792 (buffer): Change into pointer to utmp, add libc_freeres_ptr.
793 (__getutid): Allocate buffer the first time it is run.
794 * login/getutline.c: Include stdlib.h instead of stddef.h.
795 (buffer): Change into pointer to utmp, add libc_freeres_ptr.
796 (__getutline): Allocate buffer the first time it is run.
797 * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
798 (mtrace): Allocate malloc_trace_buffer.
799 * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
800 * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
801 * string/strerror.c: Include libintl.h and errno.h.
803 (strerror): Only allocate buffer if actually needed (unknown error).
804 * time/tzfile.c (transitions): Add libc_freeres_ptr.
807 2002-10-25 Jakub Jelinek <jakub@redhat.com>
809 * include/libc-symbols.h (libc_freeres_ptr): New macro.
810 * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
812 (__libc_freeres): Free all pointers in that section.
813 * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
814 commands when creating .lds script.
815 (LDSEDCMD-c.so): New variable.
816 * inet/rcmd.c (ahostbuf): Change into char *. Add libc_freeres_ptr.
817 (rcmd_af): Use strdup to allocate ahostbuf.
818 * inet/rexec.c (ahostbuf): Change into char *. Add libc_freeres_ptr.
819 (rexec_af): Use strdup to allocate ahostbuf.
820 * stdio-common/reg-printf.c (printf_funcs): Remove.
821 (__printf_arginfo_table): Change into printf_arginfo_function **.
822 Add libc_freeres_ptr.
823 (__register_printf_function): Allocate __printf_arginfo_table
824 and __printf_function_table the first time it is called.
825 * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
826 printf_arginfo_function **.
827 (parse_one_spec): Add __builtin_expect.
828 * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
830 * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
832 * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
833 (string_space, map): Add libc_freeres_ptr.
835 * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
837 * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
839 * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
840 (buffer): Add libc_freeres_ptr.
841 (free_mem): Remove for _LIBC.
842 * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
844 * nss/getXXent.c (buffer): Add libc_freeres_ptr.
846 * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
848 * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
850 * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
852 * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
854 * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
857 * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
861 2002-10-30 Jakub Jelinek <jakub@redhat.com>
863 * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
864 instead of duplicating the whole function in libc.
866 2002-10-31 Roland McGrath <roland@redhat.com>
868 * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
869 Renamed from __bswap_16 (typo fix). Reported by <dens@stl.sarov.ru>.
871 2002-10-30 Jakub Jelinek <jakub@redhat.com>
873 * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
874 32bit-predefine when creating .new32 list and -U for each
875 32bit-predefine when creating .new64 list.
876 * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
878 2002-10-29 Andreas Schwab <schwab@suse.de>
880 * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
881 "testrtsig.h". Reported by Daniel Jacobowitz <dan@debian.org>.
883 2002-10-25 Roland McGrath <roland@redhat.com>
885 * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
886 * sysdeps/unix/sysv/linux/configure: Regenerated.
888 * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
889 _dl_starting_up decl.
891 2002-10-20 H.J. Lu <hjl@gnu.org>
893 * sysdeps/unix/sysv/linux/configure.in: Don't check
894 /lib/modules/`uname -r`/build/include for kernel headers if
896 * sysdeps/unix/sysv/linux/configure: Regenerated.
898 2002-10-25 Roland McGrath <roland@redhat.com>
900 * math/math.h (M_LOG2El): Correct the value.
901 From Stephen L Moshier <steve@moshier.net>.
903 * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
904 conditional from __libc_multiple_libcs access. Remove kludge for weak
905 symbol access with old compilers we no longer support.
906 * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
907 * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
909 2002-10-25 Roland McGrath <roland@redhat.com>
911 * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
912 implement SV_RESETHAND by translating it to SA_RESETHAND.
914 2002-10-23 Alexandre Oliva <aoliva@redhat.com>
916 * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
917 type on ELF64 platforms.
919 2002-10-24 Ulrich Drepper <drepper@redhat.com>
921 * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
923 * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
925 2002-10-24 Jakub Jelinek <jakub@redhat.com>
927 * elf/dl-misc.c: Include <sysdep.h>.
928 (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
930 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
931 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
932 (INLINE_SYSCALL): Use that.
933 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
934 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
935 (INLINE_SYSCALL): Use that.
936 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
937 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
938 (INLINE_SYSCALL): Use that.
939 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
941 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
942 (__INTERNAL_SYSCALL_STRING): Define.
943 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
945 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
946 (__INTERNAL_SYSCALL_STRING): Define.
947 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
948 __SYSCALL_STRING to inline_syscall*.
949 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
951 (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
952 inline_syscall4, inline_syscall5, inline_syscall6): Add string
955 2002-10-24 Roland McGrath <roland@redhat.com>
957 * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
958 * sysdeps/unix/sysv/linux/init-first.c: Not here.
959 * sysdeps/powerpc/elf/libc-start.c: Or here.
960 * sysdeps/unix/sysv/aix/libc-start.c: Or here.
961 * sysdeps/unix/sysv/aix/start-libc.c: Or here.
962 * sysdeps/unix/sysv/aix/init-first.c: Or here.
963 * sysdeps/generic/libc-start.c: Or here.
964 * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
965 access with [! SHARED].
966 * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
968 * libio/bug-wfflush.c: New file.
969 * libio/Makefile (tests): Add bug-wfflush.
971 2002-10-23 Roland McGrath <roland@redhat.com>
973 * stdio-common/tst-fphex.c: New file.
974 * stdio-common/Makefile (tests): Add tst-fphex.
975 * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
976 of WNUMEND. Fix counting of decimal point in WIDTH. Print '0' pad
977 chars always before the value digits.
978 Reported by James Antill <james.antill@redhat.com>.
980 2002-10-24 Jakub Jelinek <jakub@redhat.com>
982 * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
983 (free_mem): New function.
984 * posix/Makefile (tests): Add bug-regex14. Add bug-regex14-mem
985 if not cross compiling.
986 (generated): Add bug-regex14-mem and bug-regex14.mtrace.
987 (bug-regex14-ENV): Set.
988 (bug-regex14-mem): New target.
989 * posix/bug-regex14.c: New file.
991 2002-10-23 Roland McGrath <roland@redhat.com>
993 * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
994 target, so we don't touch it when the link fails.
996 * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
997 Check for the result overflowing off_t and fail with EOVERFLOW.
998 * libio/ioftell.c (_IO_ftell): Likewise.
999 * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
1001 * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
1002 use a temporary timeval on the stack for gettimeofday and copy it.
1003 * login/logout.c (logout): Likewise.
1004 Reported by Steven Munroe <sjmunroe@us.ibm.com>.
1006 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
1007 Use __SWORD_TYPE instead of int for member types.
1008 (struct statfs64): Likewise.
1009 * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
1010 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
1011 * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
1012 * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
1013 * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
1015 * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
1016 * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
1017 (ST_NODIRATIME): Restore fixed value of 2048.
1018 * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
1019 * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
1021 Rearranged <bits/types.h> definitions to reduce duplication.
1022 * sysdeps/generic/bits/types.h: Rewritten, using macros from
1023 <bits/wordsize.h> and new header <bits/typesizes.h>.
1024 * posix/Makefile (headers): Add bits/typesizes.h here.
1025 * sysdeps/generic/bits/typesizes.h: New file.
1026 * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
1027 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
1028 * sysdeps/mach/hurd/bits/typesizes.h: New file.
1029 * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
1030 * sysdeps/unix/sysv/linux/bits/types.h: File removed.
1031 * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
1032 * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
1033 * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
1034 * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
1035 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
1036 * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
1037 <bits/pthreadtypes.h> here, not in <bits/types.h>.
1038 * signal/signal.h: Likewise.
1040 * streams/stropts.h: Include <bits/xtitypes.h>.
1041 * streams/Makefile (headers): Add bits/xtitypes.h here.
1042 * sysdeps/generic/bits/xtitypes.h: New file.
1043 * sysdeps/s390/bits/xtitypes.h: New file.
1044 * sysdeps/ia64/bits/xtitypes.h: New file.
1045 * sysdeps/x86_64/bits/xtitypes.h: New file.
1047 * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
1048 * sysdeps/generic/bits/ipctypes.h: New file.
1049 * sysdeps/mips/bits/ipctypes.h: New file.
1050 * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
1051 * sysdeps/gnu/bits/msq.h: Likewise.
1052 * sysvipc/sys/ipc.h: Likewise.
1054 2002-10-22 Ulrich Drepper <drepper@redhat.com>
1056 * elf/dl-load.c (struct filebuf): For buf element to have the
1057 alignment of ElfXX_Ehdr since this is what will be stored in it.
1059 2002-10-22 Jakub Jelinek <jakub@redhat.com>
1061 * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
1062 into pointer to locrec_offset.
1063 (add_locale_to_archive): Adjust callers. Free normalized_name right
1064 before returning, not immediately after add_locale, pass it to
1065 add_alias if not NULL instead of name. Rename second normalized_name
1066 occurence to nnormalized_codeset_name.
1068 * locale/programs/locarchive.c (enlarge_archive): Make sure
1069 string_size is always a multiple of 4.
1070 Reported by Andreas Schwab <schwab@suse.de>.
1072 2002-10-21 Andreas Schwab <schwab@suse.de>
1074 * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
1075 caller to EXTRA instead of execve, since the latter has a
1076 higher-priority implementation in linuxthreads.
1078 2002-10-21 Roland McGrath <roland@redhat.com>
1080 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
1081 slotinfo list's len member to the proper size, not just 1.
1082 Initialize static_map.l_tls_initimage.
1084 * elf/dl-open.c (dl_open_worker): Fix loop searching for
1085 dtv_slotinfo_list element containing new modules' l_tls_modid.
1087 * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
1088 * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
1089 * elf/Makefile (tests): Add tst-tls9.
1090 (tests-static): Add tst-tls9-static.
1091 (tst-tls9-static-ENV): New variable.
1092 ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
1094 * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
1095 modids used by partially loaded modules being closed can't be known.
1097 2002-10-21 Isamu Hasegawa <isamu@yamato.ibm.com>
1099 * posix/Makefile: Add a test case for the bug reported by Aharon
1100 Robbins <arnold@skeeve.com>.
1101 * posix/bug-regex13.c: New file.
1102 * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
1104 2002-10-21 Ulrich Drepper <drepper@redhat.com>
1106 * csu/gmon-start.c: Pretty printing.
1108 2002-10-19 Art Haas <ahaas@neosoft.com>
1110 * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
1111 add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
1112 add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
1113 * configure: Regenerated.
1115 2002-10-19 Roland McGrath <roland@redhat.com>
1117 * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
1118 and then set $subdirs directly, because the new Autoconf breaks
1119 compatibility in every way imaginable and insists on whining
1120 about usage that worked since the dawn of time.
1121 * configure: Regenerated.
1123 * configure: Regenerated (using Autoconf 2.54).
1124 * sysdeps/alpha/elf/configure: Likewise.
1125 * sysdeps/generic/configure: Likewise.
1126 * sysdeps/i386/elf/configure: Likewise.
1127 * sysdeps/ia64/elf/configure: Likewise.
1128 * sysdeps/mach/hurd/configure: Likewise.
1129 * sysdeps/mach/configure: Likewise.
1130 * sysdeps/unix/configure: Likewise.
1131 * sysdeps/unix/common/configure: Likewise.
1132 * sysdeps/unix/sysv/aix/configure: Likewise.
1133 * sysdeps/unix/sysv/linux/configure: Likewise.
1134 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
1135 * sysdeps/x86_64/elf/configure: Likewise.
1137 * config.make.in: Nix completely-soft nonsense.
1138 * configure.in: Likewise. Under --without-fp, use nofpu subdirectory
1139 of machine directories instead of fpu subdirectory.
1140 * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
1141 * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
1142 * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
1143 * sysdeps/powerpc/nofpu/sim-full.c: ... here.
1144 * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
1145 * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
1146 * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
1147 * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
1148 * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
1149 * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
1150 * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
1151 * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
1152 * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
1153 * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
1154 * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
1155 * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
1156 * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
1157 * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
1158 * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
1159 * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
1160 * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
1161 * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
1162 * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
1163 * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
1164 * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
1165 * sysdeps/powerpc/nofpu/fegetround.c: ... here.
1166 * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
1167 * sysdeps/powerpc/nofpu/fesetround.c: ... here.
1168 * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
1169 * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
1170 * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
1171 * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
1172 * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
1173 * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
1174 * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
1175 * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
1176 * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
1177 * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
1178 * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
1179 * sysdeps/powerpc/nofpu/Versions: ... here, new file.
1181 2002-10-19 Bruno Haible <bruno@clisp.org>
1183 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
1185 2002-10-18 Roland McGrath <roland@redhat.com>
1187 * io/Makefile (routines): Add lchmod.
1188 * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
1189 * sysdeps/generic/lchmod.c: New file.
1190 * sysdeps/mach/hurd/lchmod.c: New file.
1191 * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
1193 2002-10-18 Art Haas <ahaas@neosoft.com>
1195 * configure.in: Remove remaining AC_FD_CC macros, and replace
1196 AC_FD_MSG with AS_MESSAGE_FD.
1198 2002-10-18 Roland McGrath <roland@redhat.com>
1200 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
1201 typos: VALUE -> FINALADDR.
1203 * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
1204 (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
1205 (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
1206 (inline_syscall6): Move these macros ...
1207 * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
1209 * configure.in (libc_link_dests, libc_link_sources): Remove these
1210 variables and the AC_LINK_FILES call.
1212 * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
1213 change to put new symbols here instead of in GLIBC_2.2.
1214 * sysdeps/powerpc/Subdirs: Move this file ...
1215 * sysdeps/powerpc/soft-fp/Subdirs: ... here.
1217 2002-10-07 Roland McGrath <roland@redhat.com>
1219 * sysdeps/generic/bits/time.h: Replaced with contents of the
1220 sysdeps/unix/sysv/linux/i386/bits/time.h file. All the following
1221 files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
1222 and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
1223 macros is ok even for architectures that don't now implement them.
1224 * sysdeps/mach/hurd/bits/time.h: File removed.
1225 * sysdeps/unix/sysv/linux/bits/time.h: File removed.
1226 * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
1227 * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
1228 * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
1229 * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
1231 2002-10-18 Jeff Bailey <jbailey@gnu.org>
1233 * configure.in: Replace obsolete AC_OUTPUT syntax with
1234 AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
1236 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
1237 _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
1239 * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
1240 * sysdeps/alpha/elf/configure.in: Likewise.
1241 * sysdeps/i386/elf/configure.in: Likewise.
1242 * sysdeps/mach/hurd/configure.in: Likewise.
1243 * sysdeps/x86_64/elf/configure.in: Likewise.
1245 * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
1247 * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
1248 * sysdeps/generic/configure.in: Likewise.
1249 * sysdeps/i386/elf/configure.in: Likewise.
1250 * sysdeps/ia64/elf/configure.in: Likewise.
1251 * sysdeps/mach/configure.in: Likewise.
1252 * sysdeps/mach/hurd/configure.in: Likewise.
1253 * sysdeps/unix/configure.in: Likewise.
1254 * sysdeps/unix/common/configure.in: Likewise.
1255 * sysdeps/unix/sysv/aix/configure.in: Likewise.
1256 * sysdeps/unix/sysv/linux/configure.in: Likewise.
1257 * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
1258 * sysdeps/x86_64/elf/configure.in: Likewise.
1260 * aclocal.m4: Use just the bits from AS_INIT that are needed for the
1261 GLIBC_PROVIDES. Use plain comment instead of HEADER-COMMENT so
1262 that it's obvious when extra autoconf machinery is being dragged in.
1264 2002-10-18 Roland McGrath <roland@redhat.com>
1266 * configure.in: Remove bogus echo included in
1267 2002-10-08 Aldy Hernandez <aldyh@redhat.com> change.
1268 * configure: Regenerated.
1270 2002-10-18 Jakub Jelinek <jakub@redhat.com>
1272 * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
1273 (statfs_filesize_max): New function.
1274 * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
1275 JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
1276 ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
1277 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
1278 statfs_filesize_max.
1279 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
1280 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
1281 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
1283 2002-10-17 Roland McGrath <roland@redhat.com>
1285 * configure.in (MIG): Just AC_SUBST it here.
1286 * configure: Regenerated.
1287 * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
1288 Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
1289 * sysdeps/mach/configure: Regenerated.
1291 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
1292 and AC_PROVIDE([_AS_CR_PREPARE]).
1294 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
1295 Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
1297 * elf/dl-support.c: Move _dl_tls_* variables to ...
1298 * sysdeps/generic/libc-tls.c: ... here.
1300 * elf/dl-close.c (remove_slotinfo): Take new argument. If false,
1301 allow IDX to be one past the current last slotinfo entry.
1302 (_dl_close): Pass IMAP->l_init_called for that parameter.
1304 2002-10-07 Andreas Schwab <schwab@suse.de>
1306 * aclocal.m4: Fix for autoconf 2.53.
1307 * configure.in: Likewise. Require autoconf 2.53.
1309 2002-10-08 Richard Henderson <rth@redhat.com>
1311 * soft-fp/op-4.h: Handle carry correctly in
1312 __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
1313 __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
1314 * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
1316 2002-10-08 Aldy Hernandez <aldyh@redhat.com>
1318 * configure.in: Compute completely-soft.
1319 * config.make.in: Make completely-soft available to sub-makes.
1320 * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
1321 gcc-double-routines. Add sim-full.c. Add fenv_const and
1322 fe_nomask to libm-support.
1323 * sysdeps/powerpc/soft-fp/sim-full.c: New file.
1324 * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
1325 * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
1326 * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
1327 * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
1328 * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
1329 * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
1330 * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
1331 * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
1332 * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
1333 * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
1334 * sysdeps/powerpc/soft-fp/fegetround.c: New file.
1335 * sysdeps/powerpc/soft-fp/fesetround.c: New file.
1336 * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
1337 * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
1338 * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
1339 * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
1340 * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
1341 * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
1342 symbols. Add __sim_disabled_exceptions, __sim_exceptions,
1344 * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
1345 * sysdeps/powerpc/soft-float/sfp-machine.h: Define
1346 FP_HANDLE_EXCEPTIONS.
1347 Define FP_ROUNDMODE.
1348 Redefine FP_* macros to correspond to the FE_* bit positions.
1349 Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
1350 Define externs for __sim_exceptions, __sim_disabled_exceptions,
1351 __sim_round_mode, __simulate_exceptions.
1352 * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
1353 * sysdeps/powerpc/bits/fenv.h: ...to here.
1355 2002-10-06 Jakub Jelinek <jakub@redhat.com>
1357 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
1358 Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
1359 Use __builtin_expect for R_PPC_ADDR24 overflow check. Fix
1360 R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
1363 2002-10-15 Jakub Jelinek <jakub@redhat.com>
1365 * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
1366 __libc_res_nsend): New prototypes.
1367 * resolv/res_query.c (QUERYSIZE): Define.
1368 (__libc_res_nquery): Renamed from res_nquery. Added answerp
1369 argument. Allocate only QUERYSIZE bytes first, if res_nmkquery
1370 fails use MAXPACKET buffer. Call __libc_res_nsend instead of
1371 res_nsend, pass answerp.
1372 (res_nquery): Changed into wrapper around __libc_res_nquery.
1373 (__libc_res_nsearch): Renamed from res_nsearch. Added answerp
1374 argument. Call __libc_res_nquerydomain and __libc_res_nquery
1375 instead of the non-__libc_ variants, pass them answerp.
1376 (res_nsearch): Changed into wrapper around __libc_res_nsearch.
1377 (__libc_res_nquerydomain): Renamed from res_nquerydomain.
1378 Added answerp argument. Call __libc_res_nquery instead of
1379 res_nquery, pass answerp.
1380 (res_nquerydomain): Changed into wrapper around
1381 __libc_res_nquerydomain.
1382 * resolv/res_send.c: Include sys/ioctl.h.
1383 (MAXPACKET): Define.
1384 (send_vc): Change arguments. Reallocate answer buffer if it is
1386 (send_dg): Likewise.
1387 (__libc_res_nsend): Renamed from res_nsend. Added ansp argument.
1388 Reallocate answer buffer if it is too small and hooks are in use.
1389 Adjust calls to send_vc and send_dg.
1390 (res_nsend): Changed into wrapper around __libc_res_nsend.
1391 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
1392 just 1K answer buffer on the stack, use __libc_res_nsearch instead
1394 (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
1395 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1396 (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
1397 * resolv/gethnamaddr.c (gethostbyname2): Likewise.
1398 (gethostbyaddr): Similarly with __libc_res_nquery.
1399 * resolv/Versions (libresolv): Export __libc_res_nquery and
1400 __libc_res_nsearch at GLIBC_PRIVATE.
1402 2002-10-17 Roland McGrath <roland@redhat.com>
1404 * configure.in: Grok --without-__thread and disable HAVE___THREAD.
1405 * configure: Regenerated.
1407 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
1408 before performing the reloc, not after.
1409 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
1411 2002-10-17 Ulrich Drepper <drepper@redhat.com>
1413 * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
1414 * locale/programs/linereader.c (lr_open): Likewise.
1415 * locale/programs/charmap-dir.c (charmap_open): Likewise.
1416 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
1418 2002-10-17 Isamu Hasegawa <isamu@yamato.ibm.com>
1420 * posix/bug-regex11.c: Add a test case for the bug reported by
1421 Paolo Bonzini <bonzini@gnu.org>.
1422 * posix/regexec.c (sift_states_bkref): Use correct destination of
1425 2002-10-17 Roland McGrath <roland@redhat.com>
1427 * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
1428 * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
1429 to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
1430 * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
1431 Call it after performing TPOFF relocs.
1432 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1433 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
1434 * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
1436 * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
1437 when closing a partially-initialized object.
1439 * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
1440 instead of _dl_fatal_printf when we see PT_TLS.
1442 * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
1443 instead of $(libof-$<).
1445 2002-10-16 Roland McGrath <roland@redhat.com>
1447 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
1448 instead of += to append, to be sure $(lib) gets expanded at defn time.
1449 (libof-$(cpp-src)): New variable, define this instead.
1450 * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
1451 (lib): Don't use override.
1452 (CPPFLAGS-$(lib)): New variable, put -D's here.
1453 * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
1454 Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
1455 LIB found by $(libof-*) for basename, target, or source.
1456 * Makerules (CPPFLAGS-nonlib): New variable.
1457 * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
1458 * locale/Makefile (lib): Likewise.
1459 * sunrpc/Makefile (lib): Likewise.
1461 * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
1462 * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
1463 * sysdeps/unix/sysv/linux/pathconf.h: New file.
1464 (statfs_link_max): New function, guts from fpathconf.c.
1465 * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
1466 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
1467 * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
1468 to use the linux/pathconf.c code by #include rather than duplication.
1469 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
1471 2002-10-16 Jakub Jelinek <jakub@redhat.com>
1473 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
1474 Use __libc_errno only for libc itself.
1476 2002-10-16 Andreas Jaeger <aj@suse.de>
1478 * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
1480 2002-10-16 Ulrich Drepper <drepper@redhat.com>
1482 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1483 Use __libc_errno only for libc itself.
1485 2002-10-15 Roland McGrath <roland@redhat.com>
1486 Jakub Jelinek <jakub@redhat.com>
1488 * sysdeps/unix/sysv/linux/Makefile
1489 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
1490 sparc/Makefile to produce a bi-arch file as needed.
1491 That's now parameterized by the variable $(64bit-predefine).
1492 Use LC_ALL=C for `comm' commands in that rule.
1493 No longer conditional on [$(no_syscall_list_h)].
1494 * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
1495 (64bit-predefine): New variable.
1496 * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
1497 * sysdeps/unix/sysv/linux/s390/Makefile: New file.
1498 * sysdeps/unix/sysv/linux/powerpc/Makefile
1499 (64bit-predefine): New variable.
1501 2002-10-15 Roland McGrath <roland@redhat.com>
1503 * sysdeps/unix/sysv/linux/Makefile
1504 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
1506 * login/utmp-private.h: Declare __libc_utmp_lock.
1507 * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
1508 and call __libc_utmp_jump_table functions directly, instead of using
1511 * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
1512 * sysdeps/unix/sysv/linux/configure: Regenerated.
1514 * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
1515 (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
1516 Use int32_t for ll_time.
1517 (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
1518 Use int32_t instead of long int for ut_session.
1519 Use an anonymous struct with 32-bit fields for ut_tv.
1520 * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
1521 (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
1522 here as in utmp.h for `struct utmp'.
1523 * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
1524 * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
1525 * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
1526 * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
1527 * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
1528 * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
1530 * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
1531 of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
1532 All the following files were identical or equivalent to it.
1533 * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
1534 * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
1535 * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
1536 * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
1537 * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
1538 * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
1539 * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
1540 * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
1541 * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
1542 * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
1544 * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
1545 instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
1546 Other than the previously incorrect sign of msg_iovlen, this is a
1547 no-op on 32-bit platforms. On 64-bit platforms it makes this header
1548 match their layouts as well, so the following are now identical to it.
1549 * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
1550 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
1551 * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
1552 * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
1553 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
1555 2002-10-15 Ulrich Drepper <drepper@redhat.com>
1557 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
1558 Define for 2.4+ kernels.
1560 * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
1561 are known to have the vfork syscall. Don't confuse the CPUs
1562 branch prediction unit by jumping to the return address.
1564 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
1565 support for reiserfs and xfs.
1567 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
1569 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
1571 Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
1573 2002-10-16 Jakub Jelinek <jakub@redhat.com>
1575 * include/libc-symbols.h (attribute_tls_model_ie): Define.
1576 * include/errno.h (errno): Define to __libc_errno in libc.so.
1577 Add attribute_tls_model_ie.
1578 * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
1579 Add attribute_tls_model_ie.
1580 * include/resolv.h (_res): Define to __libc_res in libc.so. Add
1581 attribute_tls_model_ie.
1582 * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
1584 * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
1586 * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
1587 attribute_tls_model_ie.
1588 * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
1590 * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
1591 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
1592 __libc_errno in USE___THREAD case.
1593 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
1595 * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
1596 __attribute__((tls_model (""))).
1597 * configure: Rebuilt.
1598 * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
1600 2002-10-15 Ulrich Drepper <drepper@redhat.com>
1602 * timezone/asia: Update from tzdata2002d.
1603 * timezone/australasia: Likewise.
1604 * timezone/iso3166.tab: Likewise.
1605 * timezone/southamerica: Likewise.
1606 * timezone/zone-tab: Likewise.
1608 2002-10-15 Roland McGrath <roland@redhat.com>
1610 * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
1611 Adjust TCB pointer before calling free, so we get the whole block.
1613 2002-10-14 Roland McGrath <roland@redhat.com>
1615 * sysdeps/unix/sysv/linux/x86_64/sigaction.c
1616 [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
1617 extern using attribute_hidden instead of static, avoids warning.
1619 2002-10-09 Jakub Jelinek <jakub@redhat.com>
1621 * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
1622 * sysdeps/unix/sysv/linux/configure: Rebuilt.
1624 2002-10-14 Ulrich Drepper <drepper@redhat.com>
1626 * po/sv.po: Update from translation team.
1628 2002-10-12 H.J. Lu <hjl@gnu.org>
1630 * sunrpc/thrsvc.c (PROCQUIT): New.
1631 (struct rpc_arg): New.
1632 (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
1633 (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
1634 (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
1635 (main): Modified for struct rpc_arg *.
1637 2002-10-14 Ulrich Drepper <drepper@redhat.com>
1639 * dirent/scandir.c: Rearrange code a bit to reduce binary size.
1641 2002-10-14 Jakub Jelinek <jakub@redhat.com>
1643 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
1644 (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
1645 in ld.so even if __thread is supported.
1647 2002-10-13 Jakub Jelinek <jakub@redhat.com>
1649 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1650 Add hack to prevent the compiler from clobbering the signal context.
1651 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1653 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
1656 2002-10-14 Andreas Jaeger <aj@suse.de>
1658 * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
1659 Guido Guenther <agx@sigxcpu.org>.
1661 2002-10-14 Ulrich Drepper <drepper@redhat.com>
1663 * po/sk.po: Update from translation team.
1665 2002-09-26 Roland McGrath <roland@redhat.com>
1667 * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
1669 * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
1670 DL_DST_LIB based on $(slibdir).
1672 2002-10-13 Roland McGrath <roland@frob.com>
1674 * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
1676 * sysdeps/mach/hurd/getresuid.c: New file.
1677 * sysdeps/mach/hurd/getresgid.c: New file.
1678 * sysdeps/mach/hurd/setresuid.c: New file.
1679 * sysdeps/mach/hurd/setresgid.c: New file.
1681 * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
1682 setresgid): Declare them.
1685 (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
1686 add libc_hidden_proto.
1687 * posix/Versions (libc: GLIBC_2.3.2): New set. Add
1688 getresuid, getresgid, setresuid, setresgid here.
1689 * Versions.def (libc): Define GLIBC_2.3.2 set.
1690 * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
1691 Add libc_hidden_def.
1692 * sysdeps/generic/getresgid.c (__getresgid): Likewise.
1693 * sysdeps/generic/setresgid.c: New file.
1694 * sysdeps/generic/setresuid.c: New file.
1695 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
1696 (sysdep_routines): Don't add getresuid and getresgid here.
1697 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
1698 (sysdep_routines): Don't add setresuid and setresgid here.
1699 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
1700 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
1701 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
1702 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
1703 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
1704 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1705 * posix/Makefile (routines): Add them all here instead.
1706 * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
1707 __getresuid. Add libc_hidden_def for that, and weak alias to old name.
1708 * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
1709 __getresgid. Add libc_hidden_def for that, and weak alias to old name.
1710 * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
1711 [! __NR_setresuid]: Include generic file.
1712 * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
1713 __setresgid. Add libc_hidden_def for that, and weak alias to old name.
1714 [! __NR_setresuid]: Include generic file.
1715 * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
1716 Caller is - now, not EXTRA.
1717 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
1718 (setresuid, setresgid, getresuid, getresgid): Likewise.
1719 * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
1720 Add these calls here.
1721 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
1722 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
1723 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1724 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1725 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1726 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
1727 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
1728 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1729 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1731 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
1732 (sysdep_routines): Add setfsuid and setfsgid here.
1733 * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
1734 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
1735 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
1736 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
1737 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
1738 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
1739 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
1740 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1742 * hurd/errno.c: Renamed to ...
1743 * hurd/errno-loc.c: ... this.
1744 * hurd/Makefile (routines): errno -> errno-loc
1746 2002-10-13 Ulrich Drepper <drepper@redhat.com>
1748 * po/de.po: Update from translation team.
1750 * MakeTAGS: Add -E flag to xgettext runs.
1752 2002-10-12 Ulrich Drepper <drepper@redhat.com>
1754 * po/fr.po: Update from translation team.
1756 * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
1757 Optimize a bit for use in glibc.
1759 2002-10-12 Roland McGrath <roland@redhat.com>
1761 * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
1762 Some machines are slow. Guido Guenther <agx@sigxcpu.org> has one.
1764 2002-10-12 Ulrich Drepper <drepper@redhat.com>
1766 * po/sv.po: Update from translation team.
1768 2002-10-11 Isamu Hasegawa <isamu@yamato.ibm.com>
1770 * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
1772 (regfree): Likewise.
1773 (create_initial_state): Likewise.
1774 (analyze): Remove the substitutions which became useless.
1775 (calc_first): Likewise.
1776 (calc_epsdest): Use edests of OP_BACK_REF in case that it has
1777 epsilon destination.
1778 (duplicate_node_closure): New function.
1779 (duplicate_node): Remove the handling OP_CONTEXT_NODE.
1780 (calc_inveclosure): Likewise.
1781 (calc_eclosure): Likewise.
1782 (calc_eclosure_iter): Invoke duplicate_node_closure instead of
1783 direct invocation of duplicate_node.
1784 (parse): Don't use comma operator in the return to avoid compiler
1786 (parse_reg_exp): Likewise.
1787 (parse_branch): Likewise.
1788 (parse_expression): Likewise.
1789 (parse_sub_exp): Likewise.
1790 (parse_dup_op): Likewise.
1791 * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
1792 which became useless.
1793 (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
1794 (create_cd_newstate): Likewise.
1795 * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
1796 (re_token_t): Likewise.
1797 (re_dfa_t): Likewise.
1798 (re_node_set_remove): New macro.
1799 * posix/regexec.c (check_matching): Remove the handling
1801 (check_halt_node_context): Likewise.
1802 (proceed_next_node): Likewise.
1803 (pop_fail_stack): Fix the memory leak.
1804 (set_regs): Likewise.
1805 (free_fail_stack_return): New function.
1806 (sift_states_backward): Fix the memory leak. Remove the handling
1808 (update_cur_sifted_state): Append some if clause to avoid redundant
1810 (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
1812 (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
1813 (check_subexp_limits): Likewise.
1814 (search_subexp): Likewise.
1815 (sift_states_bkref): Likewise.
1816 (transit_state_mb): Likewise.
1817 (transit_state_bkref_loop): Likewise.
1818 (transit_state_bkref_loop): Likewise.
1819 (group_nodes_into_DFAstates): Likewise.
1820 (check_node_accept): Likewise.
1821 (sift_ctx_init): Add initializing.
1823 2002-10-12 Ulrich Drepper <drepper@redhat.com>
1825 * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
1828 2002-10-11 Ulrich Drepper <drepper@redhat.com>
1830 * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
1831 duplicated variable c.
1833 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
1836 * sysdeps/unix/sysv/linux/i386/sysdep.h
1837 (INTERNAL_SYSCALL_ERROR_P): New define.
1838 (INTERNAL_SYSCALL_ERRNO): Likewise.
1840 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1841 Add hack to prevent the compiler from clobbering the signal context.
1843 2002-10-11 Roland McGrath <roland@redhat.com>
1845 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
1848 * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
1849 * sysdeps/sh/dl-lookupcfg.h: File removed.
1850 * sysdeps/i386/dl-lookupcfg.h: File removed.
1852 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
1853 missing labels and ; from last change.
1855 * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
1856 number literals, so they are doubles instead of ints.
1858 2002-10-09 Roland McGrath <roland@redhat.com>
1860 * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
1861 changed from [USE_TLS && HAVE___THREAD].
1863 * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
1864 Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
1865 * sysdeps/x86_64/dl-machine.h
1866 (elf_machine_type_class, elf_machine_rela): Likewise.
1867 * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
1870 * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
1871 * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
1872 (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
1874 * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
1875 instead of ___tls_get_addr.
1876 (___tls_get_addr_internal): Add attribute_hidden to decl.
1878 * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
1879 _dl_error_catch_tsd.
1880 * elf/rtld.c (startup_error_tsd): New function.
1881 (dl_main): Point _dl_error_catch_tsd at that.
1882 * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
1883 use new function pointer instead.
1884 * elf/dl-tsd.c: New file.
1885 * elf/Makefile (routines): Add it.
1887 2002-10-07 Roland McGrath <roland@redhat.com>
1889 * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
1890 writev if it's available. Otherwise if [RTLD_PRIVATE_ERRNO] then
1891 take _dl_load_lock around calling __writev.
1893 * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
1894 (INLINE_SYSCALL): Use that.
1896 * sysdeps/generic/dl-sysdep.h: New file.
1897 * sysdeps/mach/hurd/dl-sysdep.h: New file.
1898 * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
1899 * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
1900 [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
1902 * elf/dl-minimal.c (__errno_location): Removed.
1903 * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
1904 Use GOTOFF access for errno.
1905 * sysdeps/unix/sysv/linux/i386/sysdep.h
1906 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
1908 * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
1909 Use PC-relative access for errno.
1910 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
1911 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
1913 * include/tls.h: New file.
1914 (USE___THREAD): New macro.
1915 Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
1917 * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
1918 changed from [USE_TLS && HAVE___THREAD].
1919 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1920 * sysdeps/unix/i386/sysdep.S: Likewise.
1921 * sysdeps/unix/x86_64/sysdep.S: Likewise.
1922 * include/errno.h: Likewise.
1923 * include/netdb.h: Likewise.
1924 * include/resolv.h: Likewise.
1926 * sysdeps/generic/errno.c: New file.
1927 * csu/Makefile (aux): New variable, list errno.
1928 * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
1929 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1930 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1931 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1932 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1933 * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
1934 * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
1935 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
1936 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1937 * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
1938 * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
1939 * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
1940 * sysdeps/unix/alpha/sysdep.S: Likewise.
1941 * sysdeps/generic/start.c: Likewise.
1942 * sysdeps/unix/start.c: Likewise.
1943 * sysdeps/unix/arm/start.c: Likewise.
1944 * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
1945 * sysdeps/unix/sparc/start.c: Likewise.
1946 * sysdeps/unix/sysv/irix4/start.c: Likewise.
1947 * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
1949 * manual/search.texi (Tree Search Function, Hash Search Function):
1950 Mention search.h clearly.
1952 2002-10-05 Roland McGrath <roland@redhat.com>
1954 * elf/dl-fxstat64.c: File removed.
1955 * elf/dl-xstat64.c: File removed.
1956 * elf/Makefile (rtld-routines): Remove them.
1957 * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
1958 Instead, use strong_alias instead of versioned_symbol in the
1960 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
1961 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
1963 * include/shlib-compat.h
1964 (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
1965 [! NOT_IN_libc] (IS_IN_libc): Define it.
1966 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
1967 * elf/Makefile (CPPFLAGS-.os): Likewise.
1969 * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
1970 Return the status instead of calling exit.
1972 * Makeconfig (CFLAGS): Prepend -std=gnu99.
1973 * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
1974 Remove superfluous rm command, whose @ plus make bugs hid
1975 all these commands from the make output.
1977 * include/stubs-prologue.h: New file. Give #error under #ifdef _LIBC.
1978 * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
1979 Use that file's contents instead of literal echo's for the prologue.
1980 * include/features.h: Include <gnu/stubs.h> unconditionally.
1981 * include/gnu/stubs.h: New file.
1983 2002-09-30 Roland McGrath <roland@redhat.com>
1985 * elf/rtld-Rules: New file.
1986 * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
1987 $(objpfx)rtld-libc.a): New targets.
1988 (generated): Add them.
1989 (reloc-link): Remove -o $@ from the variable.
1990 ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
1991 (distribute): Add rtld-Rules.
1992 (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
1993 * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
1994 (common-mostlyclean, common-clean): Clean up rtld-* files.
1995 * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
1997 2002-10-11 Roland McGrath <roland@redhat.com>
1999 * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
2000 now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
2002 * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
2003 proper set of no-op insn prefixes.
2005 * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
2007 2002-10-11 Ulrich Drepper <drepper@redhat.com>
2009 * sysdeps/unix/sysv/linux/execve.c: Don't try calling
2010 __pthread_kill_other_threads_np.
2012 * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
2014 2002-10-08 Roland McGrath <roland@redhat.com>
2016 * locale/newlocale.c (__newlocale): If setting all categories to "C",
2017 just return &_nl_C_locobj instead of copying it.
2018 * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
2019 * locale/duplocale.c (__duplocale): Likewise.
2021 2002-10-07 Roland McGrath <roland@frob.com>
2023 * config.h.in (HAVE_I386_SET_GDT): New #undef.
2024 * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
2025 * sysdeps/mach/configure: Regenerated.
2027 2002-10-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2029 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
2030 Add all necessary register outputs for syscall-clobbered registers.
2032 2002-10-02 David Mosberger <davidm@hpl.hp.com>
2034 * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
2035 Itanium 2 (and Itanium).
2036 Fix unwind directives and make it fit in 80 columns.
2037 * sysdeps/ia64/memset.S: Likewise.
2038 * sysdeps/ia64/memcpy.S: Likewise.
2039 Move jump table to .rodata section.
2041 2002-10-03 Roland McGrath <roland@frob.com>
2043 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
2046 2002-10-10 Andreas Jaeger <aj@suse.de>
2048 * sysdeps/x86_64/_mcount.S: Restore correct registers.
2050 2002-10-10 Ulrich Drepper <drepper@redhat.com>
2052 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
2054 2002-10-09 Ulrich Drepper <drepper@redhat.com>
2056 * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
2057 _dl_allocate_tls_init. Add rtld_hidden_proto.
2058 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
2060 * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
2062 * version.h (VERSION): Bump to 2.3.1.
2064 * Make-dist: Add back one of the tar invocations removed before.
2066 * stdlib/Makefile (distribute): Add allocalim.h.
2068 * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
2069 (__libc_tsd_address): Use correct variable name.
2070 Patch by Stefan Jones <stefan.jones@multigig.com>.
2072 * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
2073 Reported by edwardsg@sgi.com [PR libc/4678].
2075 * Versions.def (libc): Add GLIBC_2.3.1.
2076 (libpthread): Add GLIBC_2.3.1.
2078 * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
2080 * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
2081 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
2083 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2084 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2086 * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
2087 * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
2088 and make old name an alias.
2089 * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
2090 and make old name an alias.
2091 * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
2094 * include/sys/uio.h: Declare __libc_readv and __libc_writev.
2095 * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
2097 * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
2099 * sysdeps/posix/readv.c: Likewise
2100 * sysdeps/unix/sysv/aix/readv.c: Likewise.
2101 * sysdeps/unix/sysv/linux/readv.c: Likewise.
2102 * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
2104 * sysdeps/posix/writev.c: Likewise
2105 * sysdeps/unix/sysv/aix/writev.c: Likewise.
2106 * sysdeps/unix/sysv/linux/writev.c: Likewise.
2108 * include/sys/wait.h: Declare __waitid.
2109 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
2110 * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
2112 * sysdeps/posix/waitid.c: Likewise.
2113 * sysdeps/unix/sysv/aix/waitid.c: Likewise.
2115 * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
2117 2002-10-07 Jakub Jelinek <jakub@redhat.com>
2119 * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
2121 (__MAX_ALLOCA_CUTOFF): Define.
2122 Include allocalim.h.
2123 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
2124 _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
2125 host_buffer depending on __libc_use_alloca.
2126 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
2127 _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
2128 net_buffer depending on __libc_use_alloca.
2129 * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
2130 buf depending on __libc_use_alloca.
2131 * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
2132 * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
2133 instead of hardcoded constants.
2134 Pass proper size argument to alloca and compute end for wide char
2136 * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
2137 instead of hardcoded constants.
2138 * string/strcoll.c (strcoll): Likewise.
2139 * string/strxfrm.c (strxfrm): Likewise.
2140 * sysdeps/posix/readv.c (__readv): Likewise.
2141 * sysdeps/posix/writev.c (__writev): Likewise.
2142 * sysdeps/generic/allocalim.h: New file.
2144 2002-10-08 Roland McGrath <roland@redhat.com>
2146 * configure.in (aux_missing warning): Change "too old" to
2147 "incompatible versions", since for autoconf it's "too new" right now.
2148 * configure: Regenerated.
2150 * configure.in (AUTOCONF): New check to set it. Set to "no" if the
2151 one found doesn't work on our configure.in.
2152 * configure: Regenerated.
2153 * config.make.in (AUTOCONF): New substituted variable.
2154 * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
2155 (autoconf-it): ... here, use that instead of defining conditionally.
2156 Use $(AUTOCONF) instead of literal autoconf.
2157 [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
2158 with this condition.
2159 * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
2161 2002-10-08 Ulrich Drepper <drepper@redhat.com>
2163 * Make-dist (dist): Cleanup a bit. We are not interested in the
2164 14 char filename limit anymore. Remove intermediate files and
2167 2002-10-05 Ulrich Drepper <drepper@redhat.com>
2169 * po/sk.po: Update from translation team.
2170 * po/tr.po: Likewise.
2171 * po/gl.po: Likewise.
2173 2002-10-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2175 * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
2177 2002-10-03 Ulrich Drepper <drepper@redhat.com>
2179 * version.h (RELEASE): Change to stable.
2181 2002-10-03 Jakub Jelinek <jakub@redhat.com>
2183 * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
2184 __syscall_exit_group): New prototypes.
2186 2002-10-03 Ulrich Drepper <drepper@redhat.com>
2188 * glibc 2.3 released.
2191 See ChangeLog.13 for earlier changes.