1 2005-09-27 Ulrich Drepper <drepper@redhat.com>
4 * libio/fileops.c (_IO_new_file_xsputn): Determine amount of
5 available space in non-line-buffered buffer correctly.
6 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
7 * stdio-common/Makefile (tests): Add tst-fwrite.
8 * stdio-common/tst-fwrite.c: New file.
10 2005-09-26 Ulrich Drepper <drepper@redhat.com>
13 * malloc/arena.c (ptmalloc_lock_all): If global lock already taken
14 by the same thread, just bump the counter.
15 (ptmalloc_unlock_all): If counter for recursive locks hasn't reached
16 zero, don't do anything else.
17 * malloc/Makefile (tests): Add tst-mallocfork.
18 * malloc/tst-mallocfork.c: New file.
21 * malloc/malloc.c (_int_realloc): Make error message clearer.
24 * libio/iofgets.c: Treat N==1 correctly.
25 * libio/iofgets_u.c: Likewise.
26 * libio/iofgetws.c: Likewise.
27 * libio/iofgetws_u.c: Likewise.
28 * stdio-common/Makefile (tests): Add tst-fgets.
29 * stdio-common/tst-fgets.c: New file.
31 2005-01-11 Thorsten Kukuk <kukuk@suse.de>
34 * posix/getconf.c: Add new option -a to print the names of
35 the current system configuration variables to stdout.
36 Based on patch from Josh Aas <josha@sgi.com>.
38 2005-09-26 Ulrich Drepper <drepper@redhat.com>
41 * sysdeps/posix/getaddrinfo.c (fls): New function.
42 (gaih_inet): Don't use ffs, use fls. Convert address to native byte
44 * posix/Makefile (tests): Add tst-rfc3484.
45 * posix/tst-rfc3484.c: New file.
48 * libio/iofclose.c (_IO_new_fclose): Unlock the internal lock
49 before destroying it as part of the _IO_FINISH call.
50 * libio/oldiofclose.c (_IO_old_fclose): Likewise.
53 * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
54 number of bits is multiple of 8.
55 Patch by Fredrik Tolf <fredrik@dolda2000.com>.
58 * elf/dl-load.c: Report failed loading due to ELF class mismatch
62 * manual/llio.texi (Waiting for I/O): Correct description of read
63 conditions reported by select.
65 2005-09-24 Jakub Jelinek <jakub@redhat.com>
67 * inet/getnetgrent_r.c (innetgr): Call endfct even if result != 0.
68 Return 1 only if result == 1. Patch by Benoit Capelle.
70 2005-09-25 Ulrich Drepper <drepper@redhat.com>
73 * manual/stdio.texi (Hook Functions): Correct type of position
74 parameter of seeker and fix fallout of the change in the text.
77 * iconv/loop.c [!STORE_REST] (SINGLE): Correctly record number of
78 left-over bytes and store them correctly.
79 * wcsmbs/tst-mbrtowc2.c: New file.
80 * wcsmbs/Makefile (tests): Add tst-mbrtowc2.
82 2005-09-24 Roland McGrath <roland@redhat.com>
84 * sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository.
85 * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
87 2005-09-24 Ulrich Drepper <drepper@redhat.com>
90 * locale/iso-639.def: More updates from the current spec.
92 * locale/programs/ld-address.c (address_finish): Produce better
93 error messages for invalid lang_ab use.
95 * locale/iso-639.def: Add a few updates from current spec.
97 2005-09-23 Ulrich Drepper <drepper@redhat.com>
100 * locale/iso-4217.def: Replace MGF with MGA.
102 * iconvdata/jis0208.c (__jisx0208_from_ucs4_lat1): Reduce size of
104 * iconvdata/jis0208.h (ucs4_to_jisx0208): Adjust access.
106 2004-08-13 GOTO Masanori <gotom@debian.or.jp>
109 * iconvdata/jis0208.c: Remove 0x005C mapping from
110 __jisx0208_from_ucs4_lat1.
111 Reported by Fumitoshi UKAI <ukai@debian.or.jp>
113 2005-09-23 Ulrich Drepper <drepper@redhat.com>
116 * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if
117 nothing can be written.
118 * libio/iofopncook.c (_IO_cookie_write): If something went wrong,
121 2005-09-22 Ulrich Drepper <drepper@redhat.com>
124 * posix/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
125 * posix/regcomp.c: Remove unnecessary uses of
126 unsigned RE_TRANSLATE_TYPE.
127 * posix/regex_internal.h: Likewise.
128 * posix/regex_internal.c: Likewise.
129 * posix/regexexec.c: Likewise.
130 Based on a patch by Stepan Kasal <kasal@ucw.cz>.
133 * locale/iso-4217.def: Replace TRL entry with TRY for new Turkish Lira.
136 * nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped
137 free call in code handling detection of GC runs.
139 2005-09-22 Roland McGrath <roland@redhat.com>
141 * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for
142 static __thread variable.
143 From Alexandre Oliva <aoliva@redhat.com>
145 * Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command.
146 Reported by Alexandre Oliva <aoliva@redhat.com>.
148 2005-09-20 Jakub Jelinek <jakub@redhat.com>
150 * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.
152 2005-09-20 Roland McGrath <roland@redhat.com>
154 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use execv, not execl.
157 * elf/dl-load.c (_dl_map_object_from_fd) [HAVE_Z_RELRO]: Do relro
158 magic on __stack_prot only if [SHARED]. Skip mprotect if __stack_prot
159 lies outside the page-rounded-down relro region.
161 2005-09-19 Richard Henderson <rth@redhat.com>
164 * sysdeps/unix/alpha/sysdep.h (inline_syscall1): Copy argument(s)
165 to a temporary first.
166 (inline_syscall2, inline_syscall3, inline_syscall4): Likewise.
167 (inline_syscall5, inline_syscall6): Likewise.
169 * sysdeps/alpha/ldiv.S (lldiv): Add alias.
171 2005-09-17 Ulrich Drepper <drepper@redhat.com>
174 * sysdeps/unix/sockatmark.c (sockatmark): Use SIOCATMARK correctly.
177 * debug/xtrace.sh: Add missing escape character in -? match.
178 Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
181 * wctype/wctype.h: Remove stray __END_NAMESPACE_C99.
182 * stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of
183 __END_NAMESPACE_C99 in one place.
184 * scripts/begin-end-check.pl: New file.
185 Patch by Ralph Loader <suckfish@ihug.co.nz>.
186 * Makefile: Add rules to run scripts/begin-end-check.pl.
188 2005-09-17 Andreas Jaeger <aj@suse.de>
190 * timezone/zdump.c: Include ctype.h.
192 2005-09-16 Andreas Jaeger <aj@suse.de>
195 * sysdeps/unix/sysv/linux/mips/getpagesize.c: New file.
197 2005-09-16 Maciej W. Rozycki <macro@linux-mips.org>
200 * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Load the number of
201 the syscall immediately before invocation.
202 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Likewise.
203 * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise.
205 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
207 * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall):
208 Likewise. Update inaccurate comments.
210 2005-09-13 Ulrich Drepper <drepper@redhat.com>
212 * sysdeps/posix/spawni.c (__spawni): Automatically recognize some
213 more cases when we can use vfork.
215 2005-08-29 Thomas Schwinge <schwinge@nic-nac-project.de>
218 * manual/memory.texi (Hooks for Malloc): Correct prototype of
219 my_init_hook and definition of my_free_hook.
221 2005-09-12 Roland McGrath <roland@redhat.com>
224 * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
226 Reported by Matej Vela <vela@debian.org>.
228 2005-09-12 Jakub Jelinek <jakub@redhat.com>
230 * malloc/malloc.c (struct malloc_chunk): Fix comment typo.
231 (public_cALLOc): For mmapped chunks and perturb_byte != 0,
232 don't clear SIZE_SZ bytes more than should be cleared.
234 2005-09-09 Jakub Jelinek <jakub@redhat.com>
236 * inet/getnetgrent_r.c: Include assert.
237 (setup): Remove FUNC_NAME and ALL arguments, assume they are always
239 (endnetgrent_hook): New function.
240 (internal_endnetgrent): Use it.
241 (__internal_setnetgrent_reuse): Use it. Adjust setup caller.
242 If status is NSS_STATUS_SUCCESS, yet action is continue, call
244 (internal_getnetgrent_r): Use __nss_lookup_function rather than
245 setup. Recompute getfct pointer after successful
246 __internal_setnetgrent_reuse. Don't use __nss_next.
247 (innetgr): Use __nss_lookup_function instead of __nss_lookup.
249 * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Always clear
250 data_size and cursor. Add libnss_files_hidden_proto and
251 libnss_files_hidden_def.
252 (_nss_files_setnetgrent): Call _nss_files_endnetgrent on failure.
253 * nis/nss_nis/nis-netgrp.c (internal_endnetgrent): Always clear
254 data_size and cursor.
255 (_nss_nis_setnetgrent): Don't call internal_endnetgrent.
256 (_nss_nis_getnetgrent_r): Remove result->cursor == NULL handling.
257 * nis/nss_nisplus/nisplus-netgrp.c (internal_endnetgrent): Always clear
258 data_size and position.
259 (_nss_nisplus_setnetgrent): Don't call internal_endnetgrent.
261 2005-09-09 Ulrich Drepper <drepper@redhat.com>
263 * nss/getent.c (netgroup_keys): Call endnetgrent.
266 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): We don't
267 need locking for the stream. Use feof_unlocked.
269 2005-09-09 Jakub Jelinek <jakub@redhat.com>
272 * locale/loadarchive.c (_nl_load_locale_from_archive): Free
273 normalized_codeset even if p was already normalized.
274 Reported by Jaroslav Snajdr <jsnajdr@kerio.com>.
276 2005-09-08 Roland McGrath <roland@redhat.com>
278 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
279 properly, first byte is bit number in mask. Skip disabled caps.
281 2005-07-11 Derek R. Price <derek@ximbiot.com>
284 * sysdeps/generic/glob.c (glob): Only a 0 return from
285 getlogin_r means success, according to POSIX 1003.2.
287 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
290 * time/mktime.c: Import from gnulib.
291 The following macros are now consistent with other gnulib code.
292 This does not change mktime's behavior.
293 (TYPE_IS_INTEGER): New macro.
294 (time_t_is_integer): Use it.
295 (TYPE_TWOS_COMPLEMENT): New macro.
296 (twos_complement_arithmetic): Use it.
297 (TYPE_ONES_COMPLEMENT): New macro.
298 (TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude.
299 mktime doesn't use this, but the code now matches other gnulib code.
300 (ranged_convert): Pacify GCC 4.0 in a different way, which
301 generates a few bytes less code.
302 (ranged_convert, __mktime_internal): When calling a function via a
303 pointer P, use P () rather than (*P) (), as we now assume C89 or
306 2005-09-07 Alexandre Oliva <aoliva@redhat.com>
308 * timezone/test-tz.c: Update to match tzdata2005m.
309 * timezone/tst-timezone.c: Likewise.
311 2005-09-07 Ulrich Drepper <drepper@redhat.com>
313 * posix/regexec.c (find_recover_state): Remove unnecessary
315 (transit_state_bkref): Make DFA a const pointer.
316 (get_subexp): Likewise.
317 (check_arrival): Likewise.
318 (update_cur_sifted_state): Likewise.
319 (re_search_internal): Likewise.
320 (prune_impossible_nodes): Likewise.
321 (acquire_init_state_context): Likewise.
322 (proceed_next_node): Likewise.
323 (set_regs): Likewise.
324 (free_fail_stack_return): Likewise.
325 (check_arrival_expand_ecl): Mark DFA parameter as const.
326 (check_arrival_expand_ecl_sub): Likewise.
327 (check_subexp_limits): Likewise.
328 (sub_epsilon_src_nodes): Likewise.
329 (add_epsilon_src_nodes): Likewise.
330 (merge_state_array): Likewise.
331 (update_regs): Likewise.
332 (build_trtable): Likewise.
333 (sift_states_backward): Mark MCTX parameter as const.
334 (build_sifted_states): Likewise.
335 (update_cur_sifted_state): Likewise.
336 (sift_states_mkref): Likewise.
337 (check_arrival_expand_ecl): Mark eclosure as const.
338 (check_dst_limits_calc_pos_1): Likewise.
339 * posix/regex_internal.h (re_match_context_t): Make dfa a const
342 2005-09-06 Ulrich Drepper <drepper@redhat.com>
344 * timezone/africa: Update from tzdata2005m.
345 * timezone/asia: Likewise.
346 * timezone/australasia: Likewise.
347 * timezone/backward: Likewise.
348 * timezone/europe: Likewise.
349 * timezone/northamerica: Likewise.
350 * timezone/southamerica: Likewise.
351 * timezone/zone.tab: Likewise.
352 * timezone/zdump.c: Update from tzcode2005m.
354 * posix/regexec.c (merge_state_with_log): Define dfa as const pointer.
355 (transit_state_sb): Likewise.
356 (transit_state_mb): Likewise.
357 (sift_states_iter_mb): Likewise.
358 (check_arrival_add_next_nodes): Likewise.
359 (check_node_accept_bytes): Change first parameter to pointer-to-const.
360 [_LIBC] (re_search_2_stub): Use mempcpy.
362 * posix/regex_internal.c (re_string_reconstruct): Avoid calling
363 mbrtowc for very simple UTF-8 case.
365 2005-09-01 Paul Eggert <eggert@cs.ucla.edu>
367 * posix/regex_internal.c (build_wcs_upper_buffer): Fix portability
368 bugs in int versus size_t comparisons.
370 2005-09-06 Ulrich Drepper <drepper@redhat.com>
372 * posix/regex_internal.c (re_acquire_state): Make DFA pointer arg
374 (re_acquire_state_context): Likewise.
375 * posix/regex_internal.h: Adjust prototypes.
377 2005-08-31 Jim Meyering <jim@meyering.net>
379 * posix/regcomp.c (search_duplicated_node): Make first pointer arg
381 * posix/regex_internal.c (create_ci_newstate, create_cd_newstate,
382 register_state): Likewise.
383 * posix/regexec.c (search_cur_bkref_entry, check_dst_limits):
384 (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
385 (group_nodes_into_DFAstates): Likewise.
387 2005-08-31 Paul Eggert <eggert@cs.ucla.edu>
389 * posix/regexec.c (re_search_internal): Simplify update of
390 rm_so and rm_eo by replacing "if (A == B) A += C - B;"
391 with the equivalent of "if (A == B) A = C;".
393 2005-09-06 Ulrich Drepper <drepper@redhat.com>
395 * posix/regcomp.c (re_compile_internal): Change third parameter type
397 (init_dfa): Likewise. Make sure that arithmetic on pat_len doesn't
399 * posix/regex_internal.h (struct re_dfa_t): Change type of nodes_alloc
400 and nodes_len to size_t.
401 * posix/regex_internal.c (re_dfa_add_node): Use size_t as type for
402 new_nodes_alloc. Check for overflow.
404 2005-08-31 Paul Eggert <eggert@cs.ucla.edu>
406 * posix/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
407 (optimize_subexps, lower_subexp):
408 Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
409 since the signed shift might overflow. Use 1u<<31 instead.
410 * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
412 * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise.
413 (check_subexp_matching_top): Likewise.
414 * posix/regcomp.c (optimize_subexps, lower_subexp):
415 Use CHAR_BIT rather than 8, for clarity.
416 * posix/regexec.c (check_dst_limits_calc_pos_1):
417 (check_subexp_matching_top): Likewise.
418 * posix/regcomp.c (init_dfa): Make table_size unsigned, so that we
419 don't have to worry about portability issues when shifting it left.
420 Remove no-longer-needed test for table_size > 0.
421 * posix/regcomp.c (parse_sub_exp): Do not shift more bits than there
422 are in a word, as the resulting behavior is undefined.
423 * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise;
424 in one case, a <= should have been an <, and in another case the
425 whole test was missing.
426 * posix/regex_internal.h (BYTE_BITS): Remove. All uses changed to
427 the standard name CHAR_BIT.
429 * posix/regex_internal.h (re_sub_match_top_t): Remove unused member
431 (struct re_dfa_t): Remove unused member states_alloc.
432 * posix/regcomp.c (init_dfa): Don't initialize unused members.
434 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
436 * posix/regexec.c (set_regs): Don't alloca with an unbounded size.
438 alloca modernization/simplification for regex.
439 * posix/regex.c: Remove portability cruft for alloca. This no longer
440 needs to be at the start of the file, and can be moved into
441 regex_internal.h and simplified.
442 * posix/regex_internal.h: Include <alloca.h>.
443 (__libc_use_alloca) [!defined _LIBC]: New macro.
444 * posix/regexec.c (build_trtable): Remove "#ifdef _LIBC",
445 since the code now works outside glibc.
447 2005-09-06 Ulrich Drepper <drepper@redhat.com>
449 * include/regex.h: Remove use of _RE_ARGS.
451 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
453 * posix/regexec.c (find_recover_state): Change "err" to "*err".
455 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
457 * posix/regcomp.c (regerror): Pointer args are 'restrict',
459 * posix/regex.h (regerror): Likewise.
460 * manual/pattern.texi (POSIX Regexp Compilation): Likewise.
461 Similarly for regcomp and regexec. Also, first 2 args of regexec
462 and 2nd arg of regerror are const.
464 * posix/regex.c: Do not include <sys/types.h>, as POSIX no longer
465 requires this. (The code never needed it.)
467 2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
469 * posix/regexec.c (sift_states_bkref): re_node_set_insert returns
470 int, not reg_errcode_t.
472 * posix/regex_internal.c (calc_state_hash): Put 'inline' before type,
473 since some broken compilers warn about it otherwise.
475 * posix/regcomp.c (create_initial_state): Remove duplicate decl.
477 2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
479 * posix/regex.h (_RE_ARGS): Remove. No longer needed, since we assume
480 C89 or better. All uses removed.
482 2005-09-06 Ulrich Drepper <drepper@redhat.com>
484 * posix/regex.c: Prevent using C++ compilers.
486 2005-08-19 Paul Eggert <eggert@cs.ucla.edu>
488 * posix/regcomp.c (duplicate_node): Return new index, not an error
489 code, and let the caller return REG_ESPACE if out of space. This
490 removes an uninitialied-variable warning with GCC 4.0.1, and also
491 avoids taking the address of a local variable. All callers
494 2005-09-06 Ulrich Drepper <drepper@redhat.com>
496 * include/time.h (__strptime_internal): Rename parameter to avoid
497 bogus compiler warning.
499 2005-08-19 Jim Meyering <jim@meyering.net>
501 * posix/regexec.c (proceed_next_node): Redo local variables to
502 avoid GCC shadowing warnings.
504 2005-09-06 Ulrich Drepper <drepper@redhat.com>
506 * posix/regex_internal.c (re_acquire_state): Minor code rearrangement.
507 (re_acquire_state_context): Likewise.
509 2005-08-19 Paul Eggert <eggert@cs.ucla.edu>
511 * posix/regex_internal.c (re_string_realloc_buffers):
512 (re_node_set_insert, re_node_set_insert_last, re_dfa_add_node):
513 Rename local variables to avoid GCC shadowing warnings.
515 2005-07-08 Eric Blake <ebb9@byu.net>
516 Paul Eggert <eggert@cs.ucla.edu>
518 * posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not
519 wchar_t. Remove now-unnecessary cast.
520 (build_range_exp): Likewise.
522 2005-08-31 Bob Wilson <bob.wilson@acm.org>
524 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Remove the
525 exponent bias from the increment value for scaling by 2^60.
527 2005-09-05 Alexandre Oliva <aoliva@redhat.com>
529 * configure.in: Compile source test file with -fPIC for -shared.
531 2005-09-04 Ulrich Drepper <drepper@redhat.com>
533 * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use,
534 it wasn't used. Remove use of from_object and to_object variable,
535 replace with some constants. Adjust users.
537 * sysdeps/i386/bits/string.h: Removed.
539 * stdio-common/Makefile (tests): Add tst-put-error.
540 * stdio-common/tst-put-error.c: New file.
541 * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more
542 data would have to be written signal error.
543 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
545 * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0.
547 2005-09-02 Ulrich Drepper <drepper@redhat.com>
549 * elf/dl-load.c (_dl_map_object_from_fd): No need to change
550 protection of memory used for the last segment.
552 2005-08-22 Robert Millan <robertmh@gnu.org>
554 * sysdeps/mach/hurd/nfs/nfs.h: Move to ...
555 * sysdeps/generic/nfs/nfs.h: ... here.
557 2005-09-01 Ulrich Drepper <drepper@redhat.com>
559 * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf.
560 Add __wur to feof{,_unlocked}, ferror{,_unlocked},
561 fileno{,_unlocked}, and popen.
563 2005-08-30 Ulrich Drepper <drepper@redhat.com>
565 * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.
567 2005-08-01 Bob Wilson <bob.wilson@acm.org>
568 Richard Sandiford <richard@codesourcery.com>
570 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Add missing
571 exponent bias to the value for 2^126.
573 2005-08-30 Jakub Jelinek <jakub@redhat.com>
574 Alan Modra <amodra@bigpond.net.au>
576 * elf/dl-addr.c (_dl_addr): Use DL_ADDR_SYM_MATCH macro.
577 * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): Define.
578 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h: New file.
580 2005-08-23 Ulrich Drepper <drepper@redhat.com>
582 * nscd/nscd.c (main): Use error while process isn't running in the
583 background, not dbg_log.
584 * nscd/nscd_conf.c (nscd_parse_file): Likewise.
585 Mark messages with _(). Unify testing for database name.
587 * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.
588 (dbs): Initialize max_db_size fields.
589 (nscd_init): When mapping the database, use max_db_size as the
590 mapping size even if it is bigger than the file size.
591 * nscd/mem.c (mempool_alloc): When resizing the file make sure the
592 limit in max_db_size is not exceeded. Don't use mremap, just
593 posix_fallocate is enough (according to Linus). Use posix_fallocate
595 * nscd/nscd.conf: Add max-db-size parameters.
596 * nscd/nscd.h (struct database_dyn): Add max_db_size field.
597 Define DEFAULT_MAX_DB_SIZE and DEFAULT_DATASIZE_PER_BUCKET.
598 Temporarily define TEMP_FAILURE_RETRY_VAL here.
599 * nscd/nscd_conf.c (nscd_parse_file): Parse max-db-size parameter
600 and add sanity checks for it.
602 * nscd/aicache.c (addhstaiX): Use send with MSG_NOSIGNAL not write to
604 * nscd/connection.c (writeall): Likewise.
605 (handle_request): Likewise.
606 * nscd/grpcache.c (cache_addgr): Likewise.
607 * nscd/hstcache.c (cache_addhst): Likewise.
608 * nscd/initgrcache.c (addinitgroupsX): Likewise.
609 * nscd/nscd.c (parse_opt): Likewise.
610 * nscd/nscd_stat.c (send_stats): Likewise.
611 (receive_print_stats): Likewise.
612 * nscd/pwdcache.c (cache_addpw): Likewise.
614 * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
616 2005-08-22 Jakub Jelinek <jakub@redhat.com>
618 * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by
619 sizeof (wchar_t) rather than multiplying __len by sizeof (wchar_t).
620 Pass __bos (__dst) / sizeof (wchar_t) to the *_chk routine.
621 * wcsmbs/bits/wchar2.h (mbsrtowcs, mbsnrtowcs): Likewise.
622 * debug/mbsnrtowcs_chk.c (__mbsnrtowcs_chk): Don't multiply
623 len by sizeof (wchar_t).
624 * debug/mbsrtowcs_chk.c (__mbsrtowcs_chk): Likewise.
625 * debug/mbstowcs_chk.c (__mbstowcs_chk): Likewise.
626 Fix type of SRC argument. Pass &SRC rather than SRC to
628 * debug/wcstombs_chk.c (__wcstombs_chk): Pass &SRC rather than SRC
630 * debug/tst-chk1.c: Include assert.h.
631 (do_test): Change enough array from VLA into a fixed size array.
632 Assert that MB_CUR_MAX is <= sizeof (enough). Use FAIL () macro
633 instead of print error details. Add several new tests.
634 Kill some unused variable warnings.
636 2005-08-21 Ulrich Drepper <drepper@redhat.com>
638 * resolv/res_send.c (Aerror): Fix printing IP address.
640 * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect.
642 2005-08-19 H.J. Lu <hongjiu.lu@intel.com>
644 * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort.
646 2005-08-17 Robert Love <rml@novell.com>
648 * sysdeps/unix/sysv/linux/sys/inotify.h: Add IN_MOVE_SELF event.
650 2005-08-19 Bruno Haible <bruno@clisp.org>
652 * intl/localealias.c (read_alias_file): In case of failure, close the
653 file descriptor and sort the array before returning.
655 2005-08-19 Ulrich Drepper <drepper@redhat.com>
657 * malloc/Makefile: Link libmemusage.so with ld.so.
658 * malloc/memusage.c: Use atomic operations for all counter and size
659 computations. Handle thread stacks.
660 * sysdeps/generic/memusage.h: Define memusage_cntr_t and
662 * sysdeps/i386/i686/memusage.h: New file.
663 * include/atomic.h: Define atomic_max and atomic_min.
665 * debug/tst-chk1.c: Add tests for mbstowcs and wcstombs.
667 2005-08-17 Paul Eggert <eggert@cs.ucla.edu>
670 * posix/regex.h: Remove spurious space-before-tab. From gnulib.
672 2005-08-16 Ulrich Drepper <drepper@redhat.com>
674 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
676 * sysdeps/unix/sysv/linux/sys/inotify.h: New file.
677 * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls.
679 * nscd/cache.c (prune_cache): Add more debug output. Only for
680 debug level 3 and higher and very verbose.
682 * nscd/cache.c (prune_cache): Use stat64 not stat.
683 * nscd/connections.c (nscd_init): Likewise.
685 2005-08-10 Sergio Gelato <Sergio.Gelato@astro.su.se>
688 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check
689 from (len > 0) to (len >= 0).
691 2005-08-16 Ulrich Drepper <drepper@redhat.com>
693 * nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable.
694 Reported by Thomas Schwinge.
696 2005-08-15 Jakub Jelinek <jakub@redhat.com>
698 * nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly.
700 2005-08-16 Ulrich Drepper <drepper@redhat.com>
702 * nss/getent.c (more_help): Use open_memstream instead of handling
703 memory allocation ourselves.
705 2005-08-16 Jay Fenlason <fenlason@redhat.com>
707 * nss/getent.c (parse_options): change the -s option to support
708 {database}:{search} to override /etc/resolv.conf for only the
711 2005-08-08 Ulrich Drepper <drepper@redhat.com>
713 * nscd/connections.c (main_loop_epoll): Pass NULL as event
714 argument for epoll_ctl(EPOLL_CTL_DEL) calls.
716 * nscd/nscd_stat.c (receive_print_stats): Really print values of
717 thread number, paranoia, and restart interval the server is using.
719 * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.
720 * include/stdio.h: Add libc_hidden_proto for __vfprintf_chk.
721 * debug/vfprintf_chk.c: Add libc_hidden_def.
723 2005-08-08 Roland McGrath <roland@redhat.com>
725 * argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
726 (__argp_failure): Likewise.
728 2005-08-08 Ulrich Drepper <drepper@redhat.com>
730 * nscd/cache.c (cache_add): Commit hash table and header to disk.
732 * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
733 * nscd/connections.c (nscd_init): Likewise.
735 2005-08-08 Jakub Jelinek <jakub@redhat.com>
737 * stdio-common/fxprintf.c: Include libioP.h.
739 * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
740 getdomainname): Add __NTH.
741 * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs):
743 (realpath): Likewise. Use __const instead of const. Add __restrict
745 * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf.
746 * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset,
747 wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb,
748 mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH.
749 * string/bits/string3.h (__memset_ichk): Likewise.
750 (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk,
751 __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk,
752 __strncat_ichk): Likewise. Use __const instead of const.
753 (__stpncpy_chk): Use __const instead of const.
754 (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT.
756 2005-08-08 Ulrich Drepper <drepper@redhat.com>
757 Jakub Jelinek <jakub@redhat.com>
759 * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move
761 * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here.
762 * nscd/connections.c (usekey): New enum.
763 (check_use, verify_persistent_db): New functions.
764 (nscd_init): If persistent database is corrupted, unlink it and
765 recreate rather than falling back to non-persistent database.
766 Call verify_persistent_db. Avoid overflows in total computation.
768 2005-08-08 Ulrich Drepper <drepper@redhat.com>
770 * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code
771 better readable. Avoid passing var to loop function, it's not
774 2005-08-07 Ulrich Drepper <drepper@redhat.com>
776 * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
779 2005-08-05 Ulrich Drepper <drepper@redhat.com>
781 * timezone/checktab.awk: Update from tzcode2005k.
782 * timezone/private.h: Likewise.
783 * timezone/scheck.c: Likewise.
784 * timezone/tzselect.ksh: Likewise.
785 * timezone/zdump.c: Likewise.
786 * timezone/zic.c: Likewise.
787 * timezone/africa: Update from tzdata2005k.
788 * timezone/antarctica: Likewise.
789 * timezone/asia: Likewise.
790 * timezone/australasia: Likewise.
791 * timezone/europe: Likewise.
792 * timezone/iso3166.tab: Likewise.
793 * timezone/leapseconds: Likewise.
794 * timezone/northamerica: Likewise.
795 * timezone/solar87: Likewise.
796 * timezone/solar88: Likewise.
797 * timezone/solar89: Likewise.
798 * timezone/southamerica: Likewise.
799 * timezone/zone.tab: Likewise.
801 2005-08-05 Roland McGrath <roland@redhat.com>
803 * mach/shortcut.awk: Ignore `weak_alias' lines.
804 Reported by Alfred M. Szmidt <ams@gnu.org>.
806 * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
807 Reported by Alfred M. Szmidt <ams@gnu.org>.
809 2005-08-03 Dwayne Grant McConnell <dgm69@us.ibm.com>
811 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s):
812 Use +=, not =, to append. Remove duplicate flags.
813 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
814 Likewise. Fix comments.
816 2005-08-01 Ulrich Drepper <drepper@redhat.com>
818 * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
819 call if it returned EINTR.
821 2005-07-31 Ulrich Drepper <drepper@redhat.com>
823 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
824 helper variable into .data.rel.ro. Simplify the code. Extend
825 comment to explain prelinking.
827 2005-07-31 Andreas Jaeger <aj@suse.de>
829 * include/bits/syslog.h: New file.
831 2005-07-30 Ulrich Drepper <drepper@redhat.com>
833 * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value
834 up. We have more program header entries now and the note section
835 was normally not loaded.
837 * nis/nis_subr.c: Some minor code cleanups.
839 2005-07-29 Ulrich Drepper <drepper@redhat.com>
841 * misc/bits/syslog.h: New file.
842 * misc/sys/syslog.h: Include <bits/syslog.h> for fortification.
843 * misc/Makefile (headers): Add bits/syslog.h.
844 * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto.
845 * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk.
846 Call __vfprintf_chk if necessary. Make vsyslog a wrapper. Add
848 * misc/Versions: Export __syslog_chk and __vsyslog_chk.
850 2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
853 * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
855 2005-07-28 Ulrich Drepper <drepper@redhat.com>
857 * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper
860 2005-07-28 Jakub Jelinek <jakub@redhat.com>
862 * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
864 * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
866 2005-07-28 Ulrich Drepper <drepper@redhat.com>
868 * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
869 around a pair of new, generalized functions. 22% size reduction.
871 2005-07-27 Ulrich Drepper <drepper@redhat.com>
873 * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.
874 Rearrange code. This reduces the code size 10%.
876 2005-07-26 Jakub Jelinek <jakub@redhat.com>
878 * misc/error.c (error_tail): Fix a comment typo.
880 2005-07-25 Ulrich Drepper <drepper@redhat.com>
882 * po/zh_TW.po: Update from translation team.
884 * debug/mbstowcs_chk.c: New file.
885 * debug/wcstombs_chk.c: New file.
886 * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk.
887 * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk.
888 * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs.
890 * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing.
892 2005-07-24 Ulrich Drepper <drepper@redhat.com>
894 * string/test-memset.c (test_main): Use negative byte value in
897 * string/test-memset.c (do_one_test): Compare effect of call, not
899 Add a few casts to avoid warnings.
901 2005-07-24 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
903 * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
905 2005-07-24 Ulrich Drepper <drepper@redhat.com>
908 * posix/Makefile (tests): Add tst-execvp4.
909 * posix/tst-execvp4.c: New file.
911 2005-07-24 Jakub Jelinek <jakub@redhat.com>
914 * posix/execvp.c (execvp): Change path_malloc to
915 char *, free that pointer on failure.
917 2005-07-24 Ulrich Drepper <drepper@redhat.com>
919 * wcsmbs/bits/wchar2.h: Use __FILE not FILE.
920 * wcsmbs/Makefile: Add rules to build and run tst-wchar-h.
921 * wcsmbs/tst-wchar-h.c: New file.
923 2005-07-22 Ulrich Drepper <drepper@redhat.com>
925 * stdio-common/fxprintf.c (__fxprintf): Define variable more local.
927 2005-07-22 Jakub Jelinek <jakub@redhat.com>
929 * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
930 __gnuc_va_list rather than _G_va_list.
932 2005-07-22 Roland McGrath <roland@redhat.com>
935 * Makerules ($(objpfx)stubs): Fix last change.
937 2005-07-21 Roland McGrath <roland@redhat.com>
939 * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
941 * stdlib/Makefile (headers): Move bits/wchar.h to ...
942 * wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
944 2005-07-21 Jakub Jelinek <jakub@redhat.com>
946 * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
947 * debug/tst-chk1.c (do_test): Add test for swprintf with format
948 being the last argument.
950 2005-07-21 Thorsten Kukuk <kukuk@suse.de>
952 * debug/getgroups_chk.c (__getgroups_chk): Fix return value.
954 * stdio-common/fxprintf.c: Include string.h.
956 2005-07-20 Ulrich Drepper <drepper@redhat.com>
959 * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
960 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
961 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
963 2005-07-20 Bob Wilson <bob.wilson@acm.org>
964 Darin Petkov <darin@tensilica.com>
967 * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
969 2005-07-20 Jakub Jelinek <jakub@redhat.com>
971 * include/stdio.h (__fxprintf): Remove wfmt argument.
972 * stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h.
973 (__fxprintf): Remove wfmt argument, create wfmt format string on
975 * argp/argp-fmtstream.c: Adjust all __fxprintf callers.
976 * argp/argp-help.c: Likewise.
977 * assert/assert-perr.c: Likewise.
978 * assert/assert.c: Likewise.
979 * gmon/gmon.c: Likewise.
980 * inet/rcmd.c: Likewise.
981 * malloc/obstack.c: Likewise.
982 * misc/error.c: Likewise.
983 * misc/getpass.c: Likewise.
984 * posix/getopt.c: Likewise.
985 * resolv/res_hconf.c: Likewise.
986 * stdio-common/perror.c: Likewise.
987 * stdio-common/psignal.c: Likewise.
988 * stdlib/fmtmsg.c: Likewise.
989 * sunrpc/auth_unix.c: Likewise.
990 * sunrpc/clnt_perr.c: Likewise.
991 * sunrpc/clnt_tcp.c: Likewise.
992 * sunrpc/clnt_udp.c: Likewise.
993 * sunrpc/clnt_unix.c: Likewise.
994 * sunrpc/svc_simple.c: Likewise.
995 * sunrpc/svc_tcp.c: Likewise.
996 * sunrpc/svc_udp.c: Likewise.
997 * sunrpc/svc_unix.c: Likewise.
998 * sunrpc/xdr.c: Likewise.
999 * sunrpc/xdr_array.c: Likewise.
1000 * sunrpc/xdr_rec.c: Likewise.
1001 * sunrpc/xdr_ref.c: Likewise.
1002 * sysdeps/generic/wordexp.c: Likewise.
1004 2005-07-20 Ulrich Drepper <drepper@redhat.com>
1006 * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,
1007 wcsrtombs, mbsnrtowcs, and wcsnrtombs.
1008 * debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk,
1009 wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk.
1010 * debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk,
1011 __wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk.
1012 * debug/tst-chk1.c: Add tests for new functions.
1013 * debug/mbsnrtowcs_chk.c: New file.
1014 * debug/mbsrtowcs_chk.c: New file.
1015 * debug/wcrtomb_chk.c: New file.
1016 * debug/wcsnrtombs_chk.c: New file.
1017 * debug/wcsrtombs_chk.c: New file.
1019 2005-07-19 Ulrich Drepper <drepper@redhat.com>
1021 * stdio-common/Makefile (aux): Add fxprintf.
1022 * stdio-common/fxprintf.c: New file.
1023 * include/stdio.h: Add declaration for __fxprintf.
1024 * argp/argp-fmtstream.c: Use __fxprintf instead of inline stream
1025 orientation test and two separate function calls.
1026 * argp/argp-help.c: Likewise.
1027 * assert/assert-perr.c: Likewise.
1028 * assert/assert.c: Likewise.
1029 * gmon/gmon.c: Likewise.
1030 * inet/rcmd.c: Likewise.
1031 * malloc/obstack.c: Likewise.
1032 * misc/error.c: Likewise.
1033 * misc/getpass.c: Likewise.
1034 * posix/getopt.c: Likewise.
1035 * resolv/res_hconf.c: Likewise.
1036 * stdio-common/perror.c: Likewise.
1037 * stdio-common/psignal.c: Likewise.
1038 * stdlib/fmtmsg.c: Likewise.
1039 * sunrpc/auth_unix.c: Likewise.
1040 * sunrpc/clnt_perr.c: Likewise.
1041 * sunrpc/clnt_tcp.c: Likewise.
1042 * sunrpc/clnt_udp.c: Likewise.
1043 * sunrpc/clnt_unix.c: Likewise.
1044 * sunrpc/svc_simple.c: Likewise.
1045 * sunrpc/svc_tcp.c: Likewise.
1046 * sunrpc/svc_udp.c: Likewise.
1047 * sunrpc/svc_unix.c: Likewise.
1048 * sunrpc/xdr.c: Likewise.
1049 * sunrpc/xdr_array.c: Likewise.
1050 * sunrpc/xdr_rec.c: Likewise.
1051 * sunrpc/xdr_ref.c: Likewise.
1052 * sysdeps/generic/wordexp.c: Likewise.
1055 * misc/Makefile: Add rules to build and run tst-error1.
1056 * misc/tst-error1.c: New file.
1057 * misc/error.c: Fix memory leak and possibly endless loop.
1059 * configure.in: Check for -fstack-protector gcc option.
1060 * config.make.in (have-ssp): Add template.
1061 * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported.
1063 * nscd/nscd.c (main): Don't ignore result of chdir call.
1065 2005-07-18 Roland McGrath <roland@redhat.com>
1068 * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
1069 objdump command line.
1071 2005-07-18 Ulrich Drepper <drepper@redhat.com>
1073 * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
1075 * nscd/connections.c: Fix a few wur warnings.
1078 * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
1079 length. Patch by Ivan Gyurdiev <ivg2@cornell.edu>.
1081 * debug/confstr_chk.c: New file.
1082 * debug/getdomainname_chk.c: New file.
1083 * debug/getgroups_chk.c: New file.
1084 * debug/gethostname_chk.c: New file.
1085 * debug/getlogin_r_chk.c: New file.
1086 * debug/ttyname_r_chk.c: New file.
1087 * posix/bits/unistd.h: Add definitions for new debug versions.
1088 * debug/tst-chk1.c: Add tests for new functions.
1089 * debug/Versions: Export new functions.
1090 * debug/Makefile (routines): Add new files.
1092 * stdlib/bits/stdlib.h: Fix typo.
1094 2005-07-13 Thorsten Kukuk <kukuk@suse.de>
1096 * manual/Makefile (libc/index.html): Depend on dir-add.texi.
1098 2005-07-15 Ulrich Drepper <drepper@redhat.com>
1100 * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT
1102 * wcsmbs/bits/wchar2.h: Likewise.
1104 2005-07-15 Andreas Jaeger <aj@suse.de>
1106 * debug/Makefile (tst-lfschk3-ENV): New, set locale.
1107 (tst-lfschk2-ENV): New.
1108 (tst-lfschk1-ENV): New.
1109 (tst-chk3-ENV): New.
1110 (tst-chk2-ENV): New.
1111 (tst-chk1-ENV): New.
1114 * include/stdlib.h: Remove malloc attribute from __posix_memalign.
1115 * stdlib/stdlib.h: Likewise.
1117 2005-07-15 Ulrich Drepper <drepper@redhat.com>
1119 * wcsmbs/bits/wchar2.h: New file.
1120 * include/bits/wchar2.h: New file.
1121 * wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
1123 * wcsmbs/wcsncpy.c: Add __wcsncpy alias.
1124 * string/bits/string3.h: Add fortified stpncpy definitions.
1125 * sysdeps/generic/stpncpy_chk.c: New file.
1126 * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
1127 Export _IO_wstrn_jumps.
1128 * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
1129 * include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
1130 * debug/fgetws_chk.c: New file.
1131 * debug/fgetws_u_chk.c: New file.
1132 * debug/fwprintf_chk.c: New file.
1133 * debug/swprintf_chk.c: New file.
1134 * debug/vfwprintf_chk.c: New file.
1135 * debug/vswprintf_chk.c: New file.
1136 * debug/vwprintf_chk.c: New file.
1137 * debug/wcpcpy_chk.c: New file.
1138 * debug/wcpncpy_chk.c: New file.
1139 * debug/wcscat_chk.c: New file.
1140 * debug/wcscpy_chk.c: New file.
1141 * debug/wcsncat_chk.c: New file.
1142 * debug/wcsncpy_chk.c: New file.
1143 * debug/wmemcpy_chk.c: New file.
1144 * debug/wmemmove_chk.c: New file.
1145 * debug/wmempcpy_chk.c: New file.
1146 * debug/wmemset_chk.c: New file.
1147 * debug/wprintf_chk.c: New file.
1148 * debug/tst-chk1.c: Add tests for new functions.
1149 * debug/Versions: Export new functions.
1150 * debug/Makefile (routines): Add new functions.
1152 2005-07-13 Ulrich Drepper <drepper@redhat.com>
1154 * nscd/nscd_helper.c: Add a few __builtin_expect.
1157 * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
1158 * nscd/nscd_helper.c (wait_on_socket): New function.
1159 (get_mapping): Use wait_on_socket instead of poll. The former handles
1160 EINTR of poll correctly.
1161 (__nscd_open_socket): Likewise.
1162 (get_mapping): Make sure BUF is aligned correctly.
1163 (get_mapping): Use munmap on correct pointer.
1165 2005-07-12 Ulrich Drepper <drepper@redhat.com>
1167 * include/libc-symbols.h: Define macros for librt hidden symbols.
1168 * include/time.h: Add librt_hidden_proto definition for clock_gettime.
1169 * sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
1170 * sysdeps/unix/clock_gettime.c: Likewise.
1172 * stdlib/bits/stdlib.h: New file.
1173 * stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
1175 * Makefile (headers): Add bits/stdlib.h.
1176 * include/bits/stdlib.h: New file.
1177 * debug/Depend: New file.
1178 * debug/ptsname_r_chk.c: New file.
1179 * debug/realpath_chk.c: New file.
1180 * debug/wctomb_chk.c: New file.
1181 * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
1183 * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
1185 * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
1188 2005-07-12 Jakub Jelinek <jakub@redhat.com>
1191 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
1192 (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
1193 instead of read and close_not_cancel_no_status instead of close.
1196 * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
1197 HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
1199 2005-06-27 Carlos O'Donell <carlos@systemhalted.org>
1201 * posix/regcomp.c (re_compile_internal): Call __libc_lock_init
1204 2005-07-08 Ulrich Drepper <drepper@redhat.com>
1206 * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret. Remove
1208 * sysdeps/x86_64/fpu/s_sincos.S: New file.
1210 * include/fenv.h: Add libm_hidden_proto for fesetround and
1212 * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def.
1213 * sysdeps/alpha/fpu/fesetround.c: Likewise.
1214 * sysdeps/generic/feholdexcpt.c: Likewise.
1215 * sysdeps/generic/fesetround.c: Likewise.
1216 * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
1217 * sysdeps/i386/fpu/fesetround.c: Likewise.
1218 * sysdeps/ia64/fpu/feholdexcpt.c: Likewise.
1219 * sysdeps/ia64/fpu/fesetround.c: Likewise.
1220 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
1221 * sysdeps/powerpc/fpu/fesetround.c: Likewise.
1222 * sysdeps/s390/fpu/feholdexcpt.c: Likewise.
1223 * sysdeps/s390/fpu/fesetround.c: Likewise.
1224 * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise.
1225 * sysdeps/sh/sh4/fpu/fesetround.c: Likewise.
1226 * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
1227 * sysdeps/sparc/fpu/fesetround.c: Likewise.
1228 * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise.
1229 * sysdeps/x86_64/fpu/fesetround.c: Likewise.
1230 * sysdeps/generic/s_significand.c (__significand): Use __ilogb not
1232 * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf
1234 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and
1235 __cos, not sin and cos.
1237 2005-07-07 Ulrich Drepper <drepper@redhat.com>
1239 * resolv/res_send.c (send_dg): Recognize referral results and
1240 treat them as server errors.
1241 Based on a patch by Jason Vas Dias <jvdias@redhat.com>.
1243 2005-07-08 Carlos O'Donell <carlos@systemhalted.org>
1245 * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.
1247 * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
1248 * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
1249 * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
1250 * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
1251 * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
1252 * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
1254 2005-07-07 Ulrich Drepper <drepper@redhat.com>
1256 * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
1257 * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise.
1258 * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
1259 * sysdeps/generic/s_ctan.c (__ctan): Likewise.
1260 * sysdeps/generic/s_ctanf.c (__ctanf): Likewise.
1261 * sysdeps/generic/s_ctanl.c (__ctanl): Likewise.
1263 2005-04-13 H.J. Lu <hongjiu.lu@intel.com>
1266 * csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
1267 (__preinit_array_end): Likewise.
1268 (__init_array_start): Likewise.
1269 (__init_array_end): Likewise.
1270 (__libc_csu_init): Take int argc, char **argv, char **envp.
1271 Call preinit_array and init_array with argc, argv, envp.
1272 * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
1274 * sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
1275 * elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
1276 tst-array5dep.c, and tst-array5.exp.
1277 (tests): Add tst-array5.
1278 (tests-static): Add tst-array5-static.
1279 ($(objpfx)tst-array5): New target.
1280 ($(objpfx)tst-array5.out): Likewise.
1281 ($(objpfx)tst-array5-static.out): Likewise.
1282 * elf/tst-array5-static.c: New file.
1283 * elf/tst-array5-static.exp: Likewise.
1284 * elf/tst-array5.c: Likewise.
1285 * elf/tst-array5.exp: Likewise.
1286 * elf/tst-array5dep.c: Likewise.
1288 2005-07-07 Ulrich Drepper <drepper@redhat.com>
1290 * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
1292 2005-07-05 Jakub Jelinek <jakub@redhat.com>
1294 * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
1295 Reported by Ulrich Weigand <uweigand@de.ibm.com>.
1297 * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.
1299 2005-07-06 Ulrich Drepper <drepper@redhat.com>
1301 * elf/dl-error.c (_dl_signal_error): When testing for executable
1302 being relocated, take into account that nothing might even be loaded.
1304 * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define
1305 consider_profiling always to zero. Don't count of compiler to
1306 remove unreached if block.
1307 * sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile):
1309 * sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
1310 * sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
1311 * sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile):
1313 * sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile):
1315 * sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF]
1316 (_dl_profile_resolve): Likewise.
1317 * sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF]
1318 (_dl_profile_resolve): Likewise.
1319 * gmon/Makefile: Add rules to build and run tst-profile-static.
1320 * gmon/tst-profile-static.c: New file.
1321 * Makeconfig (+link-static): Allow passing program-specific flags.
1323 2005-07-05 Thorsten Kukuk <kukuk@suse.de>
1326 * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
1327 module provides getgrgid_r.
1328 (getgrnam_plusgroup): Preserve original return value.
1329 * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
1330 original return value.
1331 * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.
1333 2005-07-05 Ulrich Drepper <drepper@redhat.com>
1336 * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
1338 (build_wcs_upper_buffer): Likewise.
1340 * csu/elf-init.c (__libc_csu_fini): Pretty printing.
1342 2005-07-02 Roland McGrath <roland@redhat.com>
1344 * NEWS: Note LinuxThreads removal.
1345 * manual/install.texi (Installation): Don't mention linuxthreads.
1346 (Configuring and compiling): Don't use linuxthreads as example.
1348 * sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only,
1350 * sysdeps/unix/sysv/linux/configure: Regenerated.
1351 * resolv/Depend: Add nptl.
1352 * rt/Depend: Likewise.
1354 * linuxthreads, linuxthreads_db: Directories removed (preserved in
1357 2005-06-27 Jakub Jelinek <jj@ultra.linux.cz>
1360 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
1363 2005-06-16 Jakub Jelinek <jakub@redhat.com>
1366 * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.
1368 2005-06-23 Thorsten Kukuk <kukuk@suse.de>
1371 * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
1372 with own translation.
1374 2005-06-25 Jakub Jelinek <jakub@redhat.com>
1377 * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
1378 t2 to uint32_t instead of ulong.
1379 * sunrpc/Makefile (tests): Add tst-xdrmem.
1380 * sunrpc/tst-xdrmem.c: New test.
1382 * Versions.def (ld): Add GLIBC_2.4.
1383 * configure.in: Add --enable-stackguard-randomization option.
1384 (ENABLE_STACKGUARD_RANDOMIZE): New define.
1385 * config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
1386 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
1387 (_dl_setup_stack_chk_guard): New inline function.
1388 * sysdeps/generic/dl-osinfo.h: Include stdint.h.
1389 (_dl_setup_stack_chk_guard): New inline function.
1390 * elf/rtld.c (__stack_chk_guard): New variable.
1391 (dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
1392 Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
1393 use THREAD_SET_STACK_GUARD if defined.
1394 * elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
1395 * sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
1396 (__libc_start_main): Set __stack_chk_guard to
1397 _dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
1398 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
1399 traces of TLS_INIT_TP_EXPENSIVE.
1400 * debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
1401 * debug/Makefile (routines): Add stack_chk_fail.
1402 (static-only-routines): Add stack_chk_fail_local.
1403 * debug/stack_chk_fail_local.c: New file.
1404 * debug/stack_chk_fail.c: New file.
1405 * elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
1407 * elf/tst-stackguard1.c: New file.
1408 * elf/tst-stackguard1-static.c: New file.
1409 * elf/stackguard-macros.h: New file.
1411 2005-06-21 Ulrich Drepper <drepper@redhat.com>
1413 * resource/Makefile (tests): Add tst-getrlimit.
1414 * resource/tst-getrlimit.c: New file.
1416 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
1417 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1418 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1420 2005-06-20 Ulrich Drepper <drepper@redhat.com>
1422 * nscd/nscd.init: Get more in line with lsb3.
1423 * nscd/nscd.c: Adjust some error codes to fit in better with lsb3.
1424 * nscd/connections.c: Likewise.
1426 2005-06-20 Jakub Jelinek <jakub@redhat.com>
1429 * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
1430 _LINUX_QUOTA_VERSION >= 2.
1431 (_LINUX_QUOTA_VERSION): Define if not yet defined.
1433 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,
1434 RLIMIT_RTPRIO): Add.
1435 (RLIMIT_NLIMITS): Adjust.
1436 * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE,
1437 RLIMIT_RTPRIO): Add.
1438 (RLIMIT_NLIMITS): Adjust.
1439 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE,
1440 RLIMIT_RTPRIO): Add.
1441 (RLIMIT_NLIMITS): Adjust.
1442 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE,
1443 RLIMIT_RTPRIO): Add.
1444 (RLIMIT_NLIMITS): Adjust.
1446 2005-06-17 Ulrich Drepper <drepper@redhat.com>
1449 * time/mktime.c: Always include <string.h> for prototype of
1450 implicitly used memcpy.
1453 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
1454 (truncate64): Use __truncate, not truncate.
1455 (__have_no_truncate64): Renamed from have_no_truncate64.
1456 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
1457 (__have_no_truncate64): Renamed from have_no_truncate64.
1459 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
1460 float functions for gcc 4.
1462 2005-06-10 Jakub Jelinek <jakub@redhat.com>
1464 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
1465 Handle prelinked libraries and binaries with new style PLT.
1467 2005-06-07 Jakub Jelinek <jakub@redhat.com>
1469 * elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI,
1470 R_PPC_REL16_HA): Define.
1472 2005-06-14 Alan Modra <amodra@bigpond.net.au>
1474 * config.h.in (HAVE_ASM_PPC_REL16): Add.
1475 * elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define.
1476 * elf/tls-macros.h (PowerPC32): Include config.h. Add variants of
1477 TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout.
1478 * sysdeps/powerpc/powerpc32/configure.in: New file,
1479 * sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file.
1480 * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.
1481 (ppc_got): New inline function.
1482 (elf_machine_dynamic): Use ppc_got. Add attribute const.
1483 (elf_machine_load_address): Add attribute const. Don't use int vars.
1484 Use bcl rather than bl to save trashing branch target stack. Use
1485 elf_machine_dynamic rather than duplicating code here.
1486 (elf_machine_runtime_setup): New inline function replacing define.
1488 (elf_machine_fixup_plt): Handle new PLT.
1489 (elf_machine_rela): Likewise.
1490 * sysdeps/powerpc/powerpc32/sysdep.h: Include config.h.
1491 (CALL_MCOUNT): Don't set up counter vars.
1492 * sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment.
1493 * sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't
1494 define when HAVE_ASM_PPC_REL16.
1495 (_start): Add HAVE_ASM_PPC_REL16 code.
1496 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl
1497 into the GOT when HAVE_ASM_PPC_REL16.
1498 * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
1499 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto.
1500 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise.
1501 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
1502 * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
1503 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
1504 * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise.
1505 * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
1506 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
1507 * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
1508 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
1509 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
1510 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
1511 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp):
1513 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise.
1514 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
1515 (__getcontext): Likewise.
1516 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
1517 (__setcontext): Likewise.
1518 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
1519 (__swapcontext): Likewise.
1520 * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock):
1522 (__socket): Bomb if NARGS >= 7. Invoke CGOTSETUP and CGOTRESTORE.
1524 2005-06-17 Ulrich Drepper <drepper@redhat.com>
1527 * sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
1529 * sysdeps/posix/signal.c: Likewise.
1530 * sysdeps/posix/sigset.c: Likewise.
1531 * sysdeps/posix/sysv_signal.c: Likewise.
1532 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1533 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
1534 * sysdeps/unix/sysv/linux/system.c: Likewise.
1536 2005-06-15 Jakub Jelinek <jakub@redhat.com>
1539 * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
1540 or both classes equal here.
1541 (parse_config_file): If both classes are equal, clear the second one.
1543 2005-06-08 Karl Kelley <kekelley@iastate.edu>
1546 * hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
1547 * hesiod/hesiod.c (hesiod_init): Initialize classes. Fail if no
1548 valid classes were given or if both are equal.
1549 (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
1551 (parse_config_file): Handle classes keyword.
1552 * hesiod/README.hesiod: Mention addition of the classes keyword.
1554 2005-06-14 Ulrich Drepper <drepper@redhat.com>
1557 * configure.in: Add test for availability of libaudit.
1558 * config.h.in: Define HAVE_LIBAUDIT.
1559 * config.make.in: Define have-libaudit.
1560 * nscd/Makefile: If libaudit is available, link nscd with it.
1561 * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
1562 Patch by Steve Grubb <sgrubb@redhat.com>.
1564 * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
1565 * sysdeps/posix/posix_fallocate64.c: Likewise.
1566 * include/string.h: Use libc_hidden_proto for strnlen.
1567 * sysdeps/generic/strnlen.c: Add libc_hidden_def.
1568 * include/libintl.h: Use libc_hidden_proto for __dcgettext.
1569 * intl/dcgettext.c: Add libc_hidden_def.
1570 * include/execinfo.h: Add libc_hidden_proto for __backtrace and
1571 __backtrace_symbols_fd.
1572 * sysdeps/generic/backtrace.c: Add libc_hidden_def.
1573 * sysdeps/generic/backtracesymsfd.c: Likewise.
1574 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
1575 * sysdeps/i386/backtrace.c: Likewise.
1576 * sysdeps/ia64/backtrace.c: Likewise.
1577 * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
1578 * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
1579 * sysdeps/s390/s390-32/backtrace.c: Likewise.
1580 * sysdeps/s390/s390-64/backtrace.c: Likewise.
1582 2005-06-13 Ulrich Drepper <drepper@redhat.com>
1584 * sysdeps/unix/clock_gettime.c (clock_gettime): Implement case
1585 where HANDLED_REALTIME is not defined. [BZ #966]
1587 2005-06-13 Jakub Jelinek <jakub@redhat.com>
1590 * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
1591 __netlink_receive): Remove prototypes.
1592 (__netlink_request): New prototype.
1593 * sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
1595 (__netlink_sendreq): Make static.
1596 (__netlink_receive): Rename to...
1597 (__netlink_request): ... this. Add type argument, call
1598 __netlink_sendreq. If MSG_TRUNC is set after recvmsg, retry
1599 with a bigger buffer. Don't record buffers that contain no
1600 messages we are expecting.
1601 (getifaddrs): Use __netlink_request instead of __netlink_sendreq
1602 and __netlink_receive pairs. Formatting.
1603 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
1604 __netlink_request instead of __netlink_sendreq and __netlink_receive
1607 2005-06-13 Thorsten Kukuk <kukuk@suse.de>
1609 * sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel
1610 headers, instead copy important structs/defines.
1612 2005-06-13 Jakub Jelinek <jakub@redhat.com>
1614 * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
1615 _dl_debug_state call.
1617 2005-06-12 Ulrich Drepper <drepper@redhat.com>
1619 * elf/dl-error.c (_dl_signal_error): Store information about use of
1620 real malloc in the catch object.
1621 (_dl_catch_error): Forward information about malloc use to caller
1623 (_dl_out_of_memory): Make static.
1624 * elf/dl-deps.c: Adjust callers of _dl_catch_error.
1625 * elf/dl-libc.c: Likewise.
1626 * elf/dl-open.c: Likewise.
1627 * elf/rtld.c: Likewise.
1628 Add new --audit option.
1629 * sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration.
1630 (rtld_global_ro._dl_signal_error): Add new parameter.
1631 * include/dlfcn.h (_dl_catch_error): Add new parameter.
1632 * dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to
1633 _dl_catch_error. Only free if the returned newly value says so.
1635 2005-06-01 Roland McGrath <roland@redhat.com>
1638 * posix/tst-mmap.c (main): Fill the test file with enough data for the
1641 2005-05-30 Jakub Jelinek <jakub@redhat.com>
1643 * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
1644 GLRO(dl_osversion) has been already set to a value smaller than
1645 _dl_discover_osversion (), don't overwrite it here.
1647 2005-05-24 Thomas Schwinge <schwinge@nic-nac-project.de>
1649 * sysdeps/mach/i386/syscall.S (syscall): Call END.
1651 2005-05-28 Richard Henderson <rth@redhat.com>
1653 * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
1654 * sysdeps/alpha/dl-dtprocnum.h: New file.
1655 * sysdeps/alpha/dl-machine.h (DT_ALPHA): New.
1656 (elf_machine_load_address): Simplify to rely on gprel relocations.
1657 (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format.
1658 Remove thread safety workaround for binutils 2.6.
1659 (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format.
1660 * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New.
1661 (_dl_runtime_profile_new): New.
1662 (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve.
1663 (_dl_runtime_profile_old): Rename from _dl_runtime_profile. Fix
1664 typo in _dl_call_pltexit argument loading.
1666 * sysdeps/alpha/div_libc.h (funcnoplt): New.
1667 * sysdeps/alpha/divl.S: Use it.
1668 * sysdeps/alpha/divq.S: Likewise
1669 * sysdeps/alpha/divqu.S: Likewise.
1670 * sysdeps/alpha/reml.S: Likewise.
1671 * sysdeps/alpha/remq.S: Likewise.
1672 * sysdeps/alpha/remqu.S: Likewise.
1674 2005-05-26 Andreas Schwab <schwab@suse.de>
1676 * locale/Makefile (CFLAGS-loadlocale.c): Don't define.
1678 2005-05-26 Ulrich Drepper <drepper@redhat.com>
1680 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value.
1681 Reported by Colin Gibbs <colin@gibbsonline.net>. [BZ #954]
1683 2005-05-17 Alan Modra <amodra@bigpond.net.au>
1685 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent
1686 _dl_hwcap access in PIC && !SHARED case.
1687 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1689 2005-05-25 Dwayne Grant McConnell <dgm69@us.ibm.com>
1691 * gmon/gmon.c: Add space in weak_alias use.
1692 * linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
1693 * sysdeps/alpha/htonl.S: Likewise.
1694 * sysdeps/alpha/htons.S: Likewise.
1695 * sysdeps/alpha/elf/start.S: Likewise.
1696 * sysdeps/i386/i386-mcount.S: Likewise.
1697 * sysdeps/ia64/strchr.S: Likewise.
1698 * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1699 * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1700 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1701 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1702 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1703 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1704 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1705 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1706 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1707 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1708 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1709 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1710 * sysdeps/mach/hurd/readdir64_r.c: Likewise.
1711 * sysdeps/mach/hurd/sigaltstack.c: Likewise.
1712 * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1713 * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1714 * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1715 * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1716 * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1717 * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1718 * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1719 * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1720 * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1721 * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1722 * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1723 * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1724 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1725 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1726 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1727 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1728 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1729 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1730 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
1731 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1732 * sysdeps/sparc/sparc32/memset.S: Likewise.
1733 * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
1734 * sysdeps/sparc/sparc32/strchr.S: Likewise.
1735 * sysdeps/sparc/sparc32/strchr.S: Likewise.
1736 * sysdeps/sparc/sparc64/memcmp.S: Likewise.
1737 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1738 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1739 * sysdeps/sparc/sparc64/memset.S: Likewise.
1740 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1741 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1742 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1743 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1744 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1745 * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
1746 * sysdeps/unix/sysv/linux/alpha/getcontext.S: Likewise.
1747 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1748 * sysdeps/unix/sysv/linux/alpha/setcontext.S: Likewise.
1749 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
1750 * sysdeps/unix/sysv/linux/alpha/swapcontext.S: Likewise.
1751 * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
1752 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
1753 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
1754 * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
1755 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1756 * sysdeps/unix/sysv/linux/i386/makecontext.S: Likewise.
1757 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1758 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
1759 * sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise.
1760 * sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise.
1761 * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1762 * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
1763 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1764 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
1765 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
1766 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
1767 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
1768 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1769 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
1770 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
1771 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1772 * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: Likewise.
1773 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1774 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1775 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1776 * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
1777 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
1778 * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Likewise.
1779 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1780 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1781 * sysdeps/x86_64/_mcount.S: Likewise.
1783 2005-05-24 Roland McGrath <roland@redhat.com>
1785 * sysdeps/unix/sysv/linux/i386/sysdep.h
1786 (SETUP_PIC_REG, LOAD_PIC_REG): Move these macros ...
1787 * sysdeps/i386/sysdep.h [PIC]: ... to here.
1789 2005-05-23 Roland McGrath <roland@redhat.com>
1791 * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
1792 Subdirectories moved to ports repository.
1793 * configure.in (base_machine): Remove arm* and thumb* patterns.
1794 * shlib-versions (arm.*-.*-linux.*): Remove this pattern.
1796 2005-05-23 Ulrich Drepper <drepper@redhat.com>
1799 * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
1800 implementations are broken and don't accept ports < 512.
1802 2005-05-22 Dmitry V. Levin <ldv@altlinux.org>
1805 * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
1808 2005-05-23 Ulrich Drepper <drepper@redhat.com>
1811 * sunrpc/pm_getport.c (__get_socket): New function.
1812 (pmap_getport): Use it to open a non-reserved socket to the portmapper
1814 * include/rpc/pmap_clnt.h (__get_socket): Declare.
1815 * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
1816 non-reserved socket for the portmapper.
1817 Based on a patch by Steve Dickson <steved@redhat.com>.
1820 * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
1821 If we tried looking at the usual range without success extend the
1822 range to even lower ports.
1824 * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
1826 2005-05-22 Andreas Schwab <schwab@suse.de>
1828 * elf/rtld.c: Include <dl-osinfo.h>.
1830 2005-05-17 Alan Modra <amodra@bigpond.net.au>
1832 * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use
1833 JUMPTARGET. Instead append @local to __syscall_error.
1834 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Delete all occurrences
1835 of JUMPTARGET. Instead append @local to labels.
1836 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
1837 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1838 * sysdeps/powerpc/powerpc32/ppc-mcount.S: Likewise.
1839 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1840 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
1841 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1842 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1843 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Likewise.
1844 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1845 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1846 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1848 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Use float constants.
1849 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
1850 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
1851 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
1852 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise. Use one GOT
1853 slot to access both constants.
1854 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
1855 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
1857 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete.
1858 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (TWO23.0): Delete.
1859 * sysdeps/powerpc/powerpc32/fpu/s_floor.S (TWO52.0): Delete.
1860 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (TWO23.0): Delete.
1861 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Comment typo.
1862 (NEGZERO.0, POINTFIVE.0): Delete.
1863 * sysdeps/powerpc/powerpc32/fpu/s_rint.S (TWO52.0): Delete.
1864 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (TWO23.0): Delete.
1865 * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Code in .text.
1866 (TWO52.0, POINTFIVE.0): Delete.
1867 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Code in .text.
1868 (TWO23.0, POINTFIVE.0): Delete.
1869 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Code in .text.
1871 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Code in .text.
1873 * sysdeps/powerpc/powerpc32/memset.S (memset): Formatting.
1875 2005-05-19 Richard Henderson <rth@redhat.com>
1877 * sysdeps/unix/clock_gettime.c (clock_gettime): Fix typo around
1880 * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_bool_32_acq,
1881 __arch_compare_and_exchange_bool_64_acq,
1882 __arch_compare_and_exchange_val_32_acq,
1883 __arch_compare_and_exchange_val_64_acq, atomic_exchange_and_add):
1884 Use __sync builtin without _si or _di suffix.
1886 2005-05-19 Jakub Jelinek <jakub@redhat.com>
1889 * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
1892 2005-05-17 Andreas Schwab <schwab@suse.de>
1894 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
1895 (clock_getcpuclockid): Always return a defined value.
1897 2005-05-17 Neal H. Walfield <neal@gnu.org>
1899 * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
1901 (gaih_inet): Likewise.
1903 2005-05-11 Ulrich Drepper <drepper@redhat.com>
1905 * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.
1906 (Elf64_auxv_t): Likewise.
1907 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
1908 removal of a_ptr element in ElfXX_auxv_t.
1909 * elf/dl-support.c (_dl_aux_init): Likewise.
1911 2005-05-09 Daniel Jacobowitz <dan@codesourcery.com>
1913 * sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
1914 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1916 2005-05-09 Alan Modra <amodra@bigpond.net.au>
1918 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
1919 .pushsection/.popsection in place of .section/.previous.
1921 2005-05-08 Ulrich Drepper <drepper@redhat.com>
1923 * MakeTAGS: Make xgettext not look into test cases.
1925 * MakeTAGS: Make sure translations in error calls are marked with
1926 c-format by xgettext.
1928 2005-05-07 Ulrich Drepper <drepper@redhat.com>
1930 * intl/libintl.h: Always use __attribute_format_arg__ for gettext
1931 functions since gcc sometimes forgets the attribute for the
1934 2005-05-06 Jakub Jelinek <jakub@redhat.com>
1937 * posix/regex_internal.h: Include bits/libc-lock.h or define dummy
1938 __libc_lock_* macros if not _LIBC.
1939 (struct re_dfa_t): Add lock.
1940 * posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
1941 * posix/regexec.c (regexec, re_search_stub): Add locking.
1943 2005-05-04 Jakub Jelinek <jakub@redhat.com>
1945 * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)
1946 as argument to the scripts.
1947 * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir.
1948 * intl/tst-gettext4.sh: Likewise. Use run_program_prefix argument.
1949 * intl/tst-gettext5.sh: Likewise.
1951 * intl/tst-translit.sh: Add mkdir -p.
1953 * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use
1954 .ifndef/.endif to allow use of this macro more than once per .S
1956 (LOAD_PIC_REG): New macro.
1957 * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame
1959 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1960 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1961 * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro. Add call frame
1963 * sysdeps/i386/fpu/e_log10f.S: Likewise.
1964 * sysdeps/i386/fpu/s_expm1.S: Likewise.
1965 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
1966 * sysdeps/i386/fpu/e_log2l.S: Likewise.
1967 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
1968 * sysdeps/i386/fpu/s_lrint.S: Likewise.
1969 * sysdeps/i386/fpu/s_llrint.S: Likewise.
1970 * sysdeps/i386/fpu/s_ilogbf.S: Likewise.
1971 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
1972 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
1973 * sysdeps/i386/fpu/e_log.S: Likewise.
1974 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
1975 * sysdeps/i386/fpu/s_lrintl.S: Likewise.
1976 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
1977 * sysdeps/i386/fpu/e_scalb.S: Likewise.
1978 * sysdeps/i386/fpu/s_log1p.S: Likewise.
1979 * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
1980 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
1981 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
1982 * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
1983 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
1984 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
1985 * sysdeps/i386/fpu/s_lrintf.S: Likewise.
1986 * sysdeps/i386/fpu/e_acosh.S: Likewise.
1987 * sysdeps/i386/fpu/s_cexp.S: Likewise.
1988 * sysdeps/i386/fpu/s_ilogbl.S: Likewise.
1989 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
1990 * sysdeps/i386/fpu/e_powl.S: Likewise.
1991 * sysdeps/i386/fpu/e_powf.S: Likewise.
1992 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
1993 * sysdeps/i386/fpu/e_logl.S: Likewise.
1994 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
1995 * sysdeps/i386/fpu/s_frexp.S: Likewise.
1996 * sysdeps/i386/fpu/e_pow.S: Likewise.
1997 * sysdeps/i386/fpu/e_logf.S: Likewise.
1998 * sysdeps/i386/fpu/e_log2.S: Likewise.
1999 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
2000 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
2001 * sysdeps/i386/fpu/s_llrintf.S: Likewise.
2002 * sysdeps/i386/fpu/s_ilogb.S: Likewise.
2003 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
2004 * sysdeps/i386/fpu/e_atanh.S: Likewise.
2005 * sysdeps/i386/fpu/e_log10.S: Likewise.
2006 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
2007 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
2008 * sysdeps/i386/fpu/s_llrintl.S: Likewise.
2009 * sysdeps/i386/fpu/e_log10l.S: Likewise.
2010 * sysdeps/i386/fpu/s_nearbyint.S: Likewise.
2011 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
2012 * sysdeps/i386/fpu/e_log2f.S: Likewise.
2013 * sysdeps/i386/addmul_1.S: Various fixes to cfi handling.
2014 * sysdeps/i386/mul_1.S: Likewise.
2015 * sysdeps/i386/strtok.S: Likewise.
2016 * sysdeps/i386/sub_n.S: Likewise.
2017 * sysdeps/i386/submul_1.S: Likewise.
2018 * sysdeps/i386/i586/addmul_1.S: Likewise.
2019 * sysdeps/i386/i586/memcpy.S: Likewise.
2020 * sysdeps/i386/i586/mul_1.S: Likewise.
2021 * sysdeps/i386/i586/rshift.S: Likewise.
2022 * sysdeps/i386/i586/sub_n.S: Likewise.
2023 * sysdeps/i386/i586/submul_1.S: Likewise.
2024 * sysdeps/i386/i686/memcmp.S: Likewise.
2025 * sysdeps/i386/i686/memmove.S: Likewise.
2026 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
2027 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2028 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2029 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2031 2005-05-03 Ulrich Drepper <drepper@redhat.com>
2033 * sysdeps/i386/add_n.S: Add call frame information.
2034 * sysdeps/i386/addmul_1.S: Likewise.
2035 * sysdeps/i386/bsd-setjmp.S: Likewise.
2036 * sysdeps/i386/lshift.S: Likewise.
2037 * sysdeps/i386/memchr.S: Likewise.
2038 * sysdeps/i386/memcmp.S: Likewise.
2039 * sysdeps/i386/mul_1.S: Likewise.
2040 * sysdeps/i386/rawmemchr.S: Likewise.
2041 * sysdeps/i386/rshift.S: Likewise.
2042 * sysdeps/i386/stpncpy.S: Likewise.
2043 * sysdeps/i386/strchr.S: Likewise.
2044 * sysdeps/i386/strchrnul.S: Likewise.
2045 * sysdeps/i386/strcspn.S: Likewise.
2046 * sysdeps/i386/strpbrk.S: Likewise.
2047 * sysdeps/i386/strrchr.S: Likewise.
2048 * sysdeps/i386/strspn.S: Likewise.
2049 * sysdeps/i386/strtok.S: Likewise.
2050 * sysdeps/i386/sub_n.S: Likewise.
2051 * sysdeps/i386/submul_1.S: Likewise.
2052 * sysdeps/i386/elf/bsd-setjmp.S: Likewise.
2053 * sysdeps/i386/i486/strcat.S: Likewise.
2054 * sysdeps/i386/i586/add_n.S: Likewise.
2055 * sysdeps/i386/i586/addmul_1.S: Likewise.
2056 * sysdeps/i386/i586/lshift.S: Likewise.
2057 * sysdeps/i386/i586/memcpy.S: Likewise.
2058 * sysdeps/i386/i586/memset.S: Likewise.
2059 * sysdeps/i386/i586/mul_1.S: Likewise.
2060 * sysdeps/i386/i586/rshift.S: Likewise.
2061 * sysdeps/i386/i586/strchr.S: Likewise.
2062 * sysdeps/i386/i586/strcpy.S: Likewise.
2063 * sysdeps/i386/i586/sub_n.S: Likewise.
2064 * sysdeps/i386/i586/submul_1.S: Likewise.
2065 * sysdeps/i386/i686/add_n.S: Likewise.
2066 * sysdeps/i386/i686/memcmp.S: Likewise.
2067 * sysdeps/i386/i686/memmove.S: Likewise.
2068 * sysdeps/i386/i686/mempcpy.S: Likewise.
2069 * sysdeps/i386/i686/memset.S: Likewise.
2070 * sysdeps/i386/i686/strtok.S: Likewise.
2071 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
2072 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2073 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2074 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
2075 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
2076 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2078 * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.
2080 * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available
2083 2005-04-29 Jakub Jelinek <jakub@redhat.com>
2086 * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
2087 call ftruncate if offset is bigger than current size. Make sure
2088 the file is offset + len bytes long if that is more than current size.
2089 Don't overwrite previous content of the file.
2090 * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
2093 2005-05-02 Roland McGrath <roland@redhat.com>
2096 * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value.
2098 2005-04-29 Roland McGrath <roland@redhat.com>
2100 * timezone/africa: Update from tzdata2005i.
2101 * timezone/asia: Likewise.
2102 * timezone/northamerica: Likewise.
2103 * timezone/yearistype: Likewise.
2105 * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
2107 2005-04-29 Ulrich Drepper <drepper@redhat.com>
2110 * nis/nis_table.c: Fix realloc handling.
2111 * nis/nis_removemember.c: Likewise.
2113 2005-04-28 Ulrich Drepper <drepper@redhat.com>
2116 * nscd/Makefile: Help losers who use --with-headers.
2118 2005-04-28 Roland McGrath <roland@redhat.com>
2121 * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
2122 Define NEED_DL_SYSINFO_DSO for all platforms.
2124 * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
2125 * sysdeps/alpha/dl-sysdep.h: Likewise.
2126 Use #include_next instead of duplicating generic file's contents.
2127 * sysdeps/ia64/dl-sysdep.h: Likewise.
2128 * sysdeps/sparc/dl-sysdep.h: Likewise.
2130 2005-03-22 Steven Munroe <sjmunroe@us.ibm.com>
2132 * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
2134 2005-03-07 Steven Munroe <sjmunroe@us.ibm.com>
2137 * sysdeps/unix/sysv/linux/kernel-features.h
2138 (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
2139 (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
2140 (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
2142 (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
2144 2005-04-28 Ulrich Drepper <drepper@redhat.com>
2146 * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
2147 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2148 * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate
2149 cfi_startproc and cfi_endproc.
2151 * configure.in: Remove ultrasparc names.
2153 * sysdeps/i386/i686/memcmp.S: Move misplaced END.
2155 2005-03-27 Bruno Haible <bruno@clisp.org>
2157 Make it possible for multiple threads to use gettext() in different
2159 * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
2160 (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
2162 (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
2163 (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
2166 * intl/tst-gettext4.c: New file.
2167 * intl/tst-gettext4.sh: New file.
2168 * intl/tst-gettext4-de.po: New file.
2169 * intl/tst-gettext4-fr.po: New file.
2170 * intl/tst-gettext5.c: New file.
2171 * intl/tst-gettext5.sh: New file.
2172 * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
2173 tst-gettext4-fr.po, tst-gettext5.sh.
2174 (multithread-test-srcs): New variable.
2175 (test-srcs): Add its contents.
2176 (tests): Depend on tst-gettext4.out, tst-gettext5.out.
2177 (tst-gettext4.out, tst-gettext5.out): New rules.
2178 (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
2179 Add rule for linking the multithread-test-srcs with the appropriate
2182 2005-04-28 Ulrich Drepper <drepper@redhat.com>
2184 * po/rw.po: New file. From translation team.
2186 * scripts/config.guess: Update from upstream.
2187 * scripts/config.sub: Likewise.
2189 2005-04-27 Ulrich Drepper <drepper@redhat.com>
2192 * nscd/connections.c (nscd_run): Use time() value in prune_cache
2193 call, not timeout value, since the latter might be from another clock.
2195 2005-04-27 Roland McGrath <roland@redhat.com>
2198 * posix/unistd.h: Remove __nonnull from acct decl.
2200 * rt/tst-cpuclock1.c: New file.
2201 * rt/tst-cpuclock2.c: New file.
2202 * rt/tst-cputimer1.c: New file.
2203 * rt/tst-cputimer2.c: New file.
2204 * rt/tst-cputimer3.c: New file.
2205 * rt/Makefile (tests): Add them.
2207 * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
2208 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
2209 * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
2210 (HAS_CPUCLOCK): New macro.
2211 (clock_getcpuclockid): Function removed.
2212 #include the new linux file to define it instead.
2213 * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
2214 New function, broken out of ...
2215 (clock_gettime) [HP_TIMING_AVAIL]: ... here. Call it.
2216 (realtime_gettime): New function, broken out of ...
2217 (clock_gettime) [! HANDLED_REALTIME]: ... here. Call it.
2218 (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
2219 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
2220 (SYSDEP_GETTIME_CPUTIME): New macro.
2221 (SYSDEP_GETTIME): Use both.
2222 [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
2224 (SYSDEP_GETTIME): ... here. Use it.
2225 [__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
2226 (SYSDEP_GETTIME_CPUTIME): New macro. Handle CPU timers by trying
2227 kernel support and falling back to hp-timing code.
2228 * sysdeps/posix/clock_getres.c
2229 [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
2230 (clock_getres) [HP_TIMING_AVAIL]: ... here. Call it.
2231 (realtime_getres): New function, broken out of ...
2232 (clock_getres) [! HANDLED_REALTIME]: ... here. Call it.
2233 (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
2234 * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
2235 (SYSDEP_GETRES_CPUTIME): New macro.
2236 (SYSDEP_GETRES): Use both.
2237 [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
2239 (SYSDEP_GETRES): ... here. Use it.
2240 [__NR_clock_getres] (HANDLED_CPUTIME): Define it.
2241 (SYSDEP_GETRES_CPUTIME): New macro. Handle CPU timers by trying
2242 kernel support and falling back to hp-timing code.
2243 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
2244 CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
2245 translating to the kernel clockid_t for our own process/thread clock.
2247 2005-04-27 Ulrich Drepper <drepper@redhat.com>
2249 * stdlib/test-canon.c: Make doesExist a directory and add more tests
2250 for the new error case.
2252 2004-06-02 Dmitry V. Levin <ldv@altlinux.org>
2253 Ranjani Murthy <ranmur@gmail.com>
2255 * stdlib/canonicalize.c (__realpath): Change realpath(3) to
2256 return NULL and set errno to ENOTDIR for such pathnames like
2257 "/path/to/existing-non-directory/".
2259 2005-04-26 Ulrich Drepper <drepper@redhat.com>
2262 * time/strptime_l.c (__strptime_internal): Handle 'z' to set
2264 * time/Makefile (tests): Add tst-strptime2.
2265 * time/tst-strptime2.c: New file.
2267 2005-04-26 Jakub Jelinek <jakub@redhat.com>
2270 * elf/dl-close.c: Include stddef.h.
2271 (_dl_close): If called recursively, just remember GC needs to be rerun
2272 and decrease l_direct_opencount. Avoid GC if l_direct_opencount
2273 decreased to 1. Rerun GC at the end if any destructor unloaded some
2274 additional libraries.
2275 * elf/Makefile: Add rules to build and run unload6 test.
2276 * elf/unload6.c: New test.
2277 * elf/unload6mod1.c: New file.
2278 * elf/unload6mod2.c: New file.
2279 * elf/unload6mod3.c: New file.
2281 * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p
2282 if magic_p is not NULL.
2283 (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed.
2284 (malloc_check): Fail if sz == -1.
2285 (free_check): Adjust mem2chunk_check caller.
2286 (realloc_check): Likewise. Fail if bytes == -1. If bytes == 0 and
2287 oldmem != NULL, call free_check and return NULL. If reallocating
2288 and returning NULL, invert magic byte again to make oldmem valid
2289 region for further checking.
2290 (memalign_check): Fail if bytes == -1.
2291 * malloc/Makefile: Add rules to build and run tst-mcheck.
2292 * malloc/tst-mcheck.c: New test.
2294 2005-04-26 Ulrich Drepper <drepper@redhat.com>
2297 * stdio-common/vfscanf.c: Correctly account for characters of
2298 decimal points right after +-.
2300 2005-04-26 Roland McGrath <roland@redhat.com>
2302 * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of
2303 ifeq ($(subdir),elf) to distinguish main driver from subdir runs.
2305 2005-04-25 Roland McGrath <roland@redhat.com>
2307 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2308 (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
2310 * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
2312 * elf/dl-load.c: Revert last change.
2314 2005-04-24 Ulrich Drepper <drepper@redhat.com>
2317 * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
2318 Patch by Hamed Malek <hamed@bamdad.org>.
2320 2005-04-21 Roland McGrath <roland@redhat.com>
2322 * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
2323 since Linux ignores it in user mmap calls.
2325 2005-04-17 David S. Miller <davem@davemloft.net>
2327 * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
2328 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2330 2005-04-15 Roland McGrath <roland@redhat.com>
2332 * timezone/Makefile (zic-deps): New variable.
2333 ($(testdata)/America/New_York): Use it instead of explicit deps.
2334 ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
2335 ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
2336 (%/UTC %/Universal): New pattern rule, replaces ...
2337 ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
2338 ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
2339 ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
2341 2005-04-14 Roland McGrath <roland@redhat.com>
2343 * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
2344 (extract): Filter-out distinfo file name.
2347 * MakeTAGS (text-srcs): Match %.bash.in files too.
2350 * nscd/Makefile (all-nscd-modules): New variable, include selinux
2351 module regardless of configuration.
2352 (distribute): Use that instead of $(nscd-modules).
2354 2005-04-13 David S. Miller <davem@davemloft.net>
2356 Add sparc64 TLS and NPTL support.
2357 * elf/tls-macros.h: Add Sparc64 defines.
2358 * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as
2360 (elf_machine_fixup_plt): Likewise.
2361 (elf_machine_rela): Handle TLS relocations.
2362 (elf_machine_type_cleaa): Likewise.
2363 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2364 (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc.
2365 It does not always fit in R_SPARC_GOT13 when building -fPIC.
2366 Also, add TLS handling.
2367 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2368 Increase it to 2.4.21 for sparc64.
2369 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate
2370 backtrace by zero'ing out %fp. Store away flags, func_ptr,
2371 and func_arg in global registers not local registers.
2372 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS,
2373 and CTID arguments properly. Add RESET_PID handling.
2374 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we
2375 do not invoke __sigprocmask(). We can always assume rt signals
2376 are present on sparc64, so just do an inline syscall.
2378 2005-04-13 Jakub Jelinek <jakub@redhat.com>
2380 * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple
2381 inclusion guard for the first half of the header.
2382 (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL,
2383 ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup,
2384 elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the
2385 #ifndef dl_machine_h guarded part of the header.
2387 2005-04-14 Ulrich Drepper <drepper@redhat.com>
2390 * posix/execvp.c (execvp): Use file name including path when
2391 trying to run it with shell.
2392 * posix/Makefile: Add rules to build and run tst-execvp3.
2393 * posix/tst-execvp3.c: New file.
2395 2005-04-12 Ulrich Drepper <drepper@redhat.com>
2398 * stdlib/random_r.c (__initstate_r): Don't use non-existing state.
2399 * string/tst-strfry.c: New file.
2400 * string/Makefile (tests): Add tst-strfry.
2402 2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
2404 * manual/string.texi: Fix typo in wmemcpy decl.
2406 2005-04-10 David S. Miller <davem@davemloft.net>
2408 * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
2410 2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>
2412 * FAQ.in: Explain why `make' might fail running rpcgen.
2415 2005-04-07 Roland McGrath <roland@redhat.com>
2417 * po/libc.pot: Regenerated.
2419 2005-04-07 Roland McGrath <roland@redhat.com>
2421 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)
2422 [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
2423 GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version,
2424 we can skip the uname call if it's there.
2425 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use
2426 DL_SYSDEP_OSCHECK here.
2427 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead.
2429 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro):
2430 Add _dl_sysinfo_map.
2431 * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the
2432 rtld_is_main case. Call it unconditionally later.
2433 Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call.
2434 Initialize GLRO(dl_sysinfo_map).
2435 * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called.
2436 * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro.
2437 (_dl_important_hwcaps)
2438 [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
2439 GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names
2441 * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro.
2442 (hwcap_extra): New static variable.
2443 (is_hwcap_platform): Check hwcap_extra for a matching name.
2444 Remove tls special case.
2445 (path_hwcap): Likewise.
2446 (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits
2447 and their names, stored in hwcap_extra.
2448 (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls".
2450 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for
2451 _dl_hwcap and _dl_hwcap_mask.
2452 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for
2453 AT_HWCAP to unsigned long int.
2454 * elf/dl-support.c (_dl_aux_init): Likewise.
2455 (_dl_hwcap): Update defn.
2457 * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic.
2458 * elf/ldconfig.c (search_dir): Likewise.
2460 2005-04-05 Roland McGrath <roland@redhat.com>
2462 * NEWS: Copy 2.3.5 section from 2.3 branch.
2464 * intl/tst-codeset.sh: Use mkdir -p. Put msgfmt output in temporary
2465 file and mv it into place.
2466 * intl/tst-gettext3.sh: Likewise.
2468 * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
2469 are up to date in srcdir. Touch all configure scripts after export.
2471 * iconv/gconv_int.h: Include <ctype.h> and <string.h>.
2473 2005-04-05 H.J. Lu <hongjiu.lu@intel.com>
2476 * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
2477 (comment changes only).
2478 * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
2479 * sysdeps/ia64/fpu/e_atanh.S: Likewise.
2480 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
2481 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
2482 * sysdeps/ia64/fpu/e_exp.S: Likewise.
2483 * sysdeps/ia64/fpu/e_exp10.S: Likewise.
2484 * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
2485 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
2486 * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
2487 * sysdeps/ia64/fpu/e_expf.S: Likewise.
2488 * sysdeps/ia64/fpu/e_log.S: Likewise.
2489 * sysdeps/ia64/fpu/e_logf.S: Likewise.
2490 * sysdeps/ia64/fpu/e_pow.S: Likewise.
2491 * sysdeps/ia64/fpu/e_powf.S: Likewise.
2492 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
2493 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
2494 * sysdeps/ia64/fpu/libm_error.c: Likewise.
2495 * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
2496 * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
2497 * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
2498 * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
2499 * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
2500 * sysdeps/ia64/fpu/s_asinh.S: Likewise.
2501 * sysdeps/ia64/fpu/s_atanl.S: Likewise.
2502 * sysdeps/ia64/fpu/s_cos.S: Likewise.
2503 * sysdeps/ia64/fpu/s_cosf.S: Likewise.
2504 * sysdeps/ia64/fpu/s_erf.S: Likewise.
2505 * sysdeps/ia64/fpu/s_erfc.S: Likewise.
2506 * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
2507 * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
2508 * sysdeps/ia64/fpu/s_erff.S: Likewise.
2509 * sysdeps/ia64/fpu/s_expm1.S: Likewise.
2510 * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
2511 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2512 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
2513 * sysdeps/ia64/fpu/s_tanh.S: Likewise.
2514 * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
2515 * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
2516 * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
2517 * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2519 2005-04-05 Roland McGrath <roland@redhat.com>
2521 * scripts/config.guess: Update from master, timestamp='2005-03-24'.
2522 * scripts/config.sub: Update from master, timestamp='2005-02-10'.
2524 2005-04-04 David S. Miller <davem@davemloft.net>
2526 * sysdeps/sparc/sparc32/dl-trampoline.S: New file.
2527 * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there.
2528 Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
2529 (elf_machine_runtime_setup): Test for dl_profile non-null.
2530 * sysdeps/sparc/sparc64/dl-trampoline.S: New file.
2531 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
2532 * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there.
2533 Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
2534 (elf_machine_runtime_setup): Test for dl_profile non-null.
2535 * sysdeps/sparc/bits/link.h: New file.
2536 * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval,
2537 La_sparc64_regs, La_sparc64_retval): New.
2538 (struct audit_ifaces): Add sparc entries.
2539 * elf/tst-auditmod1.c: Add sparc entries.
2541 2005-03-27 Bruno Haible <bruno@clisp.org>
2543 * intl/tst-gettext3.c: New file.
2544 * intl/tst-gettext3.sh: New file.
2545 * intl/Makefile (distribute): Add tst-gettext3.sh.
2546 (test-srcs): Add tst-gettext3.
2547 (tests): Depend on tst-gettext3.out.
2548 (tst-gettext3.out): New rule.
2549 (CFLAGS-tst-gettext3.c): New variable.
2551 Fix bug exposed by tst-gettext3.
2552 * intl/gettextP.h (struct converted_domain): New type.
2553 (struct loaded_domain): Remove the conv, conv_tab fields. Add
2554 conversions, nconversions fields.
2555 (_nl_init_domain_conv): Remove declaration.
2556 (_nl_free_domain_conv): Remove declaration.
2557 (_nl_find_msg): Add convert argument.
2558 * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1.
2559 (_nl_find_msg): Add convert argument. When a conversion to a different
2560 charset is needed, create a new converted_domain element, instead of
2561 throwing away the old converted translations.
2562 (get_output_charset): New function.
2563 * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function.
2564 (_nl_free_domain_conv): Remove function.
2565 (_nl_load_domain): Initialize the conversions array to empty. Use
2566 _nl_find_msg instead of _nl_init_domain_conv to retrieve the header
2568 (_nl_unload_domain): Free the conversions array and its contents.
2570 * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field.
2571 (struct binding): Likewise.
2572 * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr
2575 2005-04-04 Jakub Jelinek <jakub@redhat.com>
2578 * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
2579 of trying to encode uninitialized arglen.
2581 2005-04-04 Ulrich Drepper <drepper@redhat.com>
2584 * timezone/scheck.c: Update from tzcode2005h.
2585 * timezone/tzfile.h: Likewise.
2586 * timezone/zdump.c: Likewise.
2587 * timezone/zic.c: Likewise.
2590 * timezone/antarctica: Update from tzdata2005h.
2591 * timezone/asia: Likewise.
2592 * timezone/australasia: Likewise.
2593 * timezone/etcetera: Likewise.
2594 * timezone/europe: Likewise.
2595 * timezone/northamerica: Likewise.
2596 * timezone/southamerica: Likewise.
2597 * timezone/leapseconds: Likewise.
2598 * timezone/iso3166.tab: Likewise.
2600 2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
2603 * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright.
2605 2005-04-01 Ulrich Drepper <drepper@redhat.com>
2607 * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range.
2608 * wcsmbs/wctob.c (wctob): Likewise.
2609 * wcsmbs/wchar.h (btowc): Add optimized inline function.
2612 2005-03-31 Jakub Jelinek <jakub@redhat.com>
2614 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally
2615 equivalent, but shorter instructions.
2616 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2617 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
2618 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
2619 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
2620 * sysdeps/unix/x86_64/sysdep.S: Likewise.
2621 * sysdeps/x86_64/strchr.S: Likewise.
2622 * sysdeps/x86_64/memset.S: Likewise.
2623 * sysdeps/x86_64/strcspn.S: Likewise.
2624 * sysdeps/x86_64/strcmp.S: Likewise.
2625 * sysdeps/x86_64/elf/start.S: Likewise.
2626 * sysdeps/x86_64/strspn.S: Likewise.
2627 * sysdeps/x86_64/dl-machine.h: Likewise.
2628 * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
2629 * sysdeps/x86_64/bsd-setjmp.S: Likewise.
2630 * sysdeps/x86_64/strtok.S: Likewise.
2632 2005-03-30 H.J. Lu <hongjiu.lu@intel.com>
2635 * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21.
2636 * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
2637 * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
2638 * sysdeps/ia64/fpu/e_acosh.S: Likewise.
2639 * sysdeps/ia64/fpu/e_acosl.S: Likewise.
2640 * sysdeps/ia64/fpu/e_acos.S: Likewise.
2641 * sysdeps/ia64/fpu/e_asinf.S: Likewise.
2642 * sysdeps/ia64/fpu/e_asinl.S: Likewise.
2643 * sysdeps/ia64/fpu/e_asin.S: Likewise.
2644 * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
2645 * sysdeps/ia64/fpu/e_atan2.S: Likewise.
2646 * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
2647 * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
2648 * sysdeps/ia64/fpu/e_atanh.S: Likewise.
2649 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
2650 * sysdeps/ia64/fpu/e_coshl.S: Likewise.
2651 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
2652 * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
2653 * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
2654 * sysdeps/ia64/fpu/e_exp10.S: Likewise.
2655 * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
2656 * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
2657 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
2658 * sysdeps/ia64/fpu/e_expf.S: Likewise.
2659 * sysdeps/ia64/fpu/e_exp.S: Likewise.
2660 * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
2661 * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
2662 * sysdeps/ia64/fpu/e_fmod.S: Likewise.
2663 * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
2664 * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
2665 * sysdeps/ia64/fpu/e_hypot.S: Likewise.
2666 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
2667 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
2668 * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
2669 * sysdeps/ia64/fpu/e_log2f.S: Likewise.
2670 * sysdeps/ia64/fpu/e_log2l.S: Likewise.
2671 * sysdeps/ia64/fpu/e_log2.S: Likewise.
2672 * sysdeps/ia64/fpu/e_logf.S: Likewise.
2673 * sysdeps/ia64/fpu/e_logl.S: Likewise.
2674 * sysdeps/ia64/fpu/e_log.S: Likewise.
2675 * sysdeps/ia64/fpu/e_powf.S: Likewise.
2676 * sysdeps/ia64/fpu/e_powl.S: Likewise.
2677 * sysdeps/ia64/fpu/e_pow.S: Likewise.
2678 * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
2679 * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
2680 * sysdeps/ia64/fpu/e_remainder.S: Likewise.
2681 * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
2682 * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
2683 * sysdeps/ia64/fpu/e_scalb.S: Likewise.
2684 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
2685 * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
2686 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
2687 * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
2688 * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
2689 * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
2690 * sysdeps/ia64/fpu/libm_error.c: Likewise.
2691 * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
2692 * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
2693 * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
2694 * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
2695 * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
2696 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
2697 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
2698 * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
2699 * sysdeps/ia64/fpu/libm_support.h: Likewise.
2700 * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
2701 * sysdeps/ia64/fpu/s_asinh.S: Likewise.
2702 * sysdeps/ia64/fpu/s_atanf.S: Likewise.
2703 * sysdeps/ia64/fpu/s_atanl.S: Likewise.
2704 * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
2705 * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
2706 * sysdeps/ia64/fpu/s_cosf.S: Likewise.
2707 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
2708 * sysdeps/ia64/fpu/s_cos.S: Likewise.
2709 * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
2710 * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
2711 * sysdeps/ia64/fpu/s_erfc.S: Likewise.
2712 * sysdeps/ia64/fpu/s_erfl.S: Likewise.
2713 * sysdeps/ia64/fpu/s_erf.S: Likewise.
2714 * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
2715 * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
2716 * sysdeps/ia64/fpu/s_expm1.S: Likewise.
2717 * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
2718 * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
2719 * sysdeps/ia64/fpu/s_fdim.S: Likewise.
2720 * sysdeps/ia64/fpu/s_frexp.c: Likewise.
2721 * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
2722 * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
2723 * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
2724 * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
2725 * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
2726 * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
2727 * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
2728 * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
2729 * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
2730 * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
2731 * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
2732 * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
2733 * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
2734 * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
2735 * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
2736 * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
2737 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2738 * sysdeps/ia64/fpu/s_logbf.S: Likewise.
2739 * sysdeps/ia64/fpu/s_logbl.S: Likewise.
2740 * sysdeps/ia64/fpu/s_logb.S: Likewise.
2741 * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
2742 * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
2743 * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
2744 * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
2745 * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
2746 * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
2747 * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
2748 * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
2749 * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
2750 * sysdeps/ia64/fpu/s_roundf.S: Likewise.
2751 * sysdeps/ia64/fpu/s_roundl.S: Likewise.
2752 * sysdeps/ia64/fpu/s_round.S: Likewise.
2753 * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
2754 * sysdeps/ia64/fpu/s_scalbn.c: Likewise.
2755 * sysdeps/ia64/fpu/s_scalbnf.c: Likewise.
2756 * sysdeps/ia64/fpu/s_scalbnl.c: Likewise.
2757 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
2758 * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
2759 * sysdeps/ia64/fpu/s_tanh.S: Likewise.
2760 * sysdeps/ia64/fpu/s_tanl.S: Likewise.
2761 * sysdeps/ia64/fpu/s_tan.S: Likewise.
2762 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
2763 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
2764 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
2765 * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
2766 * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2767 * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
2770 * sysdeps/ia64/fpu/libm_cpu_defs.h: New file.
2771 * sysdeps/ia64/fpu/libm_error_codes.h: New file.
2774 * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm
2776 * sysdeps/ia64/fpu/import_file.awk: Likewise.
2777 * sysdeps/ia64/fpu/import_intel_libm: Likewise.
2778 * sysdeps/ia64/fpu/Makefile: Likewise.
2780 2005-03-29 Jakub Jelinek <jakub@redhat.com>
2783 * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
2784 avoid calling mbsrtowcs twice.
2786 2005-03-29 Roland McGrath <roland@redhat.com>
2788 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
2789 function, inline broken out of ...
2790 (DL_SYSDEP_OSCHECK): ... here. Use that.
2791 Do the discovery and set GLRO(dl_osversion) if successful,
2792 if __LINUX_KERNEL_VERSION <= 0.
2793 * elf/dl-load.c: Don't include dl-osinfo.h here.
2795 2005-03-29 Alfred M. Szmidt <ams@gnu.org>
2797 * manual/install.texi (Tools for Compilation): GNU binutils 2.15
2800 2005-03-19 Bruno Haible <bruno@clisp.org>
2802 * intl/dcigettext.c (struct known_translation_t): Change type of
2803 domainname field to 'const char *'.
2804 (DCIGETTEXT): Remove const-cast.
2806 2005-03-29 Thorsten Kukuk <kukuk@suse.de>
2809 * grp/initgroups.c (internal_getgrouplist): Check if we have
2810 enough space before adding the primary group to the list.
2812 * posix/tst-execle1.c (do_test): Fix execle arguments.
2813 * posix/tst-execle2.c (do_test): Likewise.
2815 2005-03-28 Roland McGrath <roland@redhat.com>
2817 * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
2818 Reported by Mark Mitchell <mark@codesourcery.com>.
2819 * Versions.def (libm): Define GLIBC_2.4 set.
2820 * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
2821 * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
2822 * sysdeps/ia64/Versions: Likewise.
2823 * sysdeps/m68k/Versions: Likewise.
2824 * sysdeps/sparc/sparc64/Versions: Likewise.
2825 * sysdeps/x86_64/Versions: New file.
2826 * sysdeps/mips/mips64/Versions: New file.
2828 * locale/langinfo.h (_NL_LOCALE_NAME): New macro.
2829 [__USE_GNU] (NL_LOCALE_NAME): New macro.
2830 * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
2831 return locale name string for the category.
2833 2005-03-25 Jakub Jelinek <jakub@redhat.com>
2835 * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
2838 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
2840 * sysdeps/mips/atomicity.h: Remove unused file.
2841 * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations.
2842 * sysdeps/mips/dl-tls.h: New file.
2843 * sysdeps/mips/libc-tls.c: New file.
2844 * sysdeps/mips/tls-macros.h: New file.
2845 * sysdeps/mips/bits/atomic.h: New file.
2846 * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion.
2847 * sysdeps/mips/elf/configure.in: New file.
2848 * sysdeps/mips/elf/configure: Generated.
2849 * sysdeps/mips/sys/asm.h: New file.
2850 * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
2851 * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument
2853 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2854 (INTERNAL_SYSCALL_NCS): New.
2855 (INTERNAL_SYSCALL): Update for non-constant support.
2856 (internal_syscall0): Likewise.
2857 (internal_syscall1): Likewise.
2858 (internal_syscall2): Likewise.
2859 (internal_syscall3): Likewise.
2860 (internal_syscall4): Likewise.
2861 (internal_syscall5): Likewise.
2862 (internal_syscall6): Likewise.
2863 (internal_syscall7): Likewise.
2864 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD):
2865 Update to match the kernel.
2866 (SIGEV_CALLBACK): Likewise.
2867 (SIGEV_THREAD_ID): Likewise.
2869 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
2872 * elf/tst-auditmod1.c: Add MIPS support.
2873 * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
2874 (La_mips_32_retval): New.
2875 (La_mips_64_regs): New.
2876 (La_mips_64_retval): New.
2877 (struct audit_ifaces): Add MIPS entries.
2878 * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
2879 (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
2880 ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
2881 ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
2882 (RTLD_START): Align the stack before calling _dl_init_internal.
2883 Use .ent for _dl_start_user.
2884 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
2885 (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
2886 (elf_machine_runtime_setup): Use "auto inline".
2887 (elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
2888 (elf_machine_got_rel): Likewise. Use RESOLVE_MAP.
2889 * sysdeps/mips/dl-trampoline.c: New file.
2890 * sysdeps/mips/bits/link.h: New file.
2891 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2892 (internal_syscall5): Use register operands instead of non-lvalue
2894 (internal_syscall6): Likewise.
2895 (internal_syscall7): Likewise.
2897 2005-03-27 Andreas Jaeger <aj@suse.de>
2899 * debug/warning-nop.c (__builtin___memcpy_chk): Define away to
2900 avoid warnings with older compiler.
2901 (__builtin___memcpy_chk): Likewise.
2902 (__builtin___memmove_chk: Likewise.
2903 (__builtin___mempcpy_chk): Likewise.
2904 (__builtin___memset_chk): Likewise.
2905 (__builtin___stpcpy_chk): Likewise.
2906 (__builtin___strcat_chk): Likewise.
2907 (__builtin___strcpy_chk): Likewise.
2908 (__builtin___strncat_chk): Likewise.
2909 (__builtin___strncpy_chk): Likewise.
2910 (__builtin_object_size): Likewise.
2912 2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>
2914 * elf/tls-macros.h: Correct typo.
2916 2005-03-23 Jakub Jelinek <jakub@redhat.com>
2919 * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
2920 (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
2922 2005-03-22 Roland McGrath <roland@redhat.com>
2924 * locale/setlocale.c: Comment typo.
2926 * scripts/versions.awk: No errors for GLIBC_PRIVATE.
2928 * Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
2930 * scripts/versions.awk: Print all errors and die at the end.
2931 Use library name in versions array keys.
2933 2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
2935 * elf/elf.h (PT_ARM_EXIDX): New macro.
2937 2005-03-21 Thorsten Kukuk <kukuk@suse.de>
2940 * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
2941 Convert correctly between long/int on 64bit big-endian.
2943 2005-03-21 David Mosberger <davidm@hpl.hp.com>
2945 * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
2946 with more than 8 output registers. Fix this by passing original
2947 ar.pfs to _mcount_ret_helper via r3.
2949 2005-03-15 Jakub Jelinek <jakub@redhat.com>
2952 * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle
2953 GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx).
2954 * elf/Makefile: Add rules to build and run tst-tls15.
2955 * elf/tst-tls15.c: New test.
2956 * elf/tst-tlsmod15a.c: New file.
2957 * elf/tst-tlsmod15b.c: New file.
2959 2005-03-20 Ulrich Drepper <drepper@redhat.com>
2961 * elf/rtld.c (dl_main): Always call init_tls if we have audit modules.
2963 2005-03-20 Alfred M. Szmidt <ams@gnu.org>
2965 * elf/dl-open.c (dl_open_worker): Fix typo.
2967 2005-03-20 Ulrich Drepper <drepper@redhat.com>
2969 * malloc/malloc.c (public_cALLOc): We cannot skip the memory
2970 clearing if perturb_byte != 0.
2972 2005-03-20 Jakub Jelinek <jakub@redhat.com>
2974 * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t
2975 instead of __off_t for last argument.
2976 * debug/Makefile (tests): Add tst-lfschk{1,2,3}.
2977 * debug/tst-lfschk1.c: New test.
2978 * debug/tst-lfschk2.c: New test.
2979 * debug/tst-lfschk3.c: New test.
2981 2005-02-09 Jakub Jelinek <jakub@redhat.com>
2983 * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
2984 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
2985 and __USE_XOPEN guards to match linux/bits/termios.h.
2986 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2988 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2990 2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
2992 * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
2994 2005-02-27 Denis Barbier <barbier@debian.org>
2997 * locale/iso-4217.def: Add CSD currency.
2999 2005-03-19 Ulrich Drepper <drepper@redhat.com>
3001 * inet/test-ifaddrs.c: Use test-skeleton.
3002 * inet/test_ifindex.c: Likewise.
3005 * elf/dl-lookup.c (add_dependency): Always search l_initfini if
3009 * elf/Makefile: Add rules to build and run order2.
3010 * elf/order2.c: New file.
3011 * elf/order2mod1.c: New file.
3012 * elf/order2mod2.c: New file.
3013 * elf/order2mod3.c: New file.
3014 * elf/order2mod4.c: New file.
3016 2005-03-19 Jakub Jelinek <jakub@redhat.com>
3019 * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
3020 it has been incremented before.
3022 2005-03-18 Ulrich Drepper <drepper@redhat.com>
3025 * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
3026 function _dl_sort_fini.
3027 (_dl_sort_fini): New function.
3028 * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
3029 * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
3030 destructors to call them in the right order.
3032 2005-02-07 Steven Munroe <sjmunroe@us.ibm.com>
3034 * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave.
3035 (La_ppc64_retval): Correct size of lrc_fp.
3036 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve):
3037 Fix up ABI problems and complete function.
3039 2005-03-10 Jakub Jelinek <jakub@redhat.com>
3041 * math/test-misc.c (main): Add some more tests.
3043 2005-03-17 Jakub Jelinek <jakub@redhat.com>
3045 * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed
3046 __wcrtomb. Check return values of other __wcrtomb calls.
3047 * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars):
3048 Change mbclen type to size_t.
3049 (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t.
3050 Handle mb chars whose upper case doesn't have multibyte representation
3051 in locale's charset.
3053 2005-03-15 Jakub Jelinek <jakub@redhat.com>
3055 * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc,
3056 public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with
3060 * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
3063 2005-03-10 Jakub Jelinek <jakub@redhat.com>
3065 * misc/sys/cdefs.h (__always_inline): Define.
3066 * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd):
3067 Use __always_inline instead of __inline.
3068 * socket/bits/socket2.h (recv, recvfrom): Likewise.
3069 * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise.
3070 * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk,
3071 __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk,
3072 __strcat_ichk, __strncat_ichk): Use __always_inline instead of
3073 __inline__ __attribute__ ((__always_inline__)).
3075 2005-03-09 Jakub Jelinek <jakub@redhat.com>
3077 * debug/tst-chk1.c: Include sys/socket.h and sys/un.h.
3078 (do_test): Add new tests for recv, recvfrom, getcwd, getwd and
3079 readlink. Add some more tests for read, pread, pread64, fgets and
3082 * posix/bits/unistd.h (read, pread, pread64, readlink,
3083 getcwd, getwd): Change macros into extern inline functions.
3084 (__read_alias, __pread_alias, __pread64_alias, __readlink_alias,
3085 __getcwd_alias, __getwd_alias): New prototypes.
3086 * socket/bits/socket2.h (recv, recvfrom): Change macros into
3087 extern inline functions.
3088 (__recv_alias, __recvfrom_alias): New prototypes.
3089 * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros
3090 into extern inline functions.
3091 (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes.
3093 * debug/pread_chk.c (__pread_chk): Fix order of arguments passed
3095 * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed
3098 2005-03-18 Daniel Jacobowitz <dan@codesourcery.com>
3100 * configure.in: Use %function instead of @function.
3102 2005-03-18 Ulrich Drepper <drepper@redhat.com>
3105 * include/link.h (struct link_map): Remove l_opencount. Add l_removed.
3106 Change type of l_idx to int.
3107 * elf/dl-close.c: Basically rewrite. Do not use l_opencount to
3108 determine whether a DSO has to be unloaded. Instead compute this
3110 * elf/dl-deps.c: No need to manipulate l_opencount anymore.
3111 * elf/dl-lookup.c: Likewise.
3112 * elf/rtld.c: Likewise
3113 * elf/dl-open.c: Likewise. Use l_init_called to determine whether
3114 object was just loaded.
3115 * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
3116 * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
3117 is about to be unloaded as a match.
3118 (_dl_map_object): Likewise.
3119 * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
3121 * elf/circleload1.c: Don't use l_opencount anymore.
3122 * elf/neededtest.c: Likewise.
3123 * elf/neededtest2.c: Likewise.
3124 * elf/neededtest3.c: Likewise.
3125 * elf/neededtest4.c: Likewise.
3126 * elf/unload.c: Likewise.
3127 * elf/unload2.c: Likewise.
3128 * elf/loadtest.c: Likewise.
3131 * elf/rtld.c: Preloading errors are now never fatal.
3133 2005-03-08 Jakub Jelinek <jakub@redhat.com>
3136 * elf/Makefile: Add rules to build and run unload5 test.
3137 * elf/unload5.c: New file.
3140 * elf/Makefile: Add rules to build and run unload4 test.
3141 * elf/unload4.c: New file.
3142 * elf/unload4mod1.c: New file.
3143 * elf/unload4mod2.c: New file.
3144 * elf/unload4mod3.c: New file.
3145 * elf/unload4mod4.c: New file.
3147 2005-03-17 Roland McGrath <roland@redhat.com>
3149 * nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
3151 2005-03-16 Richard Henderson <rth@redhat.com>
3153 * include/libc-symbols.h (__hidden_proto): Remove bogus declaration
3155 (__hidden_def1, __hidden_dot_def1): Remove.
3156 (__hidden_def2, __hidden_def3): Remove.
3157 (__hidden_ver1): New.
3158 (hidden_ver, hidden_def, hidden_weak): Use it.
3159 (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
3160 version of the macro.
3162 * include/wchar.h (__wcscoll): Remove.
3163 * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
3164 * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
3166 2005-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3168 * elf/elf.h: Define MIPS TLS relocations.
3170 2005-03-16 Ulrich Drepper <drepper@redhat.com>
3172 * elf/circleload1.c (main): Pretty printing.
3174 2005-03-15 Jakub Jelinek <jakub@redhat.com>
3176 * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
3177 Patch by Dan Kegel <dank@kegel.com>.
3179 * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
3180 elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
3182 * sysdeps/alpha/dl-machine.h (elf_machine_rela,
3183 elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
3185 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
3186 elf_machine_rela_relative, elf_machine_lazy_rel): Likewise. Change
3187 static inline into auto inline.
3188 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
3189 elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3190 * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
3192 * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
3193 elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
3196 2005-03-15 Jakub Jelinek <jakub@redhat.com>
3199 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints.
3200 Remove memory clobber.
3202 * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition
3203 thread-safe. Subtract GLRO(dl_hp_timing_overhead) from Diff.
3205 2005-03-14 Jakub Jelinek <jakub@redhat.com>
3207 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include
3210 2005-03-10 GOTO Masanori <gotom@debian.or.jp>
3212 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
3214 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
3215 Correct MAP_GROWSDOWN value.
3217 2005-03-13 Roland McGrath <roland@redhat.com>
3219 * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps
3220 version if there is one. Only #error if macros are then undefined.
3221 * sysdeps/generic/tls-macros.h: New file.
3223 2005-03-10 GOTO Masanori <gotom@debian.or.jp>
3225 * sysdeps/hppa/configure.in: Remove old Makefile leftovers.
3226 * sysdeps/hppa/configure: Regenerated.
3228 2005-03-08 Roland McGrath <roland@redhat.com>
3230 * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
3231 array types match exactly in C alias decls.
3233 2005-03-07 Ulrich Drepper <drepper@redhat.com>
3235 * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
3236 mallopt appropriately.
3237 * malloc/malloc.h: Define M_PERTURB.
3238 * malloc/malloc.c (perturb_byte): New variable.
3239 (alloc_perturb, free_perturb): New macros.
3240 (_int_malloc): Before returning, overwrite the memory if this is
3242 (_int_free): Overwrite freed memory if requested.
3243 (mALLOPt): Handle M_PERTURB.
3244 * test-skeleton.c: Add call to mallopt with M_PERTURB command.
3246 * elf/dl-close.c (_dl_close): Decrement l_opencount before
3247 printing debug message.
3248 * elf/dl-open.c (dl_open_worker): Always print the new opencount
3251 2005-03-06 Ulrich Drepper <drepper@redhat.com>
3253 * elf/dl-close.c (_dl_close): Unify debug message format.
3255 * elf/dl-close.c (_dl_close): Print debug message just before
3256 destroying a link map.
3258 * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
3259 * elf/dl-version.c (match_symbol): Likewise.
3261 * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.
3263 * debug/recv_chk.c (__recv_chk): Always fail if request could
3264 overflow the buffer.
3265 * debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
3266 * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
3267 we know the call succeeds.
3268 (recvfrom): Likewise.
3270 2005-03-05 Ulrich Drepper <drepper@redhat.com>
3272 * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
3274 * posix/regex_internal.c (re_string_reconstruct): Add cast to
3276 (build_wcs_upper_buffer): Change type of bug to plain char.
3277 * locale/weightwc.h (findidx): Add casts to avoid warnings.
3278 * time/mktime.c (ranged_convert): Initialize tm to make the
3280 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings.
3281 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings.
3282 * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings.
3283 * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings.
3284 * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
3285 * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf.
3286 * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.
3287 * sysdeps/generic/strchrnul.c: Add cast to avoid warning.
3288 * libio/iofwide.c: Add casts to avoid warnings.
3289 * stdio-common/printf-prs.c (parse_printf_format): Introduce new
3290 variable f to avoid warnings.
3291 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3292 Fix a few casts to avoid warnings.
3293 * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
3297 * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
3298 dynamically sized array.
3299 (build_wcs_upper_buffer): Likewise.
3301 2005-03-05 Jakub Jelinek <jakub@redhat.com>
3303 * include/bits/unistd.h: New file.
3304 * include/bits/socket2.h: New file.
3306 2005-03-05 Ulrich Drepper <drepper@redhat.com>
3308 * sunrpc/key_call.c: Remove doors support.
3309 * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
3310 * configure.in: Remove test for doors support which never existed.
3311 * config.make.in: Remove have_doors entry.
3313 * configure.in: Make sure at least gcc 3.4 is used. Undo last change.
3314 * config.make.in: Undo last change.
3316 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
3319 2005-03-05 Roland McGrath <roland@redhat.com>
3321 * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
3322 (_dl_out_of_memory): Use rtld_hidden_proto.
3323 * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def.
3324 (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory.
3325 * elf/dl-open.c (_dl_open): Likewise.
3326 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
3328 * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *.
3330 * elf/dl-addr.c (_dl_addr): Add a cast.
3333 * elf/unload3mod4.c: Declare foo.
3334 * elf/testobj2.c: Include <stdio.h>.
3336 * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal
3337 value constant, and use it in the defn.
3338 * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl.
3339 Use actual size for compat array decls.
3341 * config.make.in (cc-mtune): New substituted variable.
3342 * configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
3343 done only if libc_mtune_example is defined.
3344 * sysdeps/i386/configure.in (libc_mtune_example): Set it.
3345 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
3347 2005-03-05 Jakub Jelinek <jakub@redhat.com>
3349 * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
3350 unconditionally to (defined RTLD_BOOTSTRAP).
3351 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
3353 2005-03-05 Jakub Jelinek <jakub@redhat.com>
3355 * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
3356 $(inst_slibdir) in AS_NEEDED directive.
3358 2005-03-03 Jakub Jelinek <jakub@redhat.com>
3360 * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
3362 2005-03-01 H.J. Lu <hongjiu.lu@intel.com>
3365 * iconv/iconvconfig.c: Fix comment for the output file.
3366 (write_output): Clear padding in header.
3368 2005-03-03 Ulrich Drepper <drepper@redhat.com>
3371 * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
3372 loader is closed. Fixes unload3.
3373 * elf/tst-global1.c: New file.
3374 * elf/Makefile (tests): Add tst-global1.
3375 * elf/testobj2.c (p): New function.
3377 2005-03-03 Jakub Jelinek <jakub@redhat.com>
3380 * elf/Makefile: Add rules to build and run unload3 test.
3381 * elf/unload3.c: New test.
3382 * elf/unload3mod1.c: New file.
3383 * elf/unload3mod2.c: New file.
3384 * elf/unload3mod3.c: New file.
3385 * elf/unload3mod4.c: New file.
3387 2005-02-21 Alan Modra <amodra@bigpond.net.au>
3389 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
3392 2005-03-01 Jakub Jelinek <jakub@redhat.com>
3394 * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
3396 * socket/bits/socket2.h (recv, recvfrom): Likewise.
3398 2005-03-01 Roland McGrath <roland@redhat.com>
3401 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
3404 2005-03-01 Alfred M. Szmidt <ams@gnu.org>
3407 * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
3408 Add missing initializer.
3411 * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
3412 USE_TLS && !USE___THREAD].
3414 2005-02-26 GOTO Masanori <gotom@debian.or.jp>
3416 * csu/Makefile: Use printf instead of echo for some shells.
3418 2005-02-28 Roland McGrath <roland@redhat.com>
3420 * debug/warning-nop.c (__nop): Rename to nop, make it static.
3421 (__warndecl): Use alias attribute directly, instead of strong_alias
3422 macro. Add attribute_hidden.
3424 2005-02-28 Ulrich Drepper <drepper@redhat.com>
3426 * posix/bits/unistd.h: Avoid calling __*_chk variants if we can
3427 determine the call will never trigger a failure.
3428 * debug/read_chk.c (__read_chk): Always fail if the buffer is too
3430 * debug/readlink_chk.c (__readlink_chk): Likewise.
3431 * debug/pread64_chk.c (__pread64_chk): Likewise.
3432 * debug/pread_chk.c (__pread_chk): Likewise.
3434 * sysdeps/i386/i686/memset_chk.S: Remove alias and warning.
3435 * sysdeps/x86_64/memset_chk.S: Likewise.
3437 2005-02-24 Roland McGrath <roland@redhat.com>
3439 * debug/Versions (libc: GLIBC_2.4): Remove
3440 __memset_zero_constant_len_parameter.
3441 * sysdeps/generic/memset_chk.c: Remove alias and warning.
3442 * misc/sys/cdefs.h (__warndecl): New macro.
3443 * debug/warning-nop.c: New file.
3444 * string/bits/string3.h (memset): Call __warn_memset_zero_len with no
3445 arguments, instead of calling __memset_zero_constant_len_parameter.
3446 Use __warndecl for __warn_memset_zero_len.
3447 * debug/Makefile (routines): Add $(static-only-routines).
3448 (static-only-routines): New variable.
3450 2005-02-27 Ulrich Drepper <drepper@redhat.com>
3452 * po/tr.po: Update from translation team.
3454 2005-02-26 Ulrich Drepper <drepper@redhat.com>
3456 * elf/dl-addr.c: Cleanups. Move declaration next to first use.
3458 * dlfcn/dlerror.c (check_free): New function. Extract common code
3459 from fini and free_key_mem. Check whether this is libdl in the
3462 2005-02-25 Ulrich Drepper <drepper@redhat.com>
3464 * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information
3467 2004-11-11 Richard Sandiford <rsandifo@redhat.com>
3470 * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only
3471 preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names
3472 like __NR_N32_open. Just include <asm/unistd.h> otherwise.
3473 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3474 * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete
3475 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the
3476 standard __NR prefix.
3477 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise.
3478 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that
3479 the output file is compatible with both pre-2.6 and 2.6 kernel headers.
3480 Extract separate syscall lists for each ABI.
3482 2005-02-23 Ulrich Drepper <drepper@redhat.com>
3484 * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
3487 * elf/Makefile: Run tst-tls9-static again.
3489 2005-02-22 Ulrich Drepper <drepper@redhat.com>
3492 * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
3494 (__libc_setup_tls): Initialize length of DTV based on array length.
3495 * elf/dl-load.c: Revert last change.
3496 * sysdeps/generic/dl-tls.c: Revert last change.
3498 * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
3499 tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
3500 tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
3501 * posix/tst-execl1.c: New file.
3502 * posix/tst-execl2.c: New file.
3503 * posix/tst-execle1.c: New file.
3504 * posix/tst-execle2.c: New file.
3505 * posix/tst-execlp1.c: New file.
3506 * posix/tst-execlp2.c: New file.
3507 * posix/tst-execv1.c: New file.
3508 * posix/tst-execv2.c: New file.
3509 * posix/tst-execve1.c: New file.
3510 * posix/tst-execve2.c: New file.
3511 * posix/tst-execvp1.c: New file.
3512 * posix/tst-execvp2.c: New file.
3514 2005-02-22 Roland McGrath <roland@redhat.com>
3516 * include/signal.h: Revert last change.
3517 (__sigemptyset): Use __builtin_memset instead of memset.
3519 2005-02-22 Ulrich Drepper <drepper@redhat.com>
3521 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use
3522 non-cancelable I/O functions.
3524 2005-02-22 Jakub Jelinek <jakub@redhat.com>
3527 * nscd/nscd-client.h: Include sys/uio.h.
3528 (__readall, __readvall, writeall): New prototypes.
3529 * nscd/connections.c (writeall): New function.
3530 (handle_request): Use it.
3531 * nscd/aicache.c (addhstaiX): Likewise.
3532 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3533 * nscd/hstcache.c (cache_addhst): Likewise.
3534 * nscd/grpcache.c (cache_addgr): Likewise.
3535 * nscd/pwdcache.c (cache_addpw): Likewise.
3536 * nscd/nscd_helper.c (__readall, __readvall): New functions.
3537 * nscd/nscd_getai.c (__nscd_getai): Use them.
3538 * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
3539 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
3540 * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
3541 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3543 2005-02-22 Roland McGrath <roland@redhat.com>
3545 * include/sys/socket.h: Declare __recv.
3546 * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias.
3547 * sysdeps/mach/hurd/recv.c: Likewise.
3549 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
3550 __backtrace_* decls.
3552 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3553 (INTERNAL_SYSCALL_ERROR_P): Evalute VAL. Parenthesize ERR.
3554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3556 * include/signal.h: Include <string.h> for memset decl.
3558 2005-02-22 Andreas Schwab <schwab@suse.de>
3560 * posix/execvp.c (execvp): Fix invalid free.
3562 2005-02-22 Jakub Jelinek <jakub@redhat.com>
3565 * malloc/Makefile (CFLAGS-mcheck-init.c): Add.
3566 * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
3567 librpcsvc.a objects.
3569 2005-02-21 Ulrich Drepper <drepper@redhat.com>
3572 * iconvdata/ibm930.h: Correct Yen mapping.
3573 * iconvdata/ibm939.h: Likewise.
3574 * iconvdata/testdata/IBM930..UTF8: Adjust test data.
3575 * iconvdata/testdata/IBM939..UTF8: Likewise.
3576 Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
3578 * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153,
3579 IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
3580 (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h,
3581 ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h,
3582 ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h,
3583 ibm1158.c, and ibm1158.h.
3584 * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153,
3585 IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
3586 * iconvdata/gconv-modules: Likewise.
3587 * iconvdata/ibm1025.c: New file.
3588 * iconvdata/ibm1025.h: New file.
3589 * iconvdata/ibm1122.c: New file.
3590 * iconvdata/ibm1122.h: New file.
3591 * iconvdata/ibm1137.c: New file.
3592 * iconvdata/ibm1137.h: New file.
3593 * iconvdata/ibm1153.c: New file.
3594 * iconvdata/ibm1153.h: New file.
3595 * iconvdata/ibm1154.c: New file.
3596 * iconvdata/ibm1154.h: New file.
3597 * iconvdata/ibm1155.c: New file.
3598 * iconvdata/ibm1155.h: New file.
3599 * iconvdata/ibm1156.c: New file.
3600 * iconvdata/ibm1156.h: New file.
3601 * iconvdata/ibm1157.c: New file.
3602 * iconvdata/ibm1157.h: New file.
3603 * iconvdata/ibm1158.c: New file.
3604 * iconvdata/ibm1158.h: New file.
3605 * iconvdata/testdata/IBM1025: New file.
3606 * iconvdata/testdata/IBM1025..UTF8: New file.
3607 * iconvdata/testdata/IBM1122: New file.
3608 * iconvdata/testdata/IBM1122..UTF8: New file.
3609 * iconvdata/testdata/IBM1137: New file.
3610 * iconvdata/testdata/IBM1137..UTF8: New file.
3611 * iconvdata/testdata/IBM1153: New file.
3612 * iconvdata/testdata/IBM1153..UTF8: New file.
3613 * iconvdata/testdata/IBM1154: New file.
3614 * iconvdata/testdata/IBM1154..UTF8: New file.
3615 * iconvdata/testdata/IBM1155: New file.
3616 * iconvdata/testdata/IBM1155..UTF8: New file.
3617 * iconvdata/testdata/IBM1156: New file.
3618 * iconvdata/testdata/IBM1156..UTF8: New file.
3619 * iconvdata/testdata/IBM1157: New file.
3620 * iconvdata/testdata/IBM1157..UTF8: New file.
3621 * iconvdata/testdata/IBM1158: New file.
3622 * iconvdata/testdata/IBM1158..UTF8: New file.
3623 Contributed by Jiro Sekiba <SEKIBA@jp.ibm.com>.
3625 2005-02-10 Paolo Bonzini <bonzini@gnu.org>
3627 * posix/regcomp.c (lower_subexp): Do not optimize empty
3628 subexpressions even with REG_NOSUB.
3629 * posix/rxspencer/tests: Add a previously failing testcase.
3631 2005-02-21 Alan Modra <amodra@bigpond.net.au>
3634 * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
3635 array index is within bounds.
3637 2005-02-21 Ulrich Drepper <drepper@redhat.com>
3640 * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically
3642 * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid.
3643 * elf/Makefile: Remove rules to build and run tst-tls9-static.
3646 * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
3647 THREAD_DTV multiple times, this minimally reduces code size on
3650 2005-02-21 Jakub Jelinek <jakub@redhat.com>
3653 * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
3654 NETDB_INTERNAL if buffer is too small.
3657 * nscd/hstcache.c (INCR): Remove.
3658 (addhstbyX): Double buflen in each iteration rather than add INCR.
3659 * nscd/grpcache.c: Likewise.
3660 * nscd/pwdcache.c: Likewise.
3662 2005-02-21 Ulrich Drepper <drepper@redhat.com>
3664 * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory
3666 * debug/chk_fail.c: Request backtrace and memory map dump.
3668 * Versions.def: Add GLIBC_2.4 for libc.
3669 * debug/fgets_chk.c: New file.
3670 * debug/fgets_u_chk.c: New file.
3671 * debug/getcwd_chk.c: New file.
3672 * debug/getwd_chk.c: New file.
3673 * debug/readlink_chk.c: New file.
3674 * debug/read_chk.c: New file.
3675 * debug/pread_chk.c: New file.
3676 * debug/pread64_chk.c: New file.
3677 * debug/recv_chk.c: New file.
3678 * debug/recvfrom_chk.c: New file.
3679 * debug/Versions: Add all new functions with version GLIBC_2.4.
3680 * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk,
3681 pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk,
3682 getwd_chk, and getcwd_chk. Plus appropriate CFLAGS definitions.
3683 * debug/tst-chk1.c: Add more tests.
3684 * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked.
3685 * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk.
3686 * posix/unistd.h: Include <bits/unistd.h> for fortification.
3687 * posix/bits/unistd.h: New file.
3688 * posix/Makefile (headers): Add bits/unistd.h.
3689 * socket/sys/socket.h: Include <bits/socket2.h> for fortification.
3690 * socket/bits/socket2.h: New file.
3691 * socket/Makefile (headers): Add bits/socket2.h.
3693 * string/bits/string3.h: Extend memset macro to check for zero 3rd
3694 parameter and use __memset_zero_constant_len_parameter in that case.
3695 * sysdeps/generic/memset_chk.c: Add
3696 __memset_zero_constant_len_parameter alias and linker warning.
3697 * debug/Versions: Add __memset_zero_constant_len_parameter to libc
3698 with version GLIBC_2.4.
3700 * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__
3701 in __STD_TYPE definition.
3703 2005-02-21 Jakub Jelinek <jakub@redhat.com>
3705 * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print
3706 the error message rather than program name.
3708 2005-02-21 Ulrich Drepper <drepper@redhat.com>
3711 * posix/unistd.h: symlink and readlink are unconditionally
3712 available in the 2001 spec.
3714 2005-02-16 Roland McGrath <roland@redhat.com>
3716 * intl/dcigettext.c (_nl_find_msg): Add a cast.
3718 * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
3719 * nis/nis_clone_obj.c (nis_clone_object): Likewise.
3720 * nis/nis_clone_res.c (nis_clone_result): Likewise.
3722 * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
3723 for END_OF_MESSAGE and CP.
3725 * resolv/res_send.c (send_dg): Add else branch for case impossible
3726 unless `poll' is buggy.
3728 * crypt/crypt_util.c (__setkey_r): Add a cast.
3730 * locale/programs/linereader.c (get_toplvl_escape): Use size_t for
3731 NBYTES, and unsigned char * for BYTES.
3733 * locale/programs/charmap.c (charmap_new_char): Use size_t and
3734 unsighed char * for NBYTES, BYTES parameters.
3736 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
3738 * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.
3740 * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.
3742 * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.
3744 * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
3745 (authdes_marshal): Don't use unsigned int for LEN.
3746 * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
3747 (xdr_u_hyper): Likewise.
3748 (xdr_u_short): Don't use u_long for L.
3749 * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.
3751 * inet/rexec.c (rexec_af): Use socklen_t.
3752 * sunrpc/key_call.c (getkeyserv_handle): Likewise.
3753 * sunrpc/rtime.c (rtime): Likewise.
3754 * resolv/res_send.c (send_vc, send_dg): Likewise.
3755 * nis/nis_callback.c (__nis_create_callback): Likewise.
3757 * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.
3759 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.
3761 * libio/libio.h (_IO_BE): Add parenthesis around EXPR.
3763 * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
3764 (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
3765 (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
3766 * intl/bindtextdom.c (INTUSE): Macro removed.
3767 (_nl_default_dirname): Use libc_hidden_proto.
3768 (set_binding_values): Don't use INTUSE.
3769 * include/libintl.h (_libc_intl_domainname_internal): Decl removed.
3770 (_libc_intl_domainname): Use libc_hidden_proto.
3771 * posix/regex_internal.h (gettext): Remove INTUSE on it.
3772 * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
3774 * include/libintl.h (_): Don't use *_internal name.
3776 * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
3778 * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.
3780 * iconv/gconv_open.c (__gconv_open): Remove useless cast.
3783 * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
3785 * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
3786 * sysdeps/powerpc/powerpc32/dl-machine.h
3787 (elf_machine_rel, elf_machine_rel_relative): Removed.
3788 * sysdeps/powerpc/powerpc64/dl-machine.h
3789 (elf_machine_rel, elf_machine_rel_relative): Removed.
3791 2005-02-03 Alexandre Oliva <aoliva@redhat.com>
3794 * elf/dynamic-link.h: Don't declare nested auto functions that are
3795 not going to be defined.
3797 2004-07-23 Jakub Jelinek <jakub@redhat.com>
3800 * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
3801 if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
3803 2005-02-16 Roland McGrath <roland@redhat.com>
3805 * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn
3806 inside [! SHARED] where it's used.
3808 2005-02-15 Ulrich Drepper <drepper@redhat.com>
3810 * sysdeps/generic/bits/byteswap.h: Make sure result of all the
3811 functions and macros is unsigned.
3813 2005-02-11 Barry deFrese <bddebian@comcast.net>
3816 * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
3817 * sysdeps/mach/hurd/setresuid.c: Likewise.
3819 2005-02-14 GOTO Masanori <gotom@debian.or.jp>
3821 * misc/sys/syslog.h: Fix typo in comment.
3823 2005-02-14 Roland McGrath <roland@redhat.com>
3826 * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined
3827 if it wasn't originally.
3829 2005-02-14 GOTO Masanori <gotom@debian.or.jp>
3831 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
3833 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3834 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3836 2005-02-11 Jakub Jelinek <jakub@redhat.com>
3838 * scripts/soversions.awk: Only record first WORDSIZE{32,64}
3841 2005-02-14 Alan Modra <amodra@bigpond.net.au>
3843 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
3844 with auto inline, and attribute always_inline.
3845 (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3846 (elf_machine_rel, elf_machine_rel_relative): Likewise.
3847 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3848 (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3849 (elf_machine_rel, elf_machine_rel_relative): Likewise.
3850 (elf_machine_tprel): Likewise.
3852 2005-02-14 Andreas Schwab <schwab@suse.de>
3854 * manual/filesys.texi (Random Access Directory): Fix type of file
3855 position value for telldir and seekdir.
3856 (Attribute Meanings): Fix typo.
3858 2005-02-14 H.J. Lu <hongjiu.lu@intel.com>
3860 * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
3862 * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
3863 if SHARED isn't defined.
3864 * elf/Makefile (tests-static): Add tst-array1-static.
3865 ($(objpfx)tst-array1-static.out): New target.
3866 * elf/tst-array1-static.c: New file.
3868 2005-02-11 Jakub Jelinek <jakub@redhat.com>
3871 * debug/chk_fail.c (__chk_fail): Add a while (1) loop around
3872 __libc_message to kill GCC warning about noreturn function returning.
3874 * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
3875 before relocating ld.so again.
3877 * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
3878 for already prelinked ld.so.
3880 2005-02-11 Roland McGrath <roland@redhat.com>
3883 * Makefile (installed-stubs): New variable.
3884 Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
3885 or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
3886 [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
3887 ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
3889 ($(inst_includedir)/gnu/stubs.h): New target, install from ...
3890 * include/stubs-biarch.h: New file.
3892 * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
3894 * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
3895 Emit defn for variable `biarch'.
3897 * include/stub-tag.h: Update comment.
3899 * scripts/soversions.awk: Fix default version set handling.
3901 2005-02-10 Roland McGrath <roland@redhat.com>
3904 * include/libc-symbols.h (stub_warning): Emit a marker section called
3905 .gnu.glibc-stub.NAME.
3906 * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
3907 Use objdump to collect those marker section names.
3908 ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
3910 * Rules (subdir_objs, subdir_stubs): New phony targets.
3911 * Makefile (+subdir_targets): Add them.
3913 * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
3916 * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
3917 Reported by H.J. Lu <hongjiu.lu@intel.com>.
3919 * scripts/lib-names.awk: Always print WORDSIZE32 section first when
3922 2005-02-10 Jakub Jelinek <jakub@redhat.com>
3924 * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
3925 * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
3926 * sysdeps/powerpc/bits/link.h: ... here. New file.
3928 2005-02-09 Jakub Jelinek <jakub@redhat.com>
3931 * stdlib/random_r.c (__initstate_r): Save old state.
3932 * stdlib/Makefile (tests): Add tst-random2.
3933 * stdlib/tst-random2.c: New test.
3934 Reported by Peter Bergner <bergner@vnet.ibm.com>.
3936 2005-01-25 H.J. Lu <hongjiu.lu@intel.com>
3938 * dlfcn/dlfcn.c (init): Put it in .init_array section.
3940 2005-02-10 Roland McGrath <roland@redhat.com>
3943 * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
3945 Grok shlib-versions lines with WORDSIZE* in second column.
3946 Add new leading column to output, DEFAULT for existing output lines.
3947 Also emit lines with WORDSIZE* for alternate configurations.
3948 * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
3949 ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
3950 ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
3951 of soversions.mk; replace inline shell script with use of ...
3952 * scripts/lib-names.awk: New file. If input has non-DEFAULT lines,
3953 emit multiple sets of macros under #if.
3954 * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
3955 (s390x-.*-.*): Likewise for s390.
3956 (powerpc64-.*-.*): Likewise for powerpc.
3957 (sparc64-.*-.*): Likewise for sparc.
3958 (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
3959 for these mapping back to the above.
3961 2005-02-08 Jakub Jelinek <jakub@redhat.com>
3963 * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
3965 2005-02-08 Andreas Schwab <schwab@suse.de>
3967 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
3970 2005-02-07 Richard Henderson <rth@redhat.com>
3972 * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
3974 2005-02-08 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3976 * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
3979 2005-02-07 Ulrich Drepper <drepper@redhat.com>
3981 * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
3984 2005-01-07 Richard Henderson <rth@redhat.com>
3986 * math/math_private.h (__copysign): Define as builtin for gcc 4.
3987 (__copysignf, __copysignl): Likewise.
3988 * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
3990 (copysignf, copysignl, fabsf, fabs): Likewise.
3991 (__copysign, __copysignf, __copysignl): Remove.
3992 (__fabs, __fabsf): Remove.
3994 2005-01-07 Jakub Jelinek <jakub@redhat.com>
3997 * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
3998 avoid writing to it if none of the standard search directories exist.
4000 2005-02-07 Steven Munroe <sjmunroe@us.ibm.com>
4003 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
4004 (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
4005 Load MSR as a doubleword.
4006 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
4007 (__novec_swapcontext, __swapcontext): Likewise.
4009 2005-02-07 Ulrich Drepper <drepper@redhat.com>
4011 * iconv/iconv_prog.c (main): Provide more help in case on an error.
4013 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
4015 2005-02-07 Jakub Jelinek <jakub@redhat.com>
4018 * nscd/nscd.c (termination_handler): Avoid segfault if some database
4022 * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
4023 __nss_not_use_nscd_hosts and return -1.
4024 * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
4025 initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
4026 Avoid leaking sockets.
4028 2005-01-28 Andreas Schwab <schwab@suse.de>
4029 H.J. Lu <hongjiu.lu@intel.com>
4032 * elf/dl-runtime.c (fixup): Change return type to
4033 DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
4034 DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
4035 values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
4036 store and retrieve relocation values.
4037 (profile_fixup): Likewise.
4038 * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
4040 * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
4041 * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
4042 (DL_FIXUP_MAKE_VALUE): Likewise.
4043 (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
4044 (DL_FIXUP_VALUE_ADDR): Likewise.
4045 (DL_FIXUP_ADDR_VALUE): Likewise.
4046 * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
4047 (DL_FIXUP_VALUE_TYPE): New.
4048 (DL_FIXUP_MAKE_VALUE): Likewise.
4049 (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
4050 (DL_FIXUP_VALUE_ADDR): Likewise.
4051 (DL_FIXUP_ADDR_VALUE): Likewise.
4052 * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
4053 (elf_machine_profile_plt): Removed.
4054 (elf_machine_fixup_plt): Change return type and type of value
4055 parameter to struct fdesc.
4056 (elf_machine_plt_value): Likewise.
4057 (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
4058 argument for elf_machine_fixup_plt.
4060 2005-02-07 Jakub Jelinek <jakub@redhat.com>
4063 * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
4064 after the status string printed by killproc.
4066 2004-11-18 Alexandre Oliva <aoliva@redhat.com>
4068 * manual/.cvsignore: Add dir-add.texi.
4070 2005-02-06 Richard Henderson <rth@redhat.com>
4072 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
4075 2004-11-03 Marcus Brinkmann <marcus@gnu.org>
4077 * configure.in (sysnames): Append sysdeps/generic for each add-on.
4078 * configure: Regenerated.
4080 2005-02-02 Alfred M. Szmidt <ams@gnu.org>
4082 * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
4083 (dtv_t): Change pointer type to be a struct which also contains
4084 information whether the memory pointed to is static TLS or not.
4086 * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
4088 * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
4089 (FALSEP): ... this. Updated all references.
4092 * libio/fmemopen.c: Include <stdint.h>.
4094 2005-01-30 Ulrich Drepper <drepper@redhat.com>
4097 * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
4098 * nscd/connections.c (send_ro_fd): Likewise.
4100 2005-01-28 H.J. Lu <hongjiu.lu@intel.com>
4102 * elf/tst-auditmod1.c: Add ia64 entries.
4103 * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
4104 (La_ia64_retval): New.
4105 (audit_ifaces): Add ia64 entries.
4106 * sysdeps/ia64/bits/link.h: New file.
4107 * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
4108 for dl_profile non-null.
4109 (ARCH_LA_PLTENTER): New.
4110 (ARCH_LA_PLTEXIT): New.
4111 * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
4112 only 2 output registers. Allocate stack to save/restore
4113 8 incoming fp registers. Call _dl_fixup instead of fixup.
4114 (_dl_runtime_profile): Rewrite.
4116 2005-01-28 Martin Schwidefsky <schwidefsky@de.ibm.com>
4118 * sysdeps/s390/bits/link.h: New file.
4119 * sysdeps/s390/s390-32/dl-trampoline.S: New file.
4120 * sysdeps/s390/s390-64/dl-trampoline.S: New file.
4121 * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
4122 dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
4124 (elf_machine_runtime_setup): Test for dl_profile non-null.
4125 (elf_machine_rela): Remove code using RESOLVE.
4126 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
4127 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
4128 * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
4129 La_s390_64_regs, La_s390_64_retval): New.
4130 * elf/tst-auditmod1.c: Add s390 entries.
4133 * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
4134 strncat, memchr, strcmp): Add missing memory clobber.
4136 2005-01-27 Ulrich Drepper <drepper@redhat.com>
4138 * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
4139 copy gl_offs. Patch by Sergey Tikhonov <tsv@solvo.ru>.
4141 2005-01-27 Paolo Bonzini <bonzini@gnu.org>
4144 * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
4145 Initialize the node sets in dfa->inveclosures.
4146 (analyze): Initialize inveclosures only if it is needed.
4147 Check errors from calc_inveclosure.
4148 * posix/regex_internal.c (re_dfa_add_node): Do not initialize
4149 the inveclosure node set.
4150 * posix/regexec.c (re_search_internal): If nmatch includes unused
4151 subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
4153 * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
4154 Do build a SIMPLE_BRACKET token.
4156 * posix/regexec.c (transit_state_mb): Do not examine nodes
4157 where ACCEPT_MB is not set.
4159 2005-01-27 Jakub Jelinek <jakub@redhat.com>
4161 * stdlib/tst-fmtmsg.c: Include stdlib.h.
4162 * stdio-common/tst-fmemopen2.c: Include string.h.
4163 * posix/execvp.c: Include stdbool.h.
4165 2004-12-13 Paolo Bonzini <bonzini@gnu.org>
4167 Separate parsing and creation of the NFA. Avoided recursion on
4168 the (very unbalanced) parse tree.
4170 * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
4171 re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
4172 (optimize_subexps, duplicate_tree, calc_first, calc_next,
4173 mark_opt_subexp): Rewritten.
4174 (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
4175 create_token_tree, free_tree, free_token): New.
4176 (analyze): Accept a regex_t *. Invoke the passes via the preorder and
4177 postorder generic visitors. Do not initialize the fields in the
4178 re_dfa_t that represent the transitions.
4179 (free_dfa_content): Use free_token.
4180 (re_compile_internal): Analyze before UTF-8 optimizations. Do not
4181 include optimization of subexpressions.
4182 (create_initial_state): Fetch the DFA node index from the first node's
4184 (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
4185 Return on COMPLEX_BRACKET.
4186 (duplicate_node_closure): Fix comment.
4187 (duplicate_node): Do not initialize the fields in the
4188 re_dfa_t that represent the transitions.
4189 (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
4190 (create_tree): Remove final argument. All callers adjusted. Rewritten
4191 to use create_token_tree.
4192 (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
4193 build_charclass_op): Use create_tree or create_token_tree instead
4194 of re_dfa_add_tree_node.
4195 (parse_dup_op): Likewise. Also free the tree using free_tree for
4196 "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
4197 to "a|". Adjust invocation of mark_opt_subexp.
4198 (parse_sub_exp): Create a single SUBEXP node.
4199 * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
4200 always perform as if it was 1. Do not initialize OPT_SUBEXP and
4201 DUPLICATED, and initialize the DFA fields representing the transitions.
4202 * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
4203 (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
4204 section. Add a tree-only code SUBEXP. Remove OP_DELETED_SUBEXP.
4205 (bin_tree_t): Include a full re_token_t for TOKEN. Turn FIRST and
4206 NEXT into pointers to trees. Remove ECLOSURE.
4208 2004-12-28 Paolo Bonzini <bonzini@gnu.org >
4211 * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
4212 that were already created.
4213 * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
4214 in the token if needed.
4215 (create_ci_newstate, create_cd_newstate): Set accept_mb field
4216 from the tokens' field.
4217 * posix/regex_internal.h (re_token_t): Add accept_mb field.
4218 (ACCEPT_MB_NODE): Removed.
4219 * posix/regexec.c (proceed_next_node, transit_states_mb,
4220 build_sifted_states, check_arrival_add_next_nodes): Use
4221 accept_mb instead of ACCEPT_MB_NODE.
4223 2005-01-26 Ulrich Drepper <drepper@redhat.com>
4226 * debug/chk_fail.c (__chk_fail): Print program name in final message.
4228 * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
4229 MSG_NOSIGNAL being in 2.2 kernels.
4231 2005-01-26 Jakub Jelinek <jakub@redhat.com>
4233 * sysdeps/unix/sysv/linux/i386/sysdep.h
4234 (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
4237 * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
4238 (WORD_DELIM_CONSTRAINT): ...this.
4239 (NOT_WORD_DELIM_CONSTRAINT): Define.
4240 (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
4241 change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
4242 * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
4243 anchor instead of INSIDE_WORD.
4244 (parse_expression): Handle NOT_WORD_DELIM constraint.
4245 * posix/bug-regex19.c (tests): Adjust tests that relied on \B
4246 being inside word instead of not word delim.
4247 * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
4249 * posix/rxspencer/tests: Add some new tests.
4251 2005-01-14 GOTO Masanori <gotom@debian.or.jp>
4254 * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
4255 irrespective of Cflag.
4257 * manual/memory.texi (sbrk): Fix definition.
4258 * manual/string.texi (strcasestr): Fix example typo.
4260 2005-01-25 Roland McGrath <roland@redhat.com>
4262 * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
4264 2005-01-23 Roland McGrath <roland@redhat.com>
4267 * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
4268 in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
4269 * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
4270 (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
4271 from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
4272 * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
4274 2005-01-25 Jakub Jelinek <jakub@redhat.com>
4277 * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
4278 (free_mem): Don't free string.
4279 * stdlib/tst-fmtmsg.c: Include string.h.
4280 (main): Add some more tests.
4282 2005-01-25 Andreas Schwab <schwab@suse.de>
4285 * timezone/asia: Update from tzdata2005c.
4286 * timezone/backward: Likewise.
4287 * timezone/europe: Likewise.
4288 * timezone/leapseconds: Likewise.
4289 * timezone/northamerica: Likewise.
4290 * timezone/southamerica: Likewise.
4293 * timezone/private.h: Update from tzcode2005c.
4294 * timezone/tzfile.h: Likewise.
4295 * timezone/zdump.c: Likewise.
4296 * timezone/zic.c: Likewise.
4298 2005-01-25 Ulrich Drepper <drepper@redhat.com>
4300 * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
4302 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
4304 * elf/rtld.c (_dl_start): Remove RESOLVE definition.
4306 2005-01-25 Alan Modra <amodra@bigpond.net.au>
4308 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
4309 sym_map, not sym, against zero.
4311 2005-01-24 Ulrich Drepper <drepper@redhat.com>
4314 * misc/syslog.c: Moved to...
4315 * sysdeps/generic/syslog.c: ...here.
4316 [NO_SIGIPE]: Don't install SIGPIPE handler.
4317 * sysdeps/unix/sysv/linux/syslog.c: New file.
4318 * sysdeps/unix/sysv/linux/kernel-features.h: Define
4319 __ASSUME_MSG_NOSIGNAL.
4321 2005-01-22 Richard Henderson <rth@redhat.com>
4323 * sysdeps/alpha/dl-trampoline.S: New file.
4324 * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
4325 Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
4326 (elf_machine_runtime_setup): Test for dl_profile non-null.
4327 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
4328 * sysdeps/alpha/bits/link.h: New file.
4329 * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
4330 (struct audit_ifaces): Add alpha entries.
4331 * elf/tst-auditmod1.c: Add alpha entries.
4333 2005-01-22 Ulrich Drepper <drepper@redhat.com>
4335 * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
4336 * sysdeps/ia64/dl-trampoline.S: New file.
4338 * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
4339 La_x86_64_xmm definition.
4341 * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
4343 * stdlib/Makefile (CFLAGS-system.os): Use this instead of
4344 CFLAGS-system.c for frame pointer option.
4346 2005-01-21 Roland McGrath <roland@redhat.com>
4348 * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
4349 * sysdeps/i386/dl-machine.h: Update decl.
4351 2005-01-21 Jakub Jelinek <jakub@redhat.com>
4354 * elf/Makefile: Add rules to build and run tst-align2.
4355 * elf/tst-align2.c: New test.
4356 * elf/tst-alignmod2.c: New file.
4357 * sysdeps/powerpc/tst-stack-align.h: New file.
4358 * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
4359 pointer before calling _dl_init.
4360 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4362 2005-01-20 Ulrich Drepper <drepper@redhat.com>
4364 * posix/execl.c: Do not allocate potentially large buffers on the
4366 * posix/execle.c: Likewise.
4367 * posix/execlp.c: Likewise.
4368 * posix/execvp.c: Likewise.
4369 (script_execute): Removed.
4370 (allocate_scripts_argv): New function. Called at most once to
4371 allocate memory, not every time a script is run. Adjust caller.
4373 * sysdeps/generic/wordexp.c (exec_comm): Add a few
4374 TEMP_FAILURE_RETRY. Reorganize code to avoid multiple calls to
4376 (exec_comm_child): Can now be inlined.
4378 * posix/Makefile: Add -fomit-frame-pointer for a few more files.
4379 * stdlib/Makefile: Likewise.
4381 2005-01-19 Roland McGrath <roland@redhat.com>
4384 * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
4386 Reported by Marcus Meissner <meissner@suse.de>.
4388 2005-01-19 Jakub Jelinek <jakub@redhat.com>
4390 * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
4392 * iconv/strtab.c (strtabfinalize): Likewise.
4394 * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
4396 2005-01-17 Roland McGrath <roland@redhat.com>
4399 * nscd/Makefile (LDLIBS-nscd): New variable.
4400 ($(objpfx)nscd): Use that instead of selinux-LIBS.
4402 * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
4403 (link-extra-libs-static): Define to $(link-extra-libs).
4404 (link-extra-libs-bounded): Likewise.
4406 2005-01-17 Ulrich Drepper <drepper@redhat.com>
4408 * include/link.h: Remove stray definition of pltenter.
4410 2005-01-16 GOTO Masanori <gotom@debian.or.jp>
4413 * sysdeps/unix/rewinddir.c: Reset filepos.
4414 * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
4416 2005-01-15 Ulrich Drepper <drepper@redhat.com>
4418 * elf/tst-auditmod1.c: Reduce duplication.
4420 2005-01-16 Andreas Schwab <schwab@suse.de>
4422 * sysdeps/m68k/dl-machine.h: Remove trampoline code. Define
4423 ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4424 (elf_machine_runtime_setup): If profile != 0 does not anymore mean
4425 GLRO(dl_profile) != NULL.
4426 * sysdeps/m68k/dl-trampoline.S: New file.
4427 * sysdeps/m68k/bits/link.h: New file.
4428 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
4430 * elf/tst-auditmod1.c: Add m68k support.
4432 2005-01-14 Ulrich Drepper <drepper@redhat.com>
4434 * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
4435 LC_* variable. Patch by Aharon Robbins <arnold@skeeve.com>.
4438 * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
4439 * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
4441 2005-01-12 Ulrich Drepper <drepper@redhat.com>
4443 * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
4444 callers from libc anymore.
4446 * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
4447 to _dl_map_object_deps.
4448 * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
4449 protections when loading auditing modules.
4451 * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
4453 * posix/getconf.c: Update copyright year.
4454 * nss/getent.c: Likewise.
4455 * nscd/nscd_nischeck.c: Likewise.
4456 * iconv/iconvconfig.c: Likewise.
4457 * iconv/iconv_prog.c: Likewise.
4458 * elf/ldconfig.c: Likewise.
4459 * catgets/gencat.c: Likewise.
4460 * csu/version.c: Likewise.
4461 * elf/ldd.bash.in: Likewise.
4462 * elf/sprof.c (print_version): Likewise.
4463 * locale/programs/locale.c: Likewise.
4464 * locale/programs/localedef.c: Likewise.
4465 * nscd/nscd.c (print_version): Likewise.
4466 * debug/xtrace.sh: Likewise.
4467 * malloc/memusage.sh: Likewise.
4468 * malloc/mtrace.pl: Likewise.
4469 * debug/catchsegv.sh: Likewise.
4471 2005-01-11 Thorsten Kukuk <kukuk@suse.de>
4474 * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
4476 * sunrpc/svc_unix.c (svcunix_create): Likewise.
4479 * grp/putgrent.c (putgrent): Don't write 0 as group
4480 ID if groupname starts with + or -.
4481 * pwd/putpwent.c (putpwent): Don't write 0 as user or
4482 group ID if user name starts with + or -.
4484 2005-01-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4486 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
4487 * sysdeps/elf/tst-auditmod1.c: Add sh support.
4488 * sysdeps/sh/bits/link.h: New.
4489 * sysdeps/sh/dl-machine.h: Remove trampoline code here. Define
4490 ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT. Remove obsolete comments.
4491 (RTLD_START): Define __fpscr_values.
4492 * sysdeps/sh/dl-trampoline.S: New file.
4493 * sysdeps/sh/sh4/dl-trampoline.S: New file.
4494 * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
4495 * sysdeps/sh/sh4/dl-machine.h: Remove.
4497 2005-01-10 Jakub Jelinek <jakub@redhat.com>
4500 * time/tst-strptime.c (day_tests): Add 2 new tests.
4501 (test_tm, main): Issue an error instead of segfaulting if
4502 strptime returns NULL.
4504 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
4506 * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
4507 * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
4509 2005-01-11 Ulrich Drepper <drepper@redhat.com>
4511 * malloc/malloc.h: Remove no-glibc support.
4513 2005-01-12 GOTO Masanori <gotom@debian.or.jp>
4516 * malloc/malloc.h: Always include features.h.
4518 2005-01-10 Roland McGrath <roland@redhat.com>
4520 * sysdeps/ia64/fpu/e_logl.c: File removed.
4522 * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
4524 2005-01-10 Ulrich Drepper <drepper@redhat.com>
4526 * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
4527 recognition of last entry.
4529 2005-01-09 Ulrich Drepper <drepper@redhat.com>
4531 * elf/dl-runtime.c: Include <sys/param.h>.
4533 * elf/Makefile (headers): Add bits/link.h.
4535 2005-01-09 Andreas Schwab <schwab@suse.de>
4537 * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
4539 2005-01-09 Andreas Jaeger <aj@suse.de>
4542 * time/strptime_l.c (__strptime_internal): Add braces to avoid
4545 * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
4547 * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
4549 2005-01-08 Jakub Jelinek <jakub@redhat.com>
4551 * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
4553 2005-01-09 Ulrich Drepper <drepper@redhat.com>
4555 * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
4556 those of all the regular objects.
4558 * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
4559 use it to select the r_debug structure for that namespace.
4560 * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
4561 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4562 * elf/dl-open.c (_dl_open): Likewise.
4563 * elf/rtld.c (dl_main): Likewise.
4564 * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
4566 (_dl_debug_initialize): Add new parameter in declaration.
4568 * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
4569 called for the auditing objects themselves.
4570 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4572 2005-01-07 Ulrich Drepper <drepper@redhat.com>
4574 * sysdeps/powerpc/powerpc64/dl-machine.h
4575 (elf_machine_runtime_setup): If profile != 0 does not anymore mean
4576 GLRO(dl_profile) != NULL.
4577 * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
4579 * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
4580 Extend _dl_prof_resolve to add pass extra parameters to
4581 _dl_profile_fixup and set up structure with register content.
4583 * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
4584 If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
4585 * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
4586 Extend _dl_prof_resolve to add pass extra parameters to
4587 _dl_profile_fixup and set up structure with register content.
4588 * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
4589 the register and result structures.
4590 * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
4591 in the 32-bit register and result structures.
4593 * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
4595 * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
4596 * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
4597 Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4598 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
4599 * elf/tst-auditmod1.c: Add ppc32 support.
4600 * sysdeps/powerpc/powerpc32/bits/link.h: New file.
4601 * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
4603 * malloc/malloc.c (malloc_printerr): Print program name as part of
4606 * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
4607 * stdlib/stdlib.h: Make realloc with
4608 __attribute_warn_unused_result__ instead of __wur.
4609 * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
4610 markers as in <stdlib.h>.
4612 * libio/stdio.h: Remove __wur from rename and remove.
4613 * posix/unistd.h: Remove __wur from dup2.
4615 2005-01-03 Andreas Jaeger <aj@suse.de>
4617 * elf/Makefile (tests): Revert patch from 2005-01-03.
4619 2005-01-07 Ulrich Drepper <drepper@redhat.com>
4621 * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
4622 make __libc_init_first hidden.
4624 * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
4625 l_relocated of rtld map.
4626 * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
4627 * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
4628 Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4629 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
4630 * elf/tst-auditmod1.c: Add ppc64 support.
4631 * sysdeps/powerpc/powerpc64/bits/link.h: New file.
4633 2005-01-06 Roland McGrath <roland@redhat.com>
4636 * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
4637 indicating file-name lookup errors, and return ENOSYS or EBADF instead.
4639 2005-01-06 Ulrich Drepper <drepper@redhat.com>
4641 * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
4642 * sysdeps/generic/libc-start.c: Don't register program destructor here.
4644 * dlfcn/Makefile: Add rules to build dlfcn.c.
4645 (LDFLAGS-dl.so): Removed.
4646 * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
4648 * dlfcn/dlmopen.c: Likewise for _dl_open.
4649 * dlfcn/dlopen.c: Likewise.
4650 * dlfcn/dlopenold.c: Likewise.
4651 * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
4652 * elf/Makefile (routines): Remove dl-open and dl-close.
4653 (dl-routines): Add dl-open, dl-close, and dl-trampoline.
4654 Add rules to build and run tst-audit1.
4655 * elf/tst-audit1.c: New file.
4656 * elf/tst-auditmod1.c: New file.
4657 * elf/Versions [libc]: Remove _dl_open and _dl_close.
4658 * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
4659 * elf/dl-open.c: Likewise.
4660 * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
4661 signaled by nonzero parameter.
4662 * elf/dl-init.c: Fix use of r_state.
4663 * elf/dl-load.c: Likewise.
4665 * elf/dl-close.c: Add auditing checkpoints.
4666 * elf/dl-open.c: Likewise.
4667 * elf/dl-fini.c: Likewise.
4668 * elf/dl-load.c: Likewise.
4669 * elf/dl-sym.c: Likewise.
4670 * sysdeps/generic/libc-start.c: Likewise.
4671 * elf/dl-object.c: Allocate memory for auditing information.
4672 * elf/dl-reloc.c: Remove RESOLV. We now always need the map.
4673 Correctly initialize slotinfo.
4674 * elf/dynamic-link.h: Adjust after removal of RESOLV.
4675 * sysdeps/hppa/dl-lookupcfg.h: Likewise.
4676 * sysdeps/ia64/dl-lookupcfg.h: Likewise.
4677 * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
4678 * elf/dl-runtime.c (_dl_fixup): Little cleanup.
4679 (_dl_profile_fixup): New parameters to point to register struct and
4680 variable for frame size.
4681 Add auditing checkpoints.
4682 (_dl_call_pltexit): New function.
4683 Don't define trampoline code here.
4684 * elf/rtld.c: Recognize LD_AUDIT. Load modules on startup.
4685 Remove all the functions from _rtld_global_ro which only _dl_open
4686 and _dl_close needed.
4687 Add auditing checkpoints.
4688 * elf/link.h: Define symbols for auditing interfaces.
4689 * include/link.h: Likewise.
4690 * include/dlfcn.h: Define __RTLD_AUDIT.
4691 Remove prototypes for _dl_open and _dl_close.
4692 Adjust access to argc and argv in libdl.
4693 * dlfcn/dlfcn.c: New file.
4694 * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
4696 * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
4697 * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
4698 * sysdeps/i386/dl-machine.h: Remove trampoline code here.
4699 Adjust for removal of RESOLVE.
4700 * sysdeps/x86_64/dl-machine.h: Likewise.
4701 * sysdeps/generic/dl-trampoline.c: New file.
4702 * sysdeps/i386/dl-trampoline.c: New file.
4703 * sysdeps/x86_64/dl-trampoline.c: New file.
4705 * sysdeps/generic/dl-tls.c: Cleanups. Fixup for dtv_t change.
4706 Fix updating of DTV.
4707 * sysdeps/generic/libc-tls.c: Likewise.
4709 * sysdeps/arm/bits/link.h: Renamed to ...
4710 * sysdeps/arm/bits/linkmap.h: ...this.
4711 * sysdeps/generic/bits/link.h: Renamed to...
4712 * sysdeps/generic/bits/linkmap.h: ...this.
4713 * sysdeps/hppa/bits/link.h: Renamed to...
4714 * sysdeps/hppa/bits/linkmap.h: ...this.
4715 * sysdeps/i386/bits/link.h: Renamed to...
4716 * sysdeps/i386/bits/linkmap.h: ...this.
4717 * sysdeps/ia64/bits/link.h: Renamed to...
4718 * sysdeps/ia64/bits/linkmap.h: ...this.
4719 * sysdeps/s390/bits/link.h: Renamed to...
4720 * sysdeps/s390/bits/linkmap.h: ...this.
4721 * sysdeps/sh/bits/link.h: Renamed to...
4722 * sysdeps/sh/bits/linkmap.h: ...this.
4723 * sysdeps/x86_64/bits/link.h: Renamed to...
4724 * sysdeps/x86_64/bits/linkmap.h: ...this.
4726 * posix/unistd.h: Declare ftruncate for POSIX 2003. [BZ #640]
4728 2004-12-22 Steven Munroe <sjmunroe@us.ibm.com>
4731 * math/libm-test.inc (rint_test_tonearest): New test.
4732 (rint_test_towardzero): New test.
4733 (rint_test_downward): New test.
4734 (rint_test_upward): New test.
4735 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
4736 Remove redundant const values.
4737 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
4738 Remove redundant const values. Use float const.
4739 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
4740 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
4742 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
4743 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
4745 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
4746 Remove redundant const values.
4747 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
4748 Remove redundant const values. Use float const.
4749 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
4750 Remove redundant const values.
4751 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
4752 Remove redundant const values. Use float const.
4753 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
4754 alignment. Fix -0.0 case. Remove redundant const values.
4755 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
4756 alignment. Fix -0.0 case. Remove redundant const values.
4758 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
4759 alignment. Fix -0.0 case.
4760 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
4761 alignment. Fix -0.0 case. Use float const.
4762 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
4763 alignment. Fix -0.0 case.
4764 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
4765 alignment. Fix -0.0 case. Use float const.
4766 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
4767 alignment. Fix -0.0 case. Remove redundant const values.
4768 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
4769 alignment. Fix -0.0 case. Remove redundant const values.
4771 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
4772 alignment. Fix -0.0 case.
4773 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
4774 alignment. Fix -0.0 case. Remove redundant const values.
4777 2005-01-06 Ulrich Drepper <drepper@redhat.com>
4779 * misc/sys/cdefs.h: Define __wur.
4780 * libio/stdio.h: Use __wur for a number of interfaces.
4781 * posix/unistd.h: Likewise.
4782 * stdlib/stdlib.h: Likewise.
4784 2004-12-29 Jakub Jelinek <jakub@redhat.com>
4787 * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
4788 libc_hidden_proto instead of HIDDEN_PROTO.
4789 * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
4790 (__libm_error_support): If ASSEMBLER and in libc, define to
4791 HIDDEN_JUMPTARGET(__libm_error_support).
4793 2004-12-28 David Mosberger <davidm@hpl.hp.com>
4796 * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
4797 (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
4798 with $(duplicated-routines).
4799 (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
4802 2004-12-27 David Mosberger <davidm@hpl.hp.com>
4805 * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
4806 undefine "ret" macro. Add __libm_error_support hidden definitions.
4809 * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment. Add
4810 missing portion of copyright statement.
4811 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
4812 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
4815 * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment. Add
4816 missing portion of copyright statement.
4817 (__ieee754_lgamma): Rename from lgamma(). Make lgamma() a weak alias.
4818 (__ieee754_gamma): Likewise.
4819 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
4820 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
4822 2004-12-09 H.J. Lu <hjl@lucon.org>
4825 * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
4826 * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
4827 * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
4828 * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
4829 * sysdeps/ia64/fpu/e_expl.S: Likewise.
4830 * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
4832 2004-11-18 David Mosberger <davidm@hpl.hp.com>
4835 * sysdeps/ia64/fpu/README: New file.
4836 * sysdeps/ia64/fpu/gen_import_file_list: New file.
4837 * sysdeps/ia64/fpu/import_check: Likewise.
4838 * sysdeps/ia64/fpu/import_diffs: Likewise.
4839 * sysdeps/ia64/fpu/import_file.awk: Likewise.
4840 * sysdeps/ia64/fpu/import_intel_libm: Likewise.
4841 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4844 * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
4845 * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4846 * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4847 * sysdeps/ia64/fpu/e_asin.S: Likewise.
4848 * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4849 * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4850 * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4851 * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4852 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4853 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4854 * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4855 * sysdeps/ia64/fpu/e_exp.S: Likewise.
4856 * sysdeps/ia64/fpu/e_expf.S: Likewise.
4857 * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4858 * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4859 * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4860 * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4861 * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4862 * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4863 * sysdeps/ia64/fpu/e_log.S: Likewise.
4864 * sysdeps/ia64/fpu/e_log2.S: Likewise.
4865 * sysdeps/ia64/fpu/e_log2f.S: Likewise.
4866 * sysdeps/ia64/fpu/e_log2l.S: Likewise.
4867 * sysdeps/ia64/fpu/e_logf.S: Likewise.
4868 * sysdeps/ia64/fpu/e_pow.S: Likewise.
4869 * sysdeps/ia64/fpu/e_powf.S: Likewise.
4870 * sysdeps/ia64/fpu/e_powl.S: Likewise.
4871 * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4872 * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4873 * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4874 * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4875 * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4876 * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4877 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4878 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4879 * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4880 * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4881 * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4882 * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4883 * sysdeps/ia64/fpu/libm_error.c: Likewise.
4884 * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
4885 * sysdeps/ia64/fpu/libm_support.h: Likewise.
4886 * sysdeps/ia64/fpu/s_atan.S: Likewise.
4887 * sysdeps/ia64/fpu/s_atanf.S: Likewise.
4888 * sysdeps/ia64/fpu/s_atanl.S: Likewise.
4889 * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
4890 * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
4891 * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
4892 * sysdeps/ia64/fpu/s_ceil.S: Likewise.
4893 * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
4894 * sysdeps/ia64/fpu/s_ceill.S: Likewise.
4895 * sysdeps/ia64/fpu/s_cos.S: Likewise.
4896 * sysdeps/ia64/fpu/s_cosf.S: Likewise.
4897 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
4898 * sysdeps/ia64/fpu/s_expm1.S: Likewise.
4899 * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
4900 * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
4901 * sysdeps/ia64/fpu/s_fabs.S: Likewise.
4902 * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
4903 * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
4904 * sysdeps/ia64/fpu/s_floor.S: Likewise.
4905 * sysdeps/ia64/fpu/s_floorf.S: Likewise.
4906 * sysdeps/ia64/fpu/s_floorl.S: Likewise.
4907 * sysdeps/ia64/fpu/s_frexp.c: Likewise.
4908 * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
4909 * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4910 * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4911 * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4912 * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4913 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4914 * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4915 * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4916 * sysdeps/ia64/fpu/s_logb.S: Likewise.
4917 * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4918 * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4919 * sysdeps/ia64/fpu/s_modf.S: Likewise.
4920 * sysdeps/ia64/fpu/s_modff.S: Likewise.
4921 * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4922 * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4923 * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4924 * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4925 * sysdeps/ia64/fpu/s_rint.S: Likewise.
4926 * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4927 * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4928 * sysdeps/ia64/fpu/s_round.S: Likewise.
4929 * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4930 * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4931 * sysdeps/ia64/fpu/s_significand.S: Likewise.
4932 * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4933 * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4934 * sysdeps/ia64/fpu/s_tan.S: Likewise.
4935 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4936 * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4937 * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4938 * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4939 * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4942 * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
4943 * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
4944 * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
4945 * sysdeps/ia64/fpu/e_atanh.S: Likewise.
4946 * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
4947 * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
4948 * sysdeps/ia64/fpu/e_exp10.S: Likewise.
4949 * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
4950 * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
4951 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
4952 * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
4953 * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
4954 * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
4955 * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
4956 * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
4957 * sysdeps/ia64/fpu/e_logl.S: Likewise.
4958 * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
4959 * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
4960 * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
4961 * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
4962 * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
4963 * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
4964 * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
4965 * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
4966 * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
4967 * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
4968 * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
4969 * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
4970 * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
4971 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
4972 * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
4973 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
4974 * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
4975 * sysdeps/ia64/fpu/s_asinh.S: Likewise.
4976 * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
4977 * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
4978 * sysdeps/ia64/fpu/s_erf.S: Likewise.
4979 * sysdeps/ia64/fpu/s_erfc.S: Likewise.
4980 * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
4981 * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
4982 * sysdeps/ia64/fpu/s_erff.S: Likewise.
4983 * sysdeps/ia64/fpu/s_erfl.S: Likewise.
4984 * sysdeps/ia64/fpu/s_fdim.S: Likewise.
4985 * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
4986 * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
4987 * sysdeps/ia64/fpu/s_fma.S: Likewise.
4988 * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
4989 * sysdeps/ia64/fpu/s_fmal.S: Likewise.
4990 * sysdeps/ia64/fpu/s_fmax.S: Likewise.
4991 * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
4992 * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
4993 * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
4994 * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
4995 * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
4996 * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
4997 * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
4998 * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
4999 * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
5000 * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
5001 * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
5002 * sysdeps/ia64/fpu/s_tanh.S: Likewise.
5003 * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
5004 * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
5005 * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
5006 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
5007 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
5008 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
5009 * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
5010 * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
5011 * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
5014 * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
5015 * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
5016 * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
5017 * sysdeps/ia64/fpu/w_acosh.c: Likewise.
5018 * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
5019 * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
5020 * sysdeps/ia64/fpu/w_atanh.c: Likewise.
5021 * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
5022 * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
5023 * sysdeps/ia64/fpu/w_exp10.c: Likewise.
5024 * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
5025 * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
5026 * sysdeps/ia64/fpu/w_exp2.c: Likewise.
5027 * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
5028 * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
5029 * sysdeps/ia64/fpu/w_expl.c: Likewise.
5030 * sysdeps/ia64/fpu/e_expl.S: Likewise.
5031 * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
5032 * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
5033 * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
5034 * sysdeps/ia64/fpu/w_log2.c: Likewise.
5035 * sysdeps/ia64/fpu/w_log2f.c: Likewise.
5036 * sysdeps/ia64/fpu/w_log2l.c: Likewise.
5037 * sysdeps/ia64/fpu/w_sinh.c: Likewise.
5038 * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
5039 * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
5042 * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
5043 * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5044 * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5045 * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5046 * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5047 * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5048 * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5051 * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
5052 * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
5053 * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
5056 * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
5059 * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
5060 alias for use by libm_error.c
5063 * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
5064 libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
5065 Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
5066 libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
5067 libm_scalbn{,f,l}, libm_scalblnf.
5068 (sysdep_routines): Remove libm_frexp4{,f,l}.
5069 Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
5070 (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
5071 _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
5072 -DSIZE_LONG_LONG_INT_64.
5074 2005-01-05 Steven Munroe <sjmunroe@us.ibm.com>
5077 * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
5078 l_text_end are set for a VDSO with a single PT_LOAD entry.
5080 2005-01-05 Ulrich Drepper <drepper@redhat.com>
5083 * libio/iofopncook.c (_IO_cookie_seekoff): Define. Mark offset as
5084 invalid to disable optimizations in fileops which won't work here.
5085 (_IO_cookie_jumps): Use it.
5086 (_IO_old_cookie_jumps): Likewise.
5087 * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
5088 not the return value.
5089 * stdio-common/Makefile (tests): Add tst-fmemopen2.
5090 * stdio-common/tst-fmemopen2.c: New file.
5092 * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
5094 2005-01-05 Roland McGrath <roland@redhat.com>
5096 * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
5097 * sysdeps/i386/configure.in: ... here. New file.
5099 2005-01-03 Ulrich Drepper <drepper@redhat.com>
5102 * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
5103 initialize __environ again.
5104 * stdlib/Makefile: Add rules to build and run tst-putenv.
5105 * stdlib/tst-putenv.c: New file.
5106 * stdlib/tst-putenvmod.c: New file.
5108 * sysdeps/unix/sysv/linux/init-first.c: Clean file up. Don't
5109 define unnecessary wrappers or aliases of static functions.
5111 2005-01-03 Andreas Jaeger <aj@suse.de>
5113 * csu/Makefile (generated): Add start.os and start.ob.
5115 * elf/Makefile (tests): Change rule for tst-pie1 so that make
5118 2004-12-29 Roland McGrath <roland@redhat.com>
5121 * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
5122 than always up; when nearest is zero, round up to one.
5124 2004-12-28 Ulrich Drepper <drepper@redhat.com>
5126 * po/es.po: Update from translation team.
5129 * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
5131 2004-12-27 Ulrich Drepper <drepper@redhat.com>
5134 * include/signal.h: Define __sigemptyset.
5136 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5138 * posix/regex_internal.h (struct re_dfastate_t): Make
5139 word_trtable a pointer to the 512-item transition table.
5140 * posix/regexec.c (build_trtable): Fill in either state->trtable
5141 or state->word_trtable. Return a boolean indicating success.
5142 (transit_state): Expect state->trtable to be a 256-item
5143 transition table. Reorganize code to have less tests in
5144 the common case, and to save an indentation level.
5145 * posix/regex_internal.c (free_state): Free word_trtable.
5147 2004-12-21 Jakub Jelinek <jakub@redhat.com>
5150 * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
5151 calling fn is 16 byte aligned.
5152 * sysdeps/i386/tst-stack-align.h: New file.
5155 * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
5156 (ecvt_r): Special case denormals.
5157 * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
5158 * misc/tst-efgcvt.c: Include float.h.
5159 (ecvt_tests): Add 2 new tests.
5161 2004-12-20 Roland McGrath <roland@frob.com>
5163 * version.h (RELEASE, VERSION): development, 2.3.90
5164 * include/features.h (__GLIBC_MINOR__): Now 4.
5167 See ChangeLog.15 for earlier changes.