aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2000-02-27 16:55:52 +0000
committerIan Lance Taylor <ian@airs.com>2000-02-27 16:55:52 +0000
commita74801baf8df63929f4ea34ae35a1b72f38b07e9 (patch)
tree03b183ec2f169814fd61f4a1e746e939001a571e /binutils
parent2031769e327285db7175c5f7bf27ce7103361f6d (diff)
downloadgdb-a74801baf8df63929f4ea34ae35a1b72f38b07e9.zip
gdb-a74801baf8df63929f4ea34ae35a1b72f38b07e9.tar.gz
gdb-a74801baf8df63929f4ea34ae35a1b72f38b07e9.tar.bz2
rebuild with current tools
Diffstat (limited to 'binutils')
-rw-r--r--binutils/Makefile.in4
-rw-r--r--binutils/aclocal.m4351
-rwxr-xr-xbinutils/configure767
-rw-r--r--binutils/po/binutils.pot1507
4 files changed, 1176 insertions, 1453 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 53dd0c0..3187f49 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -88,7 +88,6 @@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INSTOBJEXT = @INSTOBJEXT@
INTLDEPS = @INTLDEPS@
INTLOBJS = @INTLOBJS@
-LD = @LD@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
MAINT = @MAINT@
@@ -96,7 +95,7 @@ MAKEINFO = @MAKEINFO@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
NLMCONV_DEFS = @NLMCONV_DEFS@
-NM = @NM@
+OBJDUMP = @OBJDUMP@
PACKAGE = @PACKAGE@
POFILES = @POFILES@
POSUB = @POSUB@
@@ -104,7 +103,6 @@ RANLIB = @RANLIB@
UNDERSCORE = @UNDERSCORE@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
-USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
VERSION = @VERSION@
l = @l@
diff --git a/binutils/aclocal.m4 b/binutils/aclocal.m4
index 88a1565..2d62d71 100644
--- a/binutils/aclocal.m4
+++ b/binutils/aclocal.m4
@@ -105,7 +105,7 @@ fi
AC_SUBST($1)])
-# serial 35 AC_PROG_LIBTOOL
+# serial 40 AC_PROG_LIBTOOL
AC_DEFUN(AC_PROG_LIBTOOL,
[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
@@ -114,10 +114,11 @@ AC_CACHE_SAVE
# Actually configure libtool. ac_aux_dir is where install-sh is found.
CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
-LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
-DLLTOOL="$DLLTOOL" AS="$AS" \
+LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
+LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
+DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
|| AC_MSG_ERROR([libtool configure failed])
# Reload cache, that may have been modified by ltconfig
@@ -146,24 +147,33 @@ AC_REQUIRE([AC_PROG_RANLIB])dnl
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_LD])dnl
AC_REQUIRE([AC_PROG_NM])dnl
-AC_REQUIRE([AC_SYS_NM_PARSE])dnl
-AC_REQUIRE([AC_SYS_SYMBOL_UNDERSCORE])dnl
AC_REQUIRE([AC_PROG_LN_S])dnl
dnl
+case "$target" in
+NONE) lt_target="$host" ;;
+*) lt_target="$target" ;;
+esac
+
# Check for any special flags to pass to ltconfig.
libtool_flags="--cache-file=$cache_file"
test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
-test "$lt_dlopen" = yes && libtool_flags="$libtool_flags --enable-dlopen"
-test "$silent" = yes && libtool_flags="$libtool_flags --silent"
test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
+ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN],
+[libtool_flags="$libtool_flags --enable-dlopen"])
+ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
+[libtool_flags="$libtool_flags --enable-win32-dll"])
+AC_ARG_ENABLE(libtool-lock,
+ [ --disable-libtool-lock avoid locking (might break parallel builds)])
+test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
+test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
# Some flags need to be propagated to the compiler or linker for good
# libtool support.
-case "$host" in
+case "$lt_target" in
*-*-irix6*)
# Find out which ABI we are using.
echo '[#]line __oline__ "configure"' > conftest.$ac_ext
@@ -195,33 +205,28 @@ case "$host" in
fi
;;
-*-*-cygwin*)
- AC_SYS_LIBTOOL_CYGWIN
+ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
+[*-*-cygwin* | *-*-mingw*)
+ AC_CHECK_TOOL(DLLTOOL, dlltool, false)
+ AC_CHECK_TOOL(AS, as, false)
+ AC_CHECK_TOOL(OBJDUMP, objdump, false)
;;
-
+])
esac
-
-# enable the --disable-libtool-lock switch
-
-AC_ARG_ENABLE(libtool-lock,
-[ --disable-libtool-lock force libtool not to do file locking],
-need_locks=$enableval,
-need_locks=yes)
-
-if test x"$need_locks" = xno; then
- libtool_flags="$libtool_flags --disable-lock"
-fi
])
-# AC_LIBTOOL_DLOPEN - check for dlopen support
-AC_DEFUN(AC_LIBTOOL_DLOPEN, [lt_dlopen=yes])
+# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
+AC_DEFUN(AC_LIBTOOL_DLOPEN, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])
+
+# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
+AC_DEFUN(AC_LIBTOOL_WIN32_DLL, [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])
# AC_ENABLE_SHARED - implement the --enable-shared flag
# Usage: AC_ENABLE_SHARED[(DEFAULT)]
# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
# `yes'.
-AC_DEFUN(AC_ENABLE_SHARED,
-[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
+AC_DEFUN(AC_ENABLE_SHARED, [dnl
+define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
AC_ARG_ENABLE(shared,
changequote(<<, >>)dnl
<< --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
@@ -246,15 +251,15 @@ enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl
])
# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
-AC_DEFUN(AC_DISABLE_SHARED,
-[AC_ENABLE_SHARED(no)])
+AC_DEFUN(AC_DISABLE_SHARED, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+AC_ENABLE_SHARED(no)])
# AC_ENABLE_STATIC - implement the --enable-static flag
# Usage: AC_ENABLE_STATIC[(DEFAULT)]
# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
# `yes'.
-AC_DEFUN(AC_ENABLE_STATIC,
-[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
+AC_DEFUN(AC_ENABLE_STATIC, [dnl
+define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
AC_ARG_ENABLE(static,
changequote(<<, >>)dnl
<< --enable-static[=PKGS] build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
@@ -279,16 +284,16 @@ enable_static=AC_ENABLE_STATIC_DEFAULT)dnl
])
# AC_DISABLE_STATIC - set the default static flag to --disable-static
-AC_DEFUN(AC_DISABLE_STATIC,
-[AC_ENABLE_STATIC(no)])
+AC_DEFUN(AC_DISABLE_STATIC, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+AC_ENABLE_STATIC(no)])
# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
# `yes'.
-AC_DEFUN(AC_ENABLE_FAST_INSTALL,
-[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
+AC_DEFUN(AC_ENABLE_FAST_INSTALL, [dnl
+define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
AC_ARG_ENABLE(fast-install,
changequote(<<, >>)dnl
<< --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
@@ -313,9 +318,8 @@ enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl
])
# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
-AC_DEFUN(AC_DISABLE_FAST_INSTALL,
-[AC_ENABLE_FAST_INSTALL(no)])
-
+AC_DEFUN(AC_DISABLE_FAST_INSTALL, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+AC_ENABLE_FAST_INSTALL(no)])
# AC_PROG_LD - find the path to the GNU or non-GNU linker
AC_DEFUN(AC_PROG_LD,
@@ -333,7 +337,7 @@ if test "$ac_cv_prog_gcc" = yes; then
case "$ac_prog" in
# Accept absolute paths.
changequote(,)dnl
- /* | [A-Za-z]:[\\/]*)
+ [\\/]* | [A-Za-z]:[\\/]*)
re_direlt='/[^/][^/]*/\.\./'
changequote([,])dnl
# Canonicalize the path of ld
@@ -359,10 +363,10 @@ else
fi
AC_CACHE_VAL(ac_cv_path_LD,
[if test -z "$LD"; then
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
- if test -f "$ac_dir/$ac_prog"; then
+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
ac_cv_path_LD="$ac_dir/$ac_prog"
# Check to see if the program is GNU ld. I'd rather use --version,
# but apparently some GNU ld's only accept -v.
@@ -385,7 +389,6 @@ else
AC_MSG_RESULT(no)
fi
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
-AC_SUBST(LD)
AC_PROG_LD_GNU
])
@@ -407,10 +410,10 @@ AC_CACHE_VAL(ac_cv_path_NM,
# Let the user override the test.
ac_cv_path_NM="$NM"
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/nm; then
+ if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
# Check to see if the nm accepts a BSD-compat flag.
# Adding the `sed 1q' prevents false positives on HP-UX, which says:
# nm: unknown option "B" ignored
@@ -431,230 +434,24 @@ else
fi])
NM="$ac_cv_path_NM"
AC_MSG_RESULT([$NM])
-AC_SUBST(NM)
])
-# AC_SYS_NM_PARSE - Check for command to grab the raw symbol name followed
-# by C symbol name from nm.
-AC_DEFUN(AC_SYS_NM_PARSE,
+# AC_CHECK_LIBM - check for math library
+AC_DEFUN(AC_CHECK_LIBM,
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_PROG_NM])dnl
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-AC_MSG_CHECKING([command to parse $NM output])
-AC_CACHE_VAL(ac_cv_sys_global_symbol_pipe,
-[# These are sane defaults that work on at least a few old systems.
-# {They come from Ultrix. What could be older than Ultrix?!! ;)}
-
-changequote(,)dnl
-# Character class describing NM global symbol codes.
-ac_symcode='[BCDEGRST]'
-
-# Regexp to match symbols that can be accessed directly from C.
-ac_sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
-
-# Transform the above into a raw symbol and a C symbol.
-ac_symxfrm='\1 \2\3 \3'
-
-# Transform an extracted symbol line into a proper C declaration
-ac_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
-
-# Define system-specific variables.
-case "$host_os" in
-aix*)
- ac_symcode='[BCDT]'
- ;;
-cygwin* | mingw*)
- ac_symcode='[ABCDGISTW]'
- ;;
-hpux*)
- ac_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^. .* \(.*\)$/extern char \1;/p'"
+LIBM=
+case "$lt_target" in
+*-*-beos* | *-*-cygwin*)
+ # These system don't have libm
;;
-irix*)
- ac_symcode='[BCDEGRST]'
+*-ncr-sysv4.3*)
+ AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
+ AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")
;;
-solaris*)
- ac_symcode='[BDT]'
+*)
+ AC_CHECK_LIB(m, main, LIBM="-lm")
;;
esac
-
-# If we're using GNU nm, then use its standard symbol codes.
-if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
- ac_symcode='[ABCDGISTW]'
-fi
-changequote([,])dnl
-
-# Try without a prefix undercore, then with it.
-for ac_symprfx in "" "_"; do
-
- ac_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($ac_symcode\)[ ][ ]*\($ac_symprfx\)$ac_sympat$/$ac_symxfrm/p'"
-
- # Check to see that the pipe works correctly.
- ac_pipe_works=no
- rm -f conftest.$ac_ext
- cat > conftest.$ac_ext <<EOF
-#ifdef __cplusplus
-extern "C" {
-#endif
-char nm_test_var;
-void nm_test_func(){}
-#ifdef __cplusplus
-}
-#endif
-int main(){nm_test_var='a';nm_test_func;return 0;}
-EOF
-
- if AC_TRY_EVAL(ac_compile); then
- # Now try to grab the symbols.
- ac_nlist=conftest.nm
-
- if AC_TRY_EVAL(NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
-
- # Try sorting and uniquifying the output.
- if sort "$ac_nlist" | uniq > "$ac_nlist"T; then
- mv -f "$ac_nlist"T "$ac_nlist"
- else
- rm -f "$ac_nlist"T
- fi
-
- # Make sure that we snagged all the symbols we need.
- if egrep ' nm_test_var$' "$ac_nlist" >/dev/null; then
- if egrep ' nm_test_func$' "$ac_nlist" >/dev/null; then
- cat <<EOF > conftest.c
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-EOF
- # Now generate the symbol file.
- eval "$ac_global_symbol_to_cdecl"' < "$ac_nlist" >> conftest.c'
-
- cat <<EOF >> conftest.c
-#if defined (__STDC__) && __STDC__
-# define lt_ptr_t void *
-#else
-# define lt_ptr_t char *
-# define const
-#endif
-
-/* The mapping between symbol names and symbols. */
-const struct {
- const char *name;
- lt_ptr_t address;
-}
-changequote(,)dnl
-lt_preloaded_symbols[] =
-changequote([,])dnl
-{
-EOF
- sed 's/^. \(.*\) \(.*\)$/ {"\2", (lt_ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c
- cat <<\EOF >> conftest.c
- {0, (lt_ptr_t) 0}
-};
-
-#ifdef __cplusplus
-}
-#endif
-EOF
- # Now try linking the two files.
- mv conftest.$ac_objext conftestm.$ac_objext
- ac_save_LIBS="$LIBS"
- ac_save_CFLAGS="$CFLAGS"
- LIBS="conftestm.$ac_objext"
- CFLAGS="$CFLAGS$no_builtin_flag"
- if AC_TRY_EVAL(ac_link) && test -s conftest; then
- ac_pipe_works=yes
- else
- echo "configure: failed program was:" >&AC_FD_CC
- cat conftest.c >&AC_FD_CC
- fi
- LIBS="$ac_save_LIBS"
- CFLAGS="$ac_save_CFLAGS"
- else
- echo "cannot find nm_test_func in $ac_nlist" >&AC_FD_CC
- fi
- else
- echo "cannot find nm_test_var in $ac_nlist" >&AC_FD_CC
- fi
- else
- echo "cannot run $ac_cv_sys_global_symbol_pipe" >&AC_FD_CC
- fi
- else
- echo "$progname: failed program was:" >&AC_FD_CC
- cat conftest.c >&AC_FD_CC
- fi
- rm -rf conftest*
-
- # Do not use the global_symbol_pipe unless it works.
- if test "$ac_pipe_works" = yes; then
- if test x"$ac_symprfx" = x"_"; then
- ac_cv_sys_symbol_underscore=yes
- else
- ac_cv_sys_symbol_underscore=no
- fi
- break
- else
- ac_cv_sys_global_symbol_pipe=
- fi
-done
-])
-
-ac_result=yes
-if test -z "$ac_cv_sys_global_symbol_pipe"; then
- ac_result=no
-fi
-AC_MSG_RESULT($ac_result)
-])
-
-# AC_SYS_LIBTOOL_CYGWIN - find tools needed on cygwin
-AC_DEFUN(AC_SYS_LIBTOOL_CYGWIN,
-[AC_CHECK_TOOL(DLLTOOL, dlltool, false)
-AC_CHECK_TOOL(AS, as, false)
-])
-
-# AC_SYS_SYMBOL_UNDERSCORE - does the compiler prefix global symbols
-# with an underscore?
-AC_DEFUN(AC_SYS_SYMBOL_UNDERSCORE,
-[AC_REQUIRE([AC_PROG_NM])dnl
-AC_REQUIRE([AC_SYS_NM_PARSE])dnl
-AC_MSG_CHECKING([for _ prefix in compiled symbols])
-AC_CACHE_VAL(ac_cv_sys_symbol_underscore,
-[ac_cv_sys_symbol_underscore=no
-cat > conftest.$ac_ext <<EOF
-void nm_test_func(){}
-int main(){nm_test_func;return 0;}
-EOF
-if AC_TRY_EVAL(ac_compile); then
- # Now try to grab the symbols.
- ac_nlist=conftest.nm
- if AC_TRY_EVAL(NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
- # See whether the symbols have a leading underscore.
- if egrep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
- ac_cv_sys_symbol_underscore=yes
- else
- if egrep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
- :
- else
- echo "configure: cannot find nm_test_func in $ac_nlist" >&AC_FD_CC
- fi
- fi
- else
- echo "configure: cannot run $ac_cv_sys_global_symbol_pipe" >&AC_FD_CC
- fi
-else
- echo "configure: failed program was:" >&AC_FD_CC
- cat conftest.c >&AC_FD_CC
-fi
-rm -rf conftest*
-])
-AC_MSG_RESULT($ac_cv_sys_symbol_underscore)
-USE_SYMBOL_UNDERSCORE=${ac_cv_sys_symbol_underscore=no}
-AC_SUBST(USE_SYMBOL_UNDERSCORE)dnl
-])
-
-# AC_CHECK_LIBM - check for math library
-AC_DEFUN(AC_CHECK_LIBM, [
-AC_CHECK_LIB(mw, _mwvalidcheckl)
-AC_CHECK_LIB(m, cos)
])
# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
@@ -665,13 +462,14 @@ AC_CHECK_LIB(m, cos)
# '${top_builddir}/' (note the single quotes!) if your package is not
# flat, and, if you're not using automake, define top_builddir as
# appropriate in the Makefiles.
-AC_DEFUN(AC_LIBLTDL_CONVENIENCE, [
+AC_DEFUN(AC_LIBLTDL_CONVENIENCE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
case "$enable_ltdl_convenience" in
no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
"") enable_ltdl_convenience=yes
ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
esac
LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdlc.la
+ INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
])
# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
@@ -683,16 +481,23 @@ AC_DEFUN(AC_LIBLTDL_CONVENIENCE, [
# flat, and, if you're not using automake, define top_builddir as
# appropriate in the Makefiles.
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
-AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [
- AC_CHECK_LIB(ltdl, main, LIBLTDL="-lltdl", [
- case "$enable_ltdl_install" in
- no) AC_MSG_WARN([libltdl not installed, but installation disabled]) ;;
- "") enable_ltdl_install=yes
- ac_configure_args="$ac_configure_args --enable-ltdl-install" ;;
- esac
+AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+ AC_CHECK_LIB(ltdl, main,
+ [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
+ [if test x"$enable_ltdl_install" = xno; then
+ AC_MSG_WARN([libltdl not installed, but installation disabled])
+ else
+ enable_ltdl_install=yes
+ fi
])
- if test x"$enable_ltdl_install" != x"no"; then
+ if test x"$enable_ltdl_install" = x"yes"; then
+ ac_configure_args="$ac_configure_args --enable-ltdl-install"
LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdl.la
+ INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
+ else
+ ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
+ LIBLTDL="-lltdl"
+ INCLTDL=
fi
])
@@ -704,9 +509,9 @@ AC_DEFUN(AM_DISABLE_SHARED, [indir([AC_DISABLE_SHARED], $@)])dnl
AC_DEFUN(AM_DISABLE_STATIC, [indir([AC_DISABLE_STATIC], $@)])dnl
AC_DEFUN(AM_PROG_LD, [indir([AC_PROG_LD])])dnl
AC_DEFUN(AM_PROG_NM, [indir([AC_PROG_NM])])dnl
-AC_DEFUN(AM_SYS_NM_PARSE, [indir([AC_SYS_NM_PARSE])])dnl
-AC_DEFUN(AM_SYS_SYMBOL_UNDERSCORE, [indir([AC_SYS_SYMBOL_UNDERSCORE])])dnl
-AC_DEFUN(AM_SYS_LIBTOOL_CYGWIN, [indir([AC_SYS_LIBTOOL_CYGWIN])])dnl
+
+dnl This is just to silence aclocal about the macro not being used
+ifelse([AC_DISABLE_FAST_INSTALL])dnl
# Like AC_CONFIG_HEADER, but automatically create stamp file.
diff --git a/binutils/configure b/binutils/configure
index 9f248d1..65f6612 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -20,7 +20,7 @@ ac_help="$ac_help
ac_help="$ac_help
--with-gnu-ld assume the C compiler uses GNU ld [default=no]"
ac_help="$ac_help
- --disable-libtool-lock force libtool not to do file locking"
+ --disable-libtool-lock avoid locking (might break parallel builds)"
ac_help="$ac_help
--enable-targets alternative target configurations"
ac_help="$ac_help
@@ -1234,7 +1234,7 @@ echo "configure:1234: checking for ld used by GCC" >&5
ac_prog=`($CC -print-prog-name=ld) 2>&5`
case "$ac_prog" in
# Accept absolute paths.
- /* | [A-Za-z]:[\\/]*)
+ [\\/]* | [A-Za-z]:[\\/]*)
re_direlt='/[^/][^/]*/\.\./'
# Canonicalize the path of ld
ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
@@ -1263,10 +1263,10 @@ if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
if test -z "$LD"; then
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
- if test -f "$ac_dir/$ac_prog"; then
+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
ac_cv_path_LD="$ac_dir/$ac_prog"
# Check to see if the program is GNU ld. I'd rather use --version,
# but apparently some GNU ld's only accept -v.
@@ -1291,9 +1291,8 @@ else
echo "$ac_t""no" 1>&6
fi
test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
-
echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
-echo "configure:1297: checking if the linker ($LD) is GNU ld" >&5
+echo "configure:1296: checking if the linker ($LD) is GNU ld" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1309,7 +1308,7 @@ echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
-echo "configure:1313: checking for BSD-compatible nm" >&5
+echo "configure:1312: checking for BSD-compatible nm" >&5
if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1317,10 +1316,10 @@ else
# Let the user override the test.
ac_cv_path_NM="$NM"
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/nm; then
+ if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
# Check to see if the nm accepts a BSD-compat flag.
# Adding the `sed 1q' prevents false positives on HP-UX, which says:
# nm: unknown option "B" ignored
@@ -1344,213 +1343,8 @@ fi
NM="$ac_cv_path_NM"
echo "$ac_t""$NM" 1>&6
-
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6
-echo "configure:1351: checking command to parse $NM output" >&5
-if eval "test \"`echo '$''{'ac_cv_sys_global_symbol_pipe'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- # These are sane defaults that work on at least a few old systems.
-# {They come from Ultrix. What could be older than Ultrix?!! ;)}
-
-# Character class describing NM global symbol codes.
-ac_symcode='[BCDEGRST]'
-
-# Regexp to match symbols that can be accessed directly from C.
-ac_sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
-
-# Transform the above into a raw symbol and a C symbol.
-ac_symxfrm='\1 \2\3 \3'
-
-# Transform an extracted symbol line into a proper C declaration
-ac_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
-
-# Define system-specific variables.
-case "$host_os" in
-aix*)
- ac_symcode='[BCDT]'
- ;;
-cygwin* | mingw*)
- ac_symcode='[ABCDGISTW]'
- ;;
-hpux*)
- ac_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^. .* \(.*\)$/extern char \1;/p'"
- ;;
-irix*)
- ac_symcode='[BCDEGRST]'
- ;;
-solaris*)
- ac_symcode='[BDT]'
- ;;
-esac
-
-# If we're using GNU nm, then use its standard symbol codes.
-if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
- ac_symcode='[ABCDGISTW]'
-fi
-
-# Try without a prefix undercore, then with it.
-for ac_symprfx in "" "_"; do
-
- ac_cv_sys_global_symbol_pipe="sed -n -e 's/^.* \($ac_symcode\) *\($ac_symprfx\)$ac_sympat$/$ac_symxfrm/p'"
-
- # Check to see that the pipe works correctly.
- ac_pipe_works=no
- rm -f conftest.$ac_ext
- cat > conftest.$ac_ext <<EOF
-#ifdef __cplusplus
-extern "C" {
-#endif
-char nm_test_var;
-void nm_test_func(){}
-#ifdef __cplusplus
-}
-#endif
-int main(){nm_test_var='a';nm_test_func;return 0;}
-EOF
-
- if { (eval echo configure:1414: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
- # Now try to grab the symbols.
- ac_nlist=conftest.nm
-
- if { (eval echo configure:1418: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
-
- # Try sorting and uniquifying the output.
- if sort "$ac_nlist" | uniq > "$ac_nlist"T; then
- mv -f "$ac_nlist"T "$ac_nlist"
- else
- rm -f "$ac_nlist"T
- fi
-
- # Make sure that we snagged all the symbols we need.
- if egrep ' nm_test_var$' "$ac_nlist" >/dev/null; then
- if egrep ' nm_test_func$' "$ac_nlist" >/dev/null; then
- cat <<EOF > conftest.c
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-EOF
- # Now generate the symbol file.
- eval "$ac_global_symbol_to_cdecl"' < "$ac_nlist" >> conftest.c'
-
- cat <<EOF >> conftest.c
-#if defined (__STDC__) && __STDC__
-# define lt_ptr_t void *
-#else
-# define lt_ptr_t char *
-# define const
-#endif
-
-/* The mapping between symbol names and symbols. */
-const struct {
- const char *name;
- lt_ptr_t address;
-}
-lt_preloaded_symbols[] =
-{
-EOF
- sed 's/^. \(.*\) \(.*\)$/ {"\2", (lt_ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c
- cat <<\EOF >> conftest.c
- {0, (lt_ptr_t) 0}
-};
-
-#ifdef __cplusplus
-}
-#endif
-EOF
- # Now try linking the two files.
- mv conftest.$ac_objext conftestm.$ac_objext
- ac_save_LIBS="$LIBS"
- ac_save_CFLAGS="$CFLAGS"
- LIBS="conftestm.$ac_objext"
- CFLAGS="$CFLAGS$no_builtin_flag"
- if { (eval echo configure:1470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
- ac_pipe_works=yes
- else
- echo "configure: failed program was:" >&5
- cat conftest.c >&5
- fi
- LIBS="$ac_save_LIBS"
- CFLAGS="$ac_save_CFLAGS"
- else
- echo "cannot find nm_test_func in $ac_nlist" >&5
- fi
- else
- echo "cannot find nm_test_var in $ac_nlist" >&5
- fi
- else
- echo "cannot run $ac_cv_sys_global_symbol_pipe" >&5
- fi
- else
- echo "$progname: failed program was:" >&5
- cat conftest.c >&5
- fi
- rm -rf conftest*
-
- # Do not use the global_symbol_pipe unless it works.
- if test "$ac_pipe_works" = yes; then
- if test x"$ac_symprfx" = x"_"; then
- ac_cv_sys_symbol_underscore=yes
- else
- ac_cv_sys_symbol_underscore=no
- fi
- break
- else
- ac_cv_sys_global_symbol_pipe=
- fi
-done
-
-fi
-
-
-ac_result=yes
-if test -z "$ac_cv_sys_global_symbol_pipe"; then
- ac_result=no
-fi
-echo "$ac_t""$ac_result" 1>&6
-
-echo $ac_n "checking for _ prefix in compiled symbols""... $ac_c" 1>&6
-echo "configure:1516: checking for _ prefix in compiled symbols" >&5
-if eval "test \"`echo '$''{'ac_cv_sys_symbol_underscore'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- ac_cv_sys_symbol_underscore=no
-cat > conftest.$ac_ext <<EOF
-void nm_test_func(){}
-int main(){nm_test_func;return 0;}
-EOF
-if { (eval echo configure:1525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
- # Now try to grab the symbols.
- ac_nlist=conftest.nm
- if { (eval echo configure:1528: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
- # See whether the symbols have a leading underscore.
- if egrep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
- ac_cv_sys_symbol_underscore=yes
- else
- if egrep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
- :
- else
- echo "configure: cannot find nm_test_func in $ac_nlist" >&5
- fi
- fi
- else
- echo "configure: cannot run $ac_cv_sys_global_symbol_pipe" >&5
- fi
-else
- echo "configure: failed program was:" >&5
- cat conftest.c >&5
-fi
-rm -rf conftest*
-
-fi
-
-echo "$ac_t""$ac_cv_sys_symbol_underscore" 1>&6
-USE_SYMBOL_UNDERSCORE=${ac_cv_sys_symbol_underscore=no}
-
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
-echo "configure:1554: checking whether ln -s works" >&5
+echo "configure:1348: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1570,30 +1364,37 @@ else
echo "$ac_t""no" 1>&6
fi
-if test $host != $build; then
- ac_tool_prefix=${host_alias}-
-else
- ac_tool_prefix=
-fi
+case "$target" in
+NONE) lt_target="$host" ;;
+*) lt_target="$target" ;;
+esac
# Check for any special flags to pass to ltconfig.
libtool_flags="--cache-file=$cache_file"
test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
-test "$lt_dlopen" = yes && libtool_flags="$libtool_flags --enable-dlopen"
-test "$silent" = yes && libtool_flags="$libtool_flags --silent"
test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
+
+# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
+if test "${enable_libtool_lock+set}" = set; then
+ enableval="$enable_libtool_lock"
+ :
+fi
+
+test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
+test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
+
# Some flags need to be propagated to the compiler or linker for good
# libtool support.
-case "$host" in
+case "$lt_target" in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 1596 "configure"' > conftest.$ac_ext
- if { (eval echo configure:1597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+ echo '#line 1397 "configure"' > conftest.$ac_ext
+ if { (eval echo configure:1398: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
case "`/usr/bin/file conftest.o`" in
*32-bit*)
LD="${LD-ld} -32"
@@ -1614,19 +1415,19 @@ case "$host" in
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
-echo "configure:1618: checking whether the C compiler needs -belf" >&5
+echo "configure:1419: checking whether the C compiler needs -belf" >&5
if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1623 "configure"
+#line 1424 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
-if { (eval echo configure:1630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
lt_cv_cc_needs_belf=yes
else
@@ -1645,161 +1446,9 @@ echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
fi
;;
-*-*-cygwin*)
- # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1653: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- if test -n "$DLLTOOL"; then
- ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
-else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
- break
- fi
- done
- IFS="$ac_save_ifs"
-fi
-fi
-DLLTOOL="$ac_cv_prog_DLLTOOL"
-if test -n "$DLLTOOL"; then
- echo "$ac_t""$DLLTOOL" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-if test -z "$ac_cv_prog_DLLTOOL"; then
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1685: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- if test -n "$DLLTOOL"; then
- ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
-else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_DLLTOOL="dlltool"
- break
- fi
- done
- IFS="$ac_save_ifs"
- test -z "$ac_cv_prog_DLLTOOL" && ac_cv_prog_DLLTOOL="false"
-fi
-fi
-DLLTOOL="$ac_cv_prog_DLLTOOL"
-if test -n "$DLLTOOL"; then
- echo "$ac_t""$DLLTOOL" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-else
- DLLTOOL="false"
-fi
-fi
-
-# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
-set dummy ${ac_tool_prefix}as; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1720: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- if test -n "$AS"; then
- ac_cv_prog_AS="$AS" # Let the user override the test.
-else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_AS="${ac_tool_prefix}as"
- break
- fi
- done
- IFS="$ac_save_ifs"
-fi
-fi
-AS="$ac_cv_prog_AS"
-if test -n "$AS"; then
- echo "$ac_t""$AS" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-
-if test -z "$ac_cv_prog_AS"; then
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "as", so it can be a program name with args.
-set dummy as; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1752: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- if test -n "$AS"; then
- ac_cv_prog_AS="$AS" # Let the user override the test.
-else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_AS="as"
- break
- fi
- done
- IFS="$ac_save_ifs"
- test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="false"
-fi
-fi
-AS="$ac_cv_prog_AS"
-if test -n "$AS"; then
- echo "$ac_t""$AS" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-else
- AS="false"
-fi
-fi
-
-
- ;;
esac
-# enable the --disable-libtool-lock switch
-
-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
-if test "${enable_libtool_lock+set}" = set; then
- enableval="$enable_libtool_lock"
- need_locks=$enableval
-else
- need_locks=yes
-fi
-
-
-if test x"$need_locks" = xno; then
- libtool_flags="$libtool_flags --disable-lock"
-fi
-
# Save cache, so that ltconfig can load it
cat > confcache <<\EOF
@@ -1852,10 +1501,11 @@ rm -f confcache
# Actually configure libtool. ac_aux_dir is where install-sh is found.
CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
-LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
-DLLTOOL="$DLLTOOL" AS="$AS" \
+LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
+LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
+DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -1913,7 +1563,7 @@ fi
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1917: checking for $ac_word" >&5
+echo "configure:1567: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1943,7 +1593,7 @@ if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1947: checking for $ac_word" >&5
+echo "configure:1597: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1994,7 +1644,7 @@ fi
# Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1998: checking for $ac_word" >&5
+echo "configure:1648: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2026,7 +1676,7 @@ fi
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:2030: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+echo "configure:1680: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -2037,12 +1687,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat > conftest.$ac_ext << EOF
-#line 2041 "configure"
+#line 1691 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
-if { (eval echo configure:2046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -2068,12 +1718,12 @@ if test $ac_cv_prog_cc_works = no; then
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:2072: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:1722: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:2077: checking whether we are using GNU C" >&5
+echo "configure:1727: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2082,7 +1732,7 @@ else
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2086: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1736: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
@@ -2101,7 +1751,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:2105: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:1755: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2138,7 +1788,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2142: checking for $ac_word" >&5
+echo "configure:1792: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2169,7 +1819,7 @@ done
test -n "$YACC" || YACC="yacc"
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:2173: checking how to run the C preprocessor" >&5
+echo "configure:1823: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
@@ -2184,13 +1834,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
-#line 2188 "configure"
+#line 1838 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2194: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -2201,13 +1851,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
-#line 2205 "configure"
+#line 1855 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2211: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1861: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -2218,13 +1868,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <<EOF
-#line 2222 "configure"
+#line 1872 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -2254,7 +1904,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2258: checking for $ac_word" >&5
+echo "configure:1908: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2287,7 +1937,7 @@ test -n "$LEX" || LEX=""$missing_dir/missing flex""
# Extract the first word of "flex", so it can be a program name with args.
set dummy flex; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2291: checking for $ac_word" >&5
+echo "configure:1941: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2321,7 +1971,7 @@ then
*) ac_lib=l ;;
esac
echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
-echo "configure:2325: checking for yywrap in -l$ac_lib" >&5
+echo "configure:1975: checking for yywrap in -l$ac_lib" >&5
ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -2329,7 +1979,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-l$ac_lib $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2333 "configure"
+#line 1983 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -2340,7 +1990,7 @@ int main() {
yywrap()
; return 0; }
EOF
-if { (eval echo configure:2344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -2363,7 +2013,7 @@ fi
fi
echo $ac_n "checking lex output file root""... $ac_c" 1>&6
-echo "configure:2367: checking lex output file root" >&5
+echo "configure:2017: checking lex output file root" >&5
if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2384,7 +2034,7 @@ echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
-echo "configure:2388: checking whether yytext is a pointer" >&5
+echo "configure:2038: checking whether yytext is a pointer" >&5
if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2396,14 +2046,14 @@ echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
ac_save_LIBS="$LIBS"
LIBS="$LIBS $LEXLIB"
cat > conftest.$ac_ext <<EOF
-#line 2400 "configure"
+#line 2050 "configure"
#include "confdefs.h"
`cat $LEX_OUTPUT_ROOT.c`
int main() {
; return 0; }
EOF
-if { (eval echo configure:2407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_prog_lex_yytext_pointer=yes
else
@@ -2427,7 +2077,7 @@ fi
ALL_LINGUAS=
echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
-echo "configure:2431: checking for POSIXized ISC" >&5
+echo "configure:2081: checking for POSIXized ISC" >&5
if test -d /etc/conf/kconfig.d &&
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
@@ -2448,12 +2098,12 @@ else
fi
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:2452: checking for ANSI C header files" >&5
+echo "configure:2102: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2457 "configure"
+#line 2107 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -2461,7 +2111,7 @@ else
#include <float.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -2478,7 +2128,7 @@ rm -f conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 2482 "configure"
+#line 2132 "configure"
#include "confdefs.h"
#include <string.h>
EOF
@@ -2496,7 +2146,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 2500 "configure"
+#line 2150 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
@@ -2517,7 +2167,7 @@ if test "$cross_compiling" = yes; then
:
else
cat > conftest.$ac_ext <<EOF
-#line 2521 "configure"
+#line 2171 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -2528,7 +2178,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
EOF
-if { (eval echo configure:2532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
@@ -2552,12 +2202,12 @@ EOF
fi
echo $ac_n "checking for working const""... $ac_c" 1>&6
-echo "configure:2556: checking for working const" >&5
+echo "configure:2206: checking for working const" >&5
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2561 "configure"
+#line 2211 "configure"
#include "confdefs.h"
int main() {
@@ -2606,7 +2256,7 @@ ccp = (char const *const *) p;
; return 0; }
EOF
-if { (eval echo configure:2610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2260: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_const=yes
else
@@ -2627,21 +2277,21 @@ EOF
fi
echo $ac_n "checking for inline""... $ac_c" 1>&6
-echo "configure:2631: checking for inline" >&5
+echo "configure:2281: checking for inline" >&5
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat > conftest.$ac_ext <<EOF
-#line 2638 "configure"
+#line 2288 "configure"
#include "confdefs.h"
int main() {
} $ac_kw foo() {
; return 0; }
EOF
-if { (eval echo configure:2645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_inline=$ac_kw; break
else
@@ -2667,12 +2317,12 @@ EOF
esac
echo $ac_n "checking for off_t""... $ac_c" 1>&6
-echo "configure:2671: checking for off_t" >&5
+echo "configure:2321: checking for off_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2676 "configure"
+#line 2326 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -2700,12 +2350,12 @@ EOF
fi
echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:2704: checking for size_t" >&5
+echo "configure:2354: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2709 "configure"
+#line 2359 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -2735,19 +2385,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:2739: checking for working alloca.h" >&5
+echo "configure:2389: checking for working alloca.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2744 "configure"
+#line 2394 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
-if { (eval echo configure:2751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_header_alloca_h=yes
else
@@ -2768,12 +2418,12 @@ EOF
fi
echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:2772: checking for alloca" >&5
+echo "configure:2422: checking for alloca" >&5
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2777 "configure"
+#line 2427 "configure"
#include "confdefs.h"
#ifdef __GNUC__
@@ -2801,7 +2451,7 @@ int main() {
char *p = (char *) alloca(1);
; return 0; }
EOF
-if { (eval echo configure:2805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_alloca_works=yes
else
@@ -2833,12 +2483,12 @@ EOF
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:2837: checking whether alloca needs Cray hooks" >&5
+echo "configure:2487: checking whether alloca needs Cray hooks" >&5
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2842 "configure"
+#line 2492 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -2863,12 +2513,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2867: checking for $ac_func" >&5
+echo "configure:2517: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2872 "configure"
+#line 2522 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -2891,7 +2541,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:2895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -2918,7 +2568,7 @@ done
fi
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:2922: checking stack direction for C alloca" >&5
+echo "configure:2572: checking stack direction for C alloca" >&5
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2926,7 +2576,7 @@ else
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
-#line 2930 "configure"
+#line 2580 "configure"
#include "confdefs.h"
find_stack_direction ()
{
@@ -2945,7 +2595,7 @@ main ()
exit (find_stack_direction() < 0);
}
EOF
-if { (eval echo configure:2949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_stack_direction=1
else
@@ -2970,17 +2620,17 @@ for ac_hdr in unistd.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:2974: checking for $ac_hdr" >&5
+echo "configure:2624: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2979 "configure"
+#line 2629 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2984: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2634: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -3009,12 +2659,12 @@ done
for ac_func in getpagesize
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3013: checking for $ac_func" >&5
+echo "configure:2663: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3018 "configure"
+#line 2668 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -3037,7 +2687,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:3041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -3062,7 +2712,7 @@ fi
done
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
-echo "configure:3066: checking for working mmap" >&5
+echo "configure:2716: checking for working mmap" >&5
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3070,7 +2720,7 @@ else
ac_cv_func_mmap_fixed_mapped=no
else
cat > conftest.$ac_ext <<EOF
-#line 3074 "configure"
+#line 2724 "configure"
#include "confdefs.h"
/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -3210,7 +2860,7 @@ main()
}
EOF
-if { (eval echo configure:3214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_mmap_fixed_mapped=yes
else
@@ -3238,17 +2888,17 @@ unistd.h values.h sys/param.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:3242: checking for $ac_hdr" >&5
+echo "configure:2892: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3247 "configure"
+#line 2897 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -3278,12 +2928,12 @@ done
__argz_count __argz_stringify __argz_next
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3282: checking for $ac_func" >&5
+echo "configure:2932: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3287 "configure"
+#line 2937 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -3306,7 +2956,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:3310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -3335,12 +2985,12 @@ done
for ac_func in stpcpy
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3339: checking for $ac_func" >&5
+echo "configure:2989: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3344 "configure"
+#line 2994 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -3363,7 +3013,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:3367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -3397,19 +3047,19 @@ EOF
if test $ac_cv_header_locale_h = yes; then
echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
-echo "configure:3401: checking for LC_MESSAGES" >&5
+echo "configure:3051: checking for LC_MESSAGES" >&5
if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3406 "configure"
+#line 3056 "configure"
#include "confdefs.h"
#include <locale.h>
int main() {
return LC_MESSAGES
; return 0; }
EOF
-if { (eval echo configure:3413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
am_cv_val_LC_MESSAGES=yes
else
@@ -3430,7 +3080,7 @@ EOF
fi
fi
echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
-echo "configure:3434: checking whether NLS is requested" >&5
+echo "configure:3084: checking whether NLS is requested" >&5
# Check whether --enable-nls or --disable-nls was given.
if test "${enable_nls+set}" = set; then
enableval="$enable_nls"
@@ -3450,7 +3100,7 @@ fi
EOF
echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
-echo "configure:3454: checking whether included gettext is requested" >&5
+echo "configure:3104: checking whether included gettext is requested" >&5
# Check whether --with-included-gettext or --without-included-gettext was given.
if test "${with_included_gettext+set}" = set; then
withval="$with_included_gettext"
@@ -3469,17 +3119,17 @@ fi
ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
-echo "configure:3473: checking for libintl.h" >&5
+echo "configure:3123: checking for libintl.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3478 "configure"
+#line 3128 "configure"
#include "confdefs.h"
#include <libintl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -3496,19 +3146,19 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
-echo "configure:3500: checking for gettext in libc" >&5
+echo "configure:3150: checking for gettext in libc" >&5
if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3505 "configure"
+#line 3155 "configure"
#include "confdefs.h"
#include <libintl.h>
int main() {
return (int) gettext ("")
; return 0; }
EOF
-if { (eval echo configure:3512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gt_cv_func_gettext_libc=yes
else
@@ -3524,7 +3174,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
if test "$gt_cv_func_gettext_libc" != "yes"; then
echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
-echo "configure:3528: checking for bindtextdomain in -lintl" >&5
+echo "configure:3178: checking for bindtextdomain in -lintl" >&5
ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -3532,7 +3182,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 3536 "configure"
+#line 3186 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -3543,7 +3193,7 @@ int main() {
bindtextdomain()
; return 0; }
EOF
-if { (eval echo configure:3547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -3559,19 +3209,19 @@ fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
-echo "configure:3563: checking for gettext in libintl" >&5
+echo "configure:3213: checking for gettext in libintl" >&5
if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3568 "configure"
+#line 3218 "configure"
#include "confdefs.h"
int main() {
return (int) gettext ("")
; return 0; }
EOF
-if { (eval echo configure:3575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gt_cv_func_gettext_libintl=yes
else
@@ -3599,7 +3249,7 @@ EOF
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3603: checking for $ac_word" >&5
+echo "configure:3253: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3633,12 +3283,12 @@ fi
for ac_func in dcgettext
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3637: checking for $ac_func" >&5
+echo "configure:3287: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3642 "configure"
+#line 3292 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -3661,7 +3311,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:3665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -3688,7 +3338,7 @@ done
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3692: checking for $ac_word" >&5
+echo "configure:3342: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3724,7 +3374,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3728: checking for $ac_word" >&5
+echo "configure:3378: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3756,7 +3406,7 @@ else
fi
cat > conftest.$ac_ext <<EOF
-#line 3760 "configure"
+#line 3410 "configure"
#include "confdefs.h"
int main() {
@@ -3764,7 +3414,7 @@ extern int _nl_msg_cat_cntr;
return _nl_msg_cat_cntr
; return 0; }
EOF
-if { (eval echo configure:3768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
CATOBJEXT=.gmo
DATADIRNAME=share
@@ -3796,7 +3446,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3800: checking for $ac_word" >&5
+echo "configure:3450: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3830,7 +3480,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3834: checking for $ac_word" >&5
+echo "configure:3484: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3866,7 +3516,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3870: checking for $ac_word" >&5
+echo "configure:3520: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3956,7 +3606,7 @@ fi
LINGUAS=
else
echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
-echo "configure:3960: checking for catalogs to be installed" >&5
+echo "configure:3610: checking for catalogs to be installed" >&5
NEW_LINGUAS=
for lang in ${LINGUAS=$ALL_LINGUAS}; do
case "$ALL_LINGUAS" in
@@ -3984,17 +3634,17 @@ echo "configure:3960: checking for catalogs to be installed" >&5
if test "$CATOBJEXT" = ".cat"; then
ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
-echo "configure:3988: checking for linux/version.h" >&5
+echo "configure:3638: checking for linux/version.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3993 "configure"
+#line 3643 "configure"
#include "confdefs.h"
#include <linux/version.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3998: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -4057,7 +3707,7 @@ fi
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
-echo "configure:4061: checking whether to enable maintainer-specific portions of Makefiles" >&5
+echo "configure:3711: checking whether to enable maintainer-specific portions of Makefiles" >&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then
enableval="$enable_maintainer_mode"
@@ -4080,12 +3730,12 @@ fi
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
-echo "configure:4084: checking for Cygwin environment" >&5
+echo "configure:3734: checking for Cygwin environment" >&5
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4089 "configure"
+#line 3739 "configure"
#include "confdefs.h"
int main() {
@@ -4096,7 +3746,7 @@ int main() {
return __CYGWIN__;
; return 0; }
EOF
-if { (eval echo configure:4100: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_cygwin=yes
else
@@ -4113,19 +3763,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
CYGWIN=
test "$ac_cv_cygwin" = yes && CYGWIN=yes
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
-echo "configure:4117: checking for mingw32 environment" >&5
+echo "configure:3767: checking for mingw32 environment" >&5
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4122 "configure"
+#line 3772 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
EOF
-if { (eval echo configure:4129: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3779: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_mingw32=yes
else
@@ -4144,7 +3794,7 @@ test "$ac_cv_mingw32" = yes && MINGW32=yes
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
-echo "configure:4148: checking for executable suffix" >&5
+echo "configure:3798: checking for executable suffix" >&5
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4154,7 +3804,7 @@ else
rm -f conftest*
echo 'int main () { return 0; }' > conftest.$ac_ext
ac_cv_exeext=
- if { (eval echo configure:4158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+ if { (eval echo configure:3808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
*.c | *.o | *.obj | *.ilk | *.pdb) ;;
@@ -4197,7 +3847,7 @@ AR=${AR-ar}
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4201: checking for $ac_word" >&5
+echo "configure:3851: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4236,7 +3886,7 @@ fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:4240: checking for a BSD compatible install" >&5
+echo "configure:3890: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4303,7 +3953,7 @@ if test "x$cross_compiling" = "xno"; then
EXEEXT_FOR_BUILD='$(EXEEXT)'
else
echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6
-echo "configure:4307: checking for build system executable suffix" >&5
+echo "configure:3957: checking for build system executable suffix" >&5
if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4338,17 +3988,17 @@ for ac_hdr in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4342: checking for $ac_hdr" >&5
+echo "configure:3992: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4347 "configure"
+#line 3997 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4352: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4002: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -4375,12 +4025,12 @@ fi
done
echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
-echo "configure:4379: checking for sys/wait.h that is POSIX.1 compatible" >&5
+echo "configure:4029: checking for sys/wait.h that is POSIX.1 compatible" >&5
if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4384 "configure"
+#line 4034 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/wait.h>
@@ -4396,7 +4046,7 @@ wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
; return 0; }
EOF
-if { (eval echo configure:4400: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_header_sys_wait_h=yes
else
@@ -4419,19 +4069,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:4423: checking for working alloca.h" >&5
+echo "configure:4073: checking for working alloca.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4428 "configure"
+#line 4078 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
-if { (eval echo configure:4435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_header_alloca_h=yes
else
@@ -4452,12 +4102,12 @@ EOF
fi
echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:4456: checking for alloca" >&5
+echo "configure:4106: checking for alloca" >&5
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4461 "configure"
+#line 4111 "configure"
#include "confdefs.h"
#ifdef __GNUC__
@@ -4485,7 +4135,7 @@ int main() {
char *p = (char *) alloca(1);
; return 0; }
EOF
-if { (eval echo configure:4489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_alloca_works=yes
else
@@ -4517,12 +4167,12 @@ EOF
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:4521: checking whether alloca needs Cray hooks" >&5
+echo "configure:4171: checking whether alloca needs Cray hooks" >&5
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4526 "configure"
+#line 4176 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -4547,12 +4197,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:4551: checking for $ac_func" >&5
+echo "configure:4201: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4556 "configure"
+#line 4206 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -4575,7 +4225,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:4579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -4602,7 +4252,7 @@ done
fi
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:4606: checking stack direction for C alloca" >&5
+echo "configure:4256: checking stack direction for C alloca" >&5
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4610,7 +4260,7 @@ else
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
-#line 4614 "configure"
+#line 4264 "configure"
#include "confdefs.h"
find_stack_direction ()
{
@@ -4629,7 +4279,7 @@ main ()
exit (find_stack_direction() < 0);
}
EOF
-if { (eval echo configure:4633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:4283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_stack_direction=1
else
@@ -4653,12 +4303,12 @@ fi
for ac_func in sbrk utimes
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:4657: checking for $ac_func" >&5
+echo "configure:4307: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4662 "configure"
+#line 4312 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -4681,7 +4331,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:4685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -4709,14 +4359,14 @@ done
# Some systems have frexp only in -lm, not in -lc.
echo $ac_n "checking for library containing frexp""... $ac_c" 1>&6
-echo "configure:4713: checking for library containing frexp" >&5
+echo "configure:4363: checking for library containing frexp" >&5
if eval "test \"`echo '$''{'ac_cv_search_frexp'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_func_search_save_LIBS="$LIBS"
ac_cv_search_frexp="no"
cat > conftest.$ac_ext <<EOF
-#line 4720 "configure"
+#line 4370 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -4727,7 +4377,7 @@ int main() {
frexp()
; return 0; }
EOF
-if { (eval echo configure:4731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_frexp="none required"
else
@@ -4738,7 +4388,7 @@ rm -f conftest*
test "$ac_cv_search_frexp" = "no" && for i in m; do
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4742 "configure"
+#line 4392 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -4749,7 +4399,7 @@ int main() {
frexp()
; return 0; }
EOF
-if { (eval echo configure:4753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_frexp="-l$i"
break
@@ -4771,19 +4421,19 @@ else :
fi
echo $ac_n "checking for time_t in time.h""... $ac_c" 1>&6
-echo "configure:4775: checking for time_t in time.h" >&5
+echo "configure:4425: checking for time_t in time.h" >&5
if eval "test \"`echo '$''{'bu_cv_decl_time_t_time_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4780 "configure"
+#line 4430 "configure"
#include "confdefs.h"
#include <time.h>
int main() {
time_t i;
; return 0; }
EOF
-if { (eval echo configure:4787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
bu_cv_decl_time_t_time_h=yes
else
@@ -4804,19 +4454,19 @@ EOF
fi
echo $ac_n "checking for time_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:4808: checking for time_t in sys/types.h" >&5
+echo "configure:4458: checking for time_t in sys/types.h" >&5
if eval "test \"`echo '$''{'bu_cv_decl_time_t_types_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4813 "configure"
+#line 4463 "configure"
#include "confdefs.h"
#include <sys/types.h>
int main() {
time_t i;
; return 0; }
EOF
-if { (eval echo configure:4820: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
bu_cv_decl_time_t_types_h=yes
else
@@ -4839,12 +4489,12 @@ fi
# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
# by default.
echo $ac_n "checking for utime.h""... $ac_c" 1>&6
-echo "configure:4843: checking for utime.h" >&5
+echo "configure:4493: checking for utime.h" >&5
if eval "test \"`echo '$''{'bu_cv_header_utime_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4848 "configure"
+#line 4498 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_TIME_H
@@ -4855,7 +4505,7 @@ int main() {
struct utimbuf s;
; return 0; }
EOF
-if { (eval echo configure:4859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4509: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
bu_cv_header_utime_h=yes
else
@@ -4876,12 +4526,12 @@ EOF
fi
echo $ac_n "checking whether fprintf must be declared""... $ac_c" 1>&6
-echo "configure:4880: checking whether fprintf must be declared" >&5
+echo "configure:4530: checking whether fprintf must be declared" >&5
if eval "test \"`echo '$''{'bfd_cv_decl_needed_fprintf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4885 "configure"
+#line 4535 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -4902,7 +4552,7 @@ int main() {
char *(*pfn) = (char *(*)) fprintf
; return 0; }
EOF
-if { (eval echo configure:4906: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4556: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
bfd_cv_decl_needed_fprintf=no
else
@@ -4923,12 +4573,12 @@ EOF
fi
echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
-echo "configure:4927: checking whether strstr must be declared" >&5
+echo "configure:4577: checking whether strstr must be declared" >&5
if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4932 "configure"
+#line 4582 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -4949,7 +4599,7 @@ int main() {
char *(*pfn) = (char *(*)) strstr
; return 0; }
EOF
-if { (eval echo configure:4953: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4603: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
bfd_cv_decl_needed_strstr=no
else
@@ -4970,12 +4620,12 @@ EOF
fi
echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6
-echo "configure:4974: checking whether sbrk must be declared" >&5
+echo "configure:4624: checking whether sbrk must be declared" >&5
if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4979 "configure"
+#line 4629 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -4996,7 +4646,7 @@ int main() {
char *(*pfn) = (char *(*)) sbrk
; return 0; }
EOF
-if { (eval echo configure:5000: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4650: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
bfd_cv_decl_needed_sbrk=no
else
@@ -5017,12 +4667,12 @@ EOF
fi
echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
-echo "configure:5021: checking whether getenv must be declared" >&5
+echo "configure:4671: checking whether getenv must be declared" >&5
if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5026 "configure"
+#line 4676 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -5043,7 +4693,7 @@ int main() {
char *(*pfn) = (char *(*)) getenv
; return 0; }
EOF
-if { (eval echo configure:5047: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4697: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
bfd_cv_decl_needed_getenv=no
else
@@ -5064,12 +4714,12 @@ EOF
fi
echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6
-echo "configure:5068: checking whether environ must be declared" >&5
+echo "configure:4718: checking whether environ must be declared" >&5
if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5073 "configure"
+#line 4723 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -5090,7 +4740,7 @@ int main() {
char *(*pfn) = (char *(*)) environ
; return 0; }
EOF
-if { (eval echo configure:5094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4744: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
bfd_cv_decl_needed_environ=no
else
@@ -5408,12 +5058,7 @@ s%@MAKEINFO@%$MAKEINFO%g
s%@SET_MAKE@%$SET_MAKE%g
s%@RANLIB@%$RANLIB%g
s%@CC@%$CC%g
-s%@LD@%$LD%g
-s%@NM@%$NM%g
-s%@USE_SYMBOL_UNDERSCORE@%$USE_SYMBOL_UNDERSCORE%g
s%@LN_S@%$LN_S%g
-s%@DLLTOOL@%$DLLTOOL%g
-s%@AS@%$AS%g
s%@LIBTOOL@%$LIBTOOL%g
s%@YACC@%$YACC%g
s%@LEX@%$LEX%g
diff --git a/binutils/po/binutils.pot b/binutils/po/binutils.pot
index 97795cb..42b808e 100644
--- a/binutils/po/binutils.pot
+++ b/binutils/po/binutils.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-06-03 02:58-0700\n"
+"POT-Creation-Date: 2000-02-25 22:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22,8 +22,8 @@ msgid ""
" [--basenames] [--functions] [addr addr ...]\n"
msgstr ""
-#: addr2line.c:83 ar.c:255 nlmconv.c:1141 nm.c:304 objcopy.c:318 objcopy.c:337
-#: objdump.c:236 readelf.c:1168 size.c:89 strings.c:512 windres.c:730
+#: addr2line.c:83 ar.c:286 nlmconv.c:1141 nm.c:304 objcopy.c:344 objcopy.c:376
+#: objdump.c:277 readelf.c:1697 size.c:89 strings.c:512 windres.c:737
msgid "Report bugs to bug-gnu-utils@gnu.org\n"
msgstr ""
@@ -32,231 +32,240 @@ msgstr ""
msgid "%s: can not get addresses from archive"
msgstr ""
-#: ar.c:207
+#: ar.c:235
#, c-format
msgid "no entry %s in archive\n"
msgstr ""
-#: ar.c:224
+#: ar.c:252
#, c-format
msgid ""
-"Usage: %s [-]{dmpqrstx}[abcilosSuvV] [member-name] archive-file file...\n"
+"Usage: %s [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file "
+"file...\n"
msgstr ""
-#: ar.c:226
+#: ar.c:255
#, c-format
msgid " %s -M [<mri-script]\n"
msgstr ""
-#: ar.c:227
+#: ar.c:256
msgid " commands:\n"
msgstr ""
-#: ar.c:228
+#: ar.c:257
msgid " d - delete file(s) from the archive\n"
msgstr ""
-#: ar.c:229
+#: ar.c:258
msgid " m[ab] - move file(s) in the archive\n"
msgstr ""
-#: ar.c:230
+#: ar.c:259
msgid " p - print file(s) found in the archive\n"
msgstr ""
-#: ar.c:231
+#: ar.c:260
msgid " q[f] - quick append file(s) to the archive\n"
msgstr ""
-#: ar.c:232
+#: ar.c:261
msgid ""
" r[ab][f][u] - replace existing or insert new file(s) into the archive\n"
msgstr ""
-#: ar.c:233
+#: ar.c:262
msgid " t - display contents of archive\n"
msgstr ""
-#: ar.c:234
+#: ar.c:263
msgid " x[o] - extract file(s) from the archive\n"
msgstr ""
-#: ar.c:235
+#: ar.c:264
msgid " command specific modifiers:\n"
msgstr ""
-#: ar.c:236
+#: ar.c:265
msgid " [a] - put file(s) after [member-name]\n"
msgstr ""
-#: ar.c:237
+#: ar.c:266
msgid " [b] - put file(s) before [member-name] (same as [i])\n"
msgstr ""
-#: ar.c:238
+#: ar.c:267
+msgid " [N] - use instance [count] of name\n"
+msgstr ""
+
+#: ar.c:268
msgid " [f] - truncate inserted file names\n"
msgstr ""
-#: ar.c:239
+#: ar.c:269
+msgid " [P] - use full path names when matching\n"
+msgstr ""
+
+#: ar.c:270
msgid " [o] - preserve original dates\n"
msgstr ""
-#: ar.c:240
+#: ar.c:271
msgid ""
" [u] - only replace files that are newer than current archive "
"contents\n"
msgstr ""
-#: ar.c:241
+#: ar.c:272
msgid " generic modifiers:\n"
msgstr ""
-#: ar.c:242
+#: ar.c:273
msgid " [c] - do not warn if the library had to be created\n"
msgstr ""
-#: ar.c:243
+#: ar.c:274
msgid " [s] - create an archive index (cf. ranlib)\n"
msgstr ""
-#: ar.c:244
+#: ar.c:275
msgid " [S] - do not build a symbol table\n"
msgstr ""
-#: ar.c:245
+#: ar.c:276
msgid " [v] - be verbose\n"
msgstr ""
-#: ar.c:246
+#: ar.c:277
msgid " [V] - display the version number\n"
msgstr ""
-#: ar.c:250
+#: ar.c:281
#, c-format
msgid "Usage: %s [-vV] archive\n"
msgstr ""
-#: ar.c:431
+#: ar.c:466
msgid "two different operation options specified"
msgstr ""
-#: ar.c:500
+#: ar.c:541
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr ""
-#: ar.c:532
+#: ar.c:573
msgid "no operation specified"
msgstr ""
-#: ar.c:535
+#: ar.c:576
msgid "`u' is only meaningful with the `r' option."
msgstr ""
-#: ar.c:615
-#, c-format
-msgid "%s: internal error -- this option not implemented\n"
+#: ar.c:586
+msgid "`N' is only meaningful with the `x' and 'd' options."
+msgstr ""
+
+#: ar.c:589
+msgid "Value for `N' must be positive."
msgstr ""
-#: ar.c:730 ar.c:782 ar.c:1212 objcopy.c:972
+#: ar.c:672
#, c-format
-msgid "internal stat error on %s"
+msgid "%s: internal error -- this option not implemented\n"
msgstr ""
-#: ar.c:734
+#: ar.c:790 ar.c:841 ar.c:1283 objcopy.c:1021
#, c-format
-msgid ""
-"\n"
-"<member %s>\n"
-"\n"
+msgid "internal stat error on %s"
msgstr ""
-#: ar.c:751 ar.c:819
+#: ar.c:810 ar.c:878
#, c-format
msgid "%s is not a valid archive"
msgstr ""
-#: ar.c:787
+#: ar.c:846
#, c-format
msgid "stat returns negative size for %s"
msgstr ""
-#: ar.c:908
+#: ar.c:967
#, c-format
msgid "%s is not an archive"
msgstr ""
-#: ar.c:915
+#: ar.c:974
#, c-format
msgid "%s: creating %s\n"
msgstr ""
-#: ar.c:1110
+#: ar.c:1181
#, c-format
msgid "No member named `%s'\n"
msgstr ""
-#: ar.c:1162
+#: ar.c:1233
#, c-format
msgid "%s: no entry %s in archive %s!\n"
msgstr ""
-#: ar.c:1322
+#: ar.c:1395
#, c-format
msgid "%s: no archive map to update"
msgstr ""
-#: arsup.c:86
+#: arsup.c:87
#, c-format
msgid "No entry %s in archive.\n"
msgstr ""
-#: arsup.c:118
+#: arsup.c:119
#, c-format
msgid "Can't open file %s\n"
msgstr ""
-#: arsup.c:166
+#: arsup.c:167
#, c-format
msgid "%s: Can't open output archive %s\n"
msgstr ""
-#: arsup.c:178
+#: arsup.c:179
#, c-format
msgid "%s: Can't open input archive %s\n"
msgstr ""
-#: arsup.c:184
+#: arsup.c:185
#, c-format
msgid "%s: file %s is not an archive\n"
msgstr ""
-#: arsup.c:225
+#: arsup.c:226
#, c-format
msgid "%s: no output archive specified yet\n"
msgstr ""
-#: arsup.c:245 arsup.c:280 arsup.c:316 arsup.c:336 arsup.c:394
+#: arsup.c:246 arsup.c:281 arsup.c:317 arsup.c:337 arsup.c:395
#, c-format
msgid "%s: no open output archive\n"
msgstr ""
-#: arsup.c:253 arsup.c:354 arsup.c:374
+#: arsup.c:254 arsup.c:355 arsup.c:375
#, c-format
msgid "%s: can't open file %s\n"
msgstr ""
-#: arsup.c:301 arsup.c:370 arsup.c:449
+#: arsup.c:302 arsup.c:371 arsup.c:450
#, c-format
msgid "%s: can't find module file %s\n"
msgstr ""
-#: arsup.c:401
+#: arsup.c:402
#, c-format
msgid "Current open archive is %s\n"
msgstr ""
-#: arsup.c:428
+#: arsup.c:429
#, c-format
msgid "%s: no open archive\n"
msgstr ""
@@ -398,325 +407,336 @@ msgstr ""
msgid "debug_get_real_type: circular debug information for %s\n"
msgstr ""
-#: debug.c:2663
+#: debug.c:2662
msgid "debug_write_type: illegal type encountered"
msgstr ""
-#: dlltool.c:711 dlltool.c:735 dlltool.c:760
+#: dlltool.c:770 dlltool.c:794 dlltool.c:819
#, c-format
msgid "Internal error: Unknown machine type: %d\n"
msgstr ""
-#: dlltool.c:794
+#: dlltool.c:856
#, c-format
msgid "Can't open def file: %s"
msgstr ""
-#: dlltool.c:799
+#: dlltool.c:861
#, c-format
msgid "Processing def file: %s"
msgstr ""
-#: dlltool.c:803
+#: dlltool.c:865
msgid "Processed def file"
msgstr ""
-#: dlltool.c:828
+#: dlltool.c:890
#, c-format
msgid "Syntax error in def file %s:%d\n"
msgstr ""
-#: dlltool.c:861
+#: dlltool.c:923
#, c-format
msgid "NAME: %s base: %x"
msgstr ""
-#: dlltool.c:864
+#: dlltool.c:926
msgid "Can't have LIBRARY and NAME\n"
msgstr ""
-#: dlltool.c:880
+#: dlltool.c:942
#, c-format
msgid "LIBRARY: %s base: %x"
msgstr ""
-#: dlltool.c:883
+#: dlltool.c:945
#, c-format
msgid "%s: Can't have LIBRARY and NAME\n"
msgstr ""
-#: dlltool.c:1138
+#: dlltool.c:1200 resrc.c:271
#, c-format
msgid "wait: %s"
msgstr ""
-#: dlltool.c:1143
+#: dlltool.c:1205 resrc.c:276
#, c-format
msgid "subprocess got fatal signal %d"
msgstr ""
-#: dlltool.c:1149
+#: dlltool.c:1211
#, c-format
msgid "%s exited with status %d\n"
msgstr ""
-#: dlltool.c:1181
+#: dlltool.c:1243
#, c-format
msgid "Sucking in info from %s section in %s\n"
msgstr ""
-#: dlltool.c:1291
+#: dlltool.c:1367
#, c-format
msgid "Excluding symbol: %s\n"
msgstr ""
-#: dlltool.c:1386 dlltool.c:1397 nm.c:902 nm.c:913 objdump.c:379 objdump.c:396
+#: dlltool.c:1462 dlltool.c:1473 nm.c:902 nm.c:913 objdump.c:444 objdump.c:461
#, c-format
msgid "%s: no symbols\n"
msgstr ""
#. FIXME: we ought to read in and block out the base relocations
-#: dlltool.c:1424
+#: dlltool.c:1500
#, c-format
msgid "Done reading %s\n"
msgstr ""
-#: dlltool.c:1435
+#: dlltool.c:1511
#, c-format
msgid "Unable to open object file: %s"
msgstr ""
-#: dlltool.c:1438
+#: dlltool.c:1514
#, c-format
msgid "Scanning object file %s"
msgstr ""
-#: dlltool.c:1453
+#: dlltool.c:1529
#, c-format
msgid "Cannot produce mcore-elf dll from archive file: %s"
msgstr ""
-#: dlltool.c:1538
+#: dlltool.c:1621
msgid "Adding exports to output file"
msgstr ""
-#: dlltool.c:1583
+#: dlltool.c:1666
msgid "Added exports to output file"
msgstr ""
-#: dlltool.c:1691
+#: dlltool.c:1790
#, c-format
msgid "Generating export file: %s\n"
msgstr ""
-#: dlltool.c:1696
+#: dlltool.c:1795
#, c-format
msgid "Unable to open temporary assembler file: %s"
msgstr ""
-#: dlltool.c:1699
+#: dlltool.c:1798
#, c-format
msgid "Opened temporary file: %s"
msgstr ""
-#: dlltool.c:1918
+#: dlltool.c:2012
msgid "Generated exports file"
msgstr ""
-#: dlltool.c:2171
+#: dlltool.c:2267
#, c-format
msgid "bfd_open failed open stub file: %s"
msgstr ""
-#: dlltool.c:2174
+#: dlltool.c:2270
#, c-format
msgid "Creating stub file: %s"
msgstr ""
-#: dlltool.c:2557
+#: dlltool.c:2657
#, c-format
msgid "failed to open temporary head file: %s"
msgstr ""
-#: dlltool.c:2623
+#: dlltool.c:2716
#, c-format
msgid "failed to open temporary tail file: %s"
msgstr ""
-#: dlltool.c:2698
+#: dlltool.c:2784
#, c-format
msgid "Can't open .lib file: %s"
msgstr ""
-#: dlltool.c:2701
+#: dlltool.c:2787
#, c-format
msgid "Creating library file: %s\n"
msgstr ""
-#: dlltool.c:2757
+#: dlltool.c:2846
#, c-format
msgid "cannot delete %s: %s\n"
msgstr ""
-#: dlltool.c:2761
+#: dlltool.c:2850
msgid "Created lib file"
msgstr ""
-#: dlltool.c:2862
+#: dlltool.c:2955
#, c-format
msgid "Warning, ignoring duplicate EXPORT %s %d,%d\n"
msgstr ""
-#: dlltool.c:2868
+#: dlltool.c:2961
#, c-format
msgid "Error, duplicate EXPORT with oridinals: %s"
msgstr ""
-#: dlltool.c:2995
+#: dlltool.c:3088
msgid "Processing definitions"
msgstr ""
-#: dlltool.c:3033
+#: dlltool.c:3126
msgid "Processed definitions"
msgstr ""
#. xgetext:c-format
-#: dlltool.c:3044
+#: dlltool.c:3137
#, c-format
msgid "Usage %s <options> <object-files>\n"
msgstr ""
#. xgetext:c-format
-#: dlltool.c:3046
+#: dlltool.c:3139
#, c-format
msgid ""
" -m --machine <machine> Create as DLL for <machine>. [default: %s]\n"
msgstr ""
-#: dlltool.c:3047
+#: dlltool.c:3140
msgid ""
-" possible <machine>: arm[_interwork], i386, mcore[-elf][-le], ppc, "
-"thumb\n"
+" possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
+"ppc, thumb\n"
msgstr ""
-#: dlltool.c:3048
+#: dlltool.c:3141
msgid " -e --output-exp <outname> Generate an export file.\n"
msgstr ""
-#: dlltool.c:3049
+#: dlltool.c:3142
msgid " -l --output-lib <outname> Generate an interface library.\n"
msgstr ""
-#: dlltool.c:3050
+#: dlltool.c:3143
msgid " -a --add-indirect Add dll indirects to export file.\n"
msgstr ""
-#: dlltool.c:3051
+#: dlltool.c:3144
msgid ""
" -D --dllname <name> Name of input dll to put into interface lib.\n"
msgstr ""
-#: dlltool.c:3052
+#: dlltool.c:3145
msgid " -d --input-def <deffile> Name of .def file to be read in.\n"
msgstr ""
-#: dlltool.c:3053
+#: dlltool.c:3146
msgid " -z --output-def <deffile> Name of .def file to be created.\n"
msgstr ""
-#: dlltool.c:3054
+#: dlltool.c:3147
msgid " --export-all-symbols Export all symbols to .def\n"
msgstr ""
-#: dlltool.c:3055
+#: dlltool.c:3148
msgid " --no-export-all-symbols Only export listed symbols\n"
msgstr ""
-#: dlltool.c:3056
+#: dlltool.c:3149
msgid " --exclude-symbols <list> Don't export <list>\n"
msgstr ""
-#: dlltool.c:3057
+#: dlltool.c:3150
msgid " --no-default-excludes Clear default exclude symbols\n"
msgstr ""
-#: dlltool.c:3058
+#: dlltool.c:3151
msgid " -b --base-file <basefile> Read linker generated base file.\n"
msgstr ""
-#: dlltool.c:3059
+#: dlltool.c:3152
msgid " -x --no-idata4 Don't generate idata$4 section.\n"
msgstr ""
-#: dlltool.c:3060
+#: dlltool.c:3153
msgid " -c --no-idata5 Don't generate idata$5 section.\n"
msgstr ""
-#: dlltool.c:3061
+#: dlltool.c:3154
msgid ""
" -U --add-underscore Add underscores to symbols in interface "
"library.\n"
msgstr ""
-#: dlltool.c:3062
+#: dlltool.c:3155
msgid " -k --kill-at Kill @<n> from exported names.\n"
msgstr ""
-#: dlltool.c:3063
+#: dlltool.c:3156
msgid " -A --add-stdcall-alias Add aliases without @<n>.\n"
msgstr ""
-#: dlltool.c:3064
+#: dlltool.c:3157
msgid " -S --as <name> Use <name> for assembler.\n"
msgstr ""
-#: dlltool.c:3065
+#: dlltool.c:3158
msgid " -f --as-flags <flags> Pass <flags> to the assembler.\n"
msgstr ""
-#: dlltool.c:3066
+#: dlltool.c:3159
+msgid ""
+" -C --compat-implib Create backward compatible import library.\n"
+msgstr ""
+
+#: dlltool.c:3160
msgid ""
" -n --no-delete Keep temp files (repeat for extra "
"preservation).\n"
msgstr ""
-#: dlltool.c:3067
+#: dlltool.c:3161
msgid " -v --verbose Be verbose.\n"
msgstr ""
-#: dlltool.c:3068
+#: dlltool.c:3162
msgid " -V --version Display the program version.\n"
msgstr ""
-#: dlltool.c:3069
+#: dlltool.c:3163
msgid " -h --help Display this information.\n"
msgstr ""
-#: dlltool.c:3071
+#: dlltool.c:3165
msgid ""
" -M --mcore-elf <outname> Process mcore-elf object files into <outname>.\n"
msgstr ""
-#: dlltool.c:3072
+#: dlltool.c:3166
msgid " -L --linker <name> Use <name> as the linker.\n"
msgstr ""
-#: dlltool.c:3073
+#: dlltool.c:3167
msgid " -F --linker-flags <flags> Pass <flags> to the linker.\n"
msgstr ""
-#: dlltool.c:3216
+#: dlltool.c:3311
#, c-format
msgid "Unable to open base-file: %s"
msgstr ""
-#: dlltool.c:3242
+#: dlltool.c:3340
#, c-format
msgid "Machine '%s' not supported"
msgstr ""
-#: dlltool.c:3385
-msgid "buffer overflow\n"
+#: dlltool.c:3443 dllwrap.c:215
+#, c-format
+msgid "Tried file: %s"
+msgstr ""
+
+#: dlltool.c:3450 dllwrap.c:222
+#, c-format
+msgid "Using file: %s"
msgstr ""
#: ieee.c:316
@@ -1216,318 +1236,441 @@ msgid ""
"Archive index:\n"
msgstr ""
-#: objcopy.c:293
-#, c-format
-msgid ""
-"Usage: %s [-vVSpgxX] [-I bfdname] [-O bfdname] [-F bfdname] [-b byte]\n"
-" [-R section] [-i interleave] [--interleave=interleave] [--byte=byte]\n"
-" [--input-target=bfdname] [--output-target=bfdname] "
-"[--target=bfdname]\n"
-" [--strip-all] [--strip-debug] [--strip-unneeded] [--discard-all]\n"
-" [--discard-locals] [--debugging] [--remove-section=section]\n"
+#: objcopy.c:296
+#, c-format
+msgid "Usage: %s <switches> in-file [out-file]\n"
+msgstr ""
+
+#: objcopy.c:297 objcopy.c:354
+msgid " The switches are:\n"
+msgstr ""
+
+#: objcopy.c:298
+msgid ""
+" -I --input-target <bfdname> Assume input file is in format <bfdname>\n"
+" -O --output-target <bfdname> Create an output file in format "
+"<bfdname>\n"
+" -F --target <bfdname> Set both input and output format to "
+"<bfdname>\n"
+" --debugging Convert debugging information, if "
+"possible\n"
+" -p --preserve-dates Copy modified/access timestamps to the "
+"output\n"
+" -j --only-section <name> Only copy section <name> into the output\n"
+" -R --remove-section <name> Remove section <name> from the output\n"
+" -S --strip-all Remove all symbol and relocation "
+"information\n"
+" -g --strip-debug Remove all debugging symbols\n"
+" --strip-unneeded Remove all symbols not needed by "
+"relocations\n"
+" -N --strip-symbol <name> Do not copy symbol <name>\n"
+" -K --keep-symbol <name> Only copy symbol <name>\n"
+" -L --localize-symbol <name> Force symbol <name> to be marked as a "
+"local\n"
+" -W --weaken-symbol <name> Force symbol <name> to be marked as a "
+"weak\n"
+" --weaken Force all global symbols to be marked as "
+"weak\n"
+" -x --discard-all Remove all non-global symbols\n"
+" -X --discard-locals Remove any compiler-generated symbols\n"
+" -i --interleave <number> Only copy one out of every <number> "
+"bytes\n"
+" -b --byte <num> Select byte <num> in every interleaved "
+"block\n"
+" --gap-fill <val> Fill gaps between sections with <val>\n"
+" --pad-to <addr> Pad the last section up to address "
+"<addr>\n"
+" --set-start <addr> Set the start address to <addr>\n"
+" {--change-start|--adjust-start} <incr>\n"
+" Add <incr> to the start address\n"
+" {--change-addresses|--adjust-vma} <incr>\n"
+" Add <incr> to LMA, VMA and start "
+"addresses\n"
+" {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
+" Change LMA and VMA of section <name> by "
+"<val>\n"
+" --change-section-lma <name>{=|+|-}<val>\n"
+" Change the LMA of section <name> by "
+"<val>\n"
+" --change-section-vma <name>{=|+|-}<val>\n"
+" Change the VMA of section <name> by "
+"<val>\n"
+" {--[no-]change-warnings|--[no-]adjust-warnings}\n"
+" Warn if a named section does not exist\n"
+" --set-section-flags <name>=<flags>\n"
+" Set section <name>'s properties to "
+"<flags>\n"
+" --add-section <name>=<file> Add section <name> found in <file> to "
+"output\n"
+" --change-leading-char Force output format's leading character "
+"style\n"
+" --remove-leading-char Remove leading character from global "
+"symbols\n"
+" -v --verbose List all object files modified\n"
+" -V --version Display this program's version number\n"
+" -h --help Display this output\n"
msgstr ""
-#: objcopy.c:300
-msgid ""
-" [--gap-fill=val] [--pad-to=address] [--preserve-dates]\n"
-" [--set-start=val] \n"
-" [--change-start=incr] [--change-addresses=incr] \n"
-" (--adjust-start and --adjust-vma are aliases for these two) \n"
-" [--change-section-address=section{=,+,-}val]\n"
-" (--adjust-section-vma is an alias for --change-section-address)\n"
-" [--change-section-lma=section{=,+,-}val]\n"
-" [--change-section-vma=section{=,+,-}val]\n"
-" [--adjust-warnings] [--no-adjust-warnings]\n"
-" [--change-warnings] [--no-change-warnings]\n"
-" [--set-section-flags=section=flags] "
-"[--add-section=sectionname=filename]\n"
-" [--keep-symbol symbol] [-K symbol] [--strip-symbol symbol] [-N "
-"symbol]\n"
-" [--localize-symbol symbol] [-L symbol] [--weaken-symbol symbol]\n"
-" [-W symbol] [--change-leading-char] [--remove-leading-char] "
-"[--weaken]\n"
-" [--verbose] [--version] [--help] in-file [out-file]\n"
+#: objcopy.c:353
+#, c-format
+msgid "Usage: %s <switches> in-file(s)\n"
msgstr ""
-#: objcopy.c:327
-#, c-format
+#: objcopy.c:355
msgid ""
-"Usage: %s [-vVsSpgxX] [-I bfdname] [-O bfdname] [-F bfdname] [-R section]\n"
-" [--input-target=bfdname] [--output-target=bfdname] "
-"[--target=bfdname]\n"
-" [--strip-all] [--strip-debug] [--strip-unneeded] [--discard-all]\n"
-" [--discard-locals] [--keep-symbol symbol] [-K symbol]\n"
-" [--strip-symbol symbol] [-N symbol] [--remove-section=section]\n"
-" [-o file] [--preserve-dates] [--verbose] [--version] [--help] "
-"file...\n"
+" -I --input-target <bfdname> Assume input file is in format <bfdname>\n"
+" -O --output-target <bfdname> Create an output file in format "
+"<bfdname>\n"
+" -F --target <bfdname> Set both input and output format to "
+"<bfdname>\n"
+" -p --preserve-dates Copy modified/access timestamps to the "
+"output\n"
+" -R --remove-section <name> Remove section <name> from the output\n"
+" -s --strip-all Remove all symbol and relocation "
+"information\n"
+" -g -S --strip-debug Remove all debugging symbols\n"
+" --strip-unneeded Remove all symbols not needed by "
+"relocations\n"
+" -N --strip-symbol <name> Do not copy symbol <name>\n"
+" -K --keep-symbol <name> Only copy symbol <name>\n"
+" -x --discard-all Remove all non-global symbols\n"
+" -X --discard-locals Remove any compiler-generated symbols\n"
+" -v --verbose List all object files modified\n"
+" -V --version Display this program's version number\n"
+" -h --help Display this output\n"
+" -o <file> Place stripped output into <file>\n"
msgstr ""
-#: objcopy.c:383
+#: objcopy.c:425
#, c-format
msgid "unrecognized section flag `%s'"
msgstr ""
-#: objcopy.c:384
-msgid "supported flags: alloc, load, readonly, code, data, rom, contents"
+#: objcopy.c:426
+msgid ""
+"supported flags: alloc, load, noload, readonly, debug, code, data, rom, "
+"share, contents"
msgstr ""
-#: objcopy.c:623
+#: objcopy.c:671
#, c-format
msgid "copy from %s(%s) to %s(%s)\n"
msgstr ""
-#: objcopy.c:642
+#: objcopy.c:690
#, c-format
msgid "Warning: Output file cannot represent architecture %s"
msgstr ""
-#: objcopy.c:669
+#: objcopy.c:717
#, c-format
msgid "can't create section `%s': %s"
msgstr ""
-#: objcopy.c:755
+#: objcopy.c:803
#, c-format
msgid "Can't fill gap after %s: %s"
msgstr ""
-#: objcopy.c:780
+#: objcopy.c:828
#, c-format
msgid "Can't add padding to %s: %s"
msgstr ""
-#: objcopy.c:916
+#: objcopy.c:965
#, c-format
msgid "%s: error copying private BFD data: %s"
msgstr ""
-#: objcopy.c:950
+#: objcopy.c:999
#, c-format
msgid "cannot mkdir %s for archive copying (error: %s)"
msgstr ""
-#: objcopy.c:1217
+#: objcopy.c:1268
#, c-format
msgid "%s: section `%s': error in %s: %s"
msgstr ""
-#: objcopy.c:1489
+#: objcopy.c:1542
#, c-format
msgid "%s: can't create debugging section: %s"
msgstr ""
-#: objcopy.c:1504
+#: objcopy.c:1557
#, c-format
msgid "%s: can't set debugging section contents: %s"
msgstr ""
-#: objcopy.c:1513
+#: objcopy.c:1566
#, c-format
msgid "%s: don't know how to write debugging information for %s"
msgstr ""
-#: objcopy.c:1618
+#: objcopy.c:1671
#, c-format
msgid "%s: cannot stat: %s"
msgstr ""
-#: objcopy.c:1668
+#: objcopy.c:1721
msgid "byte number must be non-negative"
msgstr ""
-#: objcopy.c:1673
+#: objcopy.c:1726
msgid "interleave must be positive"
msgstr ""
-#: objcopy.c:1742
+#: objcopy.c:1742 objcopy.c:1749
+#, c-format
+msgid "%s both copied and removed"
+msgstr ""
+
+#: objcopy.c:1804
msgid "bad format for --add-section NAME=FILENAME"
msgstr ""
-#: objcopy.c:1745
+#: objcopy.c:1807
#, c-format
msgid "cannot stat: %s: %s"
msgstr ""
-#: objcopy.c:1763
+#: objcopy.c:1825
#, c-format
msgid "cannot open: %s: %s"
msgstr ""
-#: objcopy.c:1767
+#: objcopy.c:1829
#, c-format
msgid "%s: fread failed"
msgstr ""
-#: objcopy.c:1804
+#: objcopy.c:1872
#, c-format
msgid "bad format for %s"
msgstr ""
-#: objcopy.c:1868
+#: objcopy.c:1936
#, c-format
msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
msgstr ""
-#: objcopy.c:1892
+#: objcopy.c:1960
msgid "bad format for --set-section-flags"
msgstr ""
-#: objcopy.c:1922
+#: objcopy.c:1990
msgid "byte number must be less than interleave"
msgstr ""
-#: objcopy.c:1941
+#: objcopy.c:2009
#, c-format
msgid "Cannot stat: %s: %s"
msgstr ""
-#: objcopy.c:1981
+#: objcopy.c:2049
#, c-format
msgid "Warning: --change-section-vma %s%c0x%s never used"
msgstr ""
-#: objcopy.c:1994
+#: objcopy.c:2062
#, c-format
msgid "Warning: --change-section-lma %s%c0x%s never used"
msgstr ""
-#: objdump.c:219
+#: objdump.c:229
#, c-format
-msgid ""
-"Usage: %s [-ahifCdDprRtTxsSlw] [-b bfdname] [-m machine] [-j section-name]\n"
-" [--archive-headers] [--target=bfdname] [--debugging] [--disassemble]\n"
-" [--disassemble-all] [--disassemble-zeroes] [--file-headers]\n"
-" [--section-headers] [--headers]\n"
-" [--info] [--section=section-name] [--line-numbers] [--source]\n"
+msgid "Usage: %s <switches> file(s)\n"
msgstr ""
-#: objdump.c:226
-msgid ""
-" [--architecture=machine] [--reloc] [--full-contents] [--stabs]\n"
-" [--syms] [--all-headers] [--dynamic-syms] [--dynamic-reloc]\n"
-" [--wide] [--version] [--help] [--private-headers]\n"
-" [--start-address=addr] [--stop-address=addr]\n"
-" [--prefix-addresses] [--[no-]show-raw-insn] [--demangle]\n"
-" [--adjust-vma=offset] [-EB|-EL] [--endian={big|little}] objfile...\n"
-"at least one option besides -l (--line-numbers) must be given\n"
+#: objdump.c:230
+msgid " At least one of the following switches must be given:\n"
msgstr ""
-#: objdump.c:361
+#: objdump.c:231
+msgid ""
+" -a --archive-headers Display archive header information\n"
+" -f --file-headers Display the contents of the overall file header\n"
+" -p --private-headers Display object format specific file header "
+"contents\n"
+" -h --[section-]headers Display the contents of the section headers\n"
+" -x --all-headers Display the contents of all headers\n"
+" -d --disassemble Display assembler contents of executable "
+"sections\n"
+" -D --disassemble-all Display assembler contents of all sections\n"
+" -S --source Intermix source code with disassembly\n"
+" -s --full-contents Display the full contents of all sections "
+"requested\n"
+" -g --debugging Display debug information in object file\n"
+" -G --stabs Display the STABS contents of an ELF format file\n"
+" -t --syms Display the contents of the symbol table(s)\n"
+" -T --dynamic-syms Display the contents of the dynamic symbol table\n"
+" -r --reloc Display the relocation entries in the file\n"
+" -R --dynamic-reloc Display the dynamic relocation entries in the "
+"file\n"
+" -V --version Display this program's version number\n"
+" -i --info List object formats and architectures supported\n"
+" -H --help Display this information\n"
+msgstr ""
+
+#: objdump.c:253
+msgid ""
+"\n"
+" The following switches are optional:\n"
+msgstr ""
+
+#: objdump.c:254
+msgid ""
+" -b --target <bfdname> Specify the target object format as "
+"<bfdname>\n"
+" -m --architecture <machine> Specify the target architecture as "
+"<machine>\n"
+" -j --section <name> Only display information for section "
+"<name>\n"
+" -M --disassembler-options <o> Pass text <o> on to the disassembler\n"
+" -EB --endian=big Assume big endian format when "
+"disassembling\n"
+" -EL --endian=little Assume little endian format when "
+"disassembling\n"
+" --file-start-context Include context from start of file (with "
+"-S)\n"
+" -l --line-numbers Include line numbers and filenames in "
+"output\n"
+" -C --demangle Decode mangled/processed symbol names\n"
+" -w --wide Format output for more than 80 columns\n"
+" -z --disassemble-zeroes Do not skip blocks of zeroes when "
+"disassembling\n"
+" --start-address <addr> Only process data whoes address is >= "
+"<addr>\n"
+" --stop-address <addr> Only process data whoes address is <= "
+"<addr>\n"
+" --prefix-addresses Print complete address alongside "
+"disassembly\n"
+" --[no-]show-raw-insn Display hex alongside symbolic disassembly\n"
+" --adjust-vma <offset> Add <offset> to all displayed section "
+"addresses\n"
+"\n"
+msgstr ""
+
+#: objdump.c:420
msgid "Sections:\n"
msgstr ""
-#: objdump.c:363
-msgid "Idx Name Size VMA LMA File off Algn\n"
+#: objdump.c:423
+msgid "Idx Name Size VMA LMA File off Algn"
msgstr ""
-#: objdump.c:365
+#: objdump.c:425
msgid ""
"Idx Name Size VMA LMA File off "
-"Algn\n"
+"Algn"
+msgstr ""
+
+#: objdump.c:429
+msgid " Flags"
msgstr ""
-#: objdump.c:414
+#: objdump.c:479
#, c-format
msgid "%s: %s: not a dynamic object\n"
msgstr ""
-#: objdump.c:431
+#: objdump.c:496
#, c-format
msgid "%s: %s: No dynamic symbols\n"
msgstr ""
-#: objdump.c:1131
+#: objdump.c:1200
msgid "Out of virtual memory\n"
msgstr ""
-#: objdump.c:1532
+#: objdump.c:1611
#, c-format
msgid "%s: Can't use supplied machine %s\n"
msgstr ""
-#: objdump.c:1553
+#: objdump.c:1632
#, c-format
msgid "%s: Can't disassemble for architecture %s\n"
msgstr ""
-#: objdump.c:1627
+#: objdump.c:1709
#, c-format
msgid "Disassembly of section %s:\n"
msgstr ""
-#: objdump.c:1798
+#: objdump.c:1883
#, c-format
msgid ""
"No %s section present\n"
"\n"
msgstr ""
-#: objdump.c:1805
+#: objdump.c:1890
#, c-format
msgid "%s: %s has no %s section\n"
msgstr ""
-#: objdump.c:1818 objdump.c:1829
+#: objdump.c:1904 objdump.c:1916
#, c-format
msgid "%s: Reading %s section of %s failed: %s\n"
msgstr ""
-#: objdump.c:1871
+#: objdump.c:1959
#, c-format
msgid ""
"Contents of %s section:\n"
"\n"
msgstr ""
-#: objdump.c:1971
+#: objdump.c:2059
#, c-format
msgid "architecture: %s, "
msgstr ""
-#: objdump.c:1974
+#: objdump.c:2062
#, c-format
msgid "flags 0x%08x:\n"
msgstr ""
-#: objdump.c:1987
+#: objdump.c:2075
msgid ""
"\n"
"start address 0x"
msgstr ""
-#: objdump.c:2030
+#: objdump.c:2107
#, c-format
msgid ""
"\n"
"%s: file format %s\n"
msgstr ""
-#: objdump.c:2071
+#: objdump.c:2150
#, c-format
msgid "%s: printing debugging information failed\n"
msgstr ""
-#: objdump.c:2105
+#: objdump.c:2227
#, c-format
msgid "In archive %s:\n"
msgstr ""
-#: objdump.c:2158
+#: objdump.c:2279
#, c-format
msgid "Contents of section %s:\n"
msgstr ""
-#: objdump.c:2664
+#: objdump.c:2788
#, c-format
msgid "BFD header file version %s\n"
msgstr ""
-#: objdump.c:2789
+#: objdump.c:2861
#, c-format
msgid "%s: unrecognized -E option\n"
msgstr ""
-#: objdump.c:2800
+#: objdump.c:2873
#, c-format
msgid "%s: unrecognized --endian type `%s'\n"
msgstr ""
@@ -1566,889 +1709,902 @@ msgstr ""
msgid "Last stabs entries before error:\n"
msgstr ""
-#: readelf.c:237 readelf.c:263
+#: readelf.c:301 readelf.c:327
#, c-format
msgid "%s: Error: "
msgstr ""
-#: readelf.c:249 readelf.c:278
+#: readelf.c:313 readelf.c:342
#, c-format
msgid "%s: Warning: "
msgstr ""
-#: readelf.c:308 readelf.c:333
+#: readelf.c:392 readelf.c:530
#, c-format
msgid "Unhandled data length: %d\n"
msgstr ""
-#: readelf.c:372
+#: readelf.c:589
msgid "Don't know about relocations on this machine architecture\n"
msgstr ""
-#: readelf.c:410 readelf.c:439
+#: readelf.c:629 readelf.c:658 readelf.c:690 readelf.c:718
msgid "out of memory parsing relocs"
msgstr ""
-#: readelf.c:456
+#: readelf.c:736
msgid ""
" Offset Info Type Symbol's Value Symbol's Name "
"Addend\n"
msgstr ""
-#: readelf.c:459
+#: readelf.c:739
msgid " Offset Info Type Symbol's Value Symbol's Name\n"
msgstr ""
-#: readelf.c:567
+#: readelf.c:879 readelf.c:881
#, c-format
msgid "unrecognised: %-7lx"
msgstr ""
-#: readelf.c:585
+#: readelf.c:906
#, c-format
msgid "<string table index %3ld>"
msgstr ""
-#: readelf.c:739
+#: readelf.c:1113
#, c-format
msgid "Processor Specific: %lx"
msgstr ""
-#: readelf.c:742
+#: readelf.c:1132
#, c-format
msgid "Operating System specific: %lx"
msgstr ""
-#: readelf.c:744 readelf.c:996
+#: readelf.c:1135 readelf.c:1500
#, c-format
msgid "<unknown>: %lx"
msgstr ""
-#: readelf.c:758
+#: readelf.c:1149
msgid "NONE (None)"
msgstr ""
-#: readelf.c:759
+#: readelf.c:1150
msgid "REL (Relocatable file)"
msgstr ""
-#: readelf.c:760
+#: readelf.c:1151
msgid "EXEC (Executable file)"
msgstr ""
-#: readelf.c:761
+#: readelf.c:1152
msgid "DYN (Shared object file)"
msgstr ""
-#: readelf.c:762
+#: readelf.c:1153
msgid "CORE (Core file)"
msgstr ""
-#: readelf.c:766
+#: readelf.c:1157
#, c-format
msgid "Processor Specific: (%x)"
msgstr ""
-#: readelf.c:768
+#: readelf.c:1159
#, c-format
msgid "OS Specific: (%x)"
msgstr ""
-#: readelf.c:770 readelf.c:829 readelf.c:932 readelf.c:1107
+#: readelf.c:1161 readelf.c:1238 readelf.c:1632
#, c-format
msgid "<unknown>: %x"
msgstr ""
-#: readelf.c:783
+#: readelf.c:1174
msgid "None"
msgstr ""
-#: readelf.c:929
-msgid "ELFDATA2LSB (little endian)"
-msgstr ""
-
-#: readelf.c:930
-msgid "ELFDATA2MSB (big endian)"
-msgstr ""
-
-#: readelf.c:1143
+#: readelf.c:1670
msgid "Usage: readelf {options} elf-file(s)\n"
msgstr ""
-#: readelf.c:1144
+#: readelf.c:1671
msgid " Options are:\n"
msgstr ""
-#: readelf.c:1145
-msgid ""
-" -a or --all Equivalent to: -h -l -S -s -r -d -V --histogram\n"
+#: readelf.c:1672
+msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n"
msgstr ""
-#: readelf.c:1146
+#: readelf.c:1673
msgid " -h or --file-header Display the ELF file header\n"
msgstr ""
-#: readelf.c:1147
+#: readelf.c:1674
msgid " -l or --program-headers or --segments\n"
msgstr ""
-#: readelf.c:1148
+#: readelf.c:1675
msgid " Display the program headers\n"
msgstr ""
-#: readelf.c:1149
+#: readelf.c:1676
msgid " -S or --section-headers or --sections\n"
msgstr ""
-#: readelf.c:1150
+#: readelf.c:1677
msgid " Display the sections' header\n"
msgstr ""
-#: readelf.c:1151
+#: readelf.c:1678
msgid " -e or --headers Equivalent to: -h -l -S\n"
msgstr ""
-#: readelf.c:1152
+#: readelf.c:1679
msgid " -s or --syms or --symbols Display the symbol table\n"
msgstr ""
-#: readelf.c:1153
+#: readelf.c:1680
+msgid " -n or --notes Display the core notes (if present)\n"
+msgstr ""
+
+#: readelf.c:1681
msgid " -r or --relocs Display the relocations (if present)\n"
msgstr ""
-#: readelf.c:1154
+#: readelf.c:1682
msgid " -d or --dynamic Display the dynamic segment (if present)\n"
msgstr ""
-#: readelf.c:1155
+#: readelf.c:1683
msgid " -V or --version-info Display the version sections (if present)\n"
msgstr ""
-#: readelf.c:1156
+#: readelf.c:1684
+msgid ""
+" -A or --arch-specific Display architecture specific information (if "
+"any).\n"
+msgstr ""
+
+#: readelf.c:1685
msgid ""
" -D or --use-dynamic Use the dynamic section info when displaying "
"symbols\n"
msgstr ""
-#: readelf.c:1157
+#: readelf.c:1686
msgid " -x <number> or --hex-dump=<number>\n"
msgstr ""
-#: readelf.c:1158
+#: readelf.c:1687
msgid " Dump the contents of section <number>\n"
msgstr ""
-#: readelf.c:1159
+#: readelf.c:1688
msgid " -w[liapr] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges]\n"
msgstr ""
-#: readelf.c:1160
+#: readelf.c:1689
msgid ""
" Display the contents of DWARF2 debug sections\n"
msgstr ""
-#: readelf.c:1162
+#: readelf.c:1691
msgid " -i <number> or --instruction-dump=<number>\n"
msgstr ""
-#: readelf.c:1163
+#: readelf.c:1692
msgid ""
" Disassemble the contents of section <number>\n"
msgstr ""
-#: readelf.c:1165
-msgid " --histogram Display histogram of bucket list lengths\n"
+#: readelf.c:1694
+msgid " -I or --histogram Display histogram of bucket list lengths\n"
msgstr ""
-#: readelf.c:1166
+#: readelf.c:1695
msgid " -v or --version Display the version number of readelf\n"
msgstr ""
-#: readelf.c:1167
+#: readelf.c:1696
msgid " -H or --help Display this information\n"
msgstr ""
-#: readelf.c:1185
+#: readelf.c:1714
msgid "Out of memory allocating dump request table."
msgstr ""
-#: readelf.c:1309
+#: readelf.c:1849
#, c-format
msgid "Unrecognised debug option '%s'\n"
msgstr ""
-#: readelf.c:1334
+#: readelf.c:1874
#, c-format
msgid "Invalid option '-%c'\n"
msgstr ""
-#: readelf.c:1347
+#: readelf.c:1887
msgid "Nothing to do.\n"
msgstr ""
-#: readelf.c:1360 readelf.c:1377 readelf.c:2531
+#: readelf.c:1900 readelf.c:1917 readelf.c:3484
msgid "none"
msgstr ""
-#: readelf.c:1361
+#: readelf.c:1901
msgid "ELF32"
msgstr ""
-#: readelf.c:1362
+#: readelf.c:1902
msgid "ELF64"
msgstr ""
-#: readelf.c:1364 readelf.c:1381 readelf.c:1398
+#: readelf.c:1904 readelf.c:1921 readelf.c:1940
#, c-format
-msgid "<unknown: %lx>"
+msgid "<unknown: %x>"
msgstr ""
-#: readelf.c:1378
+#: readelf.c:1918
msgid "2's complement, little endian"
msgstr ""
-#: readelf.c:1379
+#: readelf.c:1919
msgid "2's complement, big endian"
msgstr ""
-#: readelf.c:1394
+#: readelf.c:1934
msgid "UNIX - System V"
msgstr ""
-#: readelf.c:1395
+#: readelf.c:1935
msgid "UNIX - HP-UX"
msgstr ""
-#: readelf.c:1396
+#: readelf.c:1936
+msgid "UNIX - Linux"
+msgstr ""
+
+#: readelf.c:1937
msgid "Standalone App"
msgstr ""
-#: readelf.c:1413
+#: readelf.c:1938
+msgid "ARM"
+msgstr ""
+
+#: readelf.c:1955
msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
msgstr ""
-#: readelf.c:1421
+#: readelf.c:1963
msgid "ELF Header:\n"
msgstr ""
-#: readelf.c:1422
+#: readelf.c:1964
msgid " Magic: "
msgstr ""
-#: readelf.c:1426
+#: readelf.c:1968
#, c-format
msgid " Class: %s\n"
msgstr ""
-#: readelf.c:1428 readelf.c:1445
+#: readelf.c:1970
#, c-format
msgid " Data: %s\n"
msgstr ""
-#: readelf.c:1430
+#: readelf.c:1972
#, c-format
msgid " Version: %d %s\n"
msgstr ""
-#: readelf.c:1435
+#: readelf.c:1979
#, c-format
msgid " OS/ABI: %s\n"
msgstr ""
-#: readelf.c:1437
+#: readelf.c:1981
#, c-format
msgid " ABI Version: %d\n"
msgstr ""
-#: readelf.c:1439
+#: readelf.c:1983
#, c-format
msgid " Type: %s\n"
msgstr ""
-#: readelf.c:1441
+#: readelf.c:1985
#, c-format
msgid " Machine: %s\n"
msgstr ""
-#: readelf.c:1443
+#: readelf.c:1987
#, c-format
msgid " Version: 0x%lx\n"
msgstr ""
-#: readelf.c:1447
-#, c-format
-msgid " Entry point address: 0x%lx\n"
+#: readelf.c:1990
+msgid " Entry point address: "
msgstr ""
-#: readelf.c:1449
-#, c-format
-msgid " Start of program headers: %ld (bytes into file)\n"
+#: readelf.c:1992
+msgid ""
+"\n"
+" Start of program headers: "
msgstr ""
-#: readelf.c:1451
-#, c-format
-msgid " Start of section headers: %ld (bytes into file)\n"
+#: readelf.c:1994
+msgid ""
+" (bytes into file)\n"
+" Start of section headers: "
+msgstr ""
+
+#: readelf.c:1996
+msgid " (bytes into file)\n"
msgstr ""
-#: readelf.c:1453
+#: readelf.c:1998
#, c-format
msgid " Flags: 0x%lx%s\n"
msgstr ""
-#: readelf.c:1456
+#: readelf.c:2001
#, c-format
msgid " Size of this header: %ld (bytes)\n"
msgstr ""
-#: readelf.c:1458
+#: readelf.c:2003
#, c-format
msgid " Size of program headers: %ld (bytes)\n"
msgstr ""
-#: readelf.c:1460
+#: readelf.c:2005
#, c-format
msgid " Number of program headers: %ld\n"
msgstr ""
-#: readelf.c:1462
+#: readelf.c:2007
#, c-format
msgid " Size of section headers: %ld (bytes)\n"
msgstr ""
-#: readelf.c:1464
+#: readelf.c:2009
#, c-format
msgid " Number of section headers: %ld\n"
msgstr ""
-#: readelf.c:1466
+#: readelf.c:2011
#, c-format
msgid " Section header string table index: %ld\n"
msgstr ""
-#: readelf.c:1476
-msgid "Not a 32 bit ELF file\n"
-msgstr ""
-
-#: readelf.c:1496
+#: readelf.c:2096
msgid ""
"\n"
"There are no program headers in this file.\n"
msgstr ""
-#: readelf.c:1502
+#: readelf.c:2102
#, c-format
msgid ""
"\n"
-"Elf file is %s\n"
+"Elf file type is %s\n"
msgstr ""
-#: readelf.c:1503
-#, c-format
-msgid "Entry point 0x%lx\n"
+#: readelf.c:2103
+msgid "Entry point "
msgstr ""
-#: readelf.c:1504
+#: readelf.c:2105
#, c-format
-msgid "There are %d program headers, starting at offset %lx:\n"
+msgid ""
+"\n"
+"There are %d program headers, starting at offset "
msgstr ""
-#: readelf.c:1517 readelf.c:1668 readelf.c:1711 readelf.c:2090 readelf.c:2214
-#: readelf.c:3115 readelf.c:3129
+#: readelf.c:2116 readelf.c:2292 readelf.c:2334 readelf.c:2377 readelf.c:2418
+#: readelf.c:2926 readelf.c:2967 readelf.c:3143 readelf.c:4102 readelf.c:4116
+#: readelf.c:7014 readelf.c:7054
msgid "Out of memory\n"
msgstr ""
-#: readelf.c:1540
+#: readelf.c:2134
#, c-format
msgid ""
"\n"
"Program Header%s:\n"
msgstr ""
-#: readelf.c:1542
+#: readelf.c:2138
msgid ""
-" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"
+" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"
msgstr ""
-#: readelf.c:1578
+#: readelf.c:2142
+msgid " Type Offset VirtAddr PhysAddr\n"
+msgstr ""
+
+#: readelf.c:2144
+msgid " FileSiz MemSiz Flags Align\n"
+msgstr ""
+
+#: readelf.c:2202
msgid "more than one dynamic segment\n"
msgstr ""
-#: readelf.c:1586
+#: readelf.c:2210
msgid "Unable to find program interpreter name\n"
msgstr ""
-#: readelf.c:1593
+#: readelf.c:2217
#, c-format
msgid ""
"\n"
" [Requesting program interpreter: %s]"
msgstr ""
-#: readelf.c:1611
+#: readelf.c:2235
msgid ""
"\n"
" Section to Segment mapping:\n"
msgstr ""
-#: readelf.c:1612
+#: readelf.c:2236
msgid " Segment Sections...\n"
msgstr ""
-#: readelf.c:1746
+#: readelf.c:2499
msgid ""
"\n"
"There are no sections in this file.\n"
msgstr ""
-#: readelf.c:1752
+#: readelf.c:2505
#, c-format
-msgid "There are %d section headers, starting at offset %lx:\n"
+msgid "There are %d section headers, starting at offset 0x%lx:\n"
msgstr ""
-#: readelf.c:1786
+#: readelf.c:2545
msgid "File contains multiple dynamic symbol tables\n"
msgstr ""
-#: readelf.c:1799
+#: readelf.c:2558
msgid "File contains multiple dynamic string tables\n"
msgstr ""
-#: readelf.c:1826
+#: readelf.c:2585
#, c-format
msgid ""
"\n"
"Section Header%s:\n"
msgstr ""
-#: readelf.c:1828
+#: readelf.c:2589
msgid ""
" [Nr] Name Type Addr Off Size ES Flg Lk "
"Inf Al\n"
msgstr ""
-#: readelf.c:1909
+#: readelf.c:2592
+msgid " [Nr] Name Type Address Offset\n"
+msgstr ""
+
+#: readelf.c:2593
+msgid " Size EntSize Flags Link Info Align\n"
+msgstr ""
+
+#: readelf.c:2640
+msgid ""
+"Key to Flags: W (write), A (alloc), X (execute), M (merge), S (strings)\n"
+msgstr ""
+
+#: readelf.c:2641
+msgid ""
+" I (info), L (link order), O (extra OS processing required)\n"
+msgstr ""
+
+#: readelf.c:2642
+msgid " o (os specific), p (processor specific) x (unknown)\n"
+msgstr ""
+
+#: readelf.c:2700
#, c-format
msgid ""
"\n"
"Relocation section at offset 0x%lx contains %ld bytes:\n"
msgstr ""
-#: readelf.c:1916
+#: readelf.c:2707
msgid ""
"\n"
"There are no dynamic relocations in this file.\n"
msgstr ""
-#: readelf.c:1943
+#: readelf.c:2735
msgid ""
"\n"
"Relocation section "
msgstr ""
-#: readelf.c:1954
+#: readelf.c:2742
#, c-format
msgid " at offset 0x%lx contains %lu entries:\n"
msgstr ""
-#: readelf.c:1982
+#: readelf.c:2770
msgid ""
"\n"
"There are no relocations in this file.\n"
msgstr ""
-#: readelf.c:2070
+#: readelf.c:3020
msgid ""
"\n"
"There is no dynamic segment in this file.\n"
msgstr ""
-#: readelf.c:2128
+#: readelf.c:3054
msgid "Unable to seek to end of file!"
msgstr ""
-#: readelf.c:2134
+#: readelf.c:3063
msgid "Unable to determine the number of symbols to load\n"
msgstr ""
-#: readelf.c:2164
+#: readelf.c:3093
msgid "Unable to seek to end of file\n"
msgstr ""
-#: readelf.c:2170
+#: readelf.c:3099
msgid "Unable to determine the length of the dynamic string table\n"
msgstr ""
-#: readelf.c:2231
+#: readelf.c:3160
#, c-format
msgid ""
"\n"
-"Dynamic segment at offset 0x%x contains %d entries:\n"
+"Dynamic segment at offset 0x%x contains %ld entries:\n"
msgstr ""
-#: readelf.c:2234
+#: readelf.c:3163
msgid " Tag Type Name/Value\n"
msgstr ""
-#: readelf.c:2241
-#, c-format
-msgid " 0x%-8.8lx (%s)%*s"
-msgstr ""
-
-#: readelf.c:2254
+#: readelf.c:3191
msgid "Auxiliary library"
msgstr ""
-#: readelf.c:2256
+#: readelf.c:3193
msgid "Filter library"
msgstr ""
-#: readelf.c:2268 readelf.c:2289 readelf.c:2315
+#: readelf.c:3209 readelf.c:3230 readelf.c:3256
msgid "Flags:"
msgstr ""
-#: readelf.c:2270 readelf.c:2291 readelf.c:2317
+#: readelf.c:3211 readelf.c:3232 readelf.c:3258
msgid " None\n"
msgstr ""
-#: readelf.c:2420
+#: readelf.c:3361
#, c-format
msgid "Shared library: [%s]"
msgstr ""
-#: readelf.c:2425
-msgid " program interpreter\n"
+#: readelf.c:3364
+msgid " program interpreter"
msgstr ""
-#: readelf.c:2429
+#: readelf.c:3368
#, c-format
-msgid "Library soname: [%s]\n"
+msgid "Library soname: [%s]"
msgstr ""
-#: readelf.c:2433
+#: readelf.c:3372
#, c-format
-msgid "Library rpath: [%s]\n"
+msgid "Library rpath: [%s]"
msgstr ""
-#: readelf.c:2485
+#: readelf.c:3433
#, c-format
msgid "Not needed object: [%s]\n"
msgstr ""
-#: readelf.c:2577
+#: readelf.c:3530
#, c-format
msgid ""
"\n"
"Version definition section '%s' contains %ld entries:\n"
msgstr ""
-#: readelf.c:2580
+#: readelf.c:3533
msgid " Addr: 0x"
msgstr ""
-#: readelf.c:2582 readelf.c:2771
+#: readelf.c:3535 readelf.c:3723
#, c-format
msgid " Offset: %#08lx Link: %lx (%s)\n"
msgstr ""
-#: readelf.c:2612
+#: readelf.c:3565
#, c-format
msgid " %#06x: Rev: %d Flags: %s"
msgstr ""
-#: readelf.c:2615
+#: readelf.c:3568
#, c-format
msgid " Index: %d Cnt: %d "
msgstr ""
-#: readelf.c:2626
+#: readelf.c:3579
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: readelf.c:2628
+#: readelf.c:3581
#, c-format
msgid "Name index: %ld\n"
msgstr ""
-#: readelf.c:2643
+#: readelf.c:3596
#, c-format
msgid " %#06x: Parent %d: %s\n"
msgstr ""
-#: readelf.c:2646
+#: readelf.c:3599
#, c-format
msgid " %#06x: Parent %d, name index: %ld\n"
msgstr ""
-#: readelf.c:2665
+#: readelf.c:3618
#, c-format
msgid ""
"\n"
"Version needs section '%s' contains %ld entries:\n"
msgstr ""
-#: readelf.c:2668
+#: readelf.c:3621
msgid " Addr: 0x"
msgstr ""
-#: readelf.c:2670
+#: readelf.c:3623
#, c-format
msgid " Offset: %#08lx Link to section: %ld (%s)\n"
msgstr ""
-#: readelf.c:2696
+#: readelf.c:3649
#, c-format
msgid " %#06x: Version: %d"
msgstr ""
-#: readelf.c:2699
+#: readelf.c:3652
#, c-format
msgid " File: %s"
msgstr ""
-#: readelf.c:2701
+#: readelf.c:3654
#, c-format
msgid " File: %lx"
msgstr ""
-#: readelf.c:2703
+#: readelf.c:3656
#, c-format
msgid " Cnt: %d\n"
msgstr ""
-#: readelf.c:2721
+#: readelf.c:3674
#, c-format
msgid " %#06x: Name: %s"
msgstr ""
-#: readelf.c:2724
+#: readelf.c:3677
#, c-format
msgid " %#06x: Name index: %lx"
msgstr ""
-#: readelf.c:2727
+#: readelf.c:3680
#, c-format
msgid " Flags: %s Version: %d\n"
msgstr ""
-#: readelf.c:2766
+#: readelf.c:3718
#, c-format
msgid ""
"\n"
"Version symbols section '%s' contains %d entries:\n"
msgstr ""
-#: readelf.c:2769
+#: readelf.c:3721
msgid " Addr: "
msgstr ""
-#: readelf.c:2798
+#: readelf.c:3751
msgid " 0 (*local*) "
msgstr ""
-#: readelf.c:2802
+#: readelf.c:3755
msgid " 1 (*global*) "
msgstr ""
-#: readelf.c:3025
+#: readelf.c:3977
msgid ""
"\n"
"No version information found in this file.\n"
msgstr ""
-#: readelf.c:3038
-msgid "LOCAL"
-msgstr ""
-
-#: readelf.c:3039
-msgid "GLOBAL"
-msgstr ""
-
-#: readelf.c:3040
-msgid "WEAK"
-msgstr ""
-
-#: readelf.c:3043 readelf.c:3067
+#: readelf.c:3995 readelf.c:4030
#, c-format
msgid "<processor specific>: %d"
msgstr ""
-#: readelf.c:3045 readelf.c:3069
+#: readelf.c:3997 readelf.c:4042
#, c-format
msgid "<OS specific>: %d"
msgstr ""
-#: readelf.c:3047 readelf.c:3071
+#: readelf.c:3999 readelf.c:4045
#, c-format
msgid "<unknown>: %d"
msgstr ""
-#: readelf.c:3060
-msgid "NOTYPE"
-msgstr ""
-
-#: readelf.c:3061
-msgid "OBJECT"
-msgstr ""
-
-#: readelf.c:3062
-msgid "FUNC"
-msgstr ""
-
-#: readelf.c:3063
-msgid "SECTION"
-msgstr ""
-
-#: readelf.c:3064
-msgid "FILE"
-msgstr ""
-
-#: readelf.c:3121
+#: readelf.c:4108
msgid "Unable to read in dynamic data\n"
msgstr ""
-#: readelf.c:3163
+#: readelf.c:4150
msgid "Unable to seek to start of dynamic information"
msgstr ""
-#: readelf.c:3169
+#: readelf.c:4156
msgid "Failed to read in number of buckets\n"
msgstr ""
-#: readelf.c:3175
+#: readelf.c:4162
msgid "Failed to read in number of chains\n"
msgstr ""
-#: readelf.c:3195
+#: readelf.c:4182
msgid ""
"\n"
"Symbol table for image:\n"
msgstr ""
-#: readelf.c:3196
-msgid " Num Buc: Value Size Type Bind Ot Ndx Name\n"
+#: readelf.c:4184
+msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:3241
+#: readelf.c:4186
+msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
+msgstr ""
+
+#: readelf.c:4230
#, c-format
msgid ""
"\n"
"Symbol table '%s' contains %lu entries:\n"
msgstr ""
-#: readelf.c:3244
-msgid " Num: Value Size Type Bind Ot Ndx Name\n"
+#: readelf.c:4234
+msgid " Num: Value Size Type Bind Vis Ndx Name\n"
+msgstr ""
+
+#: readelf.c:4236
+msgid " Num: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:3356
+#: readelf.c:4345
msgid "bad dynamic symbol"
msgstr ""
-#: readelf.c:3415
+#: readelf.c:4404
msgid ""
"\n"
"Dynamic symbol information is not available for displaying symbols.\n"
msgstr ""
-#: readelf.c:3427
+#: readelf.c:4416
#, c-format
msgid ""
"\n"
"Histogram for bucket list length (total of %d buckets):\n"
msgstr ""
-#: readelf.c:3429
+#: readelf.c:4418
msgid " Length Number %% of total Coverage\n"
msgstr ""
-#: readelf.c:3434 readelf.c:3453 readelf.c:5336 readelf.c:5526
+#: readelf.c:4423 readelf.c:4442 readelf.c:6695 readelf.c:6888
msgid "Out of memory"
msgstr ""
-#: readelf.c:3499
+#: readelf.c:4491
#, c-format
msgid ""
"\n"
"Dynamic info segment at offset 0x%lx contains %d entries:\n"
msgstr ""
-#: readelf.c:3502
+#: readelf.c:4494
msgid " Num: Name BoundTo Flags\n"
msgstr ""
-#: readelf.c:3550
+#: readelf.c:4542
#, c-format
msgid ""
"\n"
"Assembly dump of section %s\n"
msgstr ""
-#: readelf.c:3573
+#: readelf.c:4565
#, c-format
msgid ""
"\n"
"Section '%s' has no data to dump.\n"
msgstr ""
-#: readelf.c:3578
+#: readelf.c:4570
#, c-format
msgid ""
"\n"
"Hex dump of section '%s':\n"
msgstr ""
-#: readelf.c:3728
+#: readelf.c:4722
msgid "badly formed extended line op encountered!"
msgstr ""
-#: readelf.c:3735
+#: readelf.c:4729
#, c-format
msgid " Extended opcode %d: "
msgstr ""
-#: readelf.c:3740
+#: readelf.c:4734
msgid ""
"End of Sequence\n"
"\n"
msgstr ""
-#: readelf.c:3747
+#: readelf.c:4740
#, c-format
msgid "set Address to 0x%lx\n"
msgstr ""
-#: readelf.c:3752
+#: readelf.c:4745
msgid " define new File Table entry\n"
msgstr ""
-#: readelf.c:3753 readelf.c:3871
+#: readelf.c:4746 readelf.c:4868
msgid " Entry\tDir\tTime\tSize\tName\n"
msgstr ""
-#: readelf.c:3755
+#: readelf.c:4748
#, c-format
msgid " %d\t"
msgstr ""
-#: readelf.c:3758 readelf.c:3760 readelf.c:3762 readelf.c:3883 readelf.c:3885
-#: readelf.c:3887
+#: readelf.c:4751 readelf.c:4753 readelf.c:4755 readelf.c:4880 readelf.c:4882
+#: readelf.c:4884
#, c-format
msgid "%lu\t"
msgstr ""
-#: readelf.c:3763
+#: readelf.c:4756
#, c-format
msgid ""
"%s\n"
"\n"
msgstr ""
-#: readelf.c:3767
+#: readelf.c:4760
#, c-format
msgid "UNKNOWN: length %d\n"
msgstr ""
-#: readelf.c:3789
+#: readelf.c:4786
#, c-format
msgid ""
"\n"
@@ -2456,439 +2612,511 @@ msgid ""
"\n"
msgstr ""
-#: readelf.c:3801
+#: readelf.c:4798
msgid "The line info appears to be corrupt - the section is too small\n"
msgstr ""
-#: readelf.c:3809
+#: readelf.c:4806
msgid "Only DWARF version 2 line info is currently supported.\n"
msgstr ""
-#: readelf.c:3824
+#: readelf.c:4821
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: readelf.c:3825
+#: readelf.c:4822
#, c-format
msgid " DWARF Version: %d\n"
msgstr ""
-#: readelf.c:3826
+#: readelf.c:4823
#, c-format
msgid " Prolgue Length: %d\n"
msgstr ""
-#: readelf.c:3827
+#: readelf.c:4824
#, c-format
msgid " Minimum Instruction Length: %d\n"
msgstr ""
-#: readelf.c:3828
+#: readelf.c:4825
#, c-format
msgid " Initial value of 'is_stmt': %d\n"
msgstr ""
-#: readelf.c:3829
+#: readelf.c:4826
#, c-format
msgid " Line Base: %d\n"
msgstr ""
-#: readelf.c:3830
+#: readelf.c:4827
#, c-format
msgid " Line Range: %d\n"
msgstr ""
-#: readelf.c:3831
+#: readelf.c:4828
#, c-format
msgid " Opcode Base: %d\n"
msgstr ""
-#: readelf.c:3840
+#: readelf.c:4837
msgid ""
"\n"
" Opcodes:\n"
msgstr ""
-#: readelf.c:3843
+#: readelf.c:4840
#, c-format
msgid " Opcode %d has %d args\n"
msgstr ""
-#: readelf.c:3849
+#: readelf.c:4846
msgid ""
"\n"
" The Directory Table is empty.\n"
msgstr ""
-#: readelf.c:3852
+#: readelf.c:4849
msgid ""
"\n"
" The Directory Table:\n"
msgstr ""
-#: readelf.c:3856
+#: readelf.c:4853
#, c-format
msgid " %s\n"
msgstr ""
-#: readelf.c:3867
+#: readelf.c:4864
msgid ""
"\n"
" The File Name Table is empty.\n"
msgstr ""
-#: readelf.c:3870
+#: readelf.c:4867
msgid ""
"\n"
" The File Name Table:\n"
msgstr ""
-#: readelf.c:3878
+#: readelf.c:4875
#, c-format
msgid " %d\t"
msgstr ""
-#: readelf.c:3889
+#: readelf.c:4886
#, c-format
msgid "%s\n"
msgstr ""
#. Now display the statements.
-#: readelf.c:3897
+#: readelf.c:4894
msgid ""
"\n"
" Line Number Statements:\n"
msgstr ""
-#: readelf.c:3915
+#: readelf.c:4913
msgid " Copy\n"
msgstr ""
-#: readelf.c:3922
+#: readelf.c:4920
#, c-format
msgid " Advance PC by %d to %lx\n"
msgstr ""
-#: readelf.c:3930
+#: readelf.c:4928
#, c-format
msgid " Advance Line by %d to %d\n"
msgstr ""
-#: readelf.c:3937
+#: readelf.c:4935
#, c-format
msgid " Set File Name to entry %d in the File Name Table\n"
msgstr ""
-#: readelf.c:3945
+#: readelf.c:4943
#, c-format
msgid " Set column to %d\n"
msgstr ""
-#: readelf.c:3952
+#: readelf.c:4950
#, c-format
msgid " Set is_stmt to %d\n"
msgstr ""
-#: readelf.c:3957
+#: readelf.c:4955
msgid " Set basic block\n"
msgstr ""
-#: readelf.c:3964
+#: readelf.c:4963
#, c-format
msgid " Advance PC by constant %d to 0x%lx\n"
msgstr ""
-#: readelf.c:3972
+#: readelf.c:4971
#, c-format
msgid " Advance PC by fixed size amount %d to 0x%lx\n"
msgstr ""
-#: readelf.c:3980
+#: readelf.c:4979
#, c-format
msgid " Special opcode %d: advance Address by %d to 0x%lx"
msgstr ""
-#: readelf.c:3984
+#: readelf.c:4983
#, c-format
msgid " and Line by %d to %d\n"
msgstr ""
-#: readelf.c:4007 readelf.c:4426
+#: readelf.c:5006 readelf.c:5428
#, c-format
msgid ""
"Contents of the %s section:\n"
"\n"
msgstr ""
-#: readelf.c:4026
+#: readelf.c:5025
msgid "Only DWARF 2 pubnames are currently supported"
msgstr ""
-#: readelf.c:4030
+#: readelf.c:5029
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: readelf.c:4032
+#: readelf.c:5031
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: readelf.c:4034
+#: readelf.c:5033
#, c-format
msgid " Offset into .debug_info section: %ld\n"
msgstr ""
-#: readelf.c:4036
+#: readelf.c:5035
#, c-format
msgid " Size of area in .debug_info section: %ld\n"
msgstr ""
-#: readelf.c:4039
+#: readelf.c:5038
msgid ""
"\n"
" Offset\tName\n"
msgstr ""
-#: readelf.c:4121
+#: readelf.c:5120
#, c-format
msgid "Unknown TAG value: %lx"
msgstr ""
-#: readelf.c:4216
+#: readelf.c:5215
#, c-format
msgid "Unknown AT value: %lx"
msgstr ""
-#: readelf.c:4253
+#: readelf.c:5252
#, c-format
msgid "Unknown FORM value: %lx"
msgstr ""
-#: readelf.c:4432
+#: readelf.c:5434
msgid " Number TAG\n"
msgstr ""
-#: readelf.c:4438
+#: readelf.c:5440
#, c-format
msgid " %ld %s [%s]\n"
msgstr ""
-#: readelf.c:4441
+#: readelf.c:5443
msgid "has children"
msgstr ""
-#: readelf.c:4441
+#: readelf.c:5443
msgid "no children"
msgstr ""
-#: readelf.c:4445
+#: readelf.c:5447
#, c-format
msgid " %-18s %s\n"
msgstr ""
-#: readelf.c:4464
+#: readelf.c:5466
#, c-format
msgid " %lu byte block: "
msgstr ""
-#: readelf.c:4633
+#: readelf.c:5930
msgid "(User defined location op)"
msgstr ""
-#: readelf.c:4635
+#: readelf.c:5932
msgid "(Unknown location op)"
msgstr ""
-#: readelf.c:4752
+#: readelf.c:6049
#, c-format
msgid "Unable to handle FORM: %d"
msgstr ""
-#: readelf.c:4756
+#: readelf.c:6053
#, c-format
msgid "Unrecognised form: %d"
msgstr ""
-#: readelf.c:4769
+#: readelf.c:6066
msgid "(not inlined)"
msgstr ""
-#: readelf.c:4770
+#: readelf.c:6067
msgid "(inlined)"
msgstr ""
-#: readelf.c:4771
+#: readelf.c:6068
msgid "(declared as inline but ignored)"
msgstr ""
-#: readelf.c:4772
+#: readelf.c:6069
msgid "(declared as inline and inlined)"
msgstr ""
-#: readelf.c:4773
+#: readelf.c:6070
#, c-format
msgid " (Unknown inline attribute value: %lx)"
msgstr ""
-#: readelf.c:4903 readelf.c:5027
+#: readelf.c:6200 readelf.c:6324
#, c-format
msgid ""
"The section %s contains:\n"
"\n"
msgstr ""
-#: readelf.c:4925
+#: readelf.c:6222
msgid "Only version 2 DWARF debug information is currently supported.\n"
msgstr ""
-#: readelf.c:4929
+#: readelf.c:6226
msgid " Compilation Unit:\n"
msgstr ""
-#: readelf.c:4930
+#: readelf.c:6227
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: readelf.c:4931
+#: readelf.c:6228
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: readelf.c:4932
+#: readelf.c:6229
#, c-format
msgid " Abbrev Offset: %ld\n"
msgstr ""
-#: readelf.c:4933
+#: readelf.c:6230
#, c-format
msgid " Pointer Size: %d\n"
msgstr ""
-#: readelf.c:4953
+#: readelf.c:6250
msgid "Unable to locate .debug_abbrev section!\n"
msgstr ""
-#: readelf.c:4993
+#: readelf.c:6290
#, c-format
-msgid "Unable to locate entry %d in the abbreviation table\n"
+msgid "Unable to locate entry %lu in the abbreviation table\n"
msgstr ""
-#: readelf.c:4998
+#: readelf.c:6295
#, c-format
-msgid " <%d><%x>: Abbrev Number: %d (%s)\n"
+msgid " <%d><%x>: Abbrev Number: %lu (%s)\n"
msgstr ""
-#: readelf.c:5045
+#: readelf.c:6343
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: readelf.c:5046
+#: readelf.c:6344
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: readelf.c:5047
+#: readelf.c:6345
#, c-format
msgid " Offset into .debug_info: %lx\n"
msgstr ""
-#: readelf.c:5048
+#: readelf.c:6346
#, c-format
msgid " Pointer Size: %d\n"
msgstr ""
-#: readelf.c:5049
+#: readelf.c:6347
#, c-format
msgid " Segment Size: %d\n"
msgstr ""
-#: readelf.c:5051
+#: readelf.c:6349
msgid ""
"\n"
" Address Length\n"
msgstr ""
-#: readelf.c:5086
+#: readelf.c:6390
#, c-format
msgid "Displaying the debug contents of section %s is not yet supported.\n"
msgstr ""
-#: readelf.c:5128
+#: readelf.c:6452
#, c-format
msgid ""
"\n"
"Section '%s' has no debugging data.\n"
msgstr ""
-#: readelf.c:5144
+#: readelf.c:6468
#, c-format
msgid "Unrecognised debug section: %s\n"
msgstr ""
-#: readelf.c:5183
+#: readelf.c:6540
msgid "Some sections were not dumped because they do not exist!\n"
msgstr ""
-#: readelf.c:5358
+#: readelf.c:6719
#, c-format
msgid ""
"\n"
"Section '%s' contains %d entries:\n"
msgstr ""
-#: readelf.c:5519
+#: readelf.c:6881
msgid "conflict list with without table"
msgstr ""
-#: readelf.c:5547
+#: readelf.c:6909
#, c-format
msgid ""
"\n"
"Section '.conflict' contains %d entries:\n"
msgstr ""
-#: readelf.c:5548
+#: readelf.c:6910
msgid " Num: Index Value Name"
msgstr ""
-#: readelf.c:5625
+#: readelf.c:6935
+msgid "NT_PRSTATUS (prstatus structure)"
+msgstr ""
+
+#: readelf.c:6936
+msgid "NT_FPREGSET (floating point registers)"
+msgstr ""
+
+#: readelf.c:6937
+msgid "NT_PRPSINFO (prpsinfo structure)"
+msgstr ""
+
+#: readelf.c:6938
+msgid "NT_TASKSTRUCT (task structure)"
+msgstr ""
+
+#: readelf.c:6939
+msgid "NT_PRXFPREG (user_xfpregs structure)"
+msgstr ""
+
+#: readelf.c:6940
+msgid "NT_PSTATUS (pstatus structure)"
+msgstr ""
+
+#: readelf.c:6941
+msgid "NT_FPREGS (floating point registers)"
+msgstr ""
+
+#: readelf.c:6942
+msgid "NT_PSINFO (psinfo structure)"
+msgstr ""
+
+#: readelf.c:6943
+msgid "NT_LWPSTATUS (lwpstatus_t structure)"
+msgstr ""
+
+#: readelf.c:6944
+msgid "NT_LWPSINFO (lwpsinfo_t structure)"
+msgstr ""
+
+#: readelf.c:6945
+msgid "NT_WIN32PSTATUS (win32_pstatus strcuture)"
+msgstr ""
+
+#: readelf.c:6947
+#, c-format
+msgid "Unknown note type: (0x%08x)"
+msgstr ""
+
+#: readelf.c:6985
+#, c-format
+msgid ""
+"\n"
+"Notes at offset 0x%08lx with length 0x%08lx:\n"
+msgstr ""
+
+#: readelf.c:6988
+msgid " Owner\t\tData size\tDescription\n"
+msgstr ""
+
+#: readelf.c:7099
+msgid "No note segments present in the core file.\n"
+msgstr ""
+
+#: readelf.c:7177
+msgid "This instance of readelf has been built without support for a\n"
+msgstr ""
+
+#: readelf.c:7178
+msgid "64 bit data type and so it cannot read 64 bit ELF files.\n"
+msgstr ""
+
+#: readelf.c:7213
#, c-format
msgid "Cannot stat input file %s.\n"
msgstr ""
-#: readelf.c:5632
+#: readelf.c:7220
#, c-format
msgid "Input file %s not found.\n"
msgstr ""
-#: readelf.c:5638
+#: readelf.c:7226
#, c-format
msgid "%s: Failed to read file header\n"
msgstr ""
-#: readelf.c:5652
+#: readelf.c:7240
#, c-format
msgid ""
"\n"
"File: %s\n"
msgstr ""
-#: rename.c:121
+#: rename.c:131
#, c-format
msgid "%s: cannot set time: %s"
msgstr ""
#. We have to clean up here.
-#: rename.c:160 rename.c:193
+#: rename.c:170 rename.c:203
#, c-format
msgid "%s: rename: %s"
msgstr ""
-#: rename.c:201
+#: rename.c:211
#, c-format
msgid "%s: simple_copy: %s"
msgstr ""
@@ -3163,51 +3391,95 @@ msgstr ""
msgid "filename required for COFF output"
msgstr ""
-#: rescoff.c:734
+#: rescoff.c:740
msgid "can't get BFD_RELOC_RVA relocation type"
msgstr ""
-#: resrc.c:253
+#: resrc.c:240 resrc.c:312
+#, c-format
+msgid "can't open temporary file `%s': %s"
+msgstr ""
+
+#: resrc.c:246
+#, c-format
+msgid "can't redirect stdout: `%s': %s"
+msgstr ""
+
+#: resrc.c:262
+#, c-format
+msgid "%s %s: %s"
+msgstr ""
+
+#: resrc.c:283
+#, c-format
+msgid "%s exited with status %d"
+msgstr ""
+
+#: resrc.c:308
+#, c-format
+msgid "can't execute `%s': %s"
+msgstr ""
+
+#: resrc.c:317
+#, c-format
+msgid "Using temporary file `%s' to read preprocessor output\n"
+msgstr ""
+
+#: resrc.c:324
#, c-format
msgid "can't popen `%s': %s"
msgstr ""
-#: resrc.c:266
+#: resrc.c:326
+msgid "Using popen to read preprocessor output\n"
+msgstr ""
+
+#: resrc.c:369
+#, c-format
+msgid "Tried `%s'\n"
+msgstr ""
+
+#: resrc.c:380
+#, c-format
+msgid "Using `%s'\n"
+msgstr ""
+
+#: resrc.c:544
#, c-format
-msgid "%s: warning: preprocessor failed\n"
+msgid "%s:%d: %s\n"
msgstr ""
-#: resrc.c:311
+#: resrc.c:553
#, c-format
msgid "%s: unexpected EOF"
msgstr ""
-#: resrc.c:368
+#: resrc.c:610
#, c-format
msgid "%s: read of %lu returned %lu"
msgstr ""
-#: resrc.c:410 resrc.c:641 resrc.c:914 resrc.c:1068
+#: resrc.c:652 resrc.c:883 resrc.c:1156 resrc.c:1310
#, c-format
msgid "stat failed on bitmap file `%s': %s"
msgstr ""
-#: resrc.c:463
+#: resrc.c:705
#, c-format
msgid "cursor file `%s' does not contain cursor data"
msgstr ""
-#: resrc.c:495 resrc.c:785
+#: resrc.c:737 resrc.c:1027
#, c-format
msgid "%s: fseek to %lu failed: %s"
msgstr ""
-#: resrc.c:754
+#: resrc.c:996
#, c-format
msgid "icon file `%s' does not contain icon data"
msgstr ""
-#: resrc.c:1273
+#: resrc.c:1515
#, c-format
msgid "can't open `%s' for output: %s"
msgstr ""
@@ -3252,7 +3524,7 @@ msgstr ""
msgid "%s: unable to open output file %s\n"
msgstr ""
-#: stabs.c:349 stabs.c:1762
+#: stabs.c:349 stabs.c:1769
msgid "numeric overflow"
msgstr ""
@@ -3286,64 +3558,64 @@ msgstr ""
#. Does this actually ever happen? Is that why we are worrying
#. about dealing with it rather than just calling error_type?
-#: stabs.c:1854
+#: stabs.c:1861
msgid "missing index type"
msgstr ""
-#: stabs.c:2181
+#: stabs.c:2188
msgid "unknown virtual character for baseclass"
msgstr ""
-#: stabs.c:2199
+#: stabs.c:2206
msgid "unknown visibility character for baseclass"
msgstr ""
-#: stabs.c:2391
+#: stabs.c:2398
msgid "unnamed $vb type"
msgstr ""
-#: stabs.c:2397
+#: stabs.c:2404
msgid "unrecognized C++ abbreviation"
msgstr ""
-#: stabs.c:2477
+#: stabs.c:2484
msgid "unknown visibility character for field"
msgstr ""
-#: stabs.c:2733
+#: stabs.c:2740
msgid "const/volatile indicator missing"
msgstr ""
-#: stabs.c:2973
+#: stabs.c:2980
#, c-format
msgid "No mangling for \"%s\"\n"
msgstr ""
-#: stabs.c:3286
+#: stabs.c:3293
msgid "Undefined N_EXCL"
msgstr ""
-#: stabs.c:3374
+#: stabs.c:3381
#, c-format
msgid "Type file number %d out of range\n"
msgstr ""
-#: stabs.c:3379
+#: stabs.c:3386
#, c-format
msgid "Type index number %d out of range\n"
msgstr ""
-#: stabs.c:3466
+#: stabs.c:3473
#, c-format
msgid "Unrecognized XCOFF type %d\n"
msgstr ""
-#: stabs.c:3765
+#: stabs.c:3772
#, c-format
msgid "bad mangled name `%s'\n"
msgstr ""
-#: stabs.c:3861
+#: stabs.c:3868
msgid "no argument types in mangled string\n"
msgstr ""
@@ -3385,50 +3657,50 @@ msgid ""
"the GNU General Public License. This program has absolutely no warranty.\n"
msgstr ""
-#: windres.c:233
+#: windres.c:237
#, c-format
msgid "can't open %s `%s': %s"
msgstr ""
-#: windres.c:412
+#: windres.c:416
msgid ": expected to be a directory\n"
msgstr ""
-#: windres.c:424
+#: windres.c:428
msgid ": expected to be a leaf\n"
msgstr ""
-#: windres.c:433
+#: windres.c:437
#, c-format
msgid "%s: warning: "
msgstr ""
-#: windres.c:435
+#: windres.c:439
msgid ": duplicate value\n"
msgstr ""
-#: windres.c:598
+#: windres.c:602
#, c-format
msgid "%s: unknown format type `%s'\n"
msgstr ""
-#: windres.c:599
+#: windres.c:603
#, c-format
msgid "%s: supported formats:"
msgstr ""
#. Otherwise, we give up.
-#: windres.c:686
+#: windres.c:690
#, c-format
msgid "can not determine type of file `%s'; use the -I option"
msgstr ""
-#: windres.c:700
+#: windres.c:704
#, c-format
msgid "Usage: %s [options] [input-file] [output-file]\n"
msgstr ""
-#: windres.c:702
+#: windres.c:706
msgid ""
"Options:\n"
" -i FILE, --input FILE Name input file\n"
@@ -3443,27 +3715,30 @@ msgid ""
" -DSYM[=VAL], --define SYM[=VAL]\n"
" Define SYM when preprocessing rc file\n"
" -v Verbose - tells you what it's doing\n"
-"\n"
+" --language VAL Set language when reading rc file\n"
+" --use-temp-file Use a temporary file instead of popen to read\n"
+" the preprocessor output\n"
+" --no-use-temp-file Use popen (default)\n"
msgstr ""
-#: windres.c:718
+#: windres.c:725
msgid " --yydebug Turn on parser debugging\n"
msgstr ""
-#: windres.c:721
+#: windres.c:728
msgid ""
" --help Print this help message\n"
" --version Print version information\n"
msgstr ""
-#: windres.c:724
+#: windres.c:731
msgid ""
"FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
"extension if not specified. A single file name is an input file.\n"
"No input-file is stdin, default rc. No output-file is stdout, default rc.\n"
msgstr ""
-#: windres.c:963
+#: windres.c:980
msgid "no resources"
msgstr ""