diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-14 05:38:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-14 05:38:11 +0000 |
commit | 083dc54a01d3b65b9d95599e4015256c9ee25342 (patch) | |
tree | 30e4fd28c914b5394aa42a78f8c0dc48f28753b9 /configure | |
parent | 5de90b7c610de4f8c869d460b6025853a96bdccf (diff) | |
download | glibc-083dc54a01d3b65b9d95599e4015256c9ee25342.tar glibc-083dc54a01d3b65b9d95599e4015256c9ee25342.tar.gz glibc-083dc54a01d3b65b9d95599e4015256c9ee25342.tar.bz2 glibc-083dc54a01d3b65b9d95599e4015256c9ee25342.zip |
Update.
2004-01-09 Bruno Haible <bruno@clisp.org>
* intl/gmo.h (MO_REVISION_NUMBER_WITH_SYSDEP_I): New definition.
* intl/loadmsgcat.c (get_sysdep_segment_value): Handle "I".
(_nl_load_domain): Treat major revision 1 like major revision 0.
2004-01-11 Bruno Haible <bruno@clisp.org>
* stdio-common/vfprintf.c (vfprintf): Disallow the 'I' flag after
width or precision has been seen.
2004-01-08 Bruno Haible <bruno@clisp.org>
* intl/loadmsgcat.c (_nl_load_domain): When a string pair uses a system
dependent segment not known to this version of the library, ignore
the string pair instead of crashing.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6286,7 +6286,7 @@ if { ac_try='$libc_unwind_check >&5' (exit $ac_status); }; } then if $libc_unwind_check -v 2>&1 >/dev/null \ - | grep -q -- --eh-frame-hdr; then + | grep -- --eh-frame-hdr 2>&1 >/dev/null; then libc_cv_gcc_dwarf2_unwind_info=no_registry_needed else libc_cv_gcc_dwarf2_unwind_info=static |