From 3c92310f3e27ab6fa207c17967c13816e37a45ae Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 12 May 2003 11:06:42 +0000 Subject: [PATCH] New (simplified) Chinese translation --- binutils/ChangeLog | 6 + binutils/configure | 502 +++--- binutils/configure.in | 2 +- binutils/po/zh_CN.po | 4742 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 4999 insertions(+), 253 deletions(-) create mode 100644 binutils/po/zh_CN.po diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cc7fc13..f233709 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2003-05-12 Nick Clifton + + * configure.in (ALL_LINGUAS): Add zh_CN. + * configure: Regenerate. + * po/zh_CN.po: New file: Chinese (simplified) translation. + 2003-05-11 Jason Eckhardt * MAINTAINERS: Update my mail address. diff --git a/binutils/configure b/binutils/configure index 8de521a..1a3f6e1 100755 --- a/binutils/configure +++ b/binutils/configure @@ -53,6 +53,7 @@ program_suffix=NONE program_transform_name=s,x,x, silent= site= +sitefile= srcdir= target=NONE verbose= @@ -167,6 +168,7 @@ Configuration: --help print this message --no-create do not create output files --quiet, --silent do not print \`checking...' messages + --site-file=FILE use FILE as the site file --version print the version of autoconf that created configure Directory and file names: --prefix=PREFIX install architecture-independent files in PREFIX @@ -337,6 +339,11 @@ EOF -site=* | --site=* | --sit=*) site="$ac_optarg" ;; + -site-file | --site-file | --site-fil | --site-fi | --site-f) + ac_prev=sitefile ;; + -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*) + sitefile="$ac_optarg" ;; + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) @@ -502,12 +509,16 @@ fi srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` # Prefer explicitly selected file to automatically selected ones. -if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" - else - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +if test -z "$sitefile"; then + if test -z "$CONFIG_SITE"; then + if test "x$prefix" != xNONE; then + CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" + else + CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" + fi fi +else + CONFIG_SITE="$sitefile" fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then @@ -546,12 +557,12 @@ else fi echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 -echo "configure:550: checking for Cygwin environment" >&5 +echo "configure:561: 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 <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:577: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cygwin=yes else @@ -579,19 +590,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:583: checking for mingw32 environment" >&5 +echo "configure:594: 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 <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:606: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_mingw32=yes else @@ -656,7 +667,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } fi echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:660: checking host system type" >&5 +echo "configure:671: checking host system type" >&5 host_alias=$host case "$host_alias" in @@ -677,7 +688,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 echo $ac_n "checking target system type""... $ac_c" 1>&6 -echo "configure:681: checking target system type" >&5 +echo "configure:692: checking target system type" >&5 target_alias=$target case "$target_alias" in @@ -695,7 +706,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$target" 1>&6 echo $ac_n "checking build system type""... $ac_c" 1>&6 -echo "configure:699: checking build system type" >&5 +echo "configure:710: checking build system type" >&5 build_alias=$build case "$build_alias" in @@ -719,7 +730,7 @@ test "$host_alias" != "$target_alias" && echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 -echo "configure:723: checking for strerror in -lcposix" >&5 +echo "configure:734: checking for strerror in -lcposix" >&5 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -727,7 +738,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lcposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:753: \"$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 @@ -774,7 +785,7 @@ BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${ # 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:778: checking for a BSD compatible install" >&5 +echo "configure:789: 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 @@ -827,7 +838,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 -echo "configure:831: checking whether build environment is sane" >&5 +echo "configure:842: checking whether build environment is sane" >&5 # Just in case sleep 1 echo timestamp > conftestfile @@ -884,7 +895,7 @@ test "$program_suffix" != NONE && test "$program_transform_name" = "" && program_transform_name="s,x,x," echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:888: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:899: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -930,7 +941,7 @@ EOF missing_dir=`cd $ac_aux_dir && pwd` echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 -echo "configure:934: checking for working aclocal" >&5 +echo "configure:945: checking for working aclocal" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -943,7 +954,7 @@ else fi echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 -echo "configure:947: checking for working autoconf" >&5 +echo "configure:958: checking for working autoconf" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -956,7 +967,7 @@ else fi echo $ac_n "checking for working automake""... $ac_c" 1>&6 -echo "configure:960: checking for working automake" >&5 +echo "configure:971: checking for working automake" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -969,7 +980,7 @@ else fi echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 -echo "configure:973: checking for working autoheader" >&5 +echo "configure:984: checking for working autoheader" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -982,7 +993,7 @@ else fi echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 -echo "configure:986: checking for working makeinfo" >&5 +echo "configure:997: checking for working makeinfo" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -1068,7 +1079,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:1072: checking for $ac_word" >&5 +echo "configure:1083: 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 @@ -1098,7 +1109,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:1102: checking for $ac_word" >&5 +echo "configure:1113: 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 @@ -1149,7 +1160,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:1153: checking for $ac_word" >&5 +echo "configure:1164: 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 @@ -1181,7 +1192,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1185: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:1196: 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. @@ -1192,12 +1203,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 1196 "configure" +#line 1207 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:1201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1212: \"$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 @@ -1223,12 +1234,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:1227: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1238: 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:1232: checking whether we are using GNU C" >&5 +echo "configure:1243: 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 @@ -1237,7 +1248,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1241: \"$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:1252: \"$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 @@ -1256,7 +1267,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:1260: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:1271: 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 @@ -1299,7 +1310,7 @@ ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 -echo "configure:1303: checking for ld used by GCC" >&5 +echo "configure:1314: checking for ld used by GCC" >&5 case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -1329,10 +1340,10 @@ echo "configure:1303: checking for ld used by GCC" >&5 esac elif test "$with_gnu_ld" = yes; then echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 -echo "configure:1333: checking for GNU ld" >&5 +echo "configure:1344: checking for GNU ld" >&5 else echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 -echo "configure:1336: checking for non-GNU ld" >&5 +echo "configure:1347: checking for non-GNU ld" >&5 fi if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1367,7 +1378,7 @@ else 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:1371: checking if the linker ($LD) is GNU ld" >&5 +echo "configure:1382: checking if the linker ($LD) is GNU ld" >&5 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1384,7 +1395,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 -echo "configure:1388: checking for $LD option to reload object files" >&5 +echo "configure:1399: checking for $LD option to reload object files" >&5 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1396,7 +1407,7 @@ reload_flag=$lt_cv_ld_reload_flag test -n "$reload_flag" && reload_flag=" $reload_flag" echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 -echo "configure:1400: checking for BSD-compatible nm" >&5 +echo "configure:1411: checking for BSD-compatible nm" >&5 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1434,7 +1445,7 @@ NM="$lt_cv_path_NM" echo "$ac_t""$NM" 1>&6 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1438: checking whether ln -s works" >&5 +echo "configure:1449: 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 @@ -1455,7 +1466,7 @@ else fi echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 -echo "configure:1459: checking how to recognise dependant libraries" >&5 +echo "configure:1470: checking how to recognise dependant libraries" >&5 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1565,7 +1576,7 @@ irix5* | irix6*) # This must be Linux ELF. linux-gnu*) case $host_cpu in - alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) + alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* ) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM @@ -1628,13 +1639,13 @@ file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method echo $ac_n "checking for object suffix""... $ac_c" 1>&6 -echo "configure:1632: checking for object suffix" >&5 +echo "configure:1643: checking for object suffix" >&5 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else rm -f conftest* echo 'int i = 1;' > conftest.$ac_ext -if { (eval echo configure:1638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1649: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then for ac_file in conftest.*; do case $ac_file in *.c) ;; @@ -1654,7 +1665,7 @@ ac_objext=$ac_cv_objext echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:1658: checking for executable suffix" >&5 +echo "configure:1669: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1664,10 +1675,10 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:1668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:1679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.c | *.o | *.obj) ;; + *.c | *.o | *.obj | *.ilk | *.pdb) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -1697,7 +1708,7 @@ case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 -echo "configure:1701: checking for ${ac_tool_prefix}file" >&5 +echo "configure:1712: checking for ${ac_tool_prefix}file" >&5 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1759,7 +1770,7 @@ fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then echo $ac_n "checking for file""... $ac_c" 1>&6 -echo "configure:1763: checking for file" >&5 +echo "configure:1774: checking for file" >&5 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1830,7 +1841,7 @@ esac # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1834: checking for $ac_word" >&5 +echo "configure:1845: 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 @@ -1862,7 +1873,7 @@ if test -n "$ac_tool_prefix"; then # 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:1866: checking for $ac_word" >&5 +echo "configure:1877: 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 @@ -1897,7 +1908,7 @@ fi # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1901: checking for $ac_word" >&5 +echo "configure:1912: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1929,7 +1940,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1933: checking for $ac_word" >&5 +echo "configure:1944: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1996,8 +2007,8 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic" case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 2000 "configure"' > conftest.$ac_ext - if { (eval echo configure:2001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + echo '#line 2011 "configure"' > conftest.$ac_ext + if { (eval echo configure:2012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) @@ -2030,7 +2041,7 @@ case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext - if { (eval echo configure:2034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + if { (eval echo configure:2045: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then case "`/usr/bin/file conftest.o`" in *ELF-32*) HPUX_IA64_MODE="32" @@ -2048,7 +2059,7 @@ ia64-*-hpux*) SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 -echo "configure:2052: checking whether the C compiler needs -belf" >&5 +echo "configure:2063: 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 @@ -2061,14 +2072,14 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2083: \"$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 @@ -2241,7 +2252,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:2245: checking for $ac_word" >&5 +echo "configure:2256: 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 @@ -2271,7 +2282,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:2275: checking for $ac_word" >&5 +echo "configure:2286: 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 @@ -2322,7 +2333,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:2326: checking for $ac_word" >&5 +echo "configure:2337: 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 @@ -2354,7 +2365,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:2358: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:2369: 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. @@ -2365,12 +2376,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 2369 "configure" +#line 2380 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:2374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2385: \"$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 @@ -2396,12 +2407,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:2400: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:2411: 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:2405: checking whether we are using GNU C" >&5 +echo "configure:2416: 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 @@ -2410,7 +2421,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2414: \"$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:2425: \"$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 @@ -2429,7 +2440,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:2433: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:2444: 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 @@ -2466,7 +2477,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:2470: checking for $ac_word" >&5 +echo "configure:2481: 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 @@ -2497,7 +2508,7 @@ done test -n "$YACC" || YACC="yacc" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:2501: checking how to run the C preprocessor" >&5 +echo "configure:2512: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -2512,13 +2523,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2522: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2533: \"$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 : @@ -2529,13 +2540,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2539: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2550: \"$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 : @@ -2546,13 +2557,13 @@ else rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2556: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2567: \"$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 : @@ -2582,7 +2593,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:2586: checking for $ac_word" >&5 +echo "configure:2597: 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 @@ -2615,7 +2626,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:2619: checking for $ac_word" >&5 +echo "configure:2630: 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 @@ -2649,7 +2660,7 @@ then *) ac_lib=l ;; esac echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 -echo "configure:2653: checking for yywrap in -l$ac_lib" >&5 +echo "configure:2664: 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 @@ -2657,7 +2668,7 @@ else ac_save_LIBS="$LIBS" LIBS="-l$ac_lib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2683: \"$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 @@ -2691,7 +2702,7 @@ fi fi echo $ac_n "checking lex output file root""... $ac_c" 1>&6 -echo "configure:2695: checking lex output file root" >&5 +echo "configure:2706: 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 @@ -2712,7 +2723,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:2716: checking whether yytext is a pointer" >&5 +echo "configure:2727: 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 @@ -2724,14 +2735,14 @@ echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c ac_save_LIBS="$LIBS" LIBS="$LIBS $LEXLIB" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2746: \"$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 @@ -2753,11 +2764,11 @@ EOF fi -ALL_LINGUAS="fr tr ja es sv da" +ALL_LINGUAS="fr tr ja es sv da zh_CN" # 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:2761: checking for $ac_word" >&5 +echo "configure:2772: 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 @@ -2785,12 +2796,12 @@ else fi echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:2789: checking for ANSI C header files" >&5 +echo "configure:2800: 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 < #include @@ -2798,7 +2809,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2802: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2813: \"$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* @@ -2815,7 +2826,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 @@ -2833,7 +2844,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 @@ -2854,7 +2865,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -2865,7 +2876,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:2869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -2889,12 +2900,12 @@ EOF fi echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:2893: checking for working const" >&5 +echo "configure:2904: 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 <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -2964,21 +2975,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:2968: checking for inline" >&5 +echo "configure:2979: 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 <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -3004,12 +3015,12 @@ EOF esac echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:3008: checking for off_t" >&5 +echo "configure:3019: 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 < #if STDC_HEADERS @@ -3037,12 +3048,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:3041: checking for size_t" >&5 +echo "configure:3052: 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 < #if STDC_HEADERS @@ -3072,19 +3083,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:3076: checking for working alloca.h" >&5 +echo "configure:3087: 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 < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:3088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3099: \"$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 @@ -3105,12 +3116,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:3109: checking for alloca" >&5 +echo "configure:3120: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3153: \"$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 @@ -3170,12 +3181,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:3174: checking whether alloca needs Cray hooks" >&5 +echo "configure:3185: 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 <&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:3204: checking for $ac_func" >&5 +echo "configure:3215: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3243: \"$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 @@ -3255,7 +3266,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:3259: checking stack direction for C alloca" >&5 +echo "configure:3270: 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 @@ -3263,7 +3274,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3297: \"$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 @@ -3303,21 +3314,21 @@ EOF fi -for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h +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:3311: checking for $ac_hdr" >&5 +echo "configure:3322: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3321: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3332: \"$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* @@ -3346,12 +3357,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3350: checking for $ac_func" >&5 +echo "configure:3361: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3389: \"$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 @@ -3399,7 +3410,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:3403: checking for working mmap" >&5 +echo "configure:3414: 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 @@ -3407,7 +3418,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext < #include -#if HAVE_SYS_TYPES_H -# include -#endif - -#if HAVE_STDLIB_H -# include -#endif - -#if HAVE_SYS_STAT_H -# include -#endif - -#if HAVE_UNISTD_H -# include -#endif - /* This mess was copied from the GNU getpagesize.h. */ #ifndef HAVE_GETPAGESIZE +# ifdef HAVE_UNISTD_H +# include +# endif /* Assume that all systems that can run configure have sys/param.h. */ # ifndef HAVE_SYS_PARAM_H @@ -3560,7 +3558,7 @@ main() } EOF -if { (eval echo configure:3564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3562: \"$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 @@ -3588,17 +3586,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:3592: checking for $ac_hdr" >&5 +echo "configure:3590: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3602: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3600: \"$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* @@ -3628,12 +3626,12 @@ done __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3632: checking for $ac_func" >&5 +echo "configure:3630: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3658: \"$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 @@ -3685,12 +3683,12 @@ done for ac_func in stpcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3689: checking for $ac_func" >&5 +echo "configure:3687: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3715: \"$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 @@ -3747,19 +3745,19 @@ EOF if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:3751: checking for LC_MESSAGES" >&5 +echo "configure:3749: 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 < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:3763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3761: \"$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 @@ -3780,7 +3778,7 @@ EOF fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:3784: checking whether NLS is requested" >&5 +echo "configure:3782: 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" @@ -3800,7 +3798,7 @@ fi EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:3804: checking whether included gettext is requested" >&5 +echo "configure:3802: 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" @@ -3819,17 +3817,17 @@ fi ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:3823: checking for libintl.h" >&5 +echo "configure:3821: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3833: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3831: \"$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* @@ -3846,19 +3844,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:3850: checking for gettext in libc" >&5 +echo "configure:3848: 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 < int main() { return (int) gettext ("") ; return 0; } EOF -if { (eval echo configure:3862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3860: \"$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 @@ -3874,7 +3872,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:3878: checking for bindtextdomain in -lintl" >&5 +echo "configure:3876: 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 @@ -3882,7 +3880,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3895: \"$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 @@ -3909,19 +3907,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:3913: checking for gettext in libintl" >&5 +echo "configure:3911: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3923: \"$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 @@ -3949,7 +3947,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:3953: checking for $ac_word" >&5 +echo "configure:3951: 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 @@ -3983,12 +3981,12 @@ fi for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3987: checking for $ac_func" >&5 +echo "configure:3985: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4013: \"$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 @@ -4038,7 +4036,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:4042: checking for $ac_word" >&5 +echo "configure:4040: 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 @@ -4074,7 +4072,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:4078: checking for $ac_word" >&5 +echo "configure:4076: 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 @@ -4106,7 +4104,7 @@ else fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo DATADIRNAME=share @@ -4146,7 +4144,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:4150: checking for $ac_word" >&5 +echo "configure:4148: 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 @@ -4180,7 +4178,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:4184: checking for $ac_word" >&5 +echo "configure:4182: 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 @@ -4216,7 +4214,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:4220: checking for $ac_word" >&5 +echo "configure:4218: 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 @@ -4306,7 +4304,7 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:4310: checking for catalogs to be installed" >&5 +echo "configure:4308: checking for catalogs to be installed" >&5 NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -4334,17 +4332,17 @@ echo "configure:4310: 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:4338: checking for linux/version.h" >&5 +echo "configure:4336: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4348: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4346: \"$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* @@ -4407,7 +4405,7 @@ fi echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:4411: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:4409: 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" @@ -4432,7 +4430,7 @@ fi echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:4436: checking for executable suffix" >&5 +echo "configure:4434: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4442,10 +4440,10 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:4446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:4444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.c | *.o | *.obj) ;; + *.c | *.o | *.obj | *.ilk | *.pdb) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -4485,7 +4483,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:4489: checking for $ac_word" >&5 +echo "configure:4487: 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 @@ -4524,7 +4522,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:4528: checking for a BSD compatible install" >&5 +echo "configure:4526: 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 @@ -4591,7 +4589,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:4595: checking for build system executable suffix" >&5 +echo "configure:4593: 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 @@ -4626,17 +4624,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:4630: checking for $ac_hdr" >&5 +echo "configure:4628: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4640: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4638: \"$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* @@ -4663,12 +4661,12 @@ fi done echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 -echo "configure:4667: checking for sys/wait.h that is POSIX.1 compatible" >&5 +echo "configure:4665: 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 < #include @@ -4684,7 +4682,7 @@ wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } EOF -if { (eval echo configure:4688: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_sys_wait_h=yes else @@ -4707,19 +4705,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:4711: checking for working alloca.h" >&5 +echo "configure:4709: 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 < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:4723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4721: \"$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 @@ -4740,12 +4738,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:4744: checking for alloca" >&5 +echo "configure:4742: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4775: \"$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 @@ -4805,12 +4803,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:4809: checking whether alloca needs Cray hooks" >&5 +echo "configure:4807: 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 <&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:4839: checking for $ac_func" >&5 +echo "configure:4837: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4865: \"$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 @@ -4890,7 +4888,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:4894: checking stack direction for C alloca" >&5 +echo "configure:4892: 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 @@ -4898,7 +4896,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4919: \"$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 @@ -4941,12 +4939,12 @@ fi for ac_func in sbrk utimes setmode getc_unlocked strcoll do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4945: checking for $ac_func" >&5 +echo "configure:4943: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4971: \"$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 @@ -4997,19 +4995,19 @@ done # Check whether fopen64 is available and whether _LARGEFILE64_SOURCE # needs to be defined for it echo $ac_n "checking for fopen64""... $ac_c" 1>&6 -echo "configure:5001: checking for fopen64" >&5 +echo "configure:4999: checking for fopen64" >&5 if eval "test \"`echo '$''{'bu_cv_have_fopen64'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { FILE *f = fopen64 ("/tmp/foo","r"); ; return 0; } EOF -if { (eval echo configure:5013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* bu_cv_have_fopen64=yes else @@ -5019,14 +5017,14 @@ else saved_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE" cat > conftest.$ac_ext < int main() { FILE *f = fopen64 ("/tmp/foo","r"); ; return 0; } EOF -if { (eval echo configure:5030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* bu_cv_have_fopen64="need -D_LARGEFILE64_SOURCE" else @@ -5058,14 +5056,14 @@ fi # Some systems have frexp only in -lm, not in -lc. echo $ac_n "checking for library containing frexp""... $ac_c" 1>&6 -echo "configure:5062: checking for library containing frexp" >&5 +echo "configure:5060: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5078: \"$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 @@ -5087,7 +5085,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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5100: \"$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 @@ -5120,19 +5118,19 @@ else : fi echo $ac_n "checking for time_t in time.h""... $ac_c" 1>&6 -echo "configure:5124: checking for time_t in time.h" >&5 +echo "configure:5122: 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 < int main() { time_t i; ; return 0; } EOF -if { (eval echo configure:5136: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5134: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bu_cv_decl_time_t_time_h=yes else @@ -5153,19 +5151,19 @@ EOF fi echo $ac_n "checking for time_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:5157: checking for time_t in sys/types.h" >&5 +echo "configure:5155: 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 < int main() { time_t i; ; return 0; } EOF -if { (eval echo configure:5169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5167: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bu_cv_decl_time_t_types_h=yes else @@ -5188,12 +5186,12 @@ fi # Under Next 3.2 apparently does not define struct utimbuf # by default. echo $ac_n "checking for utime.h""... $ac_c" 1>&6 -echo "configure:5192: checking for utime.h" >&5 +echo "configure:5190: 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 < #ifdef HAVE_TIME_H @@ -5204,7 +5202,7 @@ int main() { struct utimbuf s; ; return 0; } EOF -if { (eval echo configure:5208: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5206: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bu_cv_header_utime_h=yes else @@ -5225,12 +5223,12 @@ EOF fi echo $ac_n "checking whether fprintf must be declared""... $ac_c" 1>&6 -echo "configure:5229: checking whether fprintf must be declared" >&5 +echo "configure:5227: 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 < @@ -5251,7 +5249,7 @@ int main() { char *(*pfn) = (char *(*)) fprintf ; return 0; } EOF -if { (eval echo configure:5255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_fprintf=no else @@ -5272,12 +5270,12 @@ EOF fi echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 -echo "configure:5276: checking whether strstr must be declared" >&5 +echo "configure:5274: 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 < @@ -5298,7 +5296,7 @@ int main() { char *(*pfn) = (char *(*)) strstr ; return 0; } EOF -if { (eval echo configure:5302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5300: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_strstr=no else @@ -5319,12 +5317,12 @@ EOF fi echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6 -echo "configure:5323: checking whether sbrk must be declared" >&5 +echo "configure:5321: 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 < @@ -5345,7 +5343,7 @@ int main() { char *(*pfn) = (char *(*)) sbrk ; return 0; } EOF -if { (eval echo configure:5349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5347: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_sbrk=no else @@ -5366,12 +5364,12 @@ EOF fi echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 -echo "configure:5370: checking whether getenv must be declared" >&5 +echo "configure:5368: 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 < @@ -5392,7 +5390,7 @@ int main() { char *(*pfn) = (char *(*)) getenv ; return 0; } EOF -if { (eval echo configure:5396: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_getenv=no else @@ -5413,12 +5411,12 @@ EOF fi echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6 -echo "configure:5417: checking whether environ must be declared" >&5 +echo "configure:5415: 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 < @@ -5439,7 +5437,7 @@ int main() { char *(*pfn) = (char *(*)) environ ; return 0; } EOF -if { (eval echo configure:5443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5441: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_environ=no else diff --git a/binutils/configure.in b/binutils/configure.in index 5b7e6f0..965f468 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -64,7 +64,7 @@ AC_PROG_CC AC_PROG_YACC AM_PROG_LEX -ALL_LINGUAS="fr tr ja es sv da" +ALL_LINGUAS="fr tr ja es sv da zh_CN" CY_GNU_GETTEXT AM_MAINTAINER_MODE diff --git a/binutils/po/zh_CN.po b/binutils/po/zh_CN.po new file mode 100644 index 0000000..cf85898 --- /dev/null +++ b/binutils/po/zh_CN.po @@ -0,0 +1,4742 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2003 Free Software Foundation, Inc. +# Wang Li , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils 2.12.91\n" +"POT-Creation-Date: 2002-07-23 15:55-0400\n" +"PO-Revision-Date: 2003-05-09 17:28+0800\n" +"Last-Translator: Wang Li \n" +"Language-Team: Chinese (simplified) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=gb2312\n" +"Content-Transfer-Encoding: 8bit\n" + +#: addr2line.c:74 +#, c-format +msgid "Usage: %s [option(s)] [addr(s)]\n" +msgstr "Ó÷¨£º%s [Ñ¡Ïî] [µØÖ·]\n" + +#: addr2line.c:75 +msgid " Convert addresses into line number/file name pairs.\n" +msgstr " ½«µØַת»»³ÉÎļþÃû/ÐкŶԡ£\n" + +#: addr2line.c:76 +msgid " If no addresses are specified on the command line, they will be read from stdin\n" +msgstr " Èç¹ûûÓÐÔÚÃüÁîÐÐÖиø³öµØÖ·£¬¾Í´Ó±ê×¼ÊäÈëÖжÁÈ¡ËüÃÇ\n" + +#: addr2line.c:77 +msgid "" +" The options are:\n" +" -b --target= Set the binary file format\n" +" -e --exe= Set the input file name (default is a.out)\n" +" -s --basenames Strip directory names\n" +" -f --functions Show function names\n" +" -C --demangle[=style] Demangle function names\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +"\n" +msgstr "" +" Ñ¡ÏîΪ£º\n" +" -b --target= É趨¶þ½øÖÆÎļþ¸ñʽ\n" +" -e --exe= É趨ÊäÈëÎļþÃû (ĬÈÏΪ a.out)\n" +" -s --basenames È¥³ýĿ¼Ãû\n" +" -f --functions ÏÔʾº¯ÊýÃû\n" +" -C --demangle[=style] ½âÂ뺯ÊýÃû\n" +" -h --help ÏÔʾ±¾ÐÅÏ¢\n" +" -v --version ÏÔʾ³ÌÐòµÄ°æ±¾ºÅ\n" +"\n" + +#: addr2line.c:89 ar.c:297 coffdump.c:479 nlmconv.c:1119 objcopy.c:424 +#: objcopy.c:457 readelf.c:2310 size.c:104 srconv.c:1962 strings.c:666 +#: sysdump.c:774 windres.c:733 +#, c-format +msgid "Report bugs to %s\n" +msgstr "½« bug ±¨¸æµ½ %s\n" + +#: addr2line.c:248 +#, c-format +msgid "%s: can not get addresses from archive" +msgstr "%s£ºÎÞ·¨´Ó¹éµµÎļþÖеõ½µØÖ·" + +#: addr2line.c:320 nm.c:395 objdump.c:2782 +#, c-format +msgid "unknown demangling style `%s'" +msgstr "δ֪µÄ½âÂë(demangle)·ç¸ñ¡°%s¡±" + +#: ar.c:238 +#, c-format +msgid "no entry %s in archive\n" +msgstr "¹éµµÎļþÖÐûÓÐÌõÄ¿ %s\n" + +#: ar.c:255 +#, c-format +msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n" +msgstr "Ó÷¨£º%s [·ÂÕæÑ¡Ïî] [-]{dmpqrstx}[abcfilNoPsSuvV] [³ÉÔ±Ãû] [¼ÆÊý] ¹éµµÎļþ Îļþ...\n" + +#: ar.c:258 +#, c-format +msgid " %s -M [\n" +"\n" +msgstr "" +"\n" +"<³ÉÔ± %s>\n" +"\n" + +#: ar.c:857 ar.c:925 +#, c-format +msgid "%s is not a valid archive" +msgstr "%s ²»ÊÇÓÐЧµÄ¹éµµÎļþ" + +#: ar.c:893 +#, c-format +msgid "stat returns negative size for %s" +msgstr "stat %s ·µ»Ø¸ºÊý´óС" + +#: ar.c:1020 +#, c-format +msgid "%s is not an archive" +msgstr "%s ²»Êǹ鵵Îļþ" + +#: ar.c:1027 +#, c-format +msgid "creating %s" +msgstr "ÕýÔÚ´´½¨ %s" + +#: ar.c:1233 +#, c-format +msgid "No member named `%s'\n" +msgstr "ûÓÐÃûΪ¡°%s¡±µÄ³ÉÔ±\n" + +#: ar.c:1285 +#, c-format +msgid "no entry %s in archive %s!" +msgstr "¹éµµÎļþ %2$s ÖÐûÓÐÌõÄ¿ %1$s£¡" + +#: ar.c:1422 +#, c-format +msgid "%s: no archive map to update" +msgstr "%s£ºÃ»ÓÐÒª¸üеĹ鵵ӳÉä" + +#: arsup.c:86 +#, c-format +msgid "No entry %s in archive.\n" +msgstr "¹éµµÎļþÖÐûÓÐÌõÄ¿ %s¡£\n" + +#: arsup.c:117 +#, c-format +msgid "Can't open file %s\n" +msgstr "ÎÞ·¨´ò¿ªÎļþ %s\n" + +#: arsup.c:172 +#, c-format +msgid "%s: Can't open output archive %s\n" +msgstr "%s£ºÎÞ·¨´ò¿ªÊä³ö¹éµµ %s\n" + +#: arsup.c:189 +#, c-format +msgid "%s: Can't open input archive %s\n" +msgstr "%s£ºÎÞ·¨´ò¿ªÊäÈë¹éµµ %s\n" + +#: arsup.c:198 +#, c-format +msgid "%s: file %s is not an archive\n" +msgstr "%s£ºÎļþ %s ²»Êǹ鵵Îļþ\n" + +#: arsup.c:241 +#, c-format +msgid "%s: no output archive specified yet\n" +msgstr "%s£ºÉÐδָ¶¨Êä³ö¹éµµÎļþ\n" + +#: arsup.c:262 arsup.c:301 arsup.c:343 arsup.c:364 arsup.c:430 +#, c-format +msgid "%s: no open output archive\n" +msgstr "%s£ºÎ´´ò¿ªÊä³ö¹éµµÎļþ\n" + +#: arsup.c:273 arsup.c:385 arsup.c:411 +#, c-format +msgid "%s: can't open file %s\n" +msgstr "%s£ºÎÞ·¨´ò¿ªÎļþ %s\n" + +#: arsup.c:328 arsup.c:407 arsup.c:489 +#, c-format +msgid "%s: can't find module file %s\n" +msgstr "%s£ºÎÞ·¨ÕÒµ½Ä£¿éÎļþ %s\n" + +#: arsup.c:439 +#, c-format +msgid "Current open archive is %s\n" +msgstr "µ±Ç°´ò¿ªµÄ¹éµµÎļþÊÇ %s\n" + +#: arsup.c:464 +#, c-format +msgid "%s: no open archive\n" +msgstr "%s£ºÎ´´ò¿ª¹éµµÎļþ\n" + +#: binemul.c:39 +#, c-format +msgid " No emulation specific options\n" +msgstr " ûÓзÂÕæÌØÓеÄÑ¡Ïî\n" + +#. Macros for common output. +#: binemul.h:42 +#, c-format +msgid " emulation options: \n" +msgstr " ·ÂÕæÑ¡Ï\n" + +#: bucomm.c:106 +#, c-format +msgid "can't set BFD default target to `%s': %s" +msgstr "ÎÞ·¨½« BFD ĬÈϱêµÄÉèÖÃΪ¡°%s¡±£º%s" + +#: bucomm.c:118 +#, c-format +msgid "%s: Matching formats:" +msgstr "%s£ºÆ¥Åä¸ñʽ£º" + +#: bucomm.c:135 +msgid "Supported targets:" +msgstr "Ö§³ÖµÄÄ¿±ê£º" + +#: bucomm.c:137 +#, c-format +msgid "%s: supported targets:" +msgstr "%s£ºÖ§³ÖµÄÄ¿±ê£º" + +#: bucomm.c:153 +msgid "Supported architectures:" +msgstr "Ö§³ÖµÄÌåϵ½á¹¹£º" + +#: bucomm.c:155 +#, c-format +msgid "%s: supported architectures:" +msgstr "%s£ºÖ§³ÖµÄÌåϵ½á¹¹£º" + +#: bucomm.c:262 +#, c-format +msgid "%s: bad number: %s" +msgstr "%s£º´íÎóµÄ±àºÅ£º%s" + +#: coffdump.c:107 +#, c-format +msgid "#lines %d " +msgstr "#ÐкŠ%d " + +#: coffdump.c:471 sysdump.c:767 +#, c-format +msgid "Usage: %s [option(s)] in-file\n" +msgstr "Ó÷¨£º%s [Ñ¡Ïî] ÊäÈëÎļþ\n" + +#: coffdump.c:472 +msgid " Print a human readable interpretation of a SYSROFF object file\n" +msgstr " ´òÓ¡ÊÊÓÚÔĶÁµÄ¶Ô SYSROFF Ä¿±êÎļþµÄ½âÊÍ\n" + +#: coffdump.c:473 +msgid "" +" The options are:\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +"\n" +msgstr "" +" Ñ¡ÏîΪ£º\n" +" -h --help ÏÔʾ±¾ÇóÖúÐÅÏ¢\n" +" -v --version ÏÔʾ³ÌÐòµÄ°æ±¾ºÅ\n" +"\n" + +#: coffdump.c:541 srconv.c:2052 sysdump.c:831 +msgid "no input file specified" +msgstr "δָ¶¨ÊäÈëÎļþ" + +#: debug.c:653 +msgid "debug_add_to_current_namespace: no current file" +msgstr "debug_add_to_current_namespace£ºÃ»Óе±Ç°Îļþ" + +#: debug.c:736 +msgid "debug_start_source: no debug_set_filename call" +msgstr "debug_start_source£ºÃ»ÓÐ debug_set_filename µ÷ÓÃ" + +#: debug.c:795 +msgid "debug_record_function: no debug_set_filename call" +msgstr "debug_record_function£ºÃ»ÓÐ debug_set_filename µ÷ÓÃ" + +#: debug.c:851 +msgid "debug_record_parameter: no current function" +msgstr "debug_record_parameter£ºÃ»Óе±Ç°º¯Êý" + +#: debug.c:885 +msgid "debug_end_function: no current function" +msgstr "debug_end_function£ºÃ»Óе±Ç°º¯Êý" + +#: debug.c:891 +msgid "debug_end_function: some blocks were not closed" +msgstr "debug_end_function£ºÄ³Ð©¿éûÓйرÕ" + +#: debug.c:921 +msgid "debug_start_block: no current block" +msgstr "debug_start_block£ºÃ»Óе±Ç°¿é" + +#: debug.c:959 +msgid "debug_end_block: no current block" +msgstr "debug_end_block£ºÃ»Óе±Ç°¿é" + +#: debug.c:966 +msgid "debug_end_block: attempt to close top level block" +msgstr "debug_end_block£ºÊÔͼ¹Ø±Õ¶¥²ã¿é" + +#: debug.c:992 +msgid "debug_record_line: no current unit" +msgstr "debug_record_line£ºÃ»Óе±Ç°µ¥Ôª" + +#. FIXME +#: debug.c:1046 +msgid "debug_start_common_block: not implemented" +msgstr "debug_start_common_block£ºÎ´ÊµÏÖ" + +#. FIXME +#: debug.c:1058 +msgid "debug_end_common_block: not implemented" +msgstr "debug_end_common_block£ºÎ´ÊµÏÖ" + +#. FIXME. +#: debug.c:1152 +msgid "debug_record_label: not implemented" +msgstr "debug_record_label£ºÎ´ÊµÏÖ" + +#: debug.c:1178 +msgid "debug_record_variable: no current file" +msgstr "debug_record_variable£ºÃ»Óе±Ç°Îļþ" + +#: debug.c:1194 +msgid "debug_record_variable: no current block" +msgstr "debug_record_variable£ºÃ»Óе±Ç°¿é" + +#: debug.c:1763 +msgid "debug_make_undefined_type: unsupported kind" +msgstr "debug_make_undefined_type£º²»Ö§³ÖµÄÖÖÀà" + +#: debug.c:1964 +msgid "debug_name_type: no current file" +msgstr "debug_name_type£ºÃ»Óе±Ç°Îļþ" + +#: debug.c:2012 +msgid "debug_tag_type: no current file" +msgstr "debug_tag_type£ºÃ»Óе±Ç°Îļþ" + +#: debug.c:2020 +msgid "debug_tag_type: extra tag attempted" +msgstr "debug_tag_type£ºÒѳ¢ÊÔ¸ü¶àµÄ±ê¼Ç" + +#: debug.c:2059 +#, c-format +msgid "Warning: changing type size from %d to %d\n" +msgstr "¾¯¸æ£ºÀàÐÍ´óСÓÉ %d ¸ÄΪ %d\n" + +#: debug.c:2083 +msgid "debug_find_named_type: no current compilation unit" +msgstr "debug_find_named_type£ºÃ»Óе±Ç°±àÒëµ¥Ôª" + +#: debug.c:2190 +#, c-format +msgid "debug_get_real_type: circular debug information for %s\n" +msgstr "debug_get_real_type£º¹ØÓÚ %s µÄÑ­»·µ÷ÊÔÐÅÏ¢\n" + +#: debug.c:2650 +msgid "debug_write_type: illegal type encountered" +msgstr "debug_write_type£ºÓöµ½·Ç·¨ÀàÐÍ" + +#: dlltool.c:735 dlltool.c:760 dlltool.c:786 +#, c-format +msgid "Internal error: Unknown machine type: %d" +msgstr "ÄÚ²¿´íÎó£ºÎ´ÖªµÄ»úÆ÷ÀàÐÍ£º%d" + +#: dlltool.c:823 +#, c-format +msgid "Can't open def file: %s" +msgstr "ÎÞ·¨´ò¿ª def Îļþ£º%s" + +#: dlltool.c:828 +#, c-format +msgid "Processing def file: %s" +msgstr "´¦Àí def Îļþ£º%s" + +#: dlltool.c:832 +msgid "Processed def file" +msgstr "ÒÑ´¦ÀíµÄ def Îļþ" + +#: dlltool.c:858 +#, c-format +msgid "Syntax error in def file %s:%d" +msgstr "def ÎļþÖÐÓï·¨´íÎó %s£º%d" + +#: dlltool.c:897 +#, c-format +msgid "NAME: %s base: %x" +msgstr "" + +#: dlltool.c:900 dlltool.c:919 +msgid "Can't have LIBRARY and NAME" +msgstr "" + +#: dlltool.c:916 +#, c-format +msgid "LIBRARY: %s base: %x" +msgstr "" + +#: dlltool.c:1174 resrc.c:271 +#, c-format +msgid "wait: %s" +msgstr "µÈ´ý£º%s" + +#: dlltool.c:1179 dllwrap.c:430 resrc.c:276 +#, c-format +msgid "subprocess got fatal signal %d" +msgstr "×Ó½ø³ÌÊÕµ½ÖÂÃüÐźŠ%d" + +#: dlltool.c:1185 dllwrap.c:437 resrc.c:283 +#, c-format +msgid "%s exited with status %d" +msgstr "%s ÒÔ״̬ %d Í˳ö" + +#: dlltool.c:1217 +#, c-format +msgid "Sucking in info from %s section in %s" +msgstr "´Ó %2$s ÖÐµÄ %1$s ½Ú»ñÈ¡ÐÅÏ¢" + +#: dlltool.c:1341 +#, c-format +msgid "Excluding symbol: %s" +msgstr "" + +#: dlltool.c:1436 dlltool.c:1447 nm.c:959 nm.c:970 objdump.c:386 objdump.c:401 +#, c-format +msgid "%s: no symbols" +msgstr "%s£ºÎÞ·ûºÅ" + +#. FIXME: we ought to read in and block out the base relocations +#: dlltool.c:1474 +#, c-format +msgid "Done reading %s" +msgstr "¶ÁÈë %s Íê³É" + +#: dlltool.c:1485 +#, c-format +msgid "Unable to open object file: %s" +msgstr "ÎÞ·¨´ò¿ªÄ¿±êÎļþ£º%s" + +#: dlltool.c:1488 +#, c-format +msgid "Scanning object file %s" +msgstr "ÕýÔÚɨÃèÄ¿±êÎļþ %s" + +#: dlltool.c:1503 +#, c-format +msgid "Cannot produce mcore-elf dll from archive file: %s" +msgstr "ÎÞ·¨´Ó¹éµµÎļþÖÐÉú³É mcore-elf ¶¯Ì¬Á¬½Ó¿â£º%s" + +#: dlltool.c:1595 +msgid "Adding exports to output file" +msgstr "" + +#: dlltool.c:1640 +msgid "Added exports to output file" +msgstr "" + +#: dlltool.c:1764 +#, c-format +msgid "Generating export file: %s" +msgstr "ÕýÔÚÉú³Éµ¼³öÎļþ£º%s" + +#: dlltool.c:1769 +#, c-format +msgid "Unable to open temporary assembler file: %s" +msgstr "ÎÞ·¨´ò¿ªÁÙʱ»ã±àÎļþ£º%s" + +#: dlltool.c:1772 +#, c-format +msgid "Opened temporary file: %s" +msgstr "ÒÑ´ò¿ªµÄÁÙʱÎļþ£º%s" + +#: dlltool.c:1996 +msgid "Generated exports file" +msgstr "ÒÑÉú³ÉµÄµ¼³öÎļþ" + +#: dlltool.c:2258 +#, c-format +msgid "bfd_open failed open stub file: %s" +msgstr "" + +#: dlltool.c:2261 +#, c-format +msgid "Creating stub file: %s" +msgstr "" + +#: dlltool.c:2650 +#, c-format +msgid "failed to open temporary head file: %s" +msgstr "´ò¿ªÁÙʱͷÎļþʧ°Ü£º%s" + +#: dlltool.c:2709 +#, c-format +msgid "failed to open temporary tail file: %s" +msgstr "´ò¿ªÁÙʱβÎļþʧ°Ü£º%s" + +#: dlltool.c:2777 +#, c-format +msgid "Can't open .lib file: %s" +msgstr "ÎÞ·¨´ò¿ª .lib Îļþ£º%s" + +#: dlltool.c:2780 +#, c-format +msgid "Creating library file: %s" +msgstr "ÕýÔÚ´´½¨¿âÎļþ£º%s" + +#: dlltool.c:2839 +#, c-format +msgid "cannot delete %s: %s" +msgstr "ÎÞ·¨É¾³ý %s£º%s" + +#: dlltool.c:2843 +msgid "Created lib file" +msgstr "ÒÑ´´½¨µÄ lib Îļþ" + +#: dlltool.c:2948 +#, c-format +msgid "Warning, ignoring duplicate EXPORT %s %d,%d" +msgstr "" + +#: dlltool.c:2954 +#, c-format +msgid "Error, duplicate EXPORT with oridinals: %s" +msgstr "" + +#: dlltool.c:3081 +msgid "Processing definitions" +msgstr "ÕýÔÚ´¦Àí¶¨Òå" + +#: dlltool.c:3119 +msgid "Processed definitions" +msgstr "ÒÑ´¦Àí¶¨Òå" + +#. xgetext:c-format +#: dlltool.c:3130 dllwrap.c:495 +#, c-format +msgid "Usage %s \n" +msgstr "Ó÷¨ %s <Ñ¡Ïî> <Ä¿±êÎļþ>\n" + +#. xgetext:c-format +#: dlltool.c:3132 +#, c-format +msgid " -m --machine Create as DLL for . [default: %s]\n" +msgstr " -m --machine Ϊ ´´½¨ DLL¡£[ĬÈÏ£º%s]\n" + +#: dlltool.c:3133 +msgid " possible : arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n" +msgstr " ¿ÉÄÜµÄ £ºarm[_interwork]¡¢i386¡¢mcore[-elf]{-le|-be}¡¢ppc¡¢thumb\n" + +#: dlltool.c:3134 +msgid " -e --output-exp Generate an export file.\n" +msgstr " -e --output-exp Éú³Éµ¼³öÎļþ¡£\n" + +#: dlltool.c:3135 +msgid " -l --output-lib Generate an interface library.\n" +msgstr " -l --output-lib Éú³É½çÃæ¿â¡£\n" + +#: dlltool.c:3136 +msgid " -a --add-indirect Add dll indirects to export file.\n" +msgstr "" + +#: dlltool.c:3137 +msgid " -D --dllname Name of input dll to put into interface lib.\n" +msgstr "" + +#: dlltool.c:3138 +msgid " -d --input-def Name of .def file to be read in.\n" +msgstr " -d --input-def Ðè¶ÁÈëµÄ .def ÎļþÃû¡£\n" + +#: dlltool.c:3139 +msgid " -z --output-def Name of .def file to be created.\n" +msgstr " -z --output-def Ðè´´½¨µÄ .def ÎļþÃû¡£\n" + +#: dlltool.c:3140 +msgid " --export-all-symbols Export all symbols to .def\n" +msgstr " --export-all-symbols ½«ËùÓзûºÅµ¼³öµ½ .def\n" + +#: dlltool.c:3141 +msgid " --no-export-all-symbols Only export listed symbols\n" +msgstr " --no-export-all-symbols Ö»µ¼³öÁоٵķûºÅ\n" + +#: dlltool.c:3142 +msgid " --exclude-symbols Don't export \n" +msgstr " --exclude-symbols ²»Òªµ¼³ö \n" + +#: dlltool.c:3143 +msgid " --no-default-excludes Clear default exclude symbols\n" +msgstr "" + +#: dlltool.c:3144 +msgid " -b --base-file Read linker generated base file.\n" +msgstr "" + +#: dlltool.c:3145 +msgid " -x --no-idata4 Don't generate idata$4 section.\n" +msgstr " -x --no-idata4 ²»Éú³É idata$4 ½Ú¡£\n" + +#: dlltool.c:3146 +msgid " -c --no-idata5 Don't generate idata$5 section.\n" +msgstr " -c --no-idata5 ²»Éú³É idata$5 ½Ú¡£\n" + +#: dlltool.c:3147 +msgid " -U --add-underscore Add underscores to symbols in interface library.\n" +msgstr "" + +#: dlltool.c:3148 +msgid " -k --kill-at Kill @ from exported names.\n" +msgstr "" + +#: dlltool.c:3149 +msgid " -A --add-stdcall-alias Add aliases without @.\n" +msgstr " -A --add-stdcall-alias Ìí¼Ó²»´ø @ µÄ±ðÃû¡£\n" + +#: dlltool.c:3150 +msgid " -S --as Use for assembler.\n" +msgstr " -S --as ½« ÓÃ×÷»ã±à³ÌÐò¡£\n" + +#: dlltool.c:3151 +msgid " -f --as-flags Pass to the assembler.\n" +msgstr " -f --as-flags °Ñ ´«µÝ¸ø»ã±à³ÌÐò¡£\n" + +#: dlltool.c:3152 +msgid " -C --compat-implib Create backward compatible import library.\n" +msgstr " -C --compat-implib ´´½¨Ïòºó¼æÈݵĵ¼Èë¿â¡£\n" + +#: dlltool.c:3153 +msgid " -n --no-delete Keep temp files (repeat for extra preservation).\n" +msgstr "" + +#: dlltool.c:3154 +msgid " -v --verbose Be verbose.\n" +msgstr " -v --verbose Êä³ö¸ü¶àÐÅÏ¢¡£\n" + +#: dlltool.c:3155 +msgid " -V --version Display the program version.\n" +msgstr " -V --version ÏÔʾ³ÌÐò°æ±¾ºÅ¡£\n" + +#: dlltool.c:3156 +msgid " -h --help Display this information.\n" +msgstr " -h --help ÏÔʾ±¾ÐÅÏ¢¡£\n" + +#: dlltool.c:3158 +msgid " -M --mcore-elf Process mcore-elf object files into .\n" +msgstr "" + +#: dlltool.c:3159 +msgid " -L --linker Use as the linker.\n" +msgstr " -L --linker ½« ÓÃ×÷Á¬½ÓÆ÷¡£\n" + +#: dlltool.c:3160 +msgid " -F --linker-flags Pass to the linker.\n" +msgstr " -F --linker-flags °Ñ ´«µÝ¸øÁ¬½ÓÆ÷¡£\n" + +#: dlltool.c:3310 +#, c-format +msgid "Unable to open base-file: %s" +msgstr "" + +#: dlltool.c:3339 +#, c-format +msgid "Machine '%s' not supported" +msgstr "²»Ö§³Ö»úÆ÷¡°%s¡±" + +#: dlltool.c:3442 dllwrap.c:214 +#, c-format +msgid "Tried file: %s" +msgstr "" + +#: dlltool.c:3449 dllwrap.c:221 +#, c-format +msgid "Using file: %s" +msgstr "" + +#: dllwrap.c:308 +#, c-format +msgid "Keeping temporary base file %s" +msgstr "" + +#: dllwrap.c:310 +#, c-format +msgid "Deleting temporary base file %s" +msgstr "" + +#: dllwrap.c:324 +#, c-format +msgid "Keeping temporary exp file %s" +msgstr "" + +#: dllwrap.c:326 +#, c-format +msgid "Deleting temporary exp file %s" +msgstr "" + +#: dllwrap.c:339 +#, c-format +msgid "Keeping temporary def file %s" +msgstr "±£ÁôÁÙʱ def Îļþ %s" + +#: dllwrap.c:341 +#, c-format +msgid "Deleting temporary def file %s" +msgstr "ɾ³ýÁÙʱ def Îļþ %s" + +#: dllwrap.c:496 +msgid " Generic options:\n" +msgstr " ͨÓÃÑ¡Ï\n" + +#: dllwrap.c:497 +msgid " --quiet, -q Work quietly\n" +msgstr " --quiet, -q °²¾²µØ¹¤×÷\n" + +#: dllwrap.c:498 +msgid " --verbose, -v Verbose\n" +msgstr " --verbose, -v Êä³ö½Ï¶àÐÅÏ¢\n" + +#: dllwrap.c:499 +msgid " --version Print dllwrap version\n" +msgstr " --version ´òÓ¡ dllwrap µÄ°æ±¾ºÅ\n" + +#: dllwrap.c:500 +msgid " --implib Synonym for --output-lib\n" +msgstr " --implib --output-lib µÄͬÒåÓï\n" + +#: dllwrap.c:501 +#, c-format +msgid " Options for %s:\n" +msgstr " %s µÄÑ¡Ï\n" + +#: dllwrap.c:502 +msgid " --driver-name Defaults to \"gcc\"\n" +msgstr " --driver-name ĬÈÏΪ¡°gcc¡±\n" + +#: dllwrap.c:503 +msgid " --driver-flags Override default ld flags\n" +msgstr " --driver-flags ¸²¸ÇĬÈ쵀 ld ±êÖ¾\n" + +#: dllwrap.c:504 +msgid " --dlltool-name Defaults to \"dlltool\"\n" +msgstr " --dlltool-name ĬÈÏΪ¡°dlltool¡±\n" + +#: dllwrap.c:505 +msgid " --entry Specify alternate DLL entry point\n" +msgstr "" + +#: dllwrap.c:506 +msgid " --image-base Specify image base address\n" +msgstr "" + +#: dllwrap.c:507 +msgid " --target i386-cygwin32 or i386-mingw32\n" +msgstr " --target i386-cygwin32 »ò i386-mingw32\n" + +#: dllwrap.c:508 +msgid " --dry-run Show what needs to be run\n" +msgstr " --dry-run Ö»ÏÔʾÐèÒªÔËÐÐÄÇЩ¶¯×÷\n" + +#: dllwrap.c:509 +msgid " --mno-cygwin Create Mingw DLL\n" +msgstr " --mno-cygwin ´´½¨ Mingw DLL\n" + +#: dllwrap.c:510 +msgid " Options passed to DLLTOOL:\n" +msgstr " ´«µÝ¸ø DLLTOOL µÄÑ¡Ï\n" + +#: dllwrap.c:511 +msgid " --machine \n" +msgstr " --machine \n" + +#: dllwrap.c:512 +msgid " --output-exp Generate export file.\n" +msgstr " --output-exp Éú³Éµ¼³öÎļþ¡£\n" + +#: dllwrap.c:513 +msgid " --output-lib Generate input library.\n" +msgstr " --output-lib Éú³ÉÊäÈë¿â¡£\n" + +#: dllwrap.c:514 +msgid " --add-indirect Add dll indirects to export file.\n" +msgstr "" + +#: dllwrap.c:515 +msgid " --dllname Name of input dll to put into output lib.\n" +msgstr "" + +#: dllwrap.c:516 +msgid " --def Name input .def file\n" +msgstr " --def ÊäÈë .def ÎļþµÄÎļþÃû\n" + +#: dllwrap.c:517 +msgid " --output-def Name output .def file\n" +msgstr " --output-def Êä³ö .def ÎļþµÄÎļþÃû\n" + +#: dllwrap.c:518 +msgid " --export-all-symbols Export all symbols to .def\n" +msgstr " --export-all-symbols ½«ËùÓзûºÅµ¼³öµ½ .def ÖÐ\n" + +#: dllwrap.c:519 +msgid " --no-export-all-symbols Only export .drectve symbols\n" +msgstr " --no-export-all-symbols Ö»µ¼³ö·ûºÅ .drectve\n" + +#: dllwrap.c:520 +msgid " --exclude-symbols Exclude from .def\n" +msgstr " --exclude-symbols ´Ó .def ÖÐÅųý \n" + +#: dllwrap.c:521 +msgid " --no-default-excludes Zap default exclude symbols\n" +msgstr " --no-default-excludes Çå¿ÕĬÈÏÅųý·ûºÅ\n" + +#: dllwrap.c:522 +msgid " --base-file Read linker generated base file\n" +msgstr "" + +#: dllwrap.c:523 +msgid " --no-idata4 Don't generate idata$4 section\n" +msgstr " --no-idata4 ²»Éú³É idata$4 ½Ú\n" + +#: dllwrap.c:524 +msgid " --no-idata5 Don't generate idata$5 section\n" +msgstr " --no-idata5 ²»Éú³É idata$5 ½Ú\n" + +#: dllwrap.c:525 +msgid " -U Add underscores to .lib\n" +msgstr " -U Ϊ .lib Ìí¼ÓÏ»®Ïß\n" + +#: dllwrap.c:526 +msgid " -k Kill @ from exported names\n" +msgstr " -k ɾȥµ¼³öÃû×ÖÖÐµÄ @\n" + +#: dllwrap.c:527 +msgid " --add-stdcall-alias Add aliases without @\n" +msgstr " --add-stdcall-alias Ìí¼Ó²»´ø @ µÄ±ðÃû\n" + +#: dllwrap.c:528 +msgid " --as Use for assembler\n" +msgstr " --as ½« ÓÃ×÷»ã±à³ÌÐò\n" + +#: dllwrap.c:529 +msgid " --nodelete Keep temp files.\n" +msgstr " --nodelete ±£ÁôÁÙʱÎļþ¡£\n" + +#: dllwrap.c:530 +msgid " Rest are passed unmodified to the language driver\n" +msgstr " ÆäÓàµÄ¶¼²»¼ÓÈκÎÐ޸ĵڴ«µÝ¸øÓïÑÔÇý¶¯Æ÷\n" + +#: dllwrap.c:802 +msgid "Must provide at least one of -o or --dllname options" +msgstr "±ØÐëÌṩÖÁÉÙÒ»¸ö -o »ò --dllname Ñ¡Ïî" + +#: dllwrap.c:830 +msgid "" +"no export definition file provided.\n" +"Creating one, but that may not be what you want" +msgstr "" +"δÌṩµ¼³ö¶¨ÒåÎļþ¡£\n" +"´´½¨Ò»¸ö£¬µ«¿ÉÄܲ»ÊÇÄúËùÒªµÄ" + +#: dllwrap.c:992 +#, c-format +msgid "DLLTOOL name : %s\n" +msgstr "DLLTOOL Ãû³Æ £º%s\n" + +#: dllwrap.c:993 +#, c-format +msgid "DLLTOOL options : %s\n" +msgstr "DLLTOOL Ñ¡Ïî £º%s\n" + +#: dllwrap.c:994 +#, c-format +msgid "DRIVER name : %s\n" +msgstr "Çý¶¯Æ÷Ãû³Æ £º%s\n" + +#: dllwrap.c:995 +#, c-format +msgid "DRIVER options : %s\n" +msgstr "Çý¶¯Æ÷Ñ¡Ïî £º%s\n" + +#: emul_aix.c:52 +#, c-format +msgid " [-g] - 32 bit small archive\n" +msgstr " [-g] - 32 λС¹éµµÎļþ\n" + +#: emul_aix.c:53 +msgid " [-X32] - ignores 64 bit objects\n" +msgstr " [-X32] - ºöÂÔ 64 λ¶ÔÏó\n" + +#: emul_aix.c:54 +msgid " [-X64] - ignores 32 bit objects\n" +msgstr " [-X64] - ºöÂÔ 32 λ¶ÔÏó\n" + +#: emul_aix.c:55 +msgid " [-X32_64] - accepts 32 and 64 bit objects\n" +msgstr " [-X32_64] - ½ÓÊÜ 32 λºÍ 64 λ¶ÔÏó\n" + +#: ieee.c:317 +msgid "unexpected end of debugging information" +msgstr "µ÷ÊÔÐÅÏ¢ÒâÍâ½áÊø" + +#: ieee.c:412 +msgid "invalid number" +msgstr "ÎÞЧ±àºÅ" + +#: ieee.c:471 +msgid "invalid string length" +msgstr "ÎÞЧµÄ×Ö·û´®³¤¶È" + +#: ieee.c:528 ieee.c:569 +msgid "expression stack overflow" +msgstr "±í´ïʽջÒç³ö" + +#: ieee.c:548 +msgid "unsupported IEEE expression operator" +msgstr "²»Ö§³ÖµÄ IEEE ±í´ïʽ²Ù×÷·û" + +#: ieee.c:563 +msgid "unknown section" +msgstr "δ֪µÄ½Ú" + +#: ieee.c:584 +msgid "expression stack underflow" +msgstr "±í´ïʽջÏÂÒç³ö" + +#: ieee.c:598 +msgid "expression stack mismatch" +msgstr "±í´ïʽջ²»Æ¥Åä" + +#: ieee.c:637 +msgid "unknown builtin type" +msgstr "δ֪µÄÄÚÖÃÀàÐÍ" + +#: ieee.c:782 +msgid "BCD float type not supported" +msgstr "²»Ö§³ÖµÄ BCD ¸¡µãÀàÐÍ" + +#: ieee.c:928 +msgid "unexpected number" +msgstr "ÒâÍâµÄ±àºÅ" + +#: ieee.c:935 +msgid "unexpected record type" +msgstr "ÒâÍâµÄ¼Ç¼ÀàÐÍ" + +#: ieee.c:968 +msgid "blocks left on stack at end" +msgstr "½áÊøʱÈÔÁôÔÚÕ»ÖеĿé" + +#: ieee.c:1233 +msgid "unknown BB type" +msgstr "δ֪µÄ BB ÀàÐÍ" + +#: ieee.c:1242 +msgid "stack overflow" +msgstr "Õ»ÉÏÒç³ö" + +#: ieee.c:1267 +msgid "stack underflow" +msgstr "Õ»ÏÂÒç³ö" + +#: ieee.c:1381 ieee.c:1453 ieee.c:2152 +msgid "illegal variable index" +msgstr "·Ç·¨µÄ±äÁ¿Ë÷Òý" + +#: ieee.c:1431 +msgid "illegal type index" +msgstr "·Ç·¨µÄÀàÐÍË÷Òý" + +#: ieee.c:1441 ieee.c:1478 +msgid "unknown TY code" +msgstr "δ֪µÄ TY ´úÂë" + +#: ieee.c:1460 +msgid "undefined variable in TY" +msgstr "TY ÖÐ䶨ÒåµÄ±äÁ¿" + +#. Pascal file name. FIXME. +#: ieee.c:1871 +msgid "Pascal file name not supported" +msgstr "²»Ö§³Ö Pascal ÎļþÃû" + +#: ieee.c:1919 +msgid "unsupported qualifier" +msgstr "²»Ö§³ÖµÄÏÞ¶¨·û" + +#: ieee.c:2190 +msgid "undefined variable in ATN" +msgstr "ATN ÖÐ䶨ÒåµÄ±äÁ¿" + +#: ieee.c:2233 +msgid "unknown ATN type" +msgstr "δ֪µÄ ATN ÀàÐÍ" + +#. Reserved for FORTRAN common. +#: ieee.c:2355 +msgid "unsupported ATN11" +msgstr "²»Ö§³Ö ATN11" + +#. We have no way to record this information. FIXME. +#: ieee.c:2382 +msgid "unsupported ATN12" +msgstr "²»Ö§³Ö ATN12" + +#: ieee.c:2442 +msgid "unexpected string in C++ misc" +msgstr "" + +#: ieee.c:2455 +msgid "bad misc record" +msgstr "" + +#: ieee.c:2498 +msgid "unrecognized C++ misc record" +msgstr "" + +#: ieee.c:2615 +msgid "undefined C++ object" +msgstr "䶨ÒåµÄ C++ ¶ÔÏó" + +#: ieee.c:2649 +msgid "unrecognized C++ object spec" +msgstr "" + +#: ieee.c:2685 +msgid "unsupported C++ object type" +msgstr "²»Ö§³ÖµÄ C++ ¶ÔÏóÀàÐÍ" + +#: ieee.c:2695 +msgid "C++ base class not defined" +msgstr "䶨Òå C++ »ùÀà" + +#: ieee.c:2707 ieee.c:2812 +msgid "C++ object has no fields" +msgstr "C++ ¶ÔÏóûÓÐÓò" + +#: ieee.c:2726 +msgid "C++ base class not found in container" +msgstr "" + +#: ieee.c:2833 +msgid "C++ data member not found in container" +msgstr "" + +#: ieee.c:2874 ieee.c:3024 +msgid "unknown C++ visibility" +msgstr "" + +#: ieee.c:2908 +msgid "bad C++ field bit pos or size" +msgstr "" + +#: ieee.c:3000 +msgid "bad type for C++ method function" +msgstr "" + +#: ieee.c:3010 +msgid "no type information for C++ method function" +msgstr "" + +#: ieee.c:3049 +msgid "C++ static virtual method" +msgstr "C++ ¾²Ì¬ÐéÄâ·½·¨" + +#: ieee.c:3144 +msgid "unrecognized C++ object overhead spec" +msgstr "" + +#: ieee.c:3183 +msgid "undefined C++ vtable" +msgstr "䶨ÒåµÄ C++ vtable" + +#: ieee.c:3254 +msgid "C++ default values not in a function" +msgstr "" + +#: ieee.c:3294 +msgid "unrecognized C++ default type" +msgstr "ÎÞ·¨Ê¶±ðµÄ C++ ĬÈÏÀàÐÍ" + +#: ieee.c:3325 +msgid "reference parameter is not a pointer" +msgstr "ÒýÓòÎÊý²»ÊÇÖ¸Õë" + +#: ieee.c:3410 +msgid "unrecognized C++ reference type" +msgstr "ÎÞ·¨Ê¶±ðµÄ C++ ÒýÓÃÀàÐÍ" + +#: ieee.c:3492 +msgid "C++ reference not found" +msgstr "ÕÒ²»µ½ C++ ÒýÓÃ" + +#: ieee.c:3500 +msgid "C++ reference is not pointer" +msgstr "C++ ÒýÓò»ÊÇÖ¸Õë" + +#: ieee.c:3529 ieee.c:3537 +msgid "missing required ASN" +msgstr "ÒÅʧ±ØÐëµÄ ASN" + +#: ieee.c:3567 ieee.c:3575 +msgid "missing required ATN65" +msgstr "ÒÅʧ±ØÐëµÄ ATN65" + +#: ieee.c:3589 +msgid "bad ATN65 record" +msgstr "´íÎóµÄ ATN65 ¼Ç¼" + +#: ieee.c:4234 +msgid "IEEE numeric overflow: 0x" +msgstr "IEEE ÊýÖµÒç³ö£º0x" + +#: ieee.c:4280 +#, c-format +msgid "IEEE string length overflow: %u\n" +msgstr "IEEE ×Ö·û´®³¤¶ÈÒç³ö£º%u\n" + +#: ieee.c:5330 +#, c-format +msgid "IEEE unsupported integer type size %u\n" +msgstr "IEEE ²»Ö§³ÖµÄÕûÊýÀàÐÍ´óС %u\n" + +#: ieee.c:5366 +#, c-format +msgid "IEEE unsupported float type size %u\n" +msgstr "IEEE ²»Ö§³ÖµÄ¸¡µãÀàÐÍ´óС %u\n" + +#: ieee.c:5402 +#, c-format +msgid "IEEE unsupported complex type size %u\n" +msgstr "IEEE ²»Ö§³ÖµÄ¸ºÔØÀàÐÍ´óС %u\n" + +#: nlmconv.c:281 srconv.c:2043 +msgid "input and output files must be different" +msgstr "ÊäÈëÊä³öÎļþ±ØÐ벻ͬ" + +#: nlmconv.c:328 +msgid "input file named both on command line and with INPUT" +msgstr "ͬʱÔÚÃüÁîÐÐºÍ INPU ÖÐÃüÃûÊäÈëÎļþ" + +#: nlmconv.c:337 +msgid "no input file" +msgstr "ûÓÐÊäÈëÎļþ" + +#: nlmconv.c:367 +msgid "no name for output file" +msgstr "Êä³öÎļþûÓÐÃû³Æ" + +#: nlmconv.c:380 +msgid "warning: input and output formats are not compatible" +msgstr "¾¯¸æ£ºÊäÈëºÍÊä³ö¸ñʽ²»¼æÈÝ" + +#: nlmconv.c:409 +msgid "make .bss section" +msgstr "Éú³É .bss ½Ú" + +#: nlmconv.c:418 +msgid "make .nlmsections section" +msgstr "Éú³É .nlmsections ½Ú" + +#: nlmconv.c:420 +msgid "set .nlmsections flags" +msgstr "É趨 .nlmsections ±êÖ¾" + +#: nlmconv.c:448 +msgid "set .bss vma" +msgstr "É趨 .bss vma" + +#: nlmconv.c:455 +msgid "set .data size" +msgstr "É趨 .data µÄ´óС" + +#: nlmconv.c:635 +#, c-format +msgid "warning: symbol %s imported but not in import list" +msgstr "¾¯¸æ£ºµ¼ÈëµÄ·ûºÅ %s ²»ÔÚµ¼ÈëÁбíÖÐ" + +#: nlmconv.c:655 +msgid "set start address" +msgstr "É趨ÆðʼµØÖ·" + +#: nlmconv.c:704 +#, c-format +msgid "warning: START procedure %s not defined" +msgstr "¾¯¸æ£ºÎ´¶¨Òå START ×Ó³ÌÐò %s" + +#: nlmconv.c:706 +#, c-format +msgid "warning: EXIT procedure %s not defined" +msgstr "¾¯¸æ£ºÎ´¶¨Òå×Ó³ÌÐò %s" + +#: nlmconv.c:708 +#, c-format +msgid "warning: CHECK procedure %s not defined" +msgstr "¾¯¸æ£ºÎ´¶¨Òå×Ó³ÌÐò %s" + +#: nlmconv.c:729 nlmconv.c:918 +msgid "custom section" +msgstr "¶¨ÖƽÚ" + +#: nlmconv.c:750 nlmconv.c:947 +msgid "help section" +msgstr "ÇóÖú½Ú" + +#: nlmconv.c:772 nlmconv.c:965 +msgid "message section" +msgstr "ÏûÏ¢½Ú" + +#: nlmconv.c:788 nlmconv.c:998 +msgid "module section" +msgstr "Ä£¿é½Ú" + +#: nlmconv.c:808 nlmconv.c:1014 +msgid "rpc section" +msgstr "rpc ½Ú" + +#. There is no place to record this information. +#: nlmconv.c:844 +#, c-format +msgid "%s: warning: shared libraries can not have uninitialized data" +msgstr "%s£º¾¯¸æ£º¹²Ïí¿â²»Äܺ¬ÓÐδ³õʼ»¯µÄÊý¾Ý" + +#: nlmconv.c:865 nlmconv.c:1033 +msgid "shared section" +msgstr "¹²Ïí½Ú" + +#: nlmconv.c:873 +msgid "warning: No version number given" +msgstr "¾¯¸æ£ºÎ´¸ø³ö°æ±¾ºÅ" + +#: nlmconv.c:913 nlmconv.c:942 nlmconv.c:960 nlmconv.c:1009 nlmconv.c:1028 +#, c-format +msgid "%s: read: %s" +msgstr "%s£º¶ÁÈ¡£º%s" + +#: nlmconv.c:935 +msgid "warning: MAP and FULLMAP are not supported; try ld -M" +msgstr "¾¯¸æ£º²»Ö§³Ö MAP ºÍ FULLMAP£»ÇëÊÔÓà ld -M" + +#: nlmconv.c:1107 +#, c-format +msgid "Usage: %s [option(s)] [in-file [out-file]]\n" +msgstr "Ó÷¨£º%s [Ñ¡Ïî] [ÊäÈëÎļþ [Êä³öÎļþ]]\n" + +#: nlmconv.c:1108 +msgid " Convert an object file into a NetWare Loadable Module\n" +msgstr " ½«¶ÔÏóÎļþת»»Îª NetWare ¿ÉÔØÈëÄ£¿é\n" + +#: nlmconv.c:1109 +msgid "" +" The options are:\n" +" -I --input-target= Set the input binary file format\n" +" -O --output-target= Set the output binary file format\n" +" -T --header-file= Read for NLM header information\n" +" -l --linker= Use for any linking\n" +" -d --debug Display on stderr the linker command line\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +msgstr "" +" Ñ¡ÏîΪ£º\n" +" -I --input-target= É趨ÊäÈë¶þ½øÖÆÎļþ¸ñʽ\n" +" -O --output-target= É趨Êä³ö¶þ½øÖÆÎļþ¸ñʽ\n" +" -T --header-file= ´Ó ÖжÁÈë NLM Í·ÐÅÏ¢\n" +" -l --linker= ÔÚËùÓÐÁ¬½ÓÖÐʹÓà \n" +" -d --debug ÔÚ±ê×¼´íÎóÊä³öÖÐÏÔʾÁ¬½ÓÆ÷ÃüÁîÐÐ\n" +" -h --help ÏÔʾ±¾ÐÅÏ¢\n" +" -v --version ÏÔʾ³ÌÐòµÄ°æ±¾ºÅ\n" + +#: nlmconv.c:1151 +#, c-format +msgid "support not compiled in for %s" +msgstr "" + +#: nlmconv.c:1191 +msgid "make section" +msgstr "" + +#: nlmconv.c:1205 +msgid "set section size" +msgstr "É趨½Ú´óС" + +#: nlmconv.c:1211 +msgid "set section alignment" +msgstr "É趨½Ú¶ÔÆë" + +#: nlmconv.c:1215 +msgid "set section flags" +msgstr "É趨½Ú±êÖ¾" + +#: nlmconv.c:1226 +msgid "set .nlmsections size" +msgstr "É趨 .nlmsections ´óС" + +#: nlmconv.c:1314 nlmconv.c:1322 nlmconv.c:1331 nlmconv.c:1336 +msgid "set .nlmsection contents" +msgstr "É趨 .nlmsection µÄÄÚÈÝ" + +#: nlmconv.c:1837 +msgid "stub section sizes" +msgstr "ռλ½Ú´óС" + +#: nlmconv.c:1886 +msgid "writing stub" +msgstr "ÕýÔÚдÈëռλ½Ú" + +#: nlmconv.c:1975 +#, c-format +msgid "unresolved PC relative reloc against %s" +msgstr "" + +#: nlmconv.c:2039 +#, c-format +msgid "overflow when adjusting relocation against %s" +msgstr "" + +#: nlmconv.c:2156 +#, c-format +msgid "%s: execution of %s failed: " +msgstr "%s£ºÖ´ÐÐ %s ʧ°Ü£º" + +#: nlmconv.c:2171 +#, c-format +msgid "Execution of %s failed" +msgstr "Ö´ÐÐ %s ʧ°Ü" + +#: nm.c:246 size.c:85 strings.c:650 +#, c-format +msgid "Usage: %s [option(s)] [file(s)]\n" +msgstr "Ó÷¨£º%s [Ñ¡Ïî] [Îļþ]\n" + +#: nm.c:247 +msgid " List symbols in [file(s)] (a.out by default).\n" +msgstr "Áо٠[Îļþ] ÖеķûºÅ (ĬÈÏΪ a.out)¡£\n" + +#: nm.c:248 +msgid "" +" The options are:\n" +" -a, --debug-syms Display debugger-only symbols\n" +" -A, --print-file-name Print name of the input file before every symbol\n" +" -B Same as --format=bsd\n" +" -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n" +" The STYLE, if specified, can be `auto' (the default),\n" +" `gnu', 'lucid', 'arm', 'hp', 'edg' or 'gnu-new-abi'\n" +" --no-demangle Do not demangle low-level symbol names\n" +" -D, --dynamic Display dynamic symbols instead of normal symbols\n" +" --defined-only Display only defined symbols\n" +" -e (ignored)\n" +" -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd',\n" +" `sysv' or `posix'. The default is `bsd'\n" +" -g, --extern-only Display only external symbols\n" +" -l, --line-numbers Use debugging information to find a filename and\n" +" line number for each symbol\n" +" -n, --numeric-sort Sort symbols numerically by address\n" +" -o Same as -A\n" +" -p, --no-sort Do not sort the symbols\n" +" -P, --portability Same as --format=posix\n" +" -r, --reverse-sort Reverse the sense of the sort\n" +" -S, --print-size Print size of defined symbols\n" +" -s, --print-armap Include index for symbols from archive members\n" +" --size-sort Sort symbols by size\n" +" -t, --radix=RADIX Use RADIX for printing symbol values\n" +" --target=BFDNAME Specify the target object format as BFDNAME\n" +" -u, --undefined-only Display only undefined symbols\n" +" -X 32_64 (ignored)\n" +" -h, --help Display this information\n" +" -V, --version Display this program's version number\n" +"\n" +msgstr "" +" Ñ¡ÏîΪ£º\n" +" -a, --debug-syms ÏÔʾֻÓÃÓÚµ÷ÊԵķûºÅ\n" +" -A, --print-file-name ÔÚÿ¸ö·ûºÅÇ°´òÓ¡ÊäÈëÎļþÃû\n" +" -B ÓÚ --format=bsd Ïàͬ\n" +" -C, --demangle[=STYLE] ½«µ×²ã·ûºÅÃû½âÂëΪÓû§¼¶Ãû³Æ\n" +" Èç¹û¸ø³ö STYLE£¬STYLE ¿ÉÄÜΪ¡°auto¡± (ĬÈÏ)¡¢\n" +" ¡°gnu¡±¡¢¡°lucid¡±¡¢¡°arm¡±¡¢¡°hp¡±¡¢¡°edg¡±»ò¡°gnu-new-abi¡±\n" +" --no-demangle ²»Òª½âÂëµ×²ã·ûºÅÃû\n" +" -D, --dynamic ÏÔʾ¶¯Ì¬·ûºÅ¶ø²»ÊÇÆÕͨ·ûºÅ\n" +" --defined-only Ö»ÏÔʾÒѶ¨ÒåµÄ·ûºÅ\n" +" -e (ºöÂÔ)\n" +" -f, --format=FORMAT ʹÓÃÊä³ö¸ñʽ FORMAT¡£FORMAT ¿ÉÄÜÊÇ¡°bsd¡±¡¢\n" +" ¡°sysv¡±»ò¡°posix¡±¡£Ä¬ÈÏΪ¡°bsd¡±\n" +" -g, --extern-only Ö»ÏÔʾÍⲿ·ûºÅ\n" +" -l, --line-numbers ʹÓõ÷ÊÔÐÅÏ¢ÒÔ±ãΪÿ¸ö·ûºÅÑ°ÕÒÎļþÃûºÍÐкÅ\n" +" -n, --numeric-sort °´µØÖ·ÅÅÐò·ûºÅ\n" +" -o ÓÚ -A Ïàͬ\n" +" -p, --no-sort ²»Òª¶Ô·ûºÅ½øÐÐÅÅÐò\n" +" -P, --portability ÓÚ --format=posix Ïàͬ\n" +" -r, --reverse-sort ·´×ªÅÅÐò˳Ðò\n" +" -S, --print-size ´òÓ¡¶¨ÒåÁ˵ķûºÅµÄ´óС\n" +" -s, --print-armap ´òÓ¡¹éµµÎļþ³ÉÔ±ÖзûºÅµÄË÷Òý\n" +" --size-sort °´´óСÅÅÐò·ûºÅ\n" +" -t, --radix=RADIX ½« RADIX ÓÃÓÚ´òÓ¡·ûºÅÖµ\n" +" --target=BFDNAME ½«±êµÄÄ¿±ê¸ñʽָ¶¨Îª BFDNAME\n" +" -u, --undefined-only Ö»ÏÔʾ䶨ÒåµÄ·ûºÅ\n" +" -X 32_64 (ºöÂÔ)\n" +" -h, --help ÏÔʾ±¾ÐÅÏ¢\n" +" -V, --version ÏÔʾ±¾³ÌÐòµÄ°æ±¾ºÅ\n" +"\n" + +#: nm.c:281 objdump.c:217 +#, c-format +msgid "Report bugs to %s.\n" +msgstr "½« bug ±¨¸æµ½ %s¡£\n" + +#: nm.c:314 +#, c-format +msgid "%s: invalid radix" +msgstr "%s£ºÎÞЧµÄ»ùÊý" + +#: nm.c:339 +#, c-format +msgid "%s: invalid output format" +msgstr "%s£ºÎÞЧµÄÊä³ö¸ñʽ" + +#: nm.c:456 +msgid "Only -X 32_64 is supported" +msgstr "Ö»Ö§³Ö -X 32_64" + +#: nm.c:498 +#, c-format +msgid "data size %ld" +msgstr "Êý¾Ý´óС %ld" + +#: nm.c:523 readelf.c:5306 readelf.c:5342 +#, c-format +msgid ": %d" +msgstr "<´¦ÀíÆ÷רÓÃ>£º%d" + +#: nm.c:525 readelf.c:5308 readelf.c:5354 +#, c-format +msgid ": %d" +msgstr "<²Ù×÷ϵͳרÓÃ>£º%d" + +#: nm.c:527 readelf.c:5310 readelf.c:5357 +#, c-format +msgid ": %d" +msgstr "<δ֪>£º%d" + +#: nm.c:1339 +#, c-format +msgid "" +"\n" +"\n" +"Undefined symbols from %s:\n" +"\n" +msgstr "" +"\n" +"\n" +"À´×Ô %s µÄ䶨Òå·ûºÅ£º\n" +"\n" + +#: nm.c:1341 +#, c-format +msgid "" +"\n" +"\n" +"Symbols from %s:\n" +"\n" +msgstr "" +"\n" +"\n" +"À´×Ô %s µÄ·ûºÅ£º\n" +"\n" + +#: nm.c:1343 nm.c:1401 +msgid "" +"Name Value Class Type Size Line Section\n" +"\n" +msgstr "" + +#: nm.c:1346 nm.c:1404 +msgid "" +"Name Value Class Type Size Line Section\n" +"\n" +msgstr "" + +#: nm.c:1397 +#, c-format +msgid "" +"\n" +"\n" +"Undefined symbols from %s[%s]:\n" +"\n" +msgstr "" +"\n" +"\n" +"À´×Ô %s[%s] µÄ䶨ÒåµÄ·ûºÅ£º\n" +"\n" + +#: nm.c:1399 +#, c-format +msgid "" +"\n" +"\n" +"Symbols from %s[%s]:\n" +"\n" +msgstr "" +"\n" +"\n" +"À´×Ô %s[%s] µÄ·ûºÅ£º\n" +"\n" + +#: nm.c:1614 +msgid "" +"\n" +"Archive index:\n" +msgstr "" +"\n" +"¹éµµË÷Òý£º\n" + +#: objcopy.c:363 srconv.c:1952 +#, c-format +msgid "Usage: %s [option(s)] in-file [out-file]\n" +msgstr "Ó÷¨£º%s [Ñ¡Ïî] ÊäÈëÎļþ [Êä³öÎļþ]\n" + +#: objcopy.c:364 +msgid " Copies a binary file, possibly transforming it in the process\n" +msgstr " ¸´Öƶþ½øÖÆÎļþ£¬¿ÉÄÜÔڴ˹ý³ÌÖнøÐб任\n" + +#: objcopy.c:365 objcopy.c:435 +msgid " The options are:\n" +msgstr " Ñ¡ÏîΪ£º\n" + +#: objcopy.c:366 +msgid "" +" -I --input-target Assume input file is in format \n" +" -O --output-target Create an output file in format \n" +" -B --binary-architecture Set arch of output file, when input is binary\n" +" -F --target Set both input and output format to \n" +" --debugging Convert debugging information, if possible\n" +" -p --preserve-dates Copy modified/access timestamps to the output\n" +" -j --only-section Only copy section into the output\n" +" -R --remove-section Remove section 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 Do not copy symbol \n" +" -K --keep-symbol Only copy symbol \n" +" -L --localize-symbol Force symbol to be marked as a local\n" +" -G --keep-global-symbol Localize all symbols except \n" +" -W --weaken-symbol Force symbol 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 Only copy one out of every bytes\n" +" -b --byte Select byte in every interleaved block\n" +" --gap-fill Fill gaps between sections with \n" +" --pad-to Pad the last section up to address \n" +" --set-start Set the start address to \n" +" {--change-start|--adjust-start} \n" +" Add to the start address\n" +" {--change-addresses|--adjust-vma} \n" +" Add to LMA, VMA and start addresses\n" +" {--change-section-address|--adjust-section-vma} {=|+|-}\n" +" Change LMA and VMA of section by \n" +" --change-section-lma {=|+|-}\n" +" Change the LMA of section by \n" +" --change-section-vma {=|+|-}\n" +" Change the VMA of section by \n" +" {--[no-]change-warnings|--[no-]adjust-warnings}\n" +" Warn if a named section does not exist\n" +" --set-section-flags =\n" +" Set section 's properties to \n" +" --add-section = Add section found in to output\n" +" --rename-section =[,] Rename section to \n" +" --change-leading-char Force output format's leading character style\n" +" --remove-leading-char Remove leading character from global symbols\n" +" --redefine-sym = Redefine symbol name to \n" +" --srec-len Restrict the length of generated Srecords\n" +" --srec-forceS3 Restrict the type of generated Srecords to S3\n" +" --strip-symbols -N for all symbols listed in \n" +" --keep-symbols -K for all symbols listed in \n" +" --localize-symbols -L for all symbols listed in \n" +" --keep-global-symbols -G for all symbols listed in \n" +" --weaken-symbols -W for all symbols listed in \n" +" --alt-machine-code Use alternate machine code for output\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 "" +" -I --input-target ¼Ù¶¨ÊäÈëÎļþµÄ¸ñʽΪ \n" +" -O --output-target ´´½¨¸ñʽΪ µÄÊä³öÎļþ\n" +" -B --binary-architecture µ±ÊäÈëÎļþΪ¶þ½øÖÆÎļþʱ£¬É趨Êä³öÎļþµÄÌåϵ½á¹¹\n" +" -F --target ½«ÊäÈëÊä³ö¸ñʽÉ趨Ϊ \n" +" --debugging Èç¹û¿ÉÄÜ£¬×ª»»µ÷ÊÔÐÅÏ¢\n" +" -p --preserve-dates ½«ÐÞ¸Ä/·ÃÎÊʱ¼ä´Á¸´ÖƵ½Êä³öÎļþ\n" +" -j --only-section Ö»½« ½Ú¸´ÖƵ½Êä³öÎļþÖÐ\n" +" -R --remove-section ´ÓÊä³öÖÐɾ³ý ½Ú\n" +" -S --strip-all ɾ³ýËùÓзûºÅºÍÖض¨Î»ÐÅÏ¢\n" +" -g --strip-debug ɾ³ýËùÓе÷ÊÔ·ûºÅ\n" +" --strip-unneeded ɾ³ýËùÓÐÖض¨Î»²»ÐèÒªµÄ·ûºÅ\n" +" -N --strip-symbol ²»Òª¸´ÖÆ·ûºÅ \n" +" -K --keep-symbol Ö»¸´ÖÆ·ûºÅ \n" +" -L --localize-symbol ½«·ûºÅ Ç¿ÖƱêʶΪ±¾µØ·ûºÅ\n" +" -G --keep-global-symbol ½«³ýÁË·ûºÅ ÒÔÍâµÄËùÓзûºÅ±êʶΪ±¾µØ·ûºÅ\n" +" -W --weaken-symbol ½«·ûºÅ Ç¿ÖƱêʶΪÈõ·ûºÅ\n" +" --weaken ½«ËùÓÐÈ«¾Ö·ûºÅ±êʶΪÈõ·ûºÅ\n" +" -x --discard-all ɾ³ýËùÓзÇÈ«¾Ö·ûºÅ\n" +" -X --discard-locals ɾ³ýËùÓбàÒëÆ÷Éú³ÉµÄ·ûºÅ\n" +" -i --interleave Ö»ÔÚÿ ¸ö×Ö½ÚÖи´ÖÆÒ»¸ö\n" +" -b --byte ÔÚÿ¸ö²åÈë¿éÖÐÑ¡Ôñ×Ö½Ú \n" +" --gap-fill ÔÚ½Ú¿Õ϶ÖÐÒÔ Ìî³ä\n" +" --pad-to ²¹³ä×îºóÒ»½ÚÖ±µ½µØÖ· \n" +" --set-start ½«ÆðʼµØÖ·ÉèÖÃΪ \n" +" {--change-start|--adjust-start} \n" +" ½« Ôö¼Óµ½ÆðʼµØÖ·\n" +" {--change-addresses|--adjust-vma} \n" +" ½« Ôö¼Óµ½ LMA¡¢VMA ºÍÆðʼµØÖ·\n" +" {--change-section-address|--adjust-section-vma} {=|+|-}\n" +" ÒÔ ÐÞ¸Ä ½ÚµÄ LMA ºÍ VMA\n" +" --change-section-lma {=|+|-}\n" +" ÒÔ ÐÞ¸Ä ½ÚµÄ LMA\n" +" --change-section-vma {=|+|-}\n" +" ÒÔ ÐÞ¸Ä ½ÚµÄ VMA\n" +" {--[no-]change-warnings|--[no-]adjust-warnings}\n" +" Èç¹ûÃüÃû½Ú²»´æÔھ͸ø³ö¾¯¸æ\n" +" --set-section-flags =\n" +" ½« ½ÚµÄÊôÐÔÉèÖÃΪ \n" +" --add-section = ½« ÖÐµÄ ½ÚÌí¼Óµ½Êä³öÖÐ\n" +" --rename-section =[,] ½«½ÚÓÉ ¸ÄÃûΪ \n" +" --change-leading-char Ç¿ÐÐÉ趨Êä³ö¸ñʽµÄÇ°µ¼×Ö·û·ç¸ñ\n" +" --remove-leading-char ɾ³ýÈ«¾Ö·ûºÅµÄÇ°µ¼×Ö·û\n" +" --redefine-sym = ½«·ûºÅÓÉ ¸ÄÃûΪ \n" +" --srec-len ÏÞÖÆÉú³ÉµÄ Srecords µÄ³¤¶È\n" +" --srec-forceS3 ½«Éú³ÉµÄ Srecords µÄÀàÐÍÏÞÖÆΪ S3\n" +" --strip-symbols ¶ÔÁоÙÔÚ ÖеÄËùÓзûºÅÖ´ÐÐ -N\n" +" --keep-symbols ¶ÔÁоÙÔÚ ÖеÄËùÓзûºÅÖ´ÐÐ -K\n" +" --localize-symbols ¶ÔÁоÙÔÚ ÖеÄËùÓзûºÅÖ´ÐÐ -L\n" +" --keep-global-symbols ¶ÔÁоÙÔÚ ÖеÄËùÓзûºÅÖ´ÐÐ -G\n" +" --weaken-symbols ¶ÔÁоÙÔÚ ÖеÄËùÓзûºÅÖ´ÐÐ -W\n" +" --alt-machine-code Êä³öʹÓÃÌæ´úµÄ»úÆ÷Âë\n" +" -v --verbose ÁгöËùÓÐÐ޸ĵÄÄ¿±êÎļþ\n" +" -V --version ÏÔʾ±¾³ÌÐòµÄ°æ±¾ºÅ\n" +" -h --help ÏÔʾ±¾Êä³ö\n" + +#: objcopy.c:433 +#, c-format +msgid "Usage: %s in-file(s)\n" +msgstr "Ó÷¨£º%s <Ñ¡Ïî> ÊäÈëÎļþ\n" + +#: objcopy.c:434 +msgid " Removes symbols and sections from files\n" +msgstr "´ÓÎļþÖÐɾ³ý·ûºÅºÍ½Ú\n" + +#: objcopy.c:436 +msgid "" +" -I --input-target= Assume input file is in format \n" +" -O --output-target= Create an output file in format \n" +" -F --target= Set both input and output format to \n" +" -p --preserve-dates Copy modified/access timestamps to the output\n" +" -R --remove-section= Remove section from the output\n" +" -s --strip-all Remove all symbol and relocation information\n" +" -g -S -d --strip-debug Remove all debugging symbols\n" +" --strip-unneeded Remove all symbols not needed by relocations\n" +" -N --strip-symbol= Do not copy symbol \n" +" -K --keep-symbol= Only copy symbol \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 Place stripped output into \n" +msgstr "" +" -I --input-target= ¼Ù¶¨ÊäÈëÎļþµÄ¸ñʽΪ \n" +" -O --output-target= ´´½¨¸ñʽΪ µÄÊä³öÎļþ\n" +" -F --target= ½«ÊäÈëºÍÊä³öµÄ¸ñʽÉ趨Ϊ \n" +" -p --preserve-dates ½« ÐÞ¸Ä/·ÃÎÊ Ê±¼ä´Á¸´ÖƵ½Êä³öÎļþ\n" +" -R --remove-section= ´ÓÊä³öÖÐɾ³ý ½Ú\n" +" -s --strip-all ɾ³ýËùÓзûºÅºÍÖض¨Î»ÐÅÏ¢\n" +" -g -S -d --strip-debug ɾ³ýËùÓе÷ÊÔ·ûºÅ\n" +" --strip-unneeded ɾ³ýËùÓÐÖض¨Î»²»ÐèÒªµÄ·ûºÅ\n" +" -N --strip-symbol= ²»Òª¸´ÖÆ·ûºÅ \n" +" -K --keep-symbol= Ö»¸´ÖÆ·ûºÅ \n" +" -x --discard-all ɾ³ýËùÓзÇÈ«¾Ö·ûºÅ\n" +" -X --discard-locals ɾ³ýËùÓбàÒëÆ÷Éú³ÉµÄ·ûºÅ\n" +" -v --verbose ÁгöËùÓÐÐÞ¸ÄÁ˵ÄÄ¿±êÎļþ\n" +" -V --version ÏÔʾ±¾³ÌÐòµÄ°æ±¾ºÅ\n" +" -h --help ÏÔʾ±¾Êä³ö\n" +" -o ½« strip ¹ýµÄÊä³ö±£´æµ½ \n" + +#: objcopy.c:506 +#, c-format +msgid "unrecognized section flag `%s'" +msgstr "²»ÄÜʶ±ðµÄ½Ú±êÖ¾¡°%s¡±" + +#: objcopy.c:507 +#, c-format +msgid "supported flags: %s" +msgstr "Ö§³ÖµÄ±êÖ¾£º%s" + +#: objcopy.c:584 objcopy.c:2243 +#, c-format +msgid "cannot stat: %s: %s" +msgstr "ÎÞ·¨ stat£º%s£º%s" + +#: objcopy.c:591 objcopy.c:2261 +#, c-format +msgid "cannot open: %s: %s" +msgstr "ÎÞ·¨´ò¿ª£º%s£º%s" + +#: objcopy.c:594 objcopy.c:2265 +#, c-format +msgid "%s: fread failed" +msgstr "%s£ºfread ʧ°Ü" + +#: objcopy.c:667 +#, c-format +msgid "Ignoring rubbish found on line %d of %s" +msgstr "" + +#: objcopy.c:888 +#, c-format +msgid "%s: Multiple redefinition of symbol \"%s\"" +msgstr "%s£º¶à´ÎÖظ´¶¨Òå·ûºÅ¡°%s¡±" + +#: objcopy.c:893 +#, c-format +msgid "%s: Symbol \"%s\" is target of more than one redefinition" +msgstr "%s£º·ûºÅ¡°%s¡±ÊǶà´ÎÖظ´¶¨ÒåµÄ±êµÄ" + +#: objcopy.c:945 +msgid "Unable to change endianness of input file(s)" +msgstr "" + +#: objcopy.c:953 +#, c-format +msgid "copy from %s(%s) to %s(%s)\n" +msgstr "´Ó %s(%s) ¸´ÖƵ½ %s(%s)\n" + +#: objcopy.c:977 +#, c-format +msgid "Warning: Output file cannot represent architecture %s" +msgstr "¾¯¸æ£ºÊä³öÎļþÎÞ·¨±í´ïÌåϵ½á¹¹ %s" + +#: objcopy.c:1004 +#, c-format +msgid "can't create section `%s': %s" +msgstr "ÎÞ·¨´´½¨½Ú¡°%s¡±£º%s" + +#: objcopy.c:1090 +#, c-format +msgid "Can't fill gap after %s: %s" +msgstr "ÎÞ·¨Ìî³ä %s Ö®ºóµÄ¿Õ϶£º%s" + +#: objcopy.c:1115 +#, c-format +msgid "Can't add padding to %s: %s" +msgstr "" + +#: objcopy.c:1254 +#, c-format +msgid "%s: error copying private BFD data: %s" +msgstr "%s£º¸´ÖÆ BFD ˽ÓÐÊý¾Ý³ö´í£º%s" + +#: objcopy.c:1267 +msgid "unknown alternate machine code, ignored" +msgstr "" + +#: objcopy.c:1300 objcopy.c:1330 +#, c-format +msgid "cannot mkdir %s for archive copying (error: %s)" +msgstr "ÎÞ·¨Îª¹éµµ¸´ÖÆ´´½¨Ä¿Â¼ %s (´íÎó£º%s)" + +#: objcopy.c:1497 +#, c-format +msgid "Multiple renames of section %s" +msgstr "¶à´Î¸ÄÃû½Ú %s" + +#: objcopy.c:1581 +msgid "making" +msgstr "" + +#: objcopy.c:1590 +msgid "size" +msgstr "´óС" + +#: objcopy.c:1604 +msgid "vma" +msgstr "vma" + +#: objcopy.c:1630 +msgid "alignment" +msgstr "¶ÔÆë" + +#: objcopy.c:1638 +msgid "flags" +msgstr "±êÖ¾" + +#: objcopy.c:1655 +msgid "private data" +msgstr "˽ÓÐÊý¾Ý" + +#: objcopy.c:1663 +#, c-format +msgid "%s: section `%s': error in %s: %s" +msgstr "%s£º½Ú¡°%s¡±£º%s Öгö´í£º%s" + +#: objcopy.c:1946 +#, c-format +msgid "%s: can't create debugging section: %s" +msgstr "%s£ºÎÞ·¨´´½¨µ÷ÊÔ½Ú£º%s" + +#: objcopy.c:1961 +#, c-format +msgid "%s: can't set debugging section contents: %s" +msgstr "%s£ºÎÞ·¨É趨µ÷ÊÔ½ÚÄÚÈÝ£º%s" + +#: objcopy.c:1970 +#, c-format +msgid "%s: don't know how to write debugging information for %s" +msgstr "%s£º²»ÖªµÀÈçºÎΪ %s дÈëµ÷ÊÔÐÅÏ¢" + +#: objcopy.c:2078 +#, c-format +msgid "%s: cannot stat: %s" +msgstr "%s£ºÎÞ·¨ stat£º%s" + +#: objcopy.c:2129 +msgid "byte number must be non-negative" +msgstr "×Ö½Ú±àºÅ±ØÐëÊǷǸºÊý" + +#: objcopy.c:2139 +msgid "interleave must be positive" +msgstr "" + +#: objcopy.c:2159 objcopy.c:2167 +#, c-format +msgid "%s both copied and removed" +msgstr "¼´Òª¸´ÖÆ %s ÓÖҪɾ³ýËü" + +#: objcopy.c:2240 objcopy.c:2310 objcopy.c:2410 objcopy.c:2437 objcopy.c:2461 +#: objcopy.c:2465 objcopy.c:2485 +#, c-format +msgid "bad format for %s" +msgstr "%s ¸ñʽ´íÎó" + +#: objcopy.c:2379 +#, c-format +msgid "Warning: truncating gap-fill from 0x%s to 0x%x" +msgstr "¾¯¸æ£º½«¼ä϶Ìî³äÓÉ 0x%s ½Ø¶Ìµ½ 0x%x" + +#: objcopy.c:2531 +msgid "alternate machine code index must be positive" +msgstr "" + +#: objcopy.c:2550 +msgid "byte number must be less than interleave" +msgstr "" + +#: objcopy.c:2577 +#, c-format +msgid "architecture %s unknown" +msgstr "δ֪µÄÌåϵ½á¹¹ %s" + +#: objcopy.c:2581 +msgid "Warning: input target 'binary' required for binary architecture parameter." +msgstr "" + +#: objcopy.c:2582 +#, c-format +msgid " Argument %s ignored" +msgstr " ºöÂÔ²ÎÊý %s" + +#: objcopy.c:2588 +#, c-format +msgid "Cannot stat: %s: %s" +msgstr "ÎÞ·¨ stat£º%s£º%s" + +#: objcopy.c:2628 objcopy.c:2642 +#, c-format +msgid "%s %s%c0x%s never used" +msgstr "" + +#: objdump.c:165 +#, c-format +msgid "Usage: %s \n" +msgstr "Ó÷¨£º%s <Ñ¡Ïî> <Îļþ>\n" + +#: objdump.c:166 +msgid " Display information from object .\n" +msgstr " ÏÔʾÀ´×ÔÄ¿±ê <Îļþ> µÄÐÅÏ¢¡£\n" + +#: objdump.c:167 +msgid " At least one of the following switches must be given:\n" +msgstr " ÖÁÉÙ±ØÐë¸ø³öÒÔÏÂÑ¡ÏîÖ®Ò»£º\n" + +#: objdump.c:168 +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 (in raw form) any STABS info in the 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 "" +" -a, --archive-headers ÏÔʾ¹éµµÎļþÍ·ÐÅÏ¢\n" +" -f, --file-headers ÏÔʾÕûÌåÎļþÍ·µÄÄÚÈÝ\n" +" -p, --private-headers ÏÔʾĿ±ê¸ñʽÌØÓеÄÎļþÍ·ÄÚÈÝ\n" +" -h, --[section-]headers ÏÔʾ½ÚÍ·µÄÄÚÈÝ\n" +" -x, --all-headers ÏÔʾËùÓÐÍ·µÄÄÚÈÝ\n" +" -d, --disassemble ÏÔʾ¿ÉÖ´ÐнڵĻã±àÄÚÈÝ\n" +" -D, --disassemble-all ÏÔʾËùÓнڵĻã±àÄÚÈÝ\n" +" -S, --source ½«Ô´´úÂëºÍ·´»ã±à»ìºÏÆðÀ´\n" +" -s, --full-contents ÏÔʾËùÓÐÇëÇó½ÚµÄÍêÕûÄÚÈÝ\n" +" -g, --debugging ÏÔʾĿ±êÎļþµÄµ÷ÊÔÐÅÏ¢\n" +" -G, --stabs ÒÔԭʼÐÎʽÏÔʾÎļþÖÐËùÓÐµÄ STABS ÐÅÏ¢\n" +" -t, --syms ÏÔʾ·ûºÅ±íµÄÄÚÈÝ\n" +" -T, --dynamic-syms ÏÔʾ¶¯Ì¬·ûºÅ±íµÄÄÚÈÝ\n" +" -r, --reloc ÏÔʾÎļþÖеÄÖض¨Î»ÌõÄ¿\n" +" -R, --dynamic-reloc ÏÔʾÎļþÖеĶ¯Ì¬Öض¨Î»ÌõÄ¿\n" +" -v, --version ÏÔʾ±¾³ÌÐòµÄ°æ±¾ºÅ\n" +" -i, --info ÁоÙÖ§³ÖµÄÄ¿±ê¸ñʽºÍÌåϵ½á¹¹\n" +" -H, --help ÏÔʾ±¾ÐÅÏ¢\n" + +#: objdump.c:190 +msgid "" +"\n" +" The following switches are optional:\n" +msgstr "" +"\n" +" ÒÔÏÂÑ¡ÏîÊÇ¿ÉÑ¡µÄ£º\n" + +#: objdump.c:191 +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=OPT Pass text OPT 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[=STYLE] Decode mangled/processed symbol names\n" +" The STYLE, if specified, can be `auto', 'gnu',\n" +" 'lucid', 'arm', 'hp', 'edg', or 'gnu-new-abi'\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 "" +" -b, --target=BFDNAME ½«±êµÄÄ¿±êÎļþ¸ñʽָ¶¨Îª BFDNAME\n" +" -m, --architecture=MACHINE ½«±êµÄÌåϵ½á¹¹Ö¸¶¨Îª MACHINE\n" +" -j, --section=NAME Ö»ÏÔʾ NAME ½ÚµÄÐÅÏ¢\n" +" -M, --disassembler-options=OPT ½«Îı¾´«µÝµ½ OPT ·´»ã±à³ÌÐò\n" +" -EB --endian=big ·´»ã±àʱ¼Ù¶¨¸ßλ×Ö½ÚÔÚÇ°\n" +" -EL --endian=little ·´»ã±àʱ¼Ù¶¨µÍλ×Ö½ÚÔÚÇ°\n" +" --file-start-context ´ÓÎļþµÄÆðµãÒýÈëÉÏÏÂÎÄ (´øÓÐ -S)\n" +" -l, --line-numbers ÔÚÊä³öÖиø³öÐкźÍÎļþÃû\n" +" -C, --demangle[=STYLE] ¶Ô mangled/´¦Àí¹ýµÄ·ûºÅÃû½øÐнâÂë\n" +" Èç¹û¸ø³öÁË STYLE£¬STYLE ¿ÉÄÜΪ¡°auto¡±¡¢¡°gnu¡±¡¢\n" +" ¡°lucid¡±¡¢¡°arm¡±¡¢¡°hp¡±¡¢¡°edg¡±»ò¡°gnu-new-abi¡±\n" +" -w, --wide ÒÔ¶àÓÚ 80 ÁеĿí¶È¶ÔÊä³ö½øÐиñʽ»¯\n" +" -z, --disassemble-zeroes ·´»ã±àʱ²»ÒªÌø¹ýΪÁãµÄ¿é\n" +" --start-address=ADDR Ö»Óнø³ÌÊý¾ÝµÄµØÖ· >= ADDR\n" +" --stop-address=ADDR Ö»Óнø³ÌÊý¾ÝµÄµØÖ· <= ADDR\n" +" --prefix-addresses ͬ·´»ã±à´úÂë²¢ÁÐÏÔʾÍêÕûµÄµØÖ·\n" +" --[no-]show-raw-insn ͬ·ûºÅ·´»ã±à²¢ÁÐÏÔʾʮÁù½øÖÆÖµ\n" +" --adjust-vma=OFFSET ΪËùÓÐÏÔʾµÄ½ÚµØÖ·Ôö¼Ó OFFSET\n" +"\n" + +#: objdump.c:358 +msgid "Sections:\n" +msgstr "½Ú£º\n" + +#: objdump.c:361 objdump.c:365 +msgid "Idx Name Size VMA LMA File off Algn" +msgstr "" + +#: objdump.c:367 +msgid "Idx Name Size VMA LMA File off Algn" +msgstr "" + +#: objdump.c:371 +msgid " Flags" +msgstr " ±êÖ¾" + +#: objdump.c:419 +#, c-format +msgid "%s: not a dynamic object" +msgstr "%s£º²»ÊǶ¯Ì¬¶ÔÏó" + +#: objdump.c:433 +#, c-format +msgid "%s: No dynamic symbols" +msgstr "%s£ºÃ»Óж¯Ì¬·ûºÅ" + +#: objdump.c:1114 +msgid "Out of virtual memory" +msgstr "Ðé´æ²»×ã" + +#: objdump.c:1543 +#, c-format +msgid "Can't use supplied machine %s" +msgstr "ÎÞ·¨Ê¹ÓÃÖ§³ÖµÄ»úÆ÷ %s" + +#: objdump.c:1561 +#, c-format +msgid "Can't disassemble for architecture %s\n" +msgstr "ÎÞ·¨·´»ã±àÌåϵ½á¹¹ %s\n" + +#: objdump.c:1643 +#, c-format +msgid "Disassembly of section %s:\n" +msgstr "·´»ã±à %s ½Ú£º\n" + +#: objdump.c:1818 +#, c-format +msgid "" +"No %s section present\n" +"\n" +msgstr "" +"%s ½Ú²»´æÔÚ\n" +"\n" + +#: objdump.c:1825 +#, c-format +msgid "%s has no %s section" +msgstr "%s ûÓÐ %s ½Ú" + +#: objdump.c:1839 +#, c-format +msgid "Reading %s section of %s failed: %s" +msgstr "¶ÁÈë %2$s µÄ %1$s ½Úʧ°Ü£º%3$s" + +#: objdump.c:1851 +#, c-format +msgid "Reading %s section of %s failed: %s\n" +msgstr "¶ÁÈë %2$s µÄ %1$s ½Úʧ°Ü£º%3$s\n" + +#: objdump.c:1894 +#, c-format +msgid "" +"Contents of %s section:\n" +"\n" +msgstr "" +"%s ½ÚµÄÄÚÈÝ£º\n" +"\n" + +#: objdump.c:1994 +#, c-format +msgid "architecture: %s, " +msgstr "Ìåϵ½á¹¹£º%s£¬" + +#: objdump.c:1997 +#, c-format +msgid "flags 0x%08x:\n" +msgstr "±êÖ¾ 0x%08x£º\n" + +#: objdump.c:2010 +msgid "" +"\n" +"start address 0x" +msgstr "" +"\n" +"ÆðʼµØÖ· 0x" + +#: objdump.c:2042 +#, c-format +msgid "" +"\n" +"%s: file format %s\n" +msgstr "" +"\n" +"%s£º Îļþ¸ñʽ %s\n" + +#: objdump.c:2084 +#, c-format +msgid "%s: printing debugging information failed" +msgstr "%s£º´òÓ¡µ÷ÊÔÐÅϢʧ°Ü" + +#: objdump.c:2161 +#, c-format +msgid "In archive %s:\n" +msgstr "Ôڹ鵵Îļþ %s ÖУº\n" + +#: objdump.c:2213 +#, c-format +msgid "Contents of section %s:\n" +msgstr "%s ½ÚµÄÄÚÈÝ£º\n" + +#: objdump.c:2718 +#, c-format +msgid "BFD header file version %s\n" +msgstr "BFD Í·Îļþ°æ±¾ %s\n" + +#: objdump.c:2807 +msgid "unrecognized -E option" +msgstr "ÎÞ·¨Ê¶±ðµÄ -E Ñ¡Ïî" + +#: objdump.c:2818 +#, c-format +msgid "unrecognized --endian type `%s'" +msgstr "ÎÞ·¨Ê¶±ðµÄ --endian ÀàÐÍ¡°%s¡±" + +#: rdcoff.c:204 +#, c-format +msgid "parse_coff_type: Bad type code 0x%x" +msgstr "parse_coff_type£º´íÎóµÄÀàÐÍÂë 0x%x" + +#: rdcoff.c:422 rdcoff.c:530 rdcoff.c:729 +#, c-format +msgid "bfd_coff_get_syment failed: %s" +msgstr "bfd_coff_get_syment ʧ°Ü£º%s" + +#: rdcoff.c:438 rdcoff.c:749 +#, c-format +msgid "bfd_coff_get_auxent failed: %s" +msgstr "bfd_coff_get_auxent ʧ°Ü£º%s" + +#: rdcoff.c:816 +#, c-format +msgid "%ld: .bf without preceding function" +msgstr "" + +#: rdcoff.c:866 +#, c-format +msgid "%ld: unexpected .ef\n" +msgstr "%ld£ºÒâÍâµÄ .ef\n" + +#: rddbg.c:87 +#, c-format +msgid "%s: no recognized debugging information" +msgstr "%s£ºÎ´Ê¶±ðµÄµ÷ÊÔÐÅÏ¢" + +#: rddbg.c:410 +msgid "Last stabs entries before error:\n" +msgstr "" + +#: readelf.c:328 +#, c-format +msgid "%s: Error: " +msgstr "%s£º´íÎó£º" + +#: readelf.c:339 +#, c-format +msgid "%s: Warning: " +msgstr "%s£º¾¯¸æ£º" + +#: readelf.c:361 +#, c-format +msgid "Unable to seek to %x for %s\n" +msgstr "" + +#: readelf.c:372 +#, c-format +msgid "Out of memory allocating %d bytes for %s\n" +msgstr "" + +#: readelf.c:380 +#, c-format +msgid "Unable to read in %d bytes of %s\n" +msgstr "" + +#: readelf.c:433 readelf.c:591 +#, c-format +msgid "Unhandled data length: %d\n" +msgstr "δ´¦ÀíµÄÊý¾Ý³¤¶È£º%d\n" + +#: readelf.c:675 +msgid "Don't know about relocations on this machine architecture\n" +msgstr "²»ÖªµÀ¹ØÓÚ±¾»úÆ÷Ìåϵ½á¹¹ÖÐÖض¨Î»µÄÇé¿ö\n" + +#: readelf.c:697 readelf.c:726 readelf.c:772 readelf.c:799 +msgid "relocs" +msgstr "Öض¨Î»" + +#: readelf.c:708 readelf.c:737 readelf.c:782 readelf.c:809 +msgid "out of memory parsing relocs" +msgstr "½âÎöÖض¨Î»ÄÚ´æ²»×ã" + +#: readelf.c:861 +msgid " Offset Info Type Sym. Value Symbol's Name + Addend\n" +msgstr "" + +#: readelf.c:863 +msgid " Offset Info Type Sym.Value Sym. Name + Addend\n" +msgstr "" + +#: readelf.c:868 +msgid " Offset Info Type Sym. Value Symbol's Name\n" +msgstr "" + +#: readelf.c:870 +msgid " Offset Info Type Sym.Value Sym. Name\n" +msgstr "" + +#: readelf.c:878 +msgid " Offset Info Type Symbol's Value Symbol's Name + Addend\n" +msgstr "" + +#: readelf.c:880 +msgid " Offset Info Type Sym. Value Sym. Name + Addend\n" +msgstr "" + +#: readelf.c:885 +msgid " Offset Info Type Symbol's Value Symbol's Name\n" +msgstr "" + +#: readelf.c:887 +msgid " Offset Info Type Sym. Value Sym. Name\n" +msgstr "" + +#: readelf.c:1134 readelf.c:1136 readelf.c:1184 readelf.c:1186 readelf.c:1195 +#: readelf.c:1197 +#, c-format +msgid "unrecognized: %-7lx" +msgstr "²»ÄÜʶ±ðµÄ£º%-7lx" + +#: readelf.c:1158 +#, c-format +msgid "" +msgstr "<×Ö·û´®±íË÷Òý %3ld>" + +#: readelf.c:1423 +#, c-format +msgid "Processor Specific: %lx" +msgstr "´¦ÀíÆ÷ÌØÓУº%lx" + +#: readelf.c:1442 +#, c-format +msgid "Operating System specific: %lx" +msgstr "²Ù×÷ϵͳÌØÓУº%lx" + +#: readelf.c:1445 readelf.c:2086 +#, c-format +msgid ": %lx" +msgstr "<δ֪>£º%lx" + +#: readelf.c:1459 +msgid "NONE (None)" +msgstr "NONE (ÎÞ)" + +#: readelf.c:1460 +msgid "REL (Relocatable file)" +msgstr "REL (¿ÉÖض¨Î»Îļþ)" + +#: readelf.c:1461 +msgid "EXEC (Executable file)" +msgstr "EXEC (¿ÉÖ´ÐÐÎļþ)" + +#: readelf.c:1462 +msgid "DYN (Shared object file)" +msgstr "DYN (¹²ÏíÄ¿±êÎļþ)" + +#: readelf.c:1463 +msgid "CORE (Core file)" +msgstr "CORE (Core Îļþ)" + +#: readelf.c:1467 +#, c-format +msgid "Processor Specific: (%x)" +msgstr "´¦ÀíÆ÷ÌØÓУº(%x)" + +#: readelf.c:1469 +#, c-format +msgid "OS Specific: (%x)" +msgstr "²Ù×÷ϵͳÌØÓУº(%x)" + +#: readelf.c:1471 readelf.c:1573 readelf.c:2238 +#, c-format +msgid ": %x" +msgstr "<δ֪>£º%x" + +#: readelf.c:1484 +msgid "None" +msgstr "ÎÞ" + +#: readelf.c:2278 +msgid "Usage: readelf elf-file(s)\n" +msgstr "Ó÷¨£ºreadelf <Ñ¡Ïî> elf-Îļþ\n" + +#: readelf.c:2279 +msgid " Display information about the contents of ELF format files\n" +msgstr " ÏÔʾ¹ØÓÚ ELF ¸ñʽÎļþÄÚÈݵÄÐÅÏ¢\n" + +#: readelf.c:2280 +msgid "" +" Options are:\n" +" -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +" -h --file-header Display the ELF file header\n" +" -l --program-headers Display the program headers\n" +" --segments An alias for --program-headers\n" +" -S --section-headers Display the sections' header\n" +" --sections An alias for --section-headers\n" +" -e --headers Equivalent to: -h -l -S\n" +" -s --syms Display the symbol table\n" +" --symbols An alias for --syms\n" +" -n --notes Display the core notes (if present)\n" +" -r --relocs Display the relocations (if present)\n" +" -u --unwind Display the unwind info (if present)\n" +" -d --dynamic Display the dynamic segment (if present)\n" +" -V --version-info Display the version sections (if present)\n" +" -A --arch-specific Display architecture specific information (if any).\n" +" -D --use-dynamic Use the dynamic section info when displaying symbols\n" +" -x --hex-dump= Dump the contents of section \n" +" -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n" +" Display the contents of DWARF2 debug sections\n" +msgstr "" +" Ñ¡ÏîΪ£º\n" +" -a --all µÈ¼ÛÓÚ£º-h -l -S -s -r -d -V -A -I\n" +" -h --file-header ÏÔʾ ELF ÎļþÍ·\n" +" -l --program-headers ÏÔʾ³ÌÐòÍ·\n" +" --segments --program-headers µÄ±ðÃû\n" +" -S --section-headers ÏÔʾ½ÚÍ·\n" +" --sections --section-headers µÄ±ðÃû\n" +" -e --headers µÈ¼ÛÓÚ£º-h -l -S\n" +" -s --syms ÏÔʾ·ûºÅ±í\n" +" --symbols --syms µÄ±ðÃû\n" +" -n --notes ÏÔʾºËÐÄ×¢ÊÍ (Èç¹ûÓеĻ°)\n" +" -r --relocs ÏÔʾÖض¨Î» (Èç¹ûÓеĻ°)\n" +" -u --unwind ÏÔʾչ¿ª(unwind)ÐÅÏ¢ (Èç¹ûÓеĻ°)\n" +" -d --dynamic ÏÔʾ¶¯Ì¬½Ú (Èç¹ûÓеĻ°)\n" +" -V --version-info ÏÔʾ°æ±¾½Ú (Èç¹ûÓеĻ°)\n" +" -A --arch-specific ÏÔʾÌåϵ½á¹¹ÌØÓеÄÐÅÏ¢ (Èç¹ûÓеĻ°).\n" +" -D --use-dynamic ÏÔʾ·ûºÅµÄʱºòʹÓö¯Ì¬½ÚÐÅÏ¢\n" +" -x --hex-dump=<±àºÅ> Êä³ö <±àºÅ> ½ÚµÄÄÚÈÝ\n" +" -w --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]\n" +" ÏÔʾ DWARF2 µ÷ÊÔ½ÚµÄÄÚÈÝ\n" + +#: readelf.c:2301 +msgid "" +" -i --instruction-dump=\n" +" Disassemble the contents of section \n" +msgstr "" +" -i --instruction-dump=<±àºÅ>\n" +" ·´»ã±à½Ú <±àºÅ> µÄÄÚÈÝ\n" + +#: readelf.c:2305 +msgid "" +" -I --histogram Display histogram of bucket list lengths\n" +" -W --wide Allow output width to exceed 80 characters\n" +" -H --help Display this information\n" +" -v --version Display the version number of readelf\n" +msgstr "" + +#: readelf.c:2327 +msgid "Out of memory allocating dump request table." +msgstr "" + +#: readelf.c:2491 +#, c-format +msgid "Unrecognized debug option '%s'\n" +msgstr "ÎÞ·¨Ê¶±ðµÄµ÷ÊÔÑ¡Ïî¡°%s¡±\n" + +#: readelf.c:2519 +#, c-format +msgid "Invalid option '-%c'\n" +msgstr "ÎÞЧµÄÑ¡Ïî¡°-%c¡±\n" + +#: readelf.c:2532 +msgid "Nothing to do.\n" +msgstr "ÎÞÊ¿É×ö¡£\n" + +#: readelf.c:2545 readelf.c:2562 readelf.c:4867 +msgid "none" +msgstr "ÎÞ" + +#: readelf.c:2549 readelf.c:2566 readelf.c:2594 +#, c-format +msgid "" +msgstr "<δ֪£º%x>" + +#: readelf.c:2563 +msgid "2's complement, little endian" +msgstr "" + +#: readelf.c:2564 +msgid "2's complement, big endian" +msgstr "" + +#: readelf.c:2591 +msgid "Standalone App" +msgstr "¶ÀÁ¢Ó¦ÓóÌÐò" + +#: readelf.c:2609 +msgid "Not an ELF file - it has the wrong magic bytes at the start\n" +msgstr "²»ÊÇ ELF Îļþ - Ëü¿ªÍ·µÄ magic ×Ö½Ú´íÎó\n" + +#: readelf.c:2617 +msgid "ELF Header:\n" +msgstr "ELF Í·£º\n" + +#: readelf.c:2618 +msgid " Magic: " +msgstr " Magic£º " + +#: readelf.c:2622 +#, c-format +msgid " Class: %s\n" +msgstr "" + +#: readelf.c:2624 +#, c-format +msgid " Data: %s\n" +msgstr "" + +#: readelf.c:2626 +#, c-format +msgid " Version: %d %s\n" +msgstr "" + +#: readelf.c:2633 +#, c-format +msgid " OS/ABI: %s\n" +msgstr "" + +#: readelf.c:2635 +#, c-format +msgid " ABI Version: %d\n" +msgstr "" + +#: readelf.c:2637 +#, c-format +msgid " Type: %s\n" +msgstr "" + +#: readelf.c:2639 +#, c-format +msgid " Machine: %s\n" +msgstr "" + +#: readelf.c:2641 +#, c-format +msgid " Version: 0x%lx\n" +msgstr "" + +#: readelf.c:2644 +msgid " Entry point address: " +msgstr " Èë¿ÚµãµØÖ·£º " + +#: readelf.c:2646 +msgid "" +"\n" +" Start of program headers: " +msgstr "" +"\n" +" ³ÌÐòÍ·Æðµã£º " + +#: readelf.c:2648 +msgid "" +" (bytes into file)\n" +" Start of section headers: " +msgstr "" + +#: readelf.c:2650 +msgid " (bytes into file)\n" +msgstr "" + +#: readelf.c:2652 +#, c-format +msgid " Flags: 0x%lx%s\n" +msgstr " ±êÖ¾£º 0x%lx%s\n" + +#: readelf.c:2655 +#, c-format +msgid " Size of this header: %ld (bytes)\n" +msgstr " ±¾Í·µÄ´óС£º %ld (×Ö½Ú)\n" + +#: readelf.c:2657 +#, c-format +msgid " Size of program headers: %ld (bytes)\n" +msgstr " ³ÌÐòÍ·´óС£º %ld (×Ö½Ú)\n" + +#: readelf.c:2659 +#, c-format +msgid " Number of program headers: %ld\n" +msgstr " ³ÌÐòÍ·ÊýÁ¿£º %ld\n" + +#: readelf.c:2661 +#, c-format +msgid " Size of section headers: %ld (bytes)\n" +msgstr " ½ÚÍ·´óС£º %ld (×Ö½Ú)\n" + +#: readelf.c:2663 +#, c-format +msgid " Number of section headers: %ld" +msgstr " ½ÚÍ·ÊýÁ¿£º %ld" + +#: readelf.c:2668 +#, c-format +msgid " Section header string table index: %ld" +msgstr " ×Ö·û´®±íË÷Òý½ÚÍ·£º %ld" + +#: readelf.c:2702 readelf.c:2738 +msgid "program headers" +msgstr "³ÌÐòÍ·" + +#: readelf.c:2772 +msgid "" +"\n" +"There are no program headers in this file.\n" +msgstr "" +"\n" +"±¾ÎļþÖÐûÓгÌÐòÍ·¡£\n" + +#: readelf.c:2778 +#, c-format +msgid "" +"\n" +"Elf file type is %s\n" +msgstr "" +"\n" +"Elf ÎļþÀàÐÍΪ %s\n" + +#: readelf.c:2779 +msgid "Entry point " +msgstr "Èë¿Úµã " + +#: readelf.c:2781 +#, c-format +msgid "" +"\n" +"There are %d program headers, starting at offset " +msgstr "" +"\n" +"¹²ÓÐ %d ¸ö³ÌÐòÍ·£¬¿ªÊ¼ÓÚÆ«ÒÆÁ¿" + +#: readelf.c:2792 readelf.c:3019 readelf.c:3065 readelf.c:3128 readelf.c:3195 +#: readelf.c:4229 readelf.c:4272 readelf.c:4461 readelf.c:5414 readelf.c:5428 +#: readelf.c:9659 readelf.c:9699 +msgid "Out of memory\n" +msgstr "ÄÚ´æ²»×ã\n" + +#: readelf.c:2810 readelf.c:2812 +msgid "" +"\n" +"Program Headers:\n" +msgstr "" +"\n" +"³ÌÐòÍ·£º\n" + +#: readelf.c:2816 +msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" +msgstr "" + +#: readelf.c:2819 +msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" +msgstr "" + +#: readelf.c:2823 +msgid " Type Offset VirtAddr PhysAddr\n" +msgstr "" + +#: readelf.c:2825 +msgid " FileSiz MemSiz Flags Align\n" +msgstr "" + +#: readelf.c:2925 +msgid "more than one dynamic segment\n" +msgstr "¶àÓÚÒ»¸ö¶¯Ì¬¶Î\n" + +#: readelf.c:2933 +msgid "Unable to find program interpreter name\n" +msgstr "ÎÞ·¨ÕÒµ½³ÌÐò½âÊÍÆ÷Ãû³Æ\n" + +#: readelf.c:2940 +#, c-format +msgid "" +"\n" +" [Requesting program interpreter: %s]" +msgstr "" +"\n" +" [ÕýÔÚÇëÇó³ÌÐò½âÊÍÆ÷£º%s]" + +#: readelf.c:2958 +msgid "" +"\n" +" Section to Segment mapping:\n" +msgstr "" + +#: readelf.c:2959 +msgid " Segment Sections...\n" +msgstr " ¶Î½Ú...\n" + +#: readelf.c:3010 readelf.c:3056 +msgid "section headers" +msgstr "½ÚÍ·" + +#: readelf.c:3104 readelf.c:3171 +msgid "symbols" +msgstr "·ûºÅ" + +#: readelf.c:3115 readelf.c:3182 +msgid "symtab shndx" +msgstr "" + +#: readelf.c:3284 +msgid "" +"\n" +"There are no sections in this file.\n" +msgstr "" +"\n" +"±¾ÎļþÖÐûÓнڡ£\n" + +#: readelf.c:3290 +#, c-format +msgid "There are %d section headers, starting at offset 0x%lx:\n" +msgstr "¹²ÓÐ %d ¸ö½ÚÍ·£¬´ÓÆ«ÒÆÁ¿ 0x%lx ¿ªÊ¼£º\n" + +#: readelf.c:3307 readelf.c:3621 readelf.c:3968 readelf.c:5565 +msgid "string table" +msgstr "×Ö·û´®±í" + +#: readelf.c:3328 +msgid "File contains multiple dynamic symbol tables\n" +msgstr "Îļþº¬Óжà¸ö¶¯Ì¬·ûºÅ±í\n" + +#: readelf.c:3340 +msgid "File contains multiple dynamic string tables\n" +msgstr "Îļþº¬Óжà¸ö¶¯Ì¬×Ö·û´®±í\n" + +#: readelf.c:3346 +msgid "dynamic strings" +msgstr "¶¯Ì¬×Ö·û´®" + +#: readelf.c:3352 +msgid "File contains multiple symtab shndx tables\n" +msgstr "" + +#: readelf.c:3390 +msgid "" +"\n" +"Section Headers:\n" +msgstr "" +"\n" +"½ÚÍ·£º\n" + +#: readelf.c:3392 +msgid "" +"\n" +"Section Header:\n" +msgstr "" +"\n" +"½ÚÍ·£º\n" + +#: readelf.c:3396 +msgid " [Nr] Name Type Addr Off Size ES Flg Lk Inf Al\n" +msgstr "" + +#: readelf.c:3399 +msgid " [Nr] Name Type Address Off Size ES Flg Lk Inf Al\n" +msgstr "" + +#: readelf.c:3402 +msgid " [Nr] Name Type Address Offset\n" +msgstr "" + +#: readelf.c:3403 +msgid " Size EntSize Flags Link Info Align\n" +msgstr "" + +#: readelf.c:3498 +msgid "" +"Key to Flags:\n" +" W (write), A (alloc), X (execute), M (merge), S (strings)\n" +" I (info), L (link order), G (group), x (unknown)\n" +" O (extra OS processing required) o (OS specific), p (processor specific)\n" +msgstr "" + +#: readelf.c:3559 +#, c-format +msgid "" +"\n" +"Relocation section at offset 0x%lx contains %ld bytes:\n" +msgstr "" +"\n" +"λÓÚÆ«ÒÆÁ¿ 0x%lx µÄÖض¨Î»½Úº¬ÓÐ %ld ¸ö×Ö½Ú£º\n" + +#: readelf.c:3566 +msgid "" +"\n" +"There are no dynamic relocations in this file.\n" +msgstr "" +"\n" +"±¾ÎļþÖÐûÓж¯Ì¬Öض¨Î»¡£\n" + +#: readelf.c:3593 +msgid "" +"\n" +"Relocation section " +msgstr "" +"\n" +"Öض¨Î»½Ú " + +#: readelf.c:3598 readelf.c:4031 readelf.c:4045 +#, c-format +msgid "'%s'" +msgstr "¡°%s¡±" + +#: readelf.c:3600 readelf.c:4047 +#, c-format +msgid " at offset 0x%lx contains %lu entries:\n" +msgstr " λÓÚÆ«ÒÆÁ¿ 0x%lx º¬ÓÐ %lu ¸öÌõÄ¿£º\n" + +#: readelf.c:3638 +msgid "" +"\n" +"There are no relocations in this file.\n" +msgstr "" +"\n" +"¸ÃÎļþÖÐûÓÐÖض¨Î»ÐÅÏ¢¡£\n" + +#: readelf.c:3834 +msgid "unwind table" +msgstr "" + +#: readelf.c:3885 readelf.c:3897 readelf.c:7890 readelf.c:7901 +#, c-format +msgid "Skipping unexpected symbol type %u\n" +msgstr "Ìø¹ýÒâÍâµÄ·ûºÅÀàÐÍ %u\n" + +#: readelf.c:3905 +#, c-format +msgid "Skipping unexpected relocation type %s\n" +msgstr "Ìø¹ýÒâÍâµÄÖض¨Î»ÀàÐÍ %s\n" + +#: readelf.c:3950 readelf.c:3975 +msgid "" +"\n" +"There are no unwind sections in this file.\n" +msgstr "" + +#: readelf.c:4026 +msgid "" +"\n" +"Could not find unwind info section for " +msgstr "" + +#: readelf.c:4038 +msgid "unwind info" +msgstr "" + +#: readelf.c:4040 +msgid "" +"\n" +"Unwind section " +msgstr "" + +#: readelf.c:4213 readelf.c:4256 +msgid "dynamic segment" +msgstr "¶¯Ì¬½Ú" + +#: readelf.c:4334 +msgid "" +"\n" +"There is no dynamic segment in this file.\n" +msgstr "" +"\n" +"±¾ÎļþûÓж¯Ì¬½Ú¡£\n" + +#: readelf.c:4368 +msgid "Unable to seek to end of file!" +msgstr "ÎÞ·¨¶¨Î»µÄÎļþĩβ£¡" + +#: readelf.c:4379 +msgid "Unable to determine the number of symbols to load\n" +msgstr "ÎÞ·¨È·¶¨Òª¶ÁÈëµÄ·ûºÅÊýÁ¿\n" + +#: readelf.c:4409 +msgid "Unable to seek to end of file\n" +msgstr "ÎÞ·¨¶¨Î»µ½Îļþĩβ\n" + +#: readelf.c:4415 +msgid "Unable to determine the length of the dynamic string table\n" +msgstr "ÎÞ·¨È·¶¨¶¯Ì¬×Ö·û´®±íµÄ³¤¶È\n" + +#: readelf.c:4420 +msgid "dynamic string table" +msgstr "¶¯Ì¬×Ö·û´®±í" + +#: readelf.c:4454 +msgid "symbol information" +msgstr "·ûºÅÐÅÏ¢" + +#: readelf.c:4478 +#, c-format +msgid "" +"\n" +"Dynamic segment at offset 0x%x contains %ld entries:\n" +msgstr "" +"\n" +"λÓÚÆ«ÒÆÁ¿ 0x%x ´¦µÄ¶¯Ì¬½Úº¬ÓÐ %ld ¸öÌõÄ¿£º\n" + +#: readelf.c:4481 +msgid " Tag Type Name/Value\n" +msgstr " ±ê¼Ç ÀàÐÍ Ãû³Æ/Öµ\n" + +#: readelf.c:4517 +msgid "Auxiliary library" +msgstr "¸½¼Ó¿â" + +#: readelf.c:4521 +msgid "Filter library" +msgstr "¹ýÂËÆ÷¿â" + +#: readelf.c:4525 +msgid "Configuration file" +msgstr "ÅäÖÃÎļþ" + +#: readelf.c:4529 +msgid "Dependency audit library" +msgstr "" + +#: readelf.c:4533 +msgid "Audit library" +msgstr "" + +#: readelf.c:4551 readelf.c:4577 readelf.c:4603 +msgid "Flags:" +msgstr "±êÖ¾£º" + +#: readelf.c:4553 readelf.c:4579 readelf.c:4605 +msgid " None\n" +msgstr " ÎÞ\n" + +#: readelf.c:4724 +#, c-format +msgid "Shared library: [%s]" +msgstr "¹²Ïí¿â£º[%s]" + +#: readelf.c:4727 +msgid " program interpreter" +msgstr " ³ÌÐò½âÊÍÆ÷" + +#: readelf.c:4731 +#, c-format +msgid "Library soname: [%s]" +msgstr "" + +#: readelf.c:4735 +#, c-format +msgid "Library rpath: [%s]" +msgstr "" + +#: readelf.c:4739 +#, c-format +msgid "Library runpath: [%s]" +msgstr "" + +#: readelf.c:4802 +#, c-format +msgid "Not needed object: [%s]\n" +msgstr "²»ÐèÒªµÄÄ¿±ê£º[%s]\n" + +#: readelf.c:4913 +#, c-format +msgid "" +"\n" +"Version definition section '%s' contains %ld entries:\n" +msgstr "" +"\n" +"°æ±¾¶¨Òå½Ú¡°%s¡±º¬ÓÐ %ld ¸öÌõÄ¿£º\n" + +#: readelf.c:4916 +msgid " Addr: 0x" +msgstr " µØÖ·£º0x" + +#: readelf.c:4918 readelf.c:5113 +#, c-format +msgid " Offset: %#08lx Link: %lx (%s)\n" +msgstr " Æ«ÒÆÁ¿£º%#08lx Á¬½Ó£º%lx (%s)\n" + +#: readelf.c:4925 +msgid "version definition section" +msgstr "°æ±¾¶¨Òå½Ú" + +#: readelf.c:4951 +#, c-format +msgid " %#06x: Rev: %d Flags: %s" +msgstr "" + +#: readelf.c:4954 +#, c-format +msgid " Index: %d Cnt: %d " +msgstr "" + +#: readelf.c:4965 +#, c-format +msgid "Name: %s\n" +msgstr "Ãû³Æ£º%s\n" + +#: readelf.c:4967 +#, c-format +msgid "Name index: %ld\n" +msgstr "Ãû³ÆË÷Òý£º%ld\n" + +#: readelf.c:4982 +#, c-format +msgid " %#06x: Parent %d: %s\n" +msgstr "" + +#: readelf.c:4985 +#, c-format +msgid " %#06x: Parent %d, name index: %ld\n" +msgstr "" + +#: readelf.c:5004 +#, c-format +msgid "" +"\n" +"Version needs section '%s' contains %ld entries:\n" +msgstr "" + +#: readelf.c:5007 +msgid " Addr: 0x" +msgstr " µØÖ·£º0x" + +#: readelf.c:5009 +#, c-format +msgid " Offset: %#08lx Link to section: %ld (%s)\n" +msgstr "" + +#: readelf.c:5015 +msgid "version need section" +msgstr "°æ±¾ÐèÒª½Ú" + +#: readelf.c:5037 +#, c-format +msgid " %#06x: Version: %d" +msgstr "" + +#: readelf.c:5040 +#, c-format +msgid " File: %s" +msgstr " Îļþ£º%s" + +#: readelf.c:5042 +#, c-format +msgid " File: %lx" +msgstr " Îļþ£º%lx" + +#: readelf.c:5044 +#, c-format +msgid " Cnt: %d\n" +msgstr " ¼ÆÊý£º%d\n" + +#: readelf.c:5062 +#, c-format +msgid " %#06x: Name: %s" +msgstr " %#06x£ºÃû³Æ£º%s" + +#: readelf.c:5065 +#, c-format +msgid " %#06x: Name index: %lx" +msgstr " %#06x£ºÃû³ÆË÷Òý£º%lx" + +#: readelf.c:5068 +#, c-format +msgid " Flags: %s Version: %d\n" +msgstr " ±êÖ¾£º%s °æ±¾£º%d\n" + +#: readelf.c:5104 +msgid "version string table" +msgstr "°æ±¾×Ö·û´®±í" + +#: readelf.c:5108 +#, c-format +msgid "" +"\n" +"Version symbols section '%s' contains %d entries:\n" +msgstr "" +"\n" +"°æ±¾·ûºÅ½Ú¡°%s¡±º¬ÓÐ %d ¸öÌõÄ¿£º\n" + +#: readelf.c:5111 +msgid " Addr: " +msgstr " µØÖ·£º" + +#: readelf.c:5121 +msgid "version symbol data" +msgstr "°æ±¾·ûºÅÊý¾Ý" + +#: readelf.c:5148 +msgid " 0 (*local*) " +msgstr " 0 (*±¾µØ*) " + +#: readelf.c:5152 +msgid " 1 (*global*) " +msgstr " 1 (*È«¾Ö*) " + +#: readelf.c:5187 readelf.c:5622 +msgid "version need" +msgstr "" + +#: readelf.c:5197 +msgid "version need aux (2)" +msgstr "" + +#: readelf.c:5238 readelf.c:5684 +msgid "version def" +msgstr "" + +#: readelf.c:5257 readelf.c:5699 +msgid "version def aux" +msgstr "" + +#: readelf.c:5288 +msgid "" +"\n" +"No version information found in this file.\n" +msgstr "" + +#: readelf.c:5420 +msgid "Unable to read in dynamic data\n" +msgstr "ÎÞ·¨¶ÁÈ붯̬Êý¾Ý\n" + +#: readelf.c:5462 +msgid "Unable to seek to start of dynamic information" +msgstr "ÎÞ·¨¶¨Î»µ½¶¯Ì¬ÐÅÏ¢µÄÆðµã" + +#: readelf.c:5468 +msgid "Failed to read in number of buckets\n" +msgstr "" + +#: readelf.c:5474 +msgid "Failed to read in number of chains\n" +msgstr "" + +#: readelf.c:5494 +msgid "" +"\n" +"Symbol table for image:\n" +msgstr "" + +#: readelf.c:5496 +msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" +msgstr "" + +#: readelf.c:5498 +msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" +msgstr "" + +#: readelf.c:5543 +#, c-format +msgid "" +"\n" +"Symbol table '%s' contains %lu entries:\n" +msgstr "" + +#: readelf.c:5547 +msgid " Num: Value Size Type Bind Vis Ndx Name\n" +msgstr "" + +#: readelf.c:5549 +msgid " Num: Value Size Type Bind Vis Ndx Name\n" +msgstr "" + +#: readelf.c:5595 +msgid "version data" +msgstr "°æ±¾Êý¾Ý" + +#: readelf.c:5635 +msgid "version need aux (3)" +msgstr "" + +#: readelf.c:5660 +msgid "bad dynamic symbol" +msgstr "´íÎóµÄ¶¯Ì¬·ûºÅ" + +#: readelf.c:5722 +msgid "" +"\n" +"Dynamic symbol information is not available for displaying symbols.\n" +msgstr "" + +#: readelf.c:5734 +#, c-format +msgid "" +"\n" +"Histogram for bucket list length (total of %d buckets):\n" +msgstr "" + +#: readelf.c:5736 +#, c-format +msgid " Length Number %% of total Coverage\n" +msgstr "" + +#: readelf.c:5741 readelf.c:5760 readelf.c:9146 readelf.c:9338 +msgid "Out of memory" +msgstr "ÄÚ´æ²»×ã" + +#: readelf.c:5809 +#, c-format +msgid "" +"\n" +"Dynamic info segment at offset 0x%lx contains %d entries:\n" +msgstr "" +"\n" +"λÓÚÆ«ÒÆÁ¿ 0x%lx µÄ¶¯Ì¬ÐÅÏ¢½Úº¬ÓÐ %d ¸öÌõÄ¿£º\n" + +#: readelf.c:5812 +msgid " Num: Name BoundTo Flags\n" +msgstr "" + +#: readelf.c:5864 +#, c-format +msgid "" +"\n" +"Assembly dump of section %s\n" +msgstr "" + +#: readelf.c:5887 +#, c-format +msgid "" +"\n" +"Section '%s' has no data to dump.\n" +msgstr "" +"\n" +"¡°%s¡±½ÚûÓпÉÊä³öµÄÊý¾Ý¡£\n" + +#: readelf.c:5892 +#, c-format +msgid "" +"\n" +"Hex dump of section '%s':\n" +msgstr "" +"\n" +"¡°%s¡±½ÚµÄÊ®Áù½øÖÆÊä³ö£º\n" + +#: readelf.c:5897 +msgid "section data" +msgstr "½ÚÊä³ö" + +#: readelf.c:6046 +msgid "badly formed extended line op encountered!\n" +msgstr "" + +#: readelf.c:6053 +#, c-format +msgid " Extended opcode %d: " +msgstr "" + +#: readelf.c:6058 +msgid "" +"End of Sequence\n" +"\n" +msgstr "" +"ÐòÁнáÊø\n" +"\n" + +#: readelf.c:6064 +#, c-format +msgid "set Address to 0x%lx\n" +msgstr "" + +#: readelf.c:6069 +msgid " define new File Table entry\n" +msgstr " ¶¨ÒåÐÂÎļþ±íÌõÄ¿\n" + +#: readelf.c:6070 readelf.c:6199 +msgid " Entry\tDir\tTime\tSize\tName\n" +msgstr " ÌõÄ¿\tĿ¼\tʱ¼ä\t´óС\tÃû³Æ\n" + +#: readelf.c:6072 +#, c-format +msgid " %d\t" +msgstr " %d\t" + +#: readelf.c:6075 readelf.c:6077 readelf.c:6079 readelf.c:6211 readelf.c:6213 +#: readelf.c:6215 +#, c-format +msgid "%lu\t" +msgstr "%lu\t" + +#: readelf.c:6080 +#, c-format +msgid "" +"%s\n" +"\n" +msgstr "" +"%s\n" +"\n" + +#: readelf.c:6084 +#, c-format +msgid "UNKNOWN: length %d\n" +msgstr "δ֪£º³¤¶È %d\n" + +#: readelf.c:6110 +#, c-format +msgid "" +"\n" +"Dump of debug contents of section %s:\n" +"\n" +msgstr "" +"\n" +"Êä³ö %s ½ÚµÄµ÷ÊÔÄÚÈÝ£º\n" +"\n" + +#: readelf.c:6122 +msgid "64-bit DWARF line info is not supported yet.\n" +msgstr "Éв»Ö§³Ö 64-λ DWARF ÐÐÐÅÏ¢¡£\n" + +#: readelf.c:6129 +msgid "The line info appears to be corrupt - the section is too small\n" +msgstr "ÐÐÐÅÏ¢ËƺõÒÑË𻵠- ½Ú¹ýС\n" + +#: readelf.c:6137 +msgid "Only DWARF version 2 line info is currently supported.\n" +msgstr "Ä¿Ç°Ö»Ö§³ÖµÚ¶þ°æ DWARF ÐÐÐÅÏ¢¡£\n" + +#: readelf.c:6152 +#, c-format +msgid " Length: %ld\n" +msgstr " ³¤¶È£º %ld\n" + +#: readelf.c:6153 +#, c-format +msgid " DWARF Version: %d\n" +msgstr " DWARF °æ±¾£º %d\n" + +#: readelf.c:6154 +#, c-format +msgid " Prologue Length: %d\n" +msgstr "" + +#: readelf.c:6155 +#, c-format +msgid " Minimum Instruction Length: %d\n" +msgstr " ×îСָÁ¶È£º %d\n" + +#: readelf.c:6156 +#, c-format +msgid " Initial value of 'is_stmt': %d\n" +msgstr " ¡°is_stmt¡±µÄ³õʼֵ£º %d\n" + +#: readelf.c:6157 +#, c-format +msgid " Line Base: %d\n" +msgstr "" + +#: readelf.c:6158 +#, c-format +msgid " Line Range: %d\n" +msgstr "" + +#: readelf.c:6159 +#, c-format +msgid " Opcode Base: %d\n" +msgstr "" + +#: readelf.c:6168 +msgid "" +"\n" +" Opcodes:\n" +msgstr "" + +#: readelf.c:6171 +#, c-format +msgid " Opcode %d has %d args\n" +msgstr "" + +#: readelf.c:6177 +msgid "" +"\n" +" The Directory Table is empty.\n" +msgstr "" +"\n" +" Ŀ¼±íΪ¿Õ¡£\n" + +#: readelf.c:6180 +msgid "" +"\n" +" The Directory Table:\n" +msgstr "" +"\n" +" Ŀ¼±í£º\n" + +#: readelf.c:6184 +#, c-format +msgid " %s\n" +msgstr " %s\n" + +#: readelf.c:6195 +msgid "" +"\n" +" The File Name Table is empty.\n" +msgstr "" +"\n" +" ÎļþÃû±íΪ¿Õ¡£\n" + +#: readelf.c:6198 +msgid "" +"\n" +" The File Name Table:\n" +msgstr "" +"\n" +" ÎļþÃû±í£º\n" + +#: readelf.c:6206 +#, c-format +msgid " %d\t" +msgstr " %d\t" + +#: readelf.c:6217 +#, c-format +msgid "%s\n" +msgstr "%s\n" + +#. Now display the statements. +#: readelf.c:6225 +msgid "" +"\n" +" Line Number Statements:\n" +msgstr "" +"\n" +" ÐкÅÓï¾ä£º\n" + +#: readelf.c:6241 +#, c-format +msgid " Special opcode %d: advance Address by %d to 0x%lx" +msgstr "" + +#: readelf.c:6245 +#, c-format +msgid " and Line by %d to %d\n" +msgstr "" + +#: readelf.c:6256 +msgid " Copy\n" +msgstr " ¸´ÖÆ\n" + +#: readelf.c:6263 +#, c-format +msgid " Advance PC by %d to %lx\n" +msgstr "" + +#: readelf.c:6271 +#, c-format +msgid " Advance Line by %d to %d\n" +msgstr "" + +#: readelf.c:6278 +#, c-format +msgid " Set File Name to entry %d in the File Name Table\n" +msgstr "" + +#: readelf.c:6286 +#, c-format +msgid " Set column to %d\n" +msgstr " ½«ÁÐÉ趨Ϊ %d\n" + +#: readelf.c:6293 +#, c-format +msgid " Set is_stmt to %d\n" +msgstr " ½« is_stmt É趨Ϊ %d\n" + +#: readelf.c:6298 +msgid " Set basic block\n" +msgstr " É趨»ù±¾¿é\n" + +#: readelf.c:6306 +#, c-format +msgid " Advance PC by constant %d to 0x%lx\n" +msgstr "" + +#: readelf.c:6314 +#, c-format +msgid " Advance PC by fixed size amount %d to 0x%lx\n" +msgstr "" + +#: readelf.c:6319 +msgid " Set prologue_end to true\n" +msgstr "" + +#: readelf.c:6323 +msgid " Set epilogue_begin to true\n" +msgstr "" + +#: readelf.c:6329 +#, c-format +msgid " Set ISA to %d\n" +msgstr "" + +#: readelf.c:6333 +#, c-format +msgid " Unknown opcode %d with operands: " +msgstr "" + +#: readelf.c:6365 readelf.c:6827 readelf.c:6899 +#, c-format +msgid "" +"Contents of the %s section:\n" +"\n" +msgstr "" + +#: readelf.c:6384 +msgid "64-bit DWARF pubnames are not supported yet.\n" +msgstr "" + +#: readelf.c:6394 +msgid "Only DWARF 2 pubnames are currently supported\n" +msgstr "" + +#: readelf.c:6401 +#, c-format +msgid " Length: %ld\n" +msgstr " ³¤¶È£º %ld\n" + +#: readelf.c:6403 +#, c-format +msgid " Version: %d\n" +msgstr " °æ±¾£º %d\n" + +#: readelf.c:6405 +#, c-format +msgid " Offset into .debug_info section: %ld\n" +msgstr " ÔÚ .debug_info ½ÚÖеÄÆ«ÒÆÁ¿£º %ld\n" + +#: readelf.c:6407 +#, c-format +msgid " Size of area in .debug_info section: %ld\n" +msgstr " ÔÚ .debug_info ½ÚÖÐÇøÓòµÄ´óС£º %ld\n" + +#: readelf.c:6410 +msgid "" +"\n" +" Offset\tName\n" +msgstr "" +"\n" +" Æ«ÒÆÁ¿\tÃû³Æ\n" + +#: readelf.c:6501 +#, c-format +msgid "Unknown TAG value: %lx" +msgstr "δ֪µÄ TAG Öµ£º%lx" + +#: readelf.c:6612 +#, c-format +msgid "Unknown AT value: %lx" +msgstr "δ֪µÄ AT Öµ£º%lx" + +#: readelf.c:6649 +#, c-format +msgid "Unknown FORM value: %lx" +msgstr "δ֪µÄ FORM Öµ£º%lx" + +#: readelf.c:6848 +#, c-format +msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n" +msgstr " DW_MACINFO_start_file - Ðкţº%d Îļþ±àºÅ£º%d\n" + +#: readelf.c:6853 +msgid " DW_MACINFO_end_file\n" +msgstr " DW_MACINFO_end_file\n" + +#: readelf.c:6861 +#, c-format +msgid " DW_MACINFO_define - lineno : %d macro : %s\n" +msgstr " DW_MACINFO_define - Ðкţº%d ºê£º%s\n" + +#: readelf.c:6869 +#, c-format +msgid " DW_MACINFO_undef - lineno : %d macro : %s\n" +msgstr " DW_MACINFO_undef - Ðкţº%d ºê£º%s\n" + +#: readelf.c:6880 +#, c-format +msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n" +msgstr " DW_MACINFO_vendor_ext - ³£Á¿£º%d ×Ö·û´®£º%s\n" + +#: readelf.c:6908 +msgid " Number TAG\n" +msgstr "" + +#: readelf.c:6914 +#, c-format +msgid " %ld %s [%s]\n" +msgstr "" + +#: readelf.c:6917 +msgid "has children" +msgstr "" + +#: readelf.c:6917 +msgid "no children" +msgstr "" + +#: readelf.c:6921 +#, c-format +msgid " %-18s %s\n" +msgstr " %-18s %s\n" + +#: readelf.c:6942 +#, c-format +msgid " %lu byte block: " +msgstr " %lu ×ֽڵĿ飺" + +#: readelf.c:7265 +msgid "(User defined location op)" +msgstr "" + +#: readelf.c:7267 +msgid "(Unknown location op)" +msgstr "" + +#: readelf.c:7305 +msgid "debug_loc section data" +msgstr "debug_loc ½ÚÊý¾Ý" + +#: readelf.c:7336 +msgid "" +"\n" +"The .debug_loc section is empty.\n" +msgstr "" +"\n" +".debug_loc ½ÚΪ¿Õ¡£\n" + +#: readelf.c:7339 +msgid "" +"Contents of the .debug_loc section:\n" +"\n" +msgstr "" +".debug_loc ½ÚµÄÄÚÈÝ£º\n" +"\n" + +#: readelf.c:7340 +msgid "" +"\n" +" Offset Begin End Expression\n" +msgstr "" + +#: readelf.c:7412 +msgid "debug_str section data" +msgstr "debug_str ½ÚÊý¾Ý" + +#: readelf.c:7431 +msgid "" +msgstr "<ûÓÐ .debug_str ½Ú>" + +#: readelf.c:7434 +msgid "" +msgstr "<Æ«ÒÆÁ¿¹ý´ó>" + +#: readelf.c:7454 +msgid "" +"\n" +"The .debug_str section is empty.\n" +msgstr "" +"\n" +".debug_str ½ÚΪ¿Õ¡£\n" + +#: readelf.c:7458 +msgid "" +"Contents of the .debug_str section:\n" +"\n" +msgstr "" +".debug_str ½ÚµÄÄÚÈÝ£º\n" +"\n" + +#: readelf.c:7629 +#, c-format +msgid " (indirect string, offset: 0x%lx): " +msgstr " (¼ä½Ó×Ö·û´®£¬Æ«ÒÆÁ¿£º0x%lx)£º" + +#: readelf.c:7638 +#, c-format +msgid "Unrecognized form: %d\n" +msgstr "ÎÞ·¨Ê¶±ðµÄÐÎʽ£º%d\n" + +#: readelf.c:7651 +msgid "(not inlined)" +msgstr "(δÄÚÁ¬)" + +#: readelf.c:7652 +msgid "(inlined)" +msgstr "(ÒÑÄÚÁ¬)" + +#: readelf.c:7653 +msgid "(declared as inline but ignored)" +msgstr "(ÉùÃ÷ΪÄÚÁ¬µ«±»ºöÂÔ)" + +#: readelf.c:7654 +msgid "(declared as inline and inlined)" +msgstr "(ÉùÃ÷ΪÄÚÁ¬²¢ÒÑÄÚÁ¬)" + +#: readelf.c:7655 +#, c-format +msgid " (Unknown inline attribute value: %lx)" +msgstr " (δ֪µÄÄÚÁ¬ÊôÐÔÖµ£º%lx)" + +#: readelf.c:7826 readelf.c:8029 +#, c-format +msgid "" +"The section %s contains:\n" +"\n" +msgstr "" +"%s ½Úº¬ÓУº\n" +"\n" + +#: readelf.c:7850 +msgid "64-bit DWARF debug info is not supported yet.\n" +msgstr "Éв»Ö§³Ö 64-λ DWARF µ÷ÊÔÐÅÏ¢¡£\n" + +#: readelf.c:7919 +#, c-format +msgid " Compilation Unit @ %lx:\n" +msgstr " ±àÒëµ¥Ôª @ %lx£º\n" + +#: readelf.c:7920 +#, c-format +msgid " Length: %ld\n" +msgstr " ³¤¶È£º %ld\n" + +#: readelf.c:7921 +#, c-format +msgid " Version: %d\n" +msgstr " °æ±¾£º %d\n" + +#: readelf.c:7922 +#, c-format +msgid " Abbrev Offset: %ld\n" +msgstr " ËõдƫÒÆÁ¿£º %ld\n" + +#: readelf.c:7923 +#, c-format +msgid " Pointer Size: %d\n" +msgstr " Ö¸Õë´óС£º %d\n" + +#: readelf.c:7927 +msgid "Only version 2 DWARF debug information is currently supported.\n" +msgstr "Ö»Ö§³ÖµÚ¶þ°æ DWARF µ÷ÊÔÐÅÏ¢¡£\n" + +#: readelf.c:7948 +msgid "Unable to locate .debug_abbrev section!\n" +msgstr "ÎÞ·¨¶¨Î» .debug_abbrev ½Ú£¡\n" + +#: readelf.c:7954 +msgid "debug_abbrev section data" +msgstr "debug_abbrev ½ÚÊý¾Ý" + +#: readelf.c:7991 +#, c-format +msgid "Unable to locate entry %lu in the abbreviation table\n" +msgstr "ÎÞ·¨ÔÚËõд±íÖж¨Î»ÌõÄ¿ %lu\n" + +#: readelf.c:7996 +#, c-format +msgid " <%d><%lx>: Abbrev Number: %lu (%s)\n" +msgstr " <%d><%lx>£ºËõд±àºÅ£º%lu (%s)\n" + +#: readelf.c:8050 +msgid "64-bit DWARF aranges are not supported yet.\n" +msgstr "" + +#: readelf.c:8056 +msgid "Only DWARF 2 aranges are currently supported.\n" +msgstr "" + +#: readelf.c:8060 +#, c-format +msgid " Length: %ld\n" +msgstr "" + +#: readelf.c:8061 +#, c-format +msgid " Version: %d\n" +msgstr "" + +#: readelf.c:8062 +#, c-format +msgid " Offset into .debug_info: %lx\n" +msgstr "" + +#: readelf.c:8063 +#, c-format +msgid " Pointer Size: %d\n" +msgstr "" + +#: readelf.c:8064 +#, c-format +msgid " Segment Size: %d\n" +msgstr "" + +#: readelf.c:8066 +msgid "" +"\n" +" Address Length\n" +msgstr "" + +#: readelf.c:8248 +#, c-format +msgid "The section %s contains:\n" +msgstr "%s ½Úº¬ÓУº\n" + +#: readelf.c:8271 +msgid "64-bit DWARF format frames are not supported yet.\n" +msgstr "" + +#: readelf.c:8820 +#, c-format +msgid "Displaying the debug contents of section %s is not yet supported.\n" +msgstr "Éв»Ö§³ÖÏÔʾ %s ½ÚµÄµ÷ÊÔÄÚÈÝ¡£\n" + +#: readelf.c:8886 +#, c-format +msgid "" +"\n" +"Section '%s' has no debugging data.\n" +msgstr "" + +#: readelf.c:8891 readelf.c:8953 +msgid "debug section data" +msgstr "µ÷ÊÔ½ÚÊý¾Ý" + +#: readelf.c:8907 +#, c-format +msgid "Unrecognized debug section: %s\n" +msgstr "ÎÞ·¨Ê¶±ðµÄµ÷ÊÔ½Ú£º%s\n" + +#: readelf.c:8981 +msgid "Some sections were not dumped because they do not exist!\n" +msgstr "ûÓÐÊä³öijЩ½ÚÊÇÒòΪËüÃDz¢²»´æÔÚ£¡\n" + +#: readelf.c:9054 readelf.c:9418 +msgid "liblist" +msgstr "" + +#: readelf.c:9139 +msgid "options" +msgstr "Ñ¡Ïî" + +#: readelf.c:9170 +#, c-format +msgid "" +"\n" +"Section '%s' contains %d entries:\n" +msgstr "" +"\n" +"¡°%s¡±½Úº¬ÓÐ %d ¸öÌõÄ¿£º\n" + +#: readelf.c:9331 +msgid "conflict list found without a dynamic symbol table" +msgstr "" + +#: readelf.c:9349 readelf.c:9365 +msgid "conflict" +msgstr "³åÍ»" + +#: readelf.c:9375 +#, c-format +msgid "" +"\n" +"Section '.conflict' contains %ld entries:\n" +msgstr "" + +#: readelf.c:9377 +msgid " Num: Index Value Name" +msgstr "" + +#: readelf.c:9426 +msgid "liblist string table" +msgstr "" + +#: readelf.c:9435 +#, c-format +msgid "" +"\n" +"Library list section '%s' contains %lu entries:\n" +msgstr "" + +#: readelf.c:9484 +msgid "NT_PRSTATUS (prstatus structure)" +msgstr "NT_PRSTATUS (prstatus ½á¹¹)" + +#: readelf.c:9485 +msgid "NT_FPREGSET (floating point registers)" +msgstr "NT_FPREGSET (¸¡µã¼Ä´æÆ÷)" + +#: readelf.c:9486 +msgid "NT_PRPSINFO (prpsinfo structure)" +msgstr "NT_PRPSINFO (prpsinfo ½á¹¹)" + +#: readelf.c:9487 +msgid "NT_TASKSTRUCT (task structure)" +msgstr "NT_TASKSTRUCT (ÈÎÎñ½á¹¹)" + +#: readelf.c:9488 +msgid "NT_PRXFPREG (user_xfpregs structure)" +msgstr "NT_PRXFPREG (user_xfpregs ½á¹¹)" + +#: readelf.c:9489 +msgid "NT_PSTATUS (pstatus structure)" +msgstr "NT_PSTATUS (pstatus ½á¹¹)" + +#: readelf.c:9490 +msgid "NT_FPREGS (floating point registers)" +msgstr "NT_FPREGS (¸¡µãÊý¼Ä´æÆ÷)" + +#: readelf.c:9491 +msgid "NT_PSINFO (psinfo structure)" +msgstr "NT_PSINFO (psinfo ½á¹¹)" + +#: readelf.c:9492 +msgid "NT_LWPSTATUS (lwpstatus_t structure)" +msgstr "NT_LWPSTATUS (lwpstatus_t ½á¹¹)" + +#: readelf.c:9493 +msgid "NT_LWPSINFO (lwpsinfo_t structure)" +msgstr "NT_LWPSINFO (lwpsinfo_t ½á¹¹)" + +#: readelf.c:9494 +msgid "NT_WIN32PSTATUS (win32_pstatus structure)" +msgstr "NT_WIN32PSTATUS (win32_pstatus ½á¹¹)" + +#: readelf.c:9496 readelf.c:9520 +#, c-format +msgid "Unknown note type: (0x%08x)" +msgstr "δ֪µÄ×¢ÊÍÀàÐÍ£º(0x%08x)" + +#. NetBSD core "procinfo" structure. +#: readelf.c:9510 +msgid "NetBSD procinfo structure" +msgstr "NetBSD procinfo ½á¹¹" + +#: readelf.c:9537 readelf.c:9551 +msgid "PT_GETREGS (reg structure)" +msgstr "PT_GETREGS (reg ½á¹¹)" + +#: readelf.c:9539 readelf.c:9553 +msgid "PT_GETFPREGS (fpreg structure)" +msgstr "PT_GETFPREGS (fpreg ½á¹¹)" + +#: readelf.c:9559 +#, c-format +msgid "PT_FIRSTMACH+%d" +msgstr "" + +#: readelf.c:9613 +msgid "notes" +msgstr "×¢ÊÍ" + +#: readelf.c:9619 +#, c-format +msgid "" +"\n" +"Notes at offset 0x%08lx with length 0x%08lx:\n" +msgstr "" +"\n" +"×¢ÊÍλÓÚÆ«ÒÆÁ¿ 0x%08lx ³¤¶ÈΪ 0x%08lx£º\n" + +#: readelf.c:9621 +msgid " Owner\t\tData size\tDescription\n" +msgstr " ËùÓÐÕß\t\tÊý¾Ý´óС\tÃèÊö\n" + +#: readelf.c:9640 +#, c-format +msgid "corrupt note found at offset %x into core notes\n" +msgstr "" + +#: readelf.c:9642 +#, c-format +msgid " type: %x, namesize: %08lx, descsize: %08lx\n" +msgstr " ÀàÐÍ£º%x£¬Ãû³Æ´óС£º%08lx£¬ÃèÊö´óС£º%08lx\n" + +#: readelf.c:9744 +msgid "No note segments present in the core file.\n" +msgstr "core ÎļþÖÐûÓÐ×¢ÊͶΡ£\n" + +#: readelf.c:9822 +msgid "" +"This instance of readelf has been built without support for a\n" +"64 bit data type and so it cannot read 64 bit ELF files.\n" +msgstr "" +"±¾ readelf ʵÀý±àÒëʱδ¼ÓÈë 64 λÊý¾ÝÀàÐÍÖ§³Ö£¬\n" +"Òò¶øÎÞ·¨¶ÁÈë 64 λ ELF Îļþ¡£\n" + +#: readelf.c:9868 +#, c-format +msgid "Cannot stat input file %s.\n" +msgstr "ÎÞ·¨¶ÔÊäÈëÎļþ %s Ö´ÐÐ stat ²Ù×÷¡£\n" + +#: readelf.c:9875 +#, c-format +msgid "Input file %s not found.\n" +msgstr "ÕÒ²»µ½ÊäÈëÎļþ %s¡£\n" + +#: readelf.c:9881 +#, c-format +msgid "%s: Failed to read file header\n" +msgstr "%s£º¶ÁÈëÎļþͷʧ°Ü\n" + +#: readelf.c:9895 +#, c-format +msgid "" +"\n" +"File: %s\n" +msgstr "" +"\n" +"Îļþ£º%s\n" + +#: rename.c:131 +#, c-format +msgid "%s: cannot set time: %s" +msgstr "%s£ºÎÞ·¨ÉèÖÃʱ¼ä£º%s" + +#. We have to clean up here. +#: rename.c:170 rename.c:203 +#, c-format +msgid "%s: rename: %s" +msgstr "%s£ºÖØÃüÃû£º%s" + +#: rename.c:211 +#, c-format +msgid "%s: simple_copy: %s" +msgstr "" + +#: resbin.c:134 +#, c-format +msgid "%s: not enough binary data" +msgstr "" + +#: resbin.c:153 +msgid "null terminated unicode string" +msgstr "ÒÔ null ÖÕÖ¹µÄ unicode ×Ö·û´®" + +#: resbin.c:183 resbin.c:189 +msgid "resource ID" +msgstr "×ÊÔ´ ID" + +#: resbin.c:233 +msgid "cursor" +msgstr "¹â±ê" + +#: resbin.c:267 resbin.c:274 +msgid "menu header" +msgstr "²Ëµ¥Í·" + +#: resbin.c:284 +msgid "menuex header" +msgstr "À©Õ¹²Ëµ¥Í·" + +#: resbin.c:288 +msgid "menuex offset" +msgstr "À©Õ¹²Ëµ¥Æ«ÒÆÁ¿" + +#: resbin.c:295 +#, c-format +msgid "unsupported menu version %d" +msgstr "²»Ö§³ÖµÄ²Ëµ¥°æ±¾ %d" + +#: resbin.c:323 resbin.c:338 resbin.c:404 +msgid "menuitem header" +msgstr "²Ëµ¥ÏîÍ·" + +#: resbin.c:434 +msgid "menuitem" +msgstr "²Ëµ¥Ïî" + +#: resbin.c:475 resbin.c:503 +msgid "dialog header" +msgstr "¶Ô»°¿òÍ·" + +#: resbin.c:493 +#, c-format +msgid "unexpected DIALOGEX version %d" +msgstr "ÒâÍâµÄÀ©Õ¹¶Ô»°¿ò°æ±¾ %d" + +#: resbin.c:538 +msgid "dialog font point size" +msgstr "" + +#: resbin.c:546 +msgid "dialogex font information" +msgstr "" + +#: resbin.c:572 resbin.c:590 +msgid "dialog control" +msgstr "¶Ô»°¿ò¿ØÖÆ" + +#: resbin.c:582 +msgid "dialogex control" +msgstr "¶Ô»°¿òÀ©Õ¹¿ØÖÆ" + +#: resbin.c:611 +msgid "dialog control end" +msgstr "¶Ô»°¿ò¿ØÖƽáÊø" + +#: resbin.c:623 +msgid "dialog control data" +msgstr "¶Ô»°¿ò¿ØÖÆÊý¾Ý" + +#: resbin.c:666 +msgid "stringtable string length" +msgstr "×Ö·û´®±í×Ö·û´®³¤¶È" + +#: resbin.c:676 +msgid "stringtable string" +msgstr "×Ö·û´®±í×Ö·û´®" + +#: resbin.c:709 +msgid "fontdir header" +msgstr "×ÖÌåĿ¼ͷ" + +#: resbin.c:722 +msgid "fontdir" +msgstr "×ÖÌåĿ¼" + +#: resbin.c:738 +msgid "fontdir device name" +msgstr "×ÖÌåĿ¼É豸Ãû" + +#: resbin.c:744 +msgid "fontdir face name" +msgstr "" + +#: resbin.c:787 +msgid "accelerator" +msgstr "¼ÓËÙ¼ü" + +#: resbin.c:851 +msgid "group cursor header" +msgstr "×é¹â±êÍ·" + +#: resbin.c:855 +#, c-format +msgid "unexpected group cursor type %d" +msgstr "ÒâÍâµÄ×é¹â±êÀàÐÍ %d" + +#: resbin.c:870 +msgid "group cursor" +msgstr "×é¹â±ê" + +#: resbin.c:909 +msgid "group icon header" +msgstr "×éͼ±êÍ·" + +#: resbin.c:913 +#, c-format +msgid "unexpected group icon type %d" +msgstr "ÒâÍâµÄ×éͼ±êÀàÐÍ %d" + +#: resbin.c:928 +msgid "group icon" +msgstr "×éͼ±ê" + +#: resbin.c:999 resbin.c:1218 +msgid "unexpected version string" +msgstr "ÒâÍâµÄ°æ±¾×Ö·û´®" + +#: resbin.c:1033 +#, c-format +msgid "version length %d does not match resource length %lu" +msgstr "°æ±¾³¤¶È %d ²»Æ¥Åä×ÊÔ´³¤¶È %lu" + +#: resbin.c:1037 +#, c-format +msgid "unexpected version type %d" +msgstr "ÒâÍâµÄ°æ±¾ÀàÐÍ %d" + +#: resbin.c:1049 +#, c-format +msgid "unexpected fixed version information length %d" +msgstr "" + +#: resbin.c:1052 +msgid "fixed version info" +msgstr "" + +#: resbin.c:1056 +#, c-format +msgid "unexpected fixed version signature %lu" +msgstr "ÒâÍâµÄ¹Ì¶¨°æ±¾Ç©Ãû %lu" + +#: resbin.c:1060 +#, c-format +msgid "unexpected fixed version info version %lu" +msgstr "ÒâÍâµÄ¹Ì¶¨°æ±¾ÐÅÏ¢°æ±¾ %lu" + +#: resbin.c:1089 +msgid "version var info" +msgstr "" + +#: resbin.c:1106 +#, c-format +msgid "unexpected stringfileinfo value length %d" +msgstr "" + +#: resbin.c:1116 +#, c-format +msgid "unexpected version stringtable value length %d" +msgstr "" + +#: resbin.c:1150 +#, c-format +msgid "unexpected version string length %d != %d + %d" +msgstr "ÒâÍâµÄ°æ±¾×Ö·û´®³¤¶È %d != %d + %d" + +#: resbin.c:1161 +#, c-format +msgid "unexpected version string length %d < %d" +msgstr "ÒâÍâµÄ°æ±¾×Ö·û´®³¤¶È %d < %d" + +#: resbin.c:1178 +#, c-format +msgid "unexpected varfileinfo value length %d" +msgstr "" + +#: resbin.c:1197 +msgid "version varfileinfo" +msgstr "" + +#: resbin.c:1212 +#, c-format +msgid "unexpected version value length %d" +msgstr "ÒâÍâµÄ°æ±¾Öµ³¤¶È %d" + +#: rescoff.c:128 +msgid "filename required for COFF input" +msgstr "COFF ÊäÈëÐèÒªÎļþÃû" + +#: rescoff.c:145 +#, c-format +msgid "%s: no resource section" +msgstr "%s£ºÃ»ÓÐ×ÊÔ´½Ú" + +#: rescoff.c:152 +msgid "can't read resource section" +msgstr "ÎÞ·¨¶ÁÈë×ÊÔ´½Ú" + +#: rescoff.c:178 +#, c-format +msgid "%s: %s: address out of bounds" +msgstr "%s£º%s£ºµØÖ·³¬³ö½çÏÞ" + +#: rescoff.c:197 +msgid "directory" +msgstr "Ŀ¼" + +#: rescoff.c:225 +msgid "named directory entry" +msgstr "ÒÑÃüÃûµÄĿ¼ÌõÄ¿" + +#: rescoff.c:234 +msgid "directory entry name" +msgstr "Ŀ¼ÌõÄ¿Ãû" + +#: rescoff.c:254 +msgid "named subdirectory" +msgstr "ÒÑÃüÃûµÄ×ÓĿ¼" + +#: rescoff.c:262 +msgid "named resource" +msgstr "ÒÑÃüÃûµÄ×ÊÔ´" + +#: rescoff.c:277 +msgid "ID directory entry" +msgstr "" + +#: rescoff.c:294 +msgid "ID subdirectory" +msgstr "" + +#: rescoff.c:302 +msgid "ID resource" +msgstr "" + +#: rescoff.c:328 +msgid "resource type unknown" +msgstr "×ÊÔ´ÀàÐÍδ֪" + +#: rescoff.c:331 +msgid "data entry" +msgstr "Êý¾ÝÌõÄ¿" + +#: rescoff.c:339 +msgid "resource data" +msgstr "×ÊÔ´Êý¾Ý" + +#: rescoff.c:344 +msgid "resource data size" +msgstr "×ÊÔ´Êý¾Ý´óС" + +#: rescoff.c:439 +msgid "filename required for COFF output" +msgstr "COFF Êä³öÐèÒªÎļþÃû" + +#: rescoff.c:738 +msgid "can't get BFD_RELOC_RVA relocation type" +msgstr "ÎÞ·¨µÃµ½ BFD_RELOC_RVA Öض¨ÏòÀàÐÍ" + +#: resrc.c:240 resrc.c:312 +#, c-format +msgid "can't open temporary file `%s': %s" +msgstr "ÎÞ·¨´ò¿ªÁÙʱÎļþ¡°%s¡±£º%s" + +#: resrc.c:246 +#, c-format +msgid "can't redirect stdout: `%s': %s" +msgstr "ÎÞ·¨Öض¨Ïò±ê×¼Êä³ö£º¡°%s¡±£º%s" + +#: resrc.c:262 +#, c-format +msgid "%s %s: %s" +msgstr "%s %s£º%s" + +#: resrc.c:308 +#, c-format +msgid "can't execute `%s': %s" +msgstr "ÎÞ·¨Ö´ÐС°%s¡±£º%s" + +#: resrc.c:317 +#, c-format +msgid "Using temporary file `%s' to read preprocessor output\n" +msgstr "ʹÓÃÁÙʱÎļþ¡°%s¡±ÒÔ¶ÁÈëÔ¤´¦ÀíÆ÷Êä³ö\n" + +#: resrc.c:324 +#, c-format +msgid "can't popen `%s': %s" +msgstr "ÎÞ·¨ popen ¡°%s¡±£º%s" + +#: resrc.c:326 +msgid "Using popen to read preprocessor output\n" +msgstr "ʹÓà popen ¶ÁÈëÔ¤´¦ÀíÆ÷Êä³ö\n" + +#: resrc.c:369 +#, c-format +msgid "Tried `%s'\n" +msgstr "" + +#: resrc.c:380 +#, c-format +msgid "Using `%s'\n" +msgstr "ʹÓá°%s¡±\n" + +#: resrc.c:542 +#, c-format +msgid "%s:%d: %s\n" +msgstr "%s£º%d£º%s\n" + +#: resrc.c:551 +#, c-format +msgid "%s: unexpected EOF" +msgstr "%s£ºÎļþÒâÍâ½áÊø" + +#: resrc.c:608 +#, c-format +msgid "%s: read of %lu returned %lu" +msgstr "%s£º¶ÁÈ¡ %lu ·µ»Ø %lu" + +#: resrc.c:650 resrc.c:904 resrc.c:1177 resrc.c:1331 +#, c-format +msgid "stat failed on bitmap file `%s': %s" +msgstr "¶ÔλͼÎļþ¡°%s¡±½øÐÐ stat ²Ù×÷ʧ°Ü£º%s" + +#: resrc.c:703 +#, c-format +msgid "cursor file `%s' does not contain cursor data" +msgstr "¹â±êÎļþ¡°%s¡±²»º¬Óйâ±êÊý¾Ý" + +#: resrc.c:735 resrc.c:1048 +#, c-format +msgid "%s: fseek to %lu failed: %s" +msgstr "" + +#: resrc.c:872 +msgid "help ID requires DIALOGEX" +msgstr "" + +#: resrc.c:874 +msgid "control data requires DIALOGEX" +msgstr "" + +#: resrc.c:1017 +#, c-format +msgid "icon file `%s' does not contain icon data" +msgstr "ͼ±êÎļþ¡°%s¡±²»º¬ÓÐͼ±êÊý¾Ý" + +#: resrc.c:1536 +#, c-format +msgid "can't open `%s' for output: %s" +msgstr "ÎÞ·¨ÎªÊä³ö´ò¿ª¡°%s¡±£º%s" + +#: size.c:86 +msgid " Displays the sizes of sections inside binary files\n" +msgstr " ÏÔʾ¶þ½øÖÆÎļþÖнڵĴóС\n" + +#: size.c:87 +msgid " If no input file(s) are specified, a.out is assumed\n" +msgstr " ûÓиø³öÊäÈëÎļþ£¬Ä¬ÈÏΪ a.out\n" + +#: size.c:88 +#, c-format +msgid "" +" The options are:\n" +" -A|-B --format={sysv|berkeley} Select output style (default is %s)\n" +" -o|-d|-h --radix={8|10|16} Display numbers in octal, decimal or hex\n" +" -t --totals Display the total sizes (Berkeley only)\n" +" --target= Set the binary file format\n" +" -h --help Display this information\n" +" -v --version Display the program's version\n" +"\n" +msgstr "" +" Ñ¡ÏîΪ£º\n" +" -A|-B --format={sysv|berkeley} Ñ¡ÔñÊä³ö·ç¸ñ (ĬÈÏΪ %s)\n" +" -o|-d|-h --radix={8|10|16} Ò԰˽øÖÆ¡¢Ê®½øÖÆ»òÊ®Áù½øÖÆÏÔʾÊýÖµ\n" +" -t --totals ÏÔʾ×Ü´óС (Ö»ÓÃÓÚ Berkeley ·ç¸ñ)\n" +" --target= É趨¶þ½øÖÆÎļþ¸ñʽ\n" +" -h --help ÏÔʾ±¾ÐÅÏ¢\n" +" -v --version ÏÔʾ³ÌÐòµÄ°æ±¾ºÅ\n" +"\n" + +#: size.c:160 +#, c-format +msgid "invalid argument to --format: %s" +msgstr "--format µÄÎÞЧ²ÎÊý£º%s" + +#: size.c:187 +#, c-format +msgid "Invalid radix: %s\n" +msgstr "" + +#: srconv.c:1953 +msgid "Convert a COFF object file into a SYSROFF object file\n" +msgstr "½« COFF Ä¿±êÎļþת»»Îª SYSROFF Ä¿±êÎļþ\n" + +#: srconv.c:1954 +msgid "" +" The options are:\n" +" -q --quick (Obsolete - ignoerd)\n" +" -n --noprescan Do not perform a scan to convert commons into defs\n" +" -d --debug Display information about what is being done\n" +" -h --help Display this information\n" +" -v --version Print the program's version number\n" +msgstr "" +" Ñ¡ÏîΪ£º\n" +" -q --quick (¹ýÆÚ - ºöÂÔ)\n" +" -n --noprescan ²»Ö´ÐÐɨÃèÒÔ½« commons ת»»Îª defs\n" +" -d --debug ÏÔʾ¹ØÓÚÒÑÍê³ÉÊÂÎñµÄÐÅÏ¢\n" +" -h --help ÏÔʾ±¾ÐÅÏ¢\n" +" -v --version ´òÓ¡³ÌÐòµÄ°æ±¾ºÅ\n" + +#: srconv.c:2099 +#, c-format +msgid "unable to open output file %s" +msgstr "ÎÞ·¨´ò¿ªÊä³öÎļþ %s" + +#: stabs.c:343 stabs.c:1759 +msgid "numeric overflow" +msgstr "ÊýÖµÒç³ö" + +#: stabs.c:354 +#, c-format +msgid "Bad stab: %s\n" +msgstr "" + +#: stabs.c:364 +#, c-format +msgid "Warning: %s: %s\n" +msgstr "¾¯¸æ£º%s£º%s\n" + +#: stabs.c:485 +msgid "N_LBRAC not within function\n" +msgstr "N_LBRAC ²»ÔÚº¯ÊýÖÐ\n" + +#: stabs.c:524 +msgid "Too many N_RBRACs\n" +msgstr "¹ý¶àµÄ N_RBRAC\n" + +#: stabs.c:769 +msgid "unknown C++ encoded name" +msgstr "δ֪µÄ C++ ±àÂëÃû³Æ" + +#. Complain and keep going, so compilers can invent new +#. cross-reference types. +#: stabs.c:1296 +msgid "unrecognized cross reference type" +msgstr "ÎÞ·¨Ê¶±ðµÄ½»²æÒýÓÃÀàÐÍ" + +#. Does this actually ever happen? Is that why we are worrying +#. about dealing with it rather than just calling error_type? +#: stabs.c:1851 +msgid "missing index type" +msgstr "ÒÅ©µÄË÷ÒýÀàÐÍ" + +#: stabs.c:2178 +msgid "unknown virtual character for baseclass" +msgstr "" + +#: stabs.c:2196 +msgid "unknown visibility character for baseclass" +msgstr "" + +#: stabs.c:2388 +msgid "unnamed $vb type" +msgstr "" + +#: stabs.c:2394 +msgid "unrecognized C++ abbreviation" +msgstr "ÎÞ·¨Ê¶±ðµÄ C++ Ëõд" + +#: stabs.c:2474 +msgid "unknown visibility character for field" +msgstr "" + +#: stabs.c:2730 +msgid "const/volatile indicator missing" +msgstr "ÒÅ© const/volatile ָʾ·û" + +#: stabs.c:2970 +#, c-format +msgid "No mangling for \"%s\"\n" +msgstr "" + +#: stabs.c:3283 +msgid "Undefined N_EXCL" +msgstr "䶨Òå N_EXCL" + +#: stabs.c:3371 +#, c-format +msgid "Type file number %d out of range\n" +msgstr "ÀàÐÍÎļþ±àºÅ %d ³¬³ö·¶Î§\n" + +#: stabs.c:3376 +#, c-format +msgid "Type index number %d out of range\n" +msgstr "ÀàÐÍË÷Òý±àºÅ %d ³¬³ö·¶Î§\n" + +#: stabs.c:3463 +#, c-format +msgid "Unrecognized XCOFF type %d\n" +msgstr "ÎÞ·¨Ê¶±ðµÄ XCOFF ÀàÐÍ %d\n" + +#: stabs.c:3762 +#, c-format +msgid "bad mangled name `%s'\n" +msgstr "" + +#: stabs.c:3858 +msgid "no argument types in mangled string\n" +msgstr "" + +#: strings.c:200 +#, c-format +msgid "invalid number %s" +msgstr "ÎÞЧµÄ±àºÅ %s" + +#: strings.c:640 +#, c-format +msgid "invalid integer argument %s" +msgstr "ÎÞЧµÄÕûÊý²ÎÊý %s" + +#: strings.c:651 +msgid " Display printable strings in [file(s)] (stdin by default)\n" +msgstr " ´òÓ¡ [Îļþ] (ĬÈÏΪ±ê×¼ÊäÈë) ÖпɴòÓ¡µÄ×Ö·û´®\n" + +#: strings.c:652 +msgid "" +" The options are:\n" +" -a - --all Scan the entire file, not just the data section\n" +" -f --print-file-name Print the name of the file before each string\n" +" -n --bytes=[number] Locate & print any NUL-terminated sequence of at\n" +" - least [number] characters (default 4).\n" +" -t --radix={o,x,d} Print the location of the string in base 8, 10 or 16\n" +" -o An alias for --radix=o\n" +" -T --target= Specify the binary file format\n" +" -e --encoding={s,b,l,B,L} Select character size and endianness:\n" +" s = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n" +" -h --help Display this information\n" +" -v --version Print the program's version number\n" +msgstr "" + +#: sysdump.c:768 +msgid "Print a human readable interpretation of a SYSROFF object file\n" +msgstr "´òÓ¡ÊÊÓÚÔĶÁµÄ SYSROFF Ä¿±êÎļþµÄ½âÊÍ\n" + +#: sysdump.c:769 +msgid "" +" The options are:\n" +" -h --help Display this information\n" +" -v --version Print the program's version number\n" +msgstr "" +" Ñ¡ÏîΪ£º\n" +" -h --help ÏÔʾ±¾ÐÅÏ¢\n" +" -v --version ´òÓ¡³ÌÐòµÄ°æ±¾ºÅ\n" + +#: sysdump.c:836 +#, c-format +msgid "cannot open input file %s" +msgstr "ÎÞ·¨´ò¿ªÊäÈëÎļþ %s" + +#: version.c:35 +msgid "Copyright 2002 Free Software Foundation, Inc.\n" +msgstr "°æȨËùÓÐ 2002 ×ÔÓÉÈí¼þ»ù½ð»á¡£\n" + +#: version.c:36 +msgid "" +"This program is free software; you may redistribute it under the terms of\n" +"the GNU General Public License. This program has absolutely no warranty.\n" +msgstr "" +"±¾³ÌÐòÊÇ×ÔÓÉÈí¼þ£»Äú¿ÉÒÔ°´ÕÕ GNU ͨÓù«¹²Ðí¿ÉÖ¤\n" +"µÄÌõ¿î¶ÔÆä½øÐÐÔÙ·¢ÐС£±¾³ÌÐòûÓÐÈκε£±£¡£\n" + +#: windres.c:239 +#, c-format +msgid "can't open %s `%s': %s" +msgstr "ÎÞ·¨´ò¿ª %s¡°%s¡±£º%s" + +#: windres.c:418 +msgid ": expected to be a directory\n" +msgstr "£ºÓ¦ÎªÄ¿Â¼\n" + +#: windres.c:430 +msgid ": expected to be a leaf\n" +msgstr "" + +#: windres.c:439 +#, c-format +msgid "%s: warning: " +msgstr "%s£º¾¯¸æ£º" + +#: windres.c:441 +msgid ": duplicate value\n" +msgstr "" + +#: windres.c:602 +#, c-format +msgid "unknown format type `%s'" +msgstr "δ֪µÄ¸ñʽÀàÐÍ¡°%s¡±" + +#: windres.c:603 +#, c-format +msgid "%s: supported formats:" +msgstr "%s£ºÖ§³ÖµÄ¸ñʽ£º" + +#. Otherwise, we give up. +#: windres.c:688 +#, c-format +msgid "can not determine type of file `%s'; use the -I option" +msgstr "ÎÞ·¨È·¶¨Îļþ¡°%s¡±µÄÀàÐÍ£»ÇëʹÓà -I Ñ¡Ïî" + +#: windres.c:702 +#, c-format +msgid "Usage: %s [option(s)] [input-file] [output-file]\n" +msgstr "Ó÷¨£º%s [Ñ¡Ïî] [ÊäÈëÎļþ] [Êä³öÎļþ]\n" + +#: windres.c:704 +msgid "" +" The options are:\n" +" -i --input= Name input file\n" +" -o --output= Name output file\n" +" -I --input-format= Specify input format\n" +" -O --output-format= Specify output format\n" +" -F --target= Specify COFF target\n" +" --preprocessor= Program to use to preprocess rc file\n" +" --include-dir= Include directory when preprocessing rc file\n" +" -D --define [=] Define SYM when preprocessing rc file\n" +" -v --verbose Verbose - tells you what it's doing\n" +" --language= 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:719 +msgid " --yydebug Turn on parser debugging\n" +msgstr " --yydebug ´ò¿ª½âÎöÆ÷µ÷ÊÔ\n" + +#: windres.c:722 +msgid "" +" -h --help Print this help message\n" +" -V --version Print version information\n" +msgstr "" +" -h --help ´òÓ¡±¾ÇóÖúÐÅÏ¢\n" +" -V --version ´òÓ¡°æ±¾ÐÅÏ¢\n" + +#: windres.c:725 +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 "" +"FORMAT ÊÇ rc¡¢res »ò coff Ö®Ò»£¬ÔÚδָ¶¨Ê±¸ù¾ÝÎļþµÄÀ©Õ¹Ãû½øÐÐÅжϡ£\n" +"µ¥¸öÎļþÃû±»ÈÏΪÊÇÊäÈëÎļþ¡£Ã»ÓÐÊäÈëÎļþʱ¾ÍʹÓñê×¼ÊäÈ룬ĬÈϸñʽ\n" +"Ϊ rc¡£Ã»ÓÐÊä³öÎļþʱ¾ÍʹÓñê×¼Êä³ö£¬Ä¬ÈϸñʽΪ rc¡£\n" + +#: windres.c:988 +msgid "no resources" +msgstr "ûÓÐ×ÊÔ´" + +#: wrstabs.c:366 wrstabs.c:2026 +#, c-format +msgid "string_hash_lookup failed: %s" +msgstr "string_hash_lookup ʧ°Ü£º%s" + +#: wrstabs.c:666 +#, c-format +msgid "stab_int_type: bad size %u" +msgstr "stab_int_type£º´íÎó´óС %u" + +#: wrstabs.c:1466 +#, c-format +msgid "%s: warning: unknown size for field `%s' in struct" +msgstr "%s£º¾¯¸æ£º½á¹¹µÄ¡°%s¡±ÓòµÄ´óСδ֪" -- 2.7.4