aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog4
-rwxr-xr-xgprof/configure410
-rw-r--r--gprof/configure.ac1
-rw-r--r--gprof/po/de.po151
-rw-r--r--gprof/po/gprof.pot137
-rw-r--r--gprof/po/ro.po154
-rw-r--r--gprof/po/uk.po151
7 files changed, 307 insertions, 701 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 7eb4e8a..64e736c 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2025-07-13 Nick Clifton <nickc@redhat.com>
+
+ * 2.45 Branch point.
+
2025-01-19 Nick Clifton <nickc@redhat.com>
* 2.44 Branch point.
diff --git a/gprof/configure b/gprof/configure
index 2acae7b..22d4cc5 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gprof 2.44.50.
+# Generated by GNU Autoconf 2.69 for gprof 2.45.50.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof'
-PACKAGE_VERSION='2.44.50'
-PACKAGE_STRING='gprof 2.44.50'
+PACKAGE_VERSION='2.45.50'
+PACKAGE_STRING='gprof 2.45.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1351,7 +1351,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures gprof 2.44.50 to adapt to many kinds of systems.
+\`configure' configures gprof 2.45.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1422,7 +1422,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gprof 2.44.50:";;
+ short | recursive ) echo "Configuration of gprof 2.45.50:";;
esac
cat <<\_ACEOF
@@ -1541,7 +1541,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gprof configure 2.44.50
+gprof configure 2.45.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1906,7 +1906,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gprof $as_me 2.44.50, which was
+It was created by gprof $as_me 2.45.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2886,7 +2886,7 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
- VERSION='2.44.50'
+ VERSION='2.45.50'
cat >>confdefs.h <<_ACEOF
@@ -13373,287 +13373,6 @@ $as_echo "$LINGUAS" >&6; }
fi
-
-
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
- echo "#! /bin/sh" >conf$$.sh
- echo "exit 0" >>conf$$.sh
- chmod +x conf$$.sh
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
- PATH_SEPARATOR=';'
- else
- PATH_SEPARATOR=:
- fi
- rm -f conf$$.sh
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
- ac_executable_p="test -x"
-else
- ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# Extract the first word of "msgfmt", so it can be a program name with args.
-set dummy msgfmt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_MSGFMT+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case "$MSGFMT" in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
- ;;
- *)
- ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
- for ac_dir in $PATH; do
- IFS="$ac_save_IFS"
- test -z "$ac_dir" && ac_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
- if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
- (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
- ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
- break 2
- fi
- fi
- done
- done
- IFS="$ac_save_IFS"
- test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
- ;;
-esac
-fi
-MSGFMT="$ac_cv_path_MSGFMT"
-if test "$MSGFMT" != ":"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
-$as_echo "$MSGFMT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- # Extract the first word of "gmsgfmt", so it can be a program name with args.
-set dummy gmsgfmt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_GMSGFMT+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $GMSGFMT in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
- ;;
- *)
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
- test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
- ;;
-esac
-fi
-GMSGFMT=$ac_cv_path_GMSGFMT
-if test -n "$GMSGFMT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
-$as_echo "$GMSGFMT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-
-
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
- echo "#! /bin/sh" >conf$$.sh
- echo "exit 0" >>conf$$.sh
- chmod +x conf$$.sh
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
- PATH_SEPARATOR=';'
- else
- PATH_SEPARATOR=:
- fi
- rm -f conf$$.sh
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
- ac_executable_p="test -x"
-else
- ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# Extract the first word of "xgettext", so it can be a program name with args.
-set dummy xgettext; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_XGETTEXT+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case "$XGETTEXT" in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
- ;;
- *)
- ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
- for ac_dir in $PATH; do
- IFS="$ac_save_IFS"
- test -z "$ac_dir" && ac_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
- if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
- (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
- ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
- break 2
- fi
- fi
- done
- done
- IFS="$ac_save_IFS"
- test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
- ;;
-esac
-fi
-XGETTEXT="$ac_cv_path_XGETTEXT"
-if test "$XGETTEXT" != ":"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
-$as_echo "$XGETTEXT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- rm -f messages.po
-
-
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
- echo "#! /bin/sh" >conf$$.sh
- echo "exit 0" >>conf$$.sh
- chmod +x conf$$.sh
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
- PATH_SEPARATOR=';'
- else
- PATH_SEPARATOR=:
- fi
- rm -f conf$$.sh
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
- ac_executable_p="test -x"
-else
- ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# Extract the first word of "msgmerge", so it can be a program name with args.
-set dummy msgmerge; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_MSGMERGE+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case "$MSGMERGE" in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
- ;;
- *)
- ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
- for ac_dir in $PATH; do
- IFS="$ac_save_IFS"
- test -z "$ac_dir" && ac_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
- if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
- ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
- break 2
- fi
- fi
- done
- done
- IFS="$ac_save_IFS"
- test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
- ;;
-esac
-fi
-MSGMERGE="$ac_cv_path_MSGMERGE"
-if test "$MSGMERGE" != ":"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
-$as_echo "$MSGMERGE" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- if test "$GMSGFMT" != ":"; then
- if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
- (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
- : ;
- else
- GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
-$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
- GMSGFMT=":"
- fi
- fi
-
- if test "$XGETTEXT" != ":"; then
- if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
- (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
- : ;
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
-$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
- XGETTEXT=":"
- fi
- rm -f messages.po
- fi
-
- ac_config_commands="$ac_config_commands default-2"
-
-
-
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
# Check whether --enable-maintainer-mode was given.
@@ -14536,7 +14255,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gprof $as_me 2.44.50, which was
+This file was extended by gprof $as_me 2.45.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14602,7 +14321,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gprof config.status 2.44.50
+gprof config.status 2.45.50
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@@ -14989,13 +14708,6 @@ fi
# Capture the value of LINGUAS because we need it to compute CATALOGS.
LINGUAS="${LINGUAS-%UNSET%}"
-# Capture the value of obsolete ALL_LINGUAS because we need it to compute
- # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
- # from automake.
- eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
- # Capture the value of LINGUAS because we need it to compute CATALOGS.
- LINGUAS="${LINGUAS-%UNSET%}"
-
_ACEOF
@@ -15009,7 +14721,6 @@ do
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
- "default-2") CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
"po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
@@ -16441,107 +16152,6 @@ _LT_EOF
;;
esac
done ;;
- "default-2":C)
- for ac_file in $CONFIG_FILES; do
- # Support "outfile[:infile[:infile...]]"
- case "$ac_file" in
- *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
- esac
- # PO directories have a Makefile.in generated from Makefile.in.in.
- case "$ac_file" in */Makefile.in)
- # Adjust a relative srcdir.
- ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
- ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
- ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
- # In autoconf-2.13 it is called $ac_given_srcdir.
- # In autoconf-2.50 it is called $srcdir.
- test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
- case "$ac_given_srcdir" in
- .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
- /*) top_srcdir="$ac_given_srcdir" ;;
- *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
- if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
- rm -f "$ac_dir/POTFILES"
- test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
- cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
- POMAKEFILEDEPS="POTFILES.in"
- # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
- # on $ac_dir but don't depend on user-specified configuration
- # parameters.
- if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
- # The LINGUAS file contains the set of available languages.
- if test -n "$OBSOLETE_ALL_LINGUAS"; then
- test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
- fi
- ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
- # Hide the ALL_LINGUAS assigment from automake.
- eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
- POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
- else
- # The set of available languages was given in configure.ac.
- eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
- fi
- case "$ac_given_srcdir" in
- .) srcdirpre= ;;
- *) srcdirpre='$(srcdir)/' ;;
- esac
- POFILES=
- GMOFILES=
- UPDATEPOFILES=
- DUMMYPOFILES=
- for lang in $ALL_LINGUAS; do
- POFILES="$POFILES $srcdirpre$lang.po"
- GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
- UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
- DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
- done
- # CATALOGS depends on both $ac_dir and the user's LINGUAS
- # environment variable.
- INST_LINGUAS=
- if test -n "$ALL_LINGUAS"; then
- for presentlang in $ALL_LINGUAS; do
- useit=no
- if test "%UNSET%" != "$LINGUAS"; then
- desiredlanguages="$LINGUAS"
- else
- desiredlanguages="$ALL_LINGUAS"
- fi
- for desiredlang in $desiredlanguages; do
- # Use the presentlang catalog if desiredlang is
- # a. equal to presentlang, or
- # b. a variant of presentlang (because in this case,
- # presentlang can be used as a fallback for messages
- # which are not translated in the desiredlang catalog).
- case "$desiredlang" in
- "$presentlang"*) useit=yes;;
- esac
- done
- if test $useit = yes; then
- INST_LINGUAS="$INST_LINGUAS $presentlang"
- fi
- done
- fi
- CATALOGS=
- if test -n "$INST_LINGUAS"; then
- for lang in $INST_LINGUAS; do
- CATALOGS="$CATALOGS $lang.gmo"
- done
- fi
- test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
- sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
- for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
- if test -f "$f"; then
- case "$f" in
- *.orig | *.bak | *~) ;;
- *) cat "$f" >> "$ac_dir/Makefile" ;;
- esac
- fi
- done
- fi
- ;;
- esac
- done ;;
esac
done # for ac_tag
diff --git a/gprof/configure.ac b/gprof/configure.ac
index 166e16c..94486ed 100644
--- a/gprof/configure.ac
+++ b/gprof/configure.ac
@@ -44,7 +44,6 @@ AC_CHECK_FUNCS(setitimer)
ALL_LINGUAS="bg da de eo es fi fr ga hu id it ja ms nl pt_BR ro ru rw sr sv tr uk vi"
ZW_GNU_GETTEXT_SISTER_DIR
-AM_PO_SUBDIRS
AM_MAINTAINER_MODE
AM_CONDITIONAL(GENINSRC_NEVER, false)
diff --git a/gprof/po/de.po b/gprof/po/de.po
index f08057c..78e5dc5 100644
--- a/gprof/po/de.po
+++ b/gprof/po/de.po
@@ -2,14 +2,14 @@
# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
# This file is distributed under the same license as the binutils package.
# Roland Stigge <stigge@antcom.de>, 2003, 2007, 2009.
-# Roland Illig <roland.illig@gmx.de>, 2019-2023.
+# Roland Illig <roland.illig@gmx.de>, 2019-2025.
#
msgid ""
msgstr ""
-"Project-Id-Version: gprof 2.39.90\n"
+"Project-Id-Version: gprof 2.44.90\n"
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
-"POT-Creation-Date: 2022-12-31 12:22+0000\n"
-"PO-Revision-Date: 2023-01-01 20:20+0100\n"
+"POT-Creation-Date: 2025-07-13 08:49+0100\n"
+"PO-Revision-Date: 2025-07-14 20:49+0200\n"
"Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
"Language: de\n"
@@ -17,48 +17,48 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 3.2.2\n"
+"X-Generator: Poedit 3.6\n"
-#: alpha.c:102 mips.c:54
+#: alpha.c:103 mips.c:55
msgid "<indirect child>"
msgstr "<indirektes Kind>"
-#: alpha.c:107 mips.c:59
+#: alpha.c:108 mips.c:60
#, c-format
msgid "[find_call] %s: 0x%lx to 0x%lx\n"
msgstr "[find_call] %s: 0x%lx bis 0x%lx\n"
-#: alpha.c:129
+#: alpha.c:132
#, c-format
msgid "[find_call] 0x%lx: jsr%s <indirect_child>\n"
msgstr "[find_call] 0x%lx: jsr%s <indirektes Kind>\n"
-#: alpha.c:139
+#: alpha.c:142
#, c-format
msgid "[find_call] 0x%lx: bsr"
msgstr "[find_call] 0x%lx: bsr"
-#: basic_blocks.c:128 call_graph.c:89 hist.c:106
+#: basic_blocks.c:129 call_graph.c:90 hist.c:106
#, c-format
msgid "%s: %s: unexpected end of file\n"
msgstr "%s: %s: unerwartetes Dateiende\n"
-#: basic_blocks.c:196
+#: basic_blocks.c:199
#, c-format
msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n"
msgstr "%s: Warnung: ignoriere basic-block Befehlszähler (benutzen Sie -l oder --line)\n"
#. FIXME: This only works if bfd_vma is unsigned long.
-#: basic_blocks.c:289 basic_blocks.c:299
+#: basic_blocks.c:294 basic_blocks.c:304
#, c-format
msgid "%s:%d: (%s:0x%lx) %lu executions\n"
msgstr "%s:%d: (%s:0x%lx) %lu Ausführungen\n"
-#: basic_blocks.c:290 basic_blocks.c:300
+#: basic_blocks.c:295 basic_blocks.c:305
msgid "<unknown>"
msgstr "<unbekannt>"
-#: basic_blocks.c:543
+#: basic_blocks.c:545
#, c-format
msgid ""
"\n"
@@ -75,7 +75,7 @@ msgstr ""
" Zeile Anzahl\n"
"\n"
-#: basic_blocks.c:567
+#: basic_blocks.c:569
#, c-format
msgid ""
"\n"
@@ -86,22 +86,22 @@ msgstr ""
"Ausführungszusammenfassung:\n"
"\n"
-#: basic_blocks.c:568
+#: basic_blocks.c:570
#, c-format
msgid "%9ld Executable lines in this file\n"
msgstr "%9ld Ausführbare Zeilen in dieser Datei\n"
-#: basic_blocks.c:570
+#: basic_blocks.c:572
#, c-format
msgid "%9ld Lines executed\n"
msgstr "%9ld Zeilen ausgeführt\n"
-#: basic_blocks.c:571
+#: basic_blocks.c:573
#, c-format
msgid "%9.2f Percent of the file executed\n"
msgstr "%9.2f Prozent der Datei ausgeführt\n"
-#: basic_blocks.c:575
+#: basic_blocks.c:577
#, c-format
msgid ""
"\n"
@@ -110,12 +110,12 @@ msgstr ""
"\n"
"%9lu Gesamtzahl ausgeführter Zeilen\n"
-#: basic_blocks.c:577
+#: basic_blocks.c:579
#, c-format
msgid "%9.2f Average executions per line\n"
msgstr "%9.2f Durchschnittliche Ausführungen pro Zeile\n"
-#: call_graph.c:68
+#: call_graph.c:69
#, c-format
msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
msgstr "[cg_tally] Bogen von %s bis %s wurde %lu mal durchlaufen\n"
@@ -138,7 +138,7 @@ msgstr ""
"\t\t\tAufrufgraph\n"
"\n"
-#: cg_print.c:79 hist.c:470
+#: cg_print.c:79 hist.c:472
#, c-format
msgid ""
"\n"
@@ -195,7 +195,7 @@ msgstr "selbst"
msgid "descendants"
msgstr "Nachfahren"
-#: cg_print.c:102 hist.c:496
+#: cg_print.c:102 hist.c:498
msgid "name"
msgstr "Name"
@@ -223,7 +223,7 @@ msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s <spontan>\n"
msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s <spontaneous>\n"
msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s <spontan>\n"
-#: cg_print.c:593
+#: cg_print.c:595
#, c-format
msgid ""
"Index by function name\n"
@@ -232,147 +232,142 @@ msgstr ""
"Index nach Funktionsnamen\n"
"\n"
-#: cg_print.c:650 cg_print.c:659
+#: cg_print.c:652 cg_print.c:661
#, c-format
msgid "<cycle %d>"
msgstr "<Zyklus %d>"
-#: corefile.c:61
+#: corefile.c:63
#, c-format
msgid "%s: unable to parse mapping file %s.\n"
msgstr "%s: Konnte Mapping-Datei %s nicht analysieren.\n"
-#: corefile.c:89 corefile.c:524
+#: corefile.c:91 corefile.c:532
#, c-format
msgid "%s: could not open %s.\n"
msgstr "%s: Konnte %s nicht öffnen.\n"
-#: corefile.c:193
+#: corefile.c:195
#, c-format
msgid "%s: %s: not in executable format\n"
msgstr "%s: %s: nicht in ausführbarem Format\n"
-#: corefile.c:204
+#: corefile.c:206
#, c-format
msgid "%s: can't find .text section in %s\n"
msgstr "%s: kann den .text-Abschnitt in %s nicht finden\n"
-#: corefile.c:278
+#: corefile.c:287
#, c-format
msgid "%s: ran out room for %lu bytes of text space\n"
msgstr "%s: Platzmangel für %lu Bytes des Textraumes\n"
-#: corefile.c:292
+#: corefile.c:301
#, c-format
msgid "%s: can't do -c\n"
msgstr "%s: kann -c nicht ausführen\n"
-#: corefile.c:331
+#: corefile.c:340
#, c-format
msgid "%s: -c not supported on architecture %s\n"
msgstr "%s: -c nicht unterstützt auf Architektur %s\n"
-#: corefile.c:533 corefile.c:640
+#: corefile.c:543 corefile.c:647
#, c-format
msgid "%s: file `%s' has no symbols\n"
msgstr "%s: Datei `%s' hat keine Symbole\n"
-#: corefile.c:538
+#: corefile.c:548
#, c-format
msgid "%s: file `%s' has too many symbols\n"
msgstr "%s: Datei `%s' hat zu viele Symbole\n"
-#: corefile.c:907
-#, c-format
-msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
-msgstr "%s: jemand hat sich verzählt: ltab.len=%d anstelle von %ld\n"
-
-#: gmon_io.c:81
+#: gmon_io.c:85
#, c-format
msgid "%s: address size has unexpected value of %u\n"
msgstr "%s: Adressbreite hat unerwarteten Wert von %u\n"
-#: gmon_io.c:298 gmon_io.c:394
+#: gmon_io.c:302 gmon_io.c:402
#, c-format
msgid "%s: file too short to be a gmon file\n"
msgstr "%s: Datei zu kurz um eine gmon-Datei zu sein\n"
-#: gmon_io.c:308 gmon_io.c:437
+#: gmon_io.c:312 gmon_io.c:445
#, c-format
msgid "%s: file `%s' has bad magic cookie\n"
msgstr "%s: Datei `%s' hat ungültiges magisches Cookie\n"
-#: gmon_io.c:319
+#: gmon_io.c:323
#, c-format
msgid "%s: file `%s' has unsupported version %d\n"
msgstr "%s: Datei `%s' hat nicht unterstützte Version %d\n"
-#: gmon_io.c:349
+#: gmon_io.c:357
#, c-format
msgid "%s: %s: found bad tag %d (file corrupted?)\n"
msgstr "%s: %s: schlechte Markierung %d gefunden (Datei beschädigt?)\n"
-#: gmon_io.c:416
+#: gmon_io.c:424
#, c-format
msgid "%s: profiling rate incompatible with first gmon file\n"
msgstr "%s: Profilingrate inkompatibel mit erster gmon-Datei\n"
-#: gmon_io.c:467
+#: gmon_io.c:475
#, c-format
msgid "%s: incompatible with first gmon file\n"
msgstr "%s: inkompatibel mit erster gmon-Datei\n"
-#: gmon_io.c:497
+#: gmon_io.c:505
#, c-format
msgid "%s: file '%s' does not appear to be in gmon.out format\n"
msgstr "%s: Datei '%s' ist nicht im gmon.out-Format\n"
-#: gmon_io.c:510
+#: gmon_io.c:518
#, c-format
msgid "%s: unexpected EOF after reading %d/%d bins\n"
msgstr "%s: unerwartetes Dateiende nach dem Lesen von %d/%d Kästen\n"
-#: gmon_io.c:542
+#: gmon_io.c:550
#, c-format
msgid "time is in ticks, not seconds\n"
msgstr "Zeit in Takten, nicht Sekunden\n"
-#: gmon_io.c:548 gmon_io.c:728
+#: gmon_io.c:556 gmon_io.c:739
#, c-format
msgid "%s: don't know how to deal with file format %d\n"
msgstr "%s: keine Behandlung des Dateiformates %d bekannt\n"
-#: gmon_io.c:558
+#: gmon_io.c:566
#, c-format
msgid "File `%s' (version %d) contains:\n"
msgstr "Datei `%s' (version %d) enthält:\n"
-#: gmon_io.c:561
+#: gmon_io.c:569
#, c-format
msgid "\t%d histogram record\n"
msgstr "\t%d Histogrammdatensatz\n"
-#: gmon_io.c:562
+#: gmon_io.c:570
#, c-format
msgid "\t%d histogram records\n"
msgstr "\t%d Histogrammdatensätze\n"
-#: gmon_io.c:564
+#: gmon_io.c:572
#, c-format
msgid "\t%d call-graph record\n"
msgstr "\t%d Aufrufgraph-Datensatz\n"
-#: gmon_io.c:565
+#: gmon_io.c:573
#, c-format
msgid "\t%d call-graph records\n"
msgstr "\t%d Aufrufgraph-Datensätze\n"
-#: gmon_io.c:567
+#: gmon_io.c:575
#, c-format
msgid "\t%d basic-block count record\n"
msgstr "\t%d basic-block Anzahldatensatz\n"
-#: gmon_io.c:568
+#: gmon_io.c:576
#, c-format
msgid "\t%d basic-block count records\n"
msgstr "\t%d basic-block Anzahldatensätze\n"
@@ -449,17 +444,17 @@ msgstr "%s: unbekannter Auflösungsstil `%s'\n"
msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
msgstr "%s: Nur entweder --function-ordering oder --file-ordering kann angegeben werden.\n"
-#: gprof.c:544
+#: gprof.c:533
#, c-format
msgid "%s: sorry, file format `prof' is not yet supported\n"
msgstr "%s: Sorry, Dateiformat `gprof' wird noch nicht unterstützt\n"
-#: gprof.c:598
+#: gprof.c:587
#, c-format
msgid "%s: gmon.out file is missing histogram\n"
msgstr "%s: gmon.out-Datei hat kein Histogramm\n"
-#: gprof.c:605
+#: gprof.c:594
#, c-format
msgid "%s: gmon.out file is missing call-graph data\n"
msgstr "%s: gmon.out-Datei hat keine Aufrufgraph-Daten\n"
@@ -488,8 +483,8 @@ msgstr ""
#: hist.c:158
#, c-format
-msgid "%s: different scales in histogram records"
-msgstr "%s: unterschiedliche Maßstäbe in Histogrammdatensätzen"
+msgid "%s: different scales in histogram records: %f != %f\n"
+msgstr "%s: unterschiedliche Maßstäbe in Histogrammdatensätzen: %f != %f\n"
#: hist.c:195
#, c-format
@@ -501,12 +496,12 @@ msgstr "%s: Histogrammdatensätze überschneiden sich\n"
msgid "%s: %s: unexpected EOF after reading %u of %u samples\n"
msgstr "%s: %s: unerwartetes Dateiende nach dem Lesen von %u von %u Mustern\n"
-#: hist.c:466
+#: hist.c:468
#, c-format
msgid "%c%c/call"
msgstr "%c%c/Aufruf"
-#: hist.c:474
+#: hist.c:476
#, c-format
msgid ""
" for %.2f%% of %.2f %s\n"
@@ -515,7 +510,7 @@ msgstr ""
" für %.2f%% von %.2f %s\n"
"\n"
-#: hist.c:480
+#: hist.c:482
#, c-format
msgid ""
"\n"
@@ -524,7 +519,7 @@ msgstr ""
"\n"
"Jedes Muster zählt als %g %s.\n"
-#: hist.c:485
+#: hist.c:487
#, c-format
msgid ""
" no time accumulated\n"
@@ -533,27 +528,27 @@ msgstr ""
" keine Zeit angesammelt\n"
"\n"
-#: hist.c:492
+#: hist.c:494
msgid "cumulative"
msgstr "kumulativ"
-#: hist.c:492
+#: hist.c:494
msgid "self "
msgstr "Selbst"
-#: hist.c:492
+#: hist.c:494
msgid "total "
msgstr "Gesamt"
-#: hist.c:495
+#: hist.c:497
msgid "time"
msgstr "Zeit"
-#: hist.c:495
+#: hist.c:497
msgid "calls"
msgstr "Aufrufe"
-#: hist.c:584
+#: hist.c:587
#, c-format
msgid ""
"\n"
@@ -566,22 +561,22 @@ msgstr ""
"\n"
"Flaches Profil:\n"
-#: hist.c:590
+#: hist.c:593
#, c-format
msgid "Flat profile:\n"
msgstr "Flaches Profil:\n"
-#: hist.c:711
+#: hist.c:714
#, c-format
msgid "%s: found a symbol that covers several histogram records"
msgstr "%s: Symbol gefunden, das mehrere Histogrammdatensätze umfasst"
-#: mips.c:71
+#: mips.c:74
#, c-format
msgid "[find_call] 0x%lx: jal"
msgstr "[find_call] 0x%lx: jal"
-#: mips.c:99
+#: mips.c:102
#, c-format
msgid "[find_call] 0x%lx: jalr\n"
msgstr "[find_call] 0x%lx: jalr\n"
@@ -601,5 +596,9 @@ msgstr "*** Datei %s:\n"
msgid " <cycle %d>"
msgstr " <Zyklus %d>"
+#, c-format
+#~ msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
+#~ msgstr "%s: jemand hat sich verzählt: ltab.len=%d anstelle von %ld\n"
+
#~ msgid "%s: `%s' is incompatible with first gmon file\n"
#~ msgstr "%s: `%s' ist inkompatibel mit erster gmon-Datei\n"
diff --git a/gprof/po/gprof.pot b/gprof/po/gprof.pot
index e498cef..04b866a 100644
--- a/gprof/po/gprof.pot
+++ b/gprof/po/gprof.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
-"POT-Creation-Date: 2025-01-19 12:26+0000\n"
+"POT-Creation-Date: 2025-07-13 08:54+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,46 +16,46 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: alpha.c:102 mips.c:54
+#: alpha.c:103 mips.c:55
msgid "<indirect child>"
msgstr ""
-#: alpha.c:107 mips.c:59
+#: alpha.c:108 mips.c:60
#, c-format
msgid "[find_call] %s: 0x%lx to 0x%lx\n"
msgstr ""
-#: alpha.c:131
+#: alpha.c:132
#, c-format
msgid "[find_call] 0x%lx: jsr%s <indirect_child>\n"
msgstr ""
-#: alpha.c:141
+#: alpha.c:142
#, c-format
msgid "[find_call] 0x%lx: bsr"
msgstr ""
-#: basic_blocks.c:128 call_graph.c:89 hist.c:106
+#: basic_blocks.c:129 call_graph.c:90 hist.c:106
#, c-format
msgid "%s: %s: unexpected end of file\n"
msgstr ""
-#: basic_blocks.c:196
+#: basic_blocks.c:199
#, c-format
msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n"
msgstr ""
#. FIXME: This only works if bfd_vma is unsigned long.
-#: basic_blocks.c:289 basic_blocks.c:299
+#: basic_blocks.c:294 basic_blocks.c:304
#, c-format
msgid "%s:%d: (%s:0x%lx) %lu executions\n"
msgstr ""
-#: basic_blocks.c:290 basic_blocks.c:300
+#: basic_blocks.c:295 basic_blocks.c:305
msgid "<unknown>"
msgstr ""
-#: basic_blocks.c:539
+#: basic_blocks.c:545
#, c-format
msgid ""
"\n"
@@ -66,7 +66,7 @@ msgid ""
"\n"
msgstr ""
-#: basic_blocks.c:563
+#: basic_blocks.c:569
#, c-format
msgid ""
"\n"
@@ -74,34 +74,34 @@ msgid ""
"\n"
msgstr ""
-#: basic_blocks.c:564
+#: basic_blocks.c:570
#, c-format
msgid "%9ld Executable lines in this file\n"
msgstr ""
-#: basic_blocks.c:566
+#: basic_blocks.c:572
#, c-format
msgid "%9ld Lines executed\n"
msgstr ""
-#: basic_blocks.c:567
+#: basic_blocks.c:573
#, c-format
msgid "%9.2f Percent of the file executed\n"
msgstr ""
-#: basic_blocks.c:571
+#: basic_blocks.c:577
#, c-format
msgid ""
"\n"
"%9lu Total number of line executions\n"
msgstr ""
-#: basic_blocks.c:573
+#: basic_blocks.c:579
#, c-format
msgid "%9.2f Average executions per line\n"
msgstr ""
-#: call_graph.c:68
+#: call_graph.c:69
#, c-format
msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
msgstr ""
@@ -120,7 +120,7 @@ msgid ""
"\n"
msgstr ""
-#: cg_print.c:79 hist.c:470
+#: cg_print.c:79 hist.c:472
#, c-format
msgid ""
"\n"
@@ -170,7 +170,7 @@ msgstr ""
msgid "descendants"
msgstr ""
-#: cg_print.c:102 hist.c:496
+#: cg_print.c:102 hist.c:498
msgid "name"
msgstr ""
@@ -198,154 +198,149 @@ msgstr ""
msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s <spontaneous>\n"
msgstr ""
-#: cg_print.c:593
+#: cg_print.c:595
#, c-format
msgid ""
"Index by function name\n"
"\n"
msgstr ""
-#: cg_print.c:650 cg_print.c:659
+#: cg_print.c:652 cg_print.c:661
#, c-format
msgid "<cycle %d>"
msgstr ""
-#: corefile.c:61
+#: corefile.c:63
#, c-format
msgid "%s: unable to parse mapping file %s.\n"
msgstr ""
-#: corefile.c:89 corefile.c:524
+#: corefile.c:91 corefile.c:532
#, c-format
msgid "%s: could not open %s.\n"
msgstr ""
-#: corefile.c:193
+#: corefile.c:195
#, c-format
msgid "%s: %s: not in executable format\n"
msgstr ""
-#: corefile.c:204
+#: corefile.c:206
#, c-format
msgid "%s: can't find .text section in %s\n"
msgstr ""
-#: corefile.c:278
+#: corefile.c:287
#, c-format
msgid "%s: ran out room for %lu bytes of text space\n"
msgstr ""
-#: corefile.c:292
+#: corefile.c:301
#, c-format
msgid "%s: can't do -c\n"
msgstr ""
-#: corefile.c:331
+#: corefile.c:340
#, c-format
msgid "%s: -c not supported on architecture %s\n"
msgstr ""
-#: corefile.c:533 corefile.c:640
+#: corefile.c:543 corefile.c:647
#, c-format
msgid "%s: file `%s' has no symbols\n"
msgstr ""
-#: corefile.c:538
+#: corefile.c:548
#, c-format
msgid "%s: file `%s' has too many symbols\n"
msgstr ""
-#: corefile.c:907
-#, c-format
-msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
-msgstr ""
-
-#: gmon_io.c:81
+#: gmon_io.c:85
#, c-format
msgid "%s: address size has unexpected value of %u\n"
msgstr ""
-#: gmon_io.c:298 gmon_io.c:394
+#: gmon_io.c:302 gmon_io.c:402
#, c-format
msgid "%s: file too short to be a gmon file\n"
msgstr ""
-#: gmon_io.c:308 gmon_io.c:437
+#: gmon_io.c:312 gmon_io.c:445
#, c-format
msgid "%s: file `%s' has bad magic cookie\n"
msgstr ""
-#: gmon_io.c:319
+#: gmon_io.c:323
#, c-format
msgid "%s: file `%s' has unsupported version %d\n"
msgstr ""
-#: gmon_io.c:349
+#: gmon_io.c:357
#, c-format
msgid "%s: %s: found bad tag %d (file corrupted?)\n"
msgstr ""
-#: gmon_io.c:416
+#: gmon_io.c:424
#, c-format
msgid "%s: profiling rate incompatible with first gmon file\n"
msgstr ""
-#: gmon_io.c:467
+#: gmon_io.c:475
#, c-format
msgid "%s: incompatible with first gmon file\n"
msgstr ""
-#: gmon_io.c:497
+#: gmon_io.c:505
#, c-format
msgid "%s: file '%s' does not appear to be in gmon.out format\n"
msgstr ""
-#: gmon_io.c:510
+#: gmon_io.c:518
#, c-format
msgid "%s: unexpected EOF after reading %d/%d bins\n"
msgstr ""
-#: gmon_io.c:542
+#: gmon_io.c:550
#, c-format
msgid "time is in ticks, not seconds\n"
msgstr ""
-#: gmon_io.c:548 gmon_io.c:728
+#: gmon_io.c:556 gmon_io.c:739
#, c-format
msgid "%s: don't know how to deal with file format %d\n"
msgstr ""
-#: gmon_io.c:558
+#: gmon_io.c:566
#, c-format
msgid "File `%s' (version %d) contains:\n"
msgstr ""
-#: gmon_io.c:561
+#: gmon_io.c:569
#, c-format
msgid "\t%d histogram record\n"
msgstr ""
-#: gmon_io.c:562
+#: gmon_io.c:570
#, c-format
msgid "\t%d histogram records\n"
msgstr ""
-#: gmon_io.c:564
+#: gmon_io.c:572
#, c-format
msgid "\t%d call-graph record\n"
msgstr ""
-#: gmon_io.c:565
+#: gmon_io.c:573
#, c-format
msgid "\t%d call-graph records\n"
msgstr ""
-#: gmon_io.c:567
+#: gmon_io.c:575
#, c-format
msgid "\t%d basic-block count record\n"
msgstr ""
-#: gmon_io.c:568
+#: gmon_io.c:576
#, c-format
msgid "\t%d basic-block count records\n"
msgstr ""
@@ -413,17 +408,17 @@ msgid ""
"%s: Only one of --function-ordering and --file-ordering may be specified.\n"
msgstr ""
-#: gprof.c:544
+#: gprof.c:533
#, c-format
msgid "%s: sorry, file format `prof' is not yet supported\n"
msgstr ""
-#: gprof.c:598
+#: gprof.c:587
#, c-format
msgid "%s: gmon.out file is missing histogram\n"
msgstr ""
-#: gprof.c:605
+#: gprof.c:594
#, c-format
msgid "%s: gmon.out file is missing call-graph data\n"
msgstr ""
@@ -446,7 +441,7 @@ msgstr ""
#: hist.c:158
#, c-format
-msgid "%s: different scales in histogram records"
+msgid "%s: different scales in histogram records: %f != %f\n"
msgstr ""
#: hist.c:195
@@ -459,53 +454,53 @@ msgstr ""
msgid "%s: %s: unexpected EOF after reading %u of %u samples\n"
msgstr ""
-#: hist.c:466
+#: hist.c:468
#, c-format
msgid "%c%c/call"
msgstr ""
-#: hist.c:474
+#: hist.c:476
#, c-format
msgid ""
" for %.2f%% of %.2f %s\n"
"\n"
msgstr ""
-#: hist.c:480
+#: hist.c:482
#, c-format
msgid ""
"\n"
"Each sample counts as %g %s.\n"
msgstr ""
-#: hist.c:485
+#: hist.c:487
#, c-format
msgid ""
" no time accumulated\n"
"\n"
msgstr ""
-#: hist.c:492
+#: hist.c:494
msgid "cumulative"
msgstr ""
-#: hist.c:492
+#: hist.c:494
msgid "self "
msgstr ""
-#: hist.c:492
+#: hist.c:494
msgid "total "
msgstr ""
-#: hist.c:495
+#: hist.c:497
msgid "time"
msgstr ""
-#: hist.c:495
+#: hist.c:497
msgid "calls"
msgstr ""
-#: hist.c:584
+#: hist.c:587
#, c-format
msgid ""
"\n"
@@ -514,22 +509,22 @@ msgid ""
"flat profile:\n"
msgstr ""
-#: hist.c:590
+#: hist.c:593
#, c-format
msgid "Flat profile:\n"
msgstr ""
-#: hist.c:711
+#: hist.c:714
#, c-format
msgid "%s: found a symbol that covers several histogram records"
msgstr ""
-#: mips.c:73
+#: mips.c:74
#, c-format
msgid "[find_call] 0x%lx: jal"
msgstr ""
-#: mips.c:101
+#: mips.c:102
#, c-format
msgid "[find_call] 0x%lx: jalr\n"
msgstr ""
diff --git a/gprof/po/ro.po b/gprof/po/ro.po
index 1846af6..80ded5d 100644
--- a/gprof/po/ro.po
+++ b/gprof/po/ro.po
@@ -1,10 +1,10 @@
# Mesajele în limba română pentru gprof.
-# Copyright © 2003, 2022, 2023, 2024 Free Software Foundation, Inc.
+# Copyright © 2003, 2022, 2023, 2024, 2025 Free Software Foundation, Inc.
# Acest fișier este distribuit sub aceeași licență ca pachetul gprof
# This file is distributed under the same license as the binutils package.
#
# Eugen Hoanca <eugenh@urban-grafx.ro>, 2003.
-# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2022 - 2024.
+# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2022 - 2025.
#
# Cronologia traducerii fișierului „gprof”:
# Traducerea inițială, făcută d EH, pentru versiunea gprof 2.14rel030712.
@@ -18,14 +18,15 @@
# Actualizare a traducerii pentru versiunea 2.36.90, făcută de R-GC, feb-2022.
# Actualizare a traducerii pentru versiunea 2.39.90, făcută de R-GC, ian-2023.
# Actualizare a traducerii pentru versiunea 2.41.90, făcută de R-GC, ian-2024.
+# Actualizare a traducerii pentru versiunea 2.44.90, făcută de R-GC, iul-2025.
# Actualizare a traducerii pentru versiunea Y, făcută de X, Z(luna-anul).
#
msgid ""
msgstr ""
-"Project-Id-Version: gprof 2.41.90\n"
+"Project-Id-Version: gprof 2.44.90\n"
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
-"POT-Creation-Date: 2024-01-15 14:58+0000\n"
-"PO-Revision-Date: 2024-01-16 13:29+0100\n"
+"POT-Creation-Date: 2025-07-13 08:49+0100\n"
+"PO-Revision-Date: 2025-07-15 01:36+0200\n"
"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
"Language: ro\n"
@@ -34,48 +35,48 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 3.2.2\n"
+"X-Generator: Poedit 3.5\n"
-#: alpha.c:102 mips.c:54
+#: alpha.c:103 mips.c:55
msgid "<indirect child>"
msgstr "<proces-copil indirect>"
-#: alpha.c:107 mips.c:59
+#: alpha.c:108 mips.c:60
#, c-format
msgid "[find_call] %s: 0x%lx to 0x%lx\n"
msgstr "[find_call] %s: 0x%lx spre 0x%lx\n"
-#: alpha.c:131
+#: alpha.c:132
#, c-format
msgid "[find_call] 0x%lx: jsr%s <indirect_child>\n"
msgstr "[find_call] 0x%lx: jsr%s <proces-copil indirect>\n"
-#: alpha.c:141
+#: alpha.c:142
#, c-format
msgid "[find_call] 0x%lx: bsr"
msgstr "[find_call] 0x%lx: bsr"
-#: basic_blocks.c:128 call_graph.c:89 hist.c:106
+#: basic_blocks.c:129 call_graph.c:90 hist.c:106
#, c-format
msgid "%s: %s: unexpected end of file\n"
msgstr "%s: %s: sfârșit neașteptat al fișierului\n"
-#: basic_blocks.c:196
+#: basic_blocks.c:199
#, c-format
msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n"
msgstr "%s: avertisment: se ignoră numărul de execuții ale blocului de bază (utilizați „-l” sau „--line”)\n"
#. FIXME: This only works if bfd_vma is unsigned long.
-#: basic_blocks.c:289 basic_blocks.c:299
+#: basic_blocks.c:294 basic_blocks.c:304
#, c-format
msgid "%s:%d: (%s:0x%lx) %lu executions\n"
msgstr "%s:%d: (%s:0x%lx) %lu execuții\n"
-#: basic_blocks.c:290 basic_blocks.c:300
+#: basic_blocks.c:295 basic_blocks.c:305
msgid "<unknown>"
msgstr "<necunoscut>"
-#: basic_blocks.c:539
+#: basic_blocks.c:545
#, c-format
msgid ""
"\n"
@@ -92,7 +93,7 @@ msgstr ""
" Linie Repetări\n"
"\n"
-#: basic_blocks.c:563
+#: basic_blocks.c:569
#, c-format
msgid ""
"\n"
@@ -103,17 +104,17 @@ msgstr ""
"Cuprins al Execuției:\n"
"\n"
-#: basic_blocks.c:564
+#: basic_blocks.c:570
#, c-format
msgid "%9ld Executable lines in this file\n"
msgstr "%9ld Linii executabile în acest fișier\n"
-#: basic_blocks.c:566
+#: basic_blocks.c:572
#, c-format
msgid "%9ld Lines executed\n"
msgstr "%9ld Linii executate\n"
-#: basic_blocks.c:567
+#: basic_blocks.c:573
#, c-format
msgid "%9.2f Percent of the file executed\n"
msgstr "%9.2f Procent de fișier executat\n"
@@ -126,7 +127,7 @@ msgstr "%9.2f Procent de fișier executat\n"
# probabil, traducerea cu adevărat corectă:
# „Numărul total de linii executate”
# Idei ?
-#: basic_blocks.c:571
+#: basic_blocks.c:577
#, c-format
msgid ""
"\n"
@@ -135,12 +136,12 @@ msgstr ""
"\n"
"%9lu Numărul total de execuții de linie\n"
-#: basic_blocks.c:573
+#: basic_blocks.c:579
#, c-format
msgid "%9.2f Average executions per line\n"
msgstr "%9.2f Media aritmetică de execuții pe linie\n"
-#: call_graph.c:68
+#: call_graph.c:69
#, c-format
msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
msgstr "[cg_tally] arcul din %s spre %s a trecut de %lu ori\n"
@@ -163,7 +164,7 @@ msgstr ""
"\t\t\tGrafic de apelări\n"
"\n"
-#: cg_print.c:79 hist.c:470
+#: cg_print.c:79 hist.c:472
#, c-format
msgid ""
"\n"
@@ -221,7 +222,7 @@ msgstr "el însuși"
msgid "descendants"
msgstr "descendenți"
-#: cg_print.c:102 hist.c:496
+#: cg_print.c:102 hist.c:498
msgid "name"
msgstr "nume"
@@ -249,7 +250,7 @@ msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s <spontan>\n"
msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s <spontaneous>\n"
msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s <spontan>\n"
-#: cg_print.c:593
+#: cg_print.c:595
#, c-format
msgid ""
"Index by function name\n"
@@ -258,149 +259,144 @@ msgstr ""
"Indexare după numele funcției\n"
"\n"
-#: cg_print.c:650 cg_print.c:659
+#: cg_print.c:652 cg_print.c:661
#, c-format
msgid "<cycle %d>"
msgstr "<ciclu %d>"
-#: corefile.c:61
+#: corefile.c:63
#, c-format
msgid "%s: unable to parse mapping file %s.\n"
msgstr "%s: nu se poate analiza fișierul de asocieri %s.\n"
-#: corefile.c:89 corefile.c:524
+#: corefile.c:91 corefile.c:532
#, c-format
msgid "%s: could not open %s.\n"
msgstr "%s: nu s-a putut deschide %s.\n"
-#: corefile.c:193
+#: corefile.c:195
#, c-format
msgid "%s: %s: not in executable format\n"
msgstr "%s: %s: nu este în format executabil\n"
-#: corefile.c:204
+#: corefile.c:206
#, c-format
msgid "%s: can't find .text section in %s\n"
msgstr "%s: nu se poate găsi secțiunea .text în %s\n"
-#: corefile.c:278
+#: corefile.c:287
#, c-format
msgid "%s: ran out room for %lu bytes of text space\n"
msgstr "%s: a rămas fără spațiu pentru %lu octeți de spațiu de text\n"
-#: corefile.c:292
+#: corefile.c:301
#, c-format
msgid "%s: can't do -c\n"
msgstr "%s: nu se poate utiliza opțiunea „-c”\n"
-#: corefile.c:331
+#: corefile.c:340
#, c-format
msgid "%s: -c not supported on architecture %s\n"
msgstr "%s: opțiunea „-c” nu este acceptată pe arhitectura %s\n"
-#: corefile.c:533 corefile.c:640
+#: corefile.c:543 corefile.c:647
#, c-format
msgid "%s: file `%s' has no symbols\n"
msgstr "%s: fișierul „%s” nu are simboluri\n"
-#: corefile.c:538
+#: corefile.c:548
#, c-format
msgid "%s: file `%s' has too many symbols\n"
msgstr "%s: fișierul „%s” are prea multe simboluri\n"
-#: corefile.c:907
-#, c-format
-msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
-msgstr "%s: cineva a numărat greșit: ltab.len=%d în loc de %ld\n"
-
-#: gmon_io.c:81
+#: gmon_io.c:85
#, c-format
msgid "%s: address size has unexpected value of %u\n"
msgstr "%s: mărimea adresei are valoarea neașteptată de %u\n"
-#: gmon_io.c:298 gmon_io.c:394
+#: gmon_io.c:302 gmon_io.c:402
#, c-format
msgid "%s: file too short to be a gmon file\n"
msgstr "%s: fișier prea scurt pentru a fi un fișier gmon\n"
-#: gmon_io.c:308 gmon_io.c:437
+#: gmon_io.c:312 gmon_io.c:445
#, c-format
msgid "%s: file `%s' has bad magic cookie\n"
msgstr "%s: fișierul „%s” are un cookie magic eronat\n"
-#: gmon_io.c:319
+#: gmon_io.c:323
#, c-format
msgid "%s: file `%s' has unsupported version %d\n"
msgstr "%s: fișierul „%s” are versiunea neacceptată %d\n"
-#: gmon_io.c:349
+#: gmon_io.c:357
#, c-format
msgid "%s: %s: found bad tag %d (file corrupted?)\n"
msgstr "%s: %s: s-a găsit marcaj greșit %d (fișier corupt?)\n"
-#: gmon_io.c:416
+#: gmon_io.c:424
#, c-format
msgid "%s: profiling rate incompatible with first gmon file\n"
msgstr "%s: rata de profilare este incompatibilă cu primul fișier gmon\n"
-#: gmon_io.c:467
+#: gmon_io.c:475
#, c-format
msgid "%s: incompatible with first gmon file\n"
msgstr "%s: incompatibil cu primul fișier gmon\n"
-#: gmon_io.c:497
+#: gmon_io.c:505
#, c-format
msgid "%s: file '%s' does not appear to be in gmon.out format\n"
msgstr "%s: fișierul „%s” nu pare să fie în formatul gmon.out\n"
-#: gmon_io.c:510
+#: gmon_io.c:518
#, c-format
msgid "%s: unexpected EOF after reading %d/%d bins\n"
msgstr "%s: sfârșit de fișier neașteptat după citirea a %d/%d (de) bin-uri\n"
-#: gmon_io.c:542
+#: gmon_io.c:550
#, c-format
msgid "time is in ticks, not seconds\n"
msgstr "timpul este în bătăi(tic-tacuri), nu în secunde\n"
# R-GC, scrie:
# * Idei, pentru o traducere mai bună?
-#: gmon_io.c:548 gmon_io.c:728
+#: gmon_io.c:556 gmon_io.c:739
#, c-format
msgid "%s: don't know how to deal with file format %d\n"
msgstr "%s: nu se știe cum să se proceseze formatul de fișier %d\n"
-#: gmon_io.c:558
+#: gmon_io.c:566
#, c-format
msgid "File `%s' (version %d) contains:\n"
msgstr "Fișierul „%s” (versiunea %d) conține:\n"
-#: gmon_io.c:561
+#: gmon_io.c:569
#, c-format
msgid "\t%d histogram record\n"
msgstr "\t%d înregistrare histogramă\n"
-#: gmon_io.c:562
+#: gmon_io.c:570
#, c-format
msgid "\t%d histogram records\n"
msgstr "\t%d înregistrări histogramă\n"
-#: gmon_io.c:564
+#: gmon_io.c:572
#, c-format
msgid "\t%d call-graph record\n"
msgstr "\t%d înregistrare grafic apelări\n"
-#: gmon_io.c:565
+#: gmon_io.c:573
#, c-format
msgid "\t%d call-graph records\n"
msgstr "\t%d înregistrări grafic apelări\n"
-#: gmon_io.c:567
+#: gmon_io.c:575
#, c-format
msgid "\t%d basic-block count record\n"
msgstr "\t%d înregistrare repetări de blocuri de bază\n"
-#: gmon_io.c:568
+#: gmon_io.c:576
#, c-format
msgid "\t%d basic-block count records\n"
msgstr "\t%d înregistrări repetări de blocuri de bază\n"
@@ -477,17 +473,17 @@ msgstr "%s: stil necunoscut de descifrare(demangling) „%s”\n"
msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
msgstr "%s: Doar una dintre opțiunile „--function-ordering” sau „--file-ordering” poate să fie specificată.\n"
-#: gprof.c:544
+#: gprof.c:533
#, c-format
msgid "%s: sorry, file format `prof' is not yet supported\n"
msgstr "%s: scuze, formatul de fișier „prof” nu este încă suportat\n"
-#: gprof.c:598
+#: gprof.c:587
#, c-format
msgid "%s: gmon.out file is missing histogram\n"
msgstr "%s: fișierului gmon.out îi lipsește histograma\n"
-#: gprof.c:605
+#: gprof.c:594
#, c-format
msgid "%s: gmon.out file is missing call-graph data\n"
msgstr "%s: fișierului gmon.out îi lipsesc datele graficului de apelări\n"
@@ -516,8 +512,8 @@ msgstr ""
#: hist.c:158
#, c-format
-msgid "%s: different scales in histogram records"
-msgstr "%s: diferite scale în înregistrările histogramei"
+msgid "%s: different scales in histogram records: %f != %f\n"
+msgstr "%s: diferite scale în înregistrările histogramei: %f != %f\n"
#: hist.c:195
#, c-format
@@ -529,12 +525,12 @@ msgstr "%s: înregistrări de histogramă care se suprapun\n"
msgid "%s: %s: unexpected EOF after reading %u of %u samples\n"
msgstr "%s: %s: sfârșit de fișier neașteptat după citirea a %u din %u eșantioane\n"
-#: hist.c:466
+#: hist.c:468
#, c-format
msgid "%c%c/call"
msgstr "%c%c/apel"
-#: hist.c:474
+#: hist.c:476
#, c-format
msgid ""
" for %.2f%% of %.2f %s\n"
@@ -543,7 +539,7 @@ msgstr ""
" pentru %.2f%% din %.2f %s\n"
"\n"
-#: hist.c:480
+#: hist.c:482
#, c-format
msgid ""
"\n"
@@ -552,7 +548,7 @@ msgstr ""
"\n"
"Fiecare eșantion contează drept %g %s.\n"
-#: hist.c:485
+#: hist.c:487
#, c-format
msgid ""
" no time accumulated\n"
@@ -561,23 +557,23 @@ msgstr ""
" nici un timp acumulat\n"
"\n"
-#: hist.c:492
+#: hist.c:494
msgid "cumulative"
msgstr "cumulativ"
-#: hist.c:492
+#: hist.c:494
msgid "self "
msgstr "el însuși "
-#: hist.c:492
+#: hist.c:494
msgid "total "
msgstr "total "
-#: hist.c:495
+#: hist.c:497
msgid "time"
msgstr "timp"
-#: hist.c:495
+#: hist.c:497
msgid "calls"
msgstr "apeluri"
@@ -590,7 +586,7 @@ msgstr "apeluri"
# în versiunea 2.41.90, am schimbat
# traducerea mesajului din „profil clar:”,
# în „profil plan:”.
-#: hist.c:584
+#: hist.c:587
#, c-format
msgid ""
"\n"
@@ -603,22 +599,22 @@ msgstr ""
"\n"
"profil plan:\n"
-#: hist.c:590
+#: hist.c:593
#, c-format
msgid "Flat profile:\n"
msgstr "Profil plan:\n"
-#: hist.c:711
+#: hist.c:714
#, c-format
msgid "%s: found a symbol that covers several histogram records"
msgstr "%s: s-a găsit un simbol care acoperă mai multe înregistrări de histogramă"
-#: mips.c:73
+#: mips.c:74
#, c-format
msgid "[find_call] 0x%lx: jal"
msgstr "[find_call] 0x%lx: jal"
-#: mips.c:101
+#: mips.c:102
#, c-format
msgid "[find_call] 0x%lx: jalr\n"
msgstr "[find_call] 0x%lx: jalr\n"
@@ -637,3 +633,7 @@ msgstr "*** Fișier %s:\n"
#, c-format
msgid " <cycle %d>"
msgstr " <ciclu %d>"
+
+#, c-format
+#~ msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
+#~ msgstr "%s: cineva a numărat greșit: ltab.len=%d în loc de %ld\n"
diff --git a/gprof/po/uk.po b/gprof/po/uk.po
index ba56f89..dc14174 100644
--- a/gprof/po/uk.po
+++ b/gprof/po/uk.po
@@ -2,13 +2,13 @@
# Copyright (C) 2003, 2005, 2006, 2009 Free Software Foundation, Inc.
# This file is distributed under the same license as the binutils package.
#
-# Yuri Chornoivan <yurchor@ukr.net>, 2011, 2014, 2017, 2020, 2023.
+# Yuri Chornoivan <yurchor@ukr.net>, 2011, 2014, 2017, 2020, 2023, 2025.
msgid ""
msgstr ""
-"Project-Id-Version: gprof 2.39.90\n"
+"Project-Id-Version: gprof 2.44.90\n"
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
-"POT-Creation-Date: 2022-12-31 12:22+0000\n"
-"PO-Revision-Date: 2023-01-01 14:14+0200\n"
+"POT-Creation-Date: 2025-07-13 08:49+0100\n"
+"PO-Revision-Date: 2025-07-14 18:35+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
"Language: uk\n"
@@ -17,48 +17,48 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 23.04.3\n"
-#: alpha.c:102 mips.c:54
+#: alpha.c:103 mips.c:55
msgid "<indirect child>"
msgstr "<непрямий нащадок>"
-#: alpha.c:107 mips.c:59
+#: alpha.c:108 mips.c:60
#, c-format
msgid "[find_call] %s: 0x%lx to 0x%lx\n"
msgstr "[find_call] %s: 0x%lx до 0x%lx\n"
-#: alpha.c:129
+#: alpha.c:132
#, c-format
msgid "[find_call] 0x%lx: jsr%s <indirect_child>\n"
msgstr "[find_call] 0x%lx: jsr%s <непрямий_нащадок>\n"
-#: alpha.c:139
+#: alpha.c:142
#, c-format
msgid "[find_call] 0x%lx: bsr"
msgstr "[find_call] 0x%lx: bsr"
-#: basic_blocks.c:128 call_graph.c:89 hist.c:106
+#: basic_blocks.c:129 call_graph.c:90 hist.c:106
#, c-format
msgid "%s: %s: unexpected end of file\n"
msgstr "%s: %s: несподіване завершення файла\n"
-#: basic_blocks.c:196
+#: basic_blocks.c:199
#, c-format
msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n"
msgstr "%s: попередження: ігнорується лічильник виконань простих блоків (скористайтеся -l або --line)\n"
#. FIXME: This only works if bfd_vma is unsigned long.
-#: basic_blocks.c:289 basic_blocks.c:299
+#: basic_blocks.c:294 basic_blocks.c:304
#, c-format
msgid "%s:%d: (%s:0x%lx) %lu executions\n"
msgstr "%s:%d: (%s:0x%lx) %lu виконань\n"
-#: basic_blocks.c:290 basic_blocks.c:300
+#: basic_blocks.c:295 basic_blocks.c:305
msgid "<unknown>"
msgstr "<невідомо>"
-#: basic_blocks.c:543
+#: basic_blocks.c:545
#, c-format
msgid ""
"\n"
@@ -75,7 +75,7 @@ msgstr ""
" Рядок Лічильник\n"
"\n"
-#: basic_blocks.c:567
+#: basic_blocks.c:569
#, c-format
msgid ""
"\n"
@@ -86,22 +86,22 @@ msgstr ""
"Резюме виконання:\n"
"\n"
-#: basic_blocks.c:568
+#: basic_blocks.c:570
#, c-format
msgid "%9ld Executable lines in this file\n"
msgstr "%9ld виконуваний рядків у цьому файлі\n"
-#: basic_blocks.c:570
+#: basic_blocks.c:572
#, c-format
msgid "%9ld Lines executed\n"
msgstr "%9ld рядків виконано\n"
-#: basic_blocks.c:571
+#: basic_blocks.c:573
#, c-format
msgid "%9.2f Percent of the file executed\n"
msgstr "%9.2f відсоткова частина виконання файла\n"
-#: basic_blocks.c:575
+#: basic_blocks.c:577
#, c-format
msgid ""
"\n"
@@ -110,12 +110,12 @@ msgstr ""
"\n"
"%9lu загальна кількість виконань рядків\n"
-#: basic_blocks.c:577
+#: basic_blocks.c:579
#, c-format
msgid "%9.2f Average executions per line\n"
msgstr "%9.2f середня кількість виконань на рядок\n"
-#: call_graph.c:68
+#: call_graph.c:69
#, c-format
msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
msgstr "[cg_tally] з’єднання %s з %s пройдено %lu разів\n"
@@ -138,7 +138,7 @@ msgstr ""
"\t\t\tГраф викликів\n"
"\n"
-#: cg_print.c:79 hist.c:470
+#: cg_print.c:79 hist.c:472
#, c-format
msgid ""
"\n"
@@ -194,7 +194,7 @@ msgstr "сама"
msgid "descendants"
msgstr "нащадків"
-#: cg_print.c:102 hist.c:496
+#: cg_print.c:102 hist.c:498
msgid "name"
msgstr "назва"
@@ -222,7 +222,7 @@ msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s <довільно>\n"
msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s <spontaneous>\n"
msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s <довільно>\n"
-#: cg_print.c:593
+#: cg_print.c:595
#, c-format
msgid ""
"Index by function name\n"
@@ -231,147 +231,142 @@ msgstr ""
"Покажчик за назвами функцій\n"
"\n"
-#: cg_print.c:650 cg_print.c:659
+#: cg_print.c:652 cg_print.c:661
#, c-format
msgid "<cycle %d>"
msgstr "<цикл %d>"
-#: corefile.c:61
+#: corefile.c:63
#, c-format
msgid "%s: unable to parse mapping file %s.\n"
msgstr "%s: не вдалося обробити файл відповідностей %s.\n"
-#: corefile.c:89 corefile.c:524
+#: corefile.c:91 corefile.c:532
#, c-format
msgid "%s: could not open %s.\n"
msgstr "%s: не вдалося відкрити %s.\n"
-#: corefile.c:193
+#: corefile.c:195
#, c-format
msgid "%s: %s: not in executable format\n"
msgstr "%s: %s: записано не у виконуваному форматі\n"
-#: corefile.c:204
+#: corefile.c:206
#, c-format
msgid "%s: can't find .text section in %s\n"
msgstr "%s: не вдалося знайти розділ .text у %s\n"
-#: corefile.c:278
+#: corefile.c:287
#, c-format
msgid "%s: ran out room for %lu bytes of text space\n"
msgstr "%s: вичерпано місце у %lu байтів текстового простору\n"
-#: corefile.c:292
+#: corefile.c:301
#, c-format
msgid "%s: can't do -c\n"
msgstr "%s: не вдалося виконати -c\n"
-#: corefile.c:331
+#: corefile.c:340
#, c-format
msgid "%s: -c not supported on architecture %s\n"
msgstr "%s: -c не підтримується на архітектурі %s\n"
-#: corefile.c:533 corefile.c:640
+#: corefile.c:543 corefile.c:647
#, c-format
msgid "%s: file `%s' has no symbols\n"
msgstr "%s: у файлі «%s» немає символів\n"
-#: corefile.c:538
+#: corefile.c:548
#, c-format
msgid "%s: file `%s' has too many symbols\n"
msgstr "%s: у файлі «%s» забагато символів\n"
-#: corefile.c:907
-#, c-format
-msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
-msgstr "%s: помилка у обчисленнях: ltab.len=%d замість %ld\n"
-
-#: gmon_io.c:81
+#: gmon_io.c:85
#, c-format
msgid "%s: address size has unexpected value of %u\n"
msgstr "%s: розмір адреси має непідтримуване значення %u\n"
-#: gmon_io.c:298 gmon_io.c:394
+#: gmon_io.c:302 gmon_io.c:402
#, c-format
msgid "%s: file too short to be a gmon file\n"
msgstr "%s: файл є занадто коротким для файла gmon\n"
-#: gmon_io.c:308 gmon_io.c:437
+#: gmon_io.c:312 gmon_io.c:445
#, c-format
msgid "%s: file `%s' has bad magic cookie\n"
msgstr "%s: кука контрольної суми файла «%s» є помилковою\n"
-#: gmon_io.c:319
+#: gmon_io.c:323
#, c-format
msgid "%s: file `%s' has unsupported version %d\n"
msgstr "%s: файл «%s» записано у форматі непідтримуваної версії %d\n"
-#: gmon_io.c:349
+#: gmon_io.c:357
#, c-format
msgid "%s: %s: found bad tag %d (file corrupted?)\n"
msgstr "%s: %s: виявлено помилкову мітку %d (файл пошкоджено?)\n"
-#: gmon_io.c:416
+#: gmon_io.c:424
#, c-format
msgid "%s: profiling rate incompatible with first gmon file\n"
msgstr "%s: частота профілювання несумісна з першим файлом gmon\n"
-#: gmon_io.c:467
+#: gmon_io.c:475
#, c-format
msgid "%s: incompatible with first gmon file\n"
msgstr "%s: несумісність з першим файлом gmon\n"
-#: gmon_io.c:497
+#: gmon_io.c:505
#, c-format
msgid "%s: file '%s' does not appear to be in gmon.out format\n"
msgstr "%s: здається, файл «%s» записано не у форматі gmon.out\n"
-#: gmon_io.c:510
+#: gmon_io.c:518
#, c-format
msgid "%s: unexpected EOF after reading %d/%d bins\n"
msgstr "%s: неочікуваний символ EOF після читання %d з %d інтервалів\n"
-#: gmon_io.c:542
+#: gmon_io.c:550
#, c-format
msgid "time is in ticks, not seconds\n"
msgstr "час у тіках, а не у секундах\n"
-#: gmon_io.c:548 gmon_io.c:728
+#: gmon_io.c:556 gmon_io.c:739
#, c-format
msgid "%s: don't know how to deal with file format %d\n"
msgstr "%s: спосіб обробки файла у форматі %d невідомий\n"
-#: gmon_io.c:558
+#: gmon_io.c:566
#, c-format
msgid "File `%s' (version %d) contains:\n"
msgstr "У файлі «%s» (версія %d) міститься:\n"
-#: gmon_io.c:561
+#: gmon_io.c:569
#, c-format
msgid "\t%d histogram record\n"
msgstr "\t%d запис гістограми\n"
-#: gmon_io.c:562
+#: gmon_io.c:570
#, c-format
msgid "\t%d histogram records\n"
msgstr "\t%d записів гістограми\n"
-#: gmon_io.c:564
+#: gmon_io.c:572
#, c-format
msgid "\t%d call-graph record\n"
msgstr "\t%d запис графу викликів\n"
-#: gmon_io.c:565
+#: gmon_io.c:573
#, c-format
msgid "\t%d call-graph records\n"
msgstr "\t%d записів графу викликів\n"
-#: gmon_io.c:567
+#: gmon_io.c:575
#, c-format
msgid "\t%d basic-block count record\n"
msgstr "\t%d запис лічильника простих блоків\n"
-#: gmon_io.c:568
+#: gmon_io.c:576
#, c-format
msgid "\t%d basic-block count records\n"
msgstr "\t%d записів лічильника простих блоків\n"
@@ -448,17 +443,17 @@ msgstr "%s: невідомий спосіб декодування «%s»\n"
msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
msgstr "%s: можна вказувати лише один з параметрів: --function-ordering або --file-ordering.\n"
-#: gprof.c:544
+#: gprof.c:533
#, c-format
msgid "%s: sorry, file format `prof' is not yet supported\n"
msgstr "%s: вибачте, підтримки файлів у форматі «prof» ще не передбачено\n"
-#: gprof.c:598
+#: gprof.c:587
#, c-format
msgid "%s: gmon.out file is missing histogram\n"
msgstr "%s: у файлі gmon.out не виявлено гістограми\n"
-#: gprof.c:605
+#: gprof.c:594
#, c-format
msgid "%s: gmon.out file is missing call-graph data\n"
msgstr "%s: у файлі gmon.out не виявлено даних графу викликів\n"
@@ -487,8 +482,8 @@ msgstr ""
#: hist.c:158
#, c-format
-msgid "%s: different scales in histogram records"
-msgstr "%s: різні масштаби у записах гістограми"
+msgid "%s: different scales in histogram records: %f != %f\n"
+msgstr "%s: різні масштаби у записах гістограми: %f != %f\n"
#: hist.c:195
#, c-format
@@ -500,12 +495,12 @@ msgstr "%s: записи гістограми перекриваються\n"
msgid "%s: %s: unexpected EOF after reading %u of %u samples\n"
msgstr "%s: %s: неочікуваний символ EOF після читання %u з %u фрагментів\n"
-#: hist.c:466
+#: hist.c:468
#, c-format
msgid "%c%c/call"
msgstr "%c%c/виклик"
-#: hist.c:474
+#: hist.c:476
#, c-format
msgid ""
" for %.2f%% of %.2f %s\n"
@@ -514,7 +509,7 @@ msgstr ""
" для %.2f%% з %.2f %s\n"
"\n"
-#: hist.c:480
+#: hist.c:482
#, c-format
msgid ""
"\n"
@@ -523,7 +518,7 @@ msgstr ""
"\n"
"Кожен фрагмент відповідає %g %s.\n"
-#: hist.c:485
+#: hist.c:487
#, c-format
msgid ""
" no time accumulated\n"
@@ -532,27 +527,27 @@ msgstr ""
" не має накопиченого часу\n"
"\n"
-#: hist.c:492
+#: hist.c:494
msgid "cumulative"
msgstr "сукупно"
-#: hist.c:492
+#: hist.c:494
msgid "self "
msgstr "сама "
-#: hist.c:492
+#: hist.c:494
msgid "total "
msgstr "загалом"
-#: hist.c:495
+#: hist.c:497
msgid "time"
msgstr "час"
-#: hist.c:495
+#: hist.c:497
msgid "calls"
msgstr "виклики"
-#: hist.c:584
+#: hist.c:587
#, c-format
msgid ""
"\n"
@@ -565,22 +560,22 @@ msgstr ""
"\n"
"звичайний профіль:\n"
-#: hist.c:590
+#: hist.c:593
#, c-format
msgid "Flat profile:\n"
msgstr "Звичайний профіль:\n"
-#: hist.c:711
+#: hist.c:714
#, c-format
msgid "%s: found a symbol that covers several histogram records"
msgstr "%s: знайдено символ, що об’єднує декілька записів гістограми"
-#: mips.c:71
+#: mips.c:74
#, c-format
msgid "[find_call] 0x%lx: jal"
msgstr "[find_call] 0x%lx: jal"
-#: mips.c:99
+#: mips.c:102
#, c-format
msgid "[find_call] 0x%lx: jalr\n"
msgstr "[find_call] 0x%lx: jalr\n"
@@ -599,3 +594,7 @@ msgstr "*** Файл %s:\n"
#, c-format
msgid " <cycle %d>"
msgstr " <цикл %d>"
+
+#, c-format
+#~ msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
+#~ msgstr "%s: помилка у обчисленнях: ltab.len=%d замість %ld\n"