aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-01-11 09:58:12 -0800
committerH.J. Lu <hjl.tools@gmail.com>2017-01-11 09:58:12 -0800
commit7a8f607bd38697f8b2703c2a08ee99485106b209 (patch)
tree46933722c9207c860645b31ca74c4c6173710593 /gprof
parent25f327ec6df55e0fa7c45a2df12297eea346a815 (diff)
parent9e65917652e994b0864b344bfa47014155d93100 (diff)
downloadgdb-7a8f607bd38697f8b2703c2a08ee99485106b209.zip
gdb-7a8f607bd38697f8b2703c2a08ee99485106b209.tar.gz
gdb-7a8f607bd38697f8b2703c2a08ee99485106b209.tar.bz2
Merge remote-tracking branch 'origin/master' into users/hjl/linux/master
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog87
-rw-r--r--gprof/ChangeLog-2016107
-rw-r--r--gprof/MAINTAINERS2
-rw-r--r--gprof/Makefile.am2
-rw-r--r--gprof/Makefile.in2
-rw-r--r--gprof/README2
-rw-r--r--gprof/TODO2
-rw-r--r--gprof/basic_blocks.c2
-rw-r--r--gprof/basic_blocks.h2
-rw-r--r--gprof/bb_exit_func.c2
-rwxr-xr-xgprof/bbconv.pl2
-rw-r--r--gprof/bsd_callg_bl.m2
-rw-r--r--gprof/call_graph.c2
-rw-r--r--gprof/call_graph.h2
-rw-r--r--gprof/cg_arcs.h2
-rw-r--r--gprof/cg_dfn.h2
-rw-r--r--gprof/cg_print.c2
-rw-r--r--gprof/cg_print.h2
-rwxr-xr-xgprof/configure20
-rw-r--r--gprof/configure.ac2
-rw-r--r--gprof/corefile.c2
-rw-r--r--gprof/corefile.h2
-rw-r--r--gprof/flat_bl.m2
-rw-r--r--gprof/fsf_callg_bl.m2
-rw-r--r--gprof/gmon_io.c2
-rw-r--r--gprof/gmon_io.h2
-rw-r--r--gprof/gmon_out.h2
-rw-r--r--gprof/gprof.texi6
-rw-r--r--gprof/hertz.h2
-rw-r--r--gprof/hist.c2
-rw-r--r--gprof/hist.h2
-rw-r--r--gprof/po/Make-in2
-rw-r--r--gprof/po/gprof.pot175
-rw-r--r--gprof/search_list.c2
-rw-r--r--gprof/search_list.h2
-rw-r--r--gprof/source.c2
-rw-r--r--gprof/source.h2
-rw-r--r--gprof/sym_ids.c2
-rw-r--r--gprof/sym_ids.h2
-rw-r--r--gprof/symtab.c2
-rw-r--r--gprof/symtab.h2
-rw-r--r--gprof/utils.h2
42 files changed, 250 insertions, 219 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 1459ea7..6a61d61 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,91 +1,10 @@
-2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
-
- * basic_blocks.c: Fix spelling in comments.
- * cg_arcs.c: Fix spelling in comments.
- * cg_print.c: Fix spelling in comments.
- * corefile.c: Fix spelling in comments.
-
-2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
-
- * configure: Regenerate.
-
-2016-10-06 Tom Tromey <tromey@sourceware.org>
-
- PR gprof/20656
- * source.c (annotate_source): Delete redundant assignment to
- new_line.
-
-2016-10-06 Alan Modra <amodra@gmail.com>
-
- * gprof.c: Add missing fall through comments.
-
-2016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
-
- * Makefile.in: Regenerate.
- * configure: Likewise.
-
-2016-08-30 Nick Clifton <nickc@redhat.com>
-
- PR gprof/20499
- * corefile.c (num_of_syms_in): Return an unsigned int.
- Fail if the count exceeds the maximum possible allocatable size.
- (core_create_syms_from): Exit early if num_of_syms_in returns a
- failure code.
-
-2016-08-23 Nick Clifton <nickc@redhat.com>
-
- PR gprof/20499
- * corefile.c (BUFSIZE): Define.
- (STR_BUFSIZE): Define.
- (read_function_mappings): Use BUFSIZE and STR)BUFSIZE.
- (num_of_syms_in): Move buf, address and name arrays out of
- function and declare as static BUFSIZE arrays.
- Use STR_BUFSIZE when scanning for name and address.
- (core_create_syms_from): Revert previous delta. Instead
- short circuit the parsing of a symbol if all three fields
- could not be found.
-
-2016-08-22 Nick Clifton <nickc@redhat.com>
-
- PR gprof/20499
- * corefile.c (core_create_syms_from): Avoid walking off the end of
- the symbol table.
-
-2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
-
- * configure: Regenerated.
-
-2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
-
- * basic_blocks.c: Update old style function definitions.
- * cg_arcs.c: Likewise.
- * cg_print.c: Likewise.
- * gen-c-prog.awk: Likewise.
- * gmon_io.c: Likewise.
- * hertz.c: Likewise.
- * hist.c: Likewise.
- * sym_ids.c: Likewise.
-
-2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
-
- * Makefile.in: Regenerated with automake 1.11.6.
- * aclocal.m4: Likewise.
-
-2016-03-22 Nick Clifton <nickc@redhat.com>
-
- * configure: Regenerate.
-
-2016-01-17 Alan Modra <amodra@gmail.com>
-
- * configure: Regenerate.
-
-2016-01-01 Alan Modra <amodra@gmail.com>
+2017-01-02 Alan Modra <amodra@gmail.com>
Update year range in copyright notice of all files.
-For older changes see ChangeLog-2015
+For older changes see ChangeLog-2016
-Copyright (C) 2016 Free Software Foundation, Inc.
+Copyright (C) 2017 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/ChangeLog-2016 b/gprof/ChangeLog-2016
new file mode 100644
index 0000000..c66add4
--- /dev/null
+++ b/gprof/ChangeLog-2016
@@ -0,0 +1,107 @@
+2016-12-23 Tristan Gingold <gingold@adacore.com>
+
+ * configure: Regenerate.
+
+2016-12-23 Tristan Gingold <gingold@adacore.com>
+
+ * po/gprof.pot: Regenerate.
+
+2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
+
+ * basic_blocks.c: Fix spelling in comments.
+ * cg_arcs.c: Fix spelling in comments.
+ * cg_print.c: Fix spelling in comments.
+ * corefile.c: Fix spelling in comments.
+
+2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
+
+ * configure: Regenerate.
+
+2016-10-06 Tom Tromey <tromey@sourceware.org>
+
+ PR gprof/20656
+ * source.c (annotate_source): Delete redundant assignment to
+ new_line.
+
+2016-10-06 Alan Modra <amodra@gmail.com>
+
+ * gprof.c: Add missing fall through comments.
+
+2016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
+
+ * Makefile.in: Regenerate.
+ * configure: Likewise.
+
+2016-08-30 Nick Clifton <nickc@redhat.com>
+
+ PR gprof/20499
+ * corefile.c (num_of_syms_in): Return an unsigned int.
+ Fail if the count exceeds the maximum possible allocatable size.
+ (core_create_syms_from): Exit early if num_of_syms_in returns a
+ failure code.
+
+2016-08-23 Nick Clifton <nickc@redhat.com>
+
+ PR gprof/20499
+ * corefile.c (BUFSIZE): Define.
+ (STR_BUFSIZE): Define.
+ (read_function_mappings): Use BUFSIZE and STR)BUFSIZE.
+ (num_of_syms_in): Move buf, address and name arrays out of
+ function and declare as static BUFSIZE arrays.
+ Use STR_BUFSIZE when scanning for name and address.
+ (core_create_syms_from): Revert previous delta. Instead
+ short circuit the parsing of a symbol if all three fields
+ could not be found.
+
+2016-08-22 Nick Clifton <nickc@redhat.com>
+
+ PR gprof/20499
+ * corefile.c (core_create_syms_from): Avoid walking off the end of
+ the symbol table.
+
+2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure: Regenerated.
+
+2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
+
+ * basic_blocks.c: Update old style function definitions.
+ * cg_arcs.c: Likewise.
+ * cg_print.c: Likewise.
+ * gen-c-prog.awk: Likewise.
+ * gmon_io.c: Likewise.
+ * hertz.c: Likewise.
+ * hist.c: Likewise.
+ * sym_ids.c: Likewise.
+
+2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ * Makefile.in: Regenerated with automake 1.11.6.
+ * aclocal.m4: Likewise.
+
+2016-03-22 Nick Clifton <nickc@redhat.com>
+
+ * configure: Regenerate.
+
+2016-01-17 Alan Modra <amodra@gmail.com>
+
+ * configure: Regenerate.
+
+2016-01-01 Alan Modra <amodra@gmail.com>
+
+ Update year range in copyright notice of all files.
+
+For older changes see ChangeLog-2015
+
+Copyright (C) 2016 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
+
+Local Variables:
+mode: change-log
+left-margin: 8
+fill-column: 74
+version-control: never
+End:
diff --git a/gprof/MAINTAINERS b/gprof/MAINTAINERS
index a9c6a8b..06bb8b8 100644
--- a/gprof/MAINTAINERS
+++ b/gprof/MAINTAINERS
@@ -1,6 +1,6 @@
See ../binutils/MAINTAINERS
-Copyright (C) 2012-2016 Free Software Foundation, Inc.
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index 9245256..e797712 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
-# Copyright (C) 2012-2016 Free Software Foundation, Inc.
+# Copyright (C) 2012-2017 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index b1b357c..a4876d8 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -16,7 +16,7 @@
@SET_MAKE@
#
-# Copyright (C) 2012-2016 Free Software Foundation, Inc.
+# Copyright (C) 2012-2017 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gprof/README b/gprof/README
index fc868d0..582448b 100644
--- a/gprof/README
+++ b/gprof/README
@@ -441,7 +441,7 @@ file in a suitable format. This should be fixed for future releases
of gcc. In the meantime, contact davidm@cs.arizona.edu for a version
of __bb_exit_func() to is appropriate.
-Copyright (C) 2012-2016 Free Software Foundation, Inc.
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/TODO b/gprof/TODO
index 7fa50da..c1d98e4 100644
--- a/gprof/TODO
+++ b/gprof/TODO
@@ -68,7 +68,7 @@
will use the new format for basic-block style profiling but
the old format for regular gpprofiling
-Copyright (C) 2012-2016 Free Software Foundation, Inc.
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c
index 4e29599..acab186 100644
--- a/gprof/basic_blocks.c
+++ b/gprof/basic_blocks.c
@@ -2,7 +2,7 @@
of basic-block info to/from gmon.out; computing and formatting of
basic-block related statistics.
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h
index 69dba60..56df513 100644
--- a/gprof/basic_blocks.h
+++ b/gprof/basic_blocks.h
@@ -1,5 +1,5 @@
/* basic_blocks.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/bb_exit_func.c b/gprof/bb_exit_func.c
index d2b1879..68e28c5 100644
--- a/gprof/bb_exit_func.c
+++ b/gprof/bb_exit_func.c
@@ -1,7 +1,7 @@
/* bb_exit_func.c - dumps all the basic-block statistics linked into
the bb_head chain to .d files.
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/bbconv.pl b/gprof/bbconv.pl
index 8982efa..658640c 100755
--- a/gprof/bbconv.pl
+++ b/gprof/bbconv.pl
@@ -3,7 +3,7 @@
# This script converts a "bb.out" file into a format
# suitable for processing by gprof
#
-# Copyright (C) 2001-2016 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is part of GNU Binutils.
#
diff --git a/gprof/bsd_callg_bl.m b/gprof/bsd_callg_bl.m
index e165982..ce1f373 100644
--- a/gprof/bsd_callg_bl.m
+++ b/gprof/bsd_callg_bl.m
@@ -106,7 +106,7 @@ index the index of this child in the call graph listing,
the members of the cycle, and their contributions
to the time and call counts of the cycle.
-Copyright (C) 2012-2016 Free Software Foundation, Inc.
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/call_graph.c b/gprof/call_graph.c
index ed30050..12ad0bf 100644
--- a/gprof/call_graph.c
+++ b/gprof/call_graph.c
@@ -1,6 +1,6 @@
/* call_graph.c - Create call graphs.
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/call_graph.h b/gprof/call_graph.h
index 328731d..32b9033 100644
--- a/gprof/call_graph.h
+++ b/gprof/call_graph.h
@@ -1,6 +1,6 @@
/* call_graph.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_arcs.h b/gprof/cg_arcs.h
index 153a24b..0e0eee1 100644
--- a/gprof/cg_arcs.h
+++ b/gprof/cg_arcs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_dfn.h b/gprof/cg_dfn.h
index 5596914..c135224 100644
--- a/gprof/cg_dfn.h
+++ b/gprof/cg_dfn.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_print.c b/gprof/cg_print.c
index e01bdcb..9c70aed 100644
--- a/gprof/cg_print.c
+++ b/gprof/cg_print.c
@@ -1,6 +1,6 @@
/* cg_print.c - Print routines for displaying call graphs.
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_print.h b/gprof/cg_print.h
index 5a0c97a..c81cbab 100644
--- a/gprof/cg_print.h
+++ b/gprof/cg_print.h
@@ -1,6 +1,6 @@
/* cg_print.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/configure b/gprof/configure
index ebdda43..11d60ff 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.64 for gprof 2.27.51.0.1.
+# Generated by GNU Autoconf 2.64 for gprof 2.28.51.0.1.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof'
-PACKAGE_VERSION='2.27.51.0.1'
-PACKAGE_STRING='gprof 2.27.51.0.1'
+PACKAGE_VERSION='2.28.51.0.1'
+PACKAGE_STRING='gprof 2.28.51.0.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1302,7 +1302,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.27.51.0.1 to adapt to many kinds of systems.
+\`configure' configures gprof 2.28.51.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1373,7 +1373,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gprof 2.27.51.0.1:";;
+ short | recursive ) echo "Configuration of gprof 2.28.51.0.1:";;
esac
cat <<\_ACEOF
@@ -1479,7 +1479,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gprof configure 2.27.51.0.1
+gprof configure 2.28.51.0.1
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1844,7 +1844,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.27.51.0.1, which was
+It was created by gprof $as_me 2.28.51.0.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -3653,7 +3653,7 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
- VERSION='2.27.51.0.1'
+ VERSION='2.28.51.0.1'
cat >>confdefs.h <<_ACEOF
@@ -12787,7 +12787,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.27.51.0.1, which was
+This file was extended by gprof $as_me 2.28.51.0.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -12851,7 +12851,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-gprof config.status 2.27.51.0.1
+gprof config.status 2.28.51.0.1
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/gprof/configure.ac b/gprof/configure.ac
index 1dec7a1..8f54481 100644
--- a/gprof/configure.ac
+++ b/gprof/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2012-2016 Free Software Foundation, Inc.
+dnl Copyright (C) 2012-2017 Free Software Foundation, Inc.
dnl
dnl This file is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
diff --git a/gprof/corefile.c b/gprof/corefile.c
index c9ec490..01d6fec 100644
--- a/gprof/corefile.c
+++ b/gprof/corefile.c
@@ -1,6 +1,6 @@
/* corefile.c
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/corefile.h b/gprof/corefile.h
index bf5ba3a..e68c8ac 100644
--- a/gprof/corefile.h
+++ b/gprof/corefile.h
@@ -1,6 +1,6 @@
/* corefile.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/flat_bl.m b/gprof/flat_bl.m
index c790374..cd4f073 100644
--- a/gprof/flat_bl.m
+++ b/gprof/flat_bl.m
@@ -26,7 +26,7 @@ name the name of the function. This is the minor sort
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
-Copyright (C) 2012-2016 Free Software Foundation, Inc.
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/fsf_callg_bl.m b/gprof/fsf_callg_bl.m
index 9efbeca..01e51cc 100644
--- a/gprof/fsf_callg_bl.m
+++ b/gprof/fsf_callg_bl.m
@@ -81,7 +81,7 @@
for that member, how many times it was called from other members of
the cycle.
-Copyright (C) 2012-2016 Free Software Foundation, Inc.
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/gmon_io.c b/gprof/gmon_io.c
index c827ae6..71ff604 100644
--- a/gprof/gmon_io.c
+++ b/gprof/gmon_io.c
@@ -1,6 +1,6 @@
/* gmon_io.c - Input and output from/to gmon.out files.
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/gmon_io.h b/gprof/gmon_io.h
index dcab61d..9d02735 100644
--- a/gprof/gmon_io.h
+++ b/gprof/gmon_io.h
@@ -1,6 +1,6 @@
/* gmon_io.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/gmon_out.h b/gprof/gmon_out.h
index ce43200..70648b9 100644
--- a/gprof/gmon_out.h
+++ b/gprof/gmon_out.h
@@ -1,6 +1,6 @@
/* gmon_out.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index 8becb8b..6acaf5f 100644
--- a/gprof/gprof.texi
+++ b/gprof/gprof.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@setfilename gprof.info
-@c Copyright (C) 1988-2016 Free Software Foundation, Inc.
+@c Copyright (C) 1988-2017 Free Software Foundation, Inc.
@settitle GNU gprof
@setchapternewpage odd
@@ -21,7 +21,7 @@
This file documents the gprof profiler of the GNU system.
@c man begin COPYRIGHT
-Copyright @copyright{} 1988-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2017 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
@@ -54,7 +54,7 @@ execute programs. @sc{gnu} @code{gprof} was written by Jay Fenlason.
Eric S. Raymond made some minor corrections and additions in 2003.
@vskip 0pt plus 1filll
-Copyright @copyright{} 1988-2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2017 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
diff --git a/gprof/hertz.h b/gprof/hertz.h
index 82a02f7..9fe4c2d 100644
--- a/gprof/hertz.h
+++ b/gprof/hertz.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/hist.c b/gprof/hist.c
index 0764129..9057942 100644
--- a/gprof/hist.c
+++ b/gprof/hist.c
@@ -1,6 +1,6 @@
/* hist.c - Histogram related operations.
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/hist.h b/gprof/hist.h
index 2458164..0816dfc 100644
--- a/gprof/hist.h
+++ b/gprof/hist.h
@@ -1,6 +1,6 @@
/* hist.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/po/Make-in b/gprof/po/Make-in
index 985f472..4899aee 100644
--- a/gprof/po/Make-in
+++ b/gprof/po/Make-in
@@ -1,6 +1,6 @@
# Makefile for program source directory in GNU NLS utilities package.
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
-# Copyright (C) 2002-2016 Free Software Foundation, Inc.
+# Copyright (C) 2002-2017 Free Software Foundation, Inc.
#
# This file may be copied and used freely without restrictions. It can
# be used in projects which are not available under the GNU Public License
diff --git a/gprof/po/gprof.pot b/gprof/po/gprof.pot
index 4a660f3..8c4cdcf 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: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2014-02-10 09:42+1030\n"
+"POT-Creation-Date: 2016-12-23 09:23+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"
@@ -36,27 +36,27 @@ msgstr ""
msgid "[find_call] 0x%lx: bsr"
msgstr ""
-#: basic_blocks.c:129 call_graph.c:89 hist.c:107
+#: basic_blocks.c:128 call_graph.c:89 hist.c:106
#, c-format
msgid "%s: %s: unexpected end of file\n"
msgstr ""
-#: basic_blocks.c:197
+#: basic_blocks.c:196
#, 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:290 basic_blocks.c:300
+#: basic_blocks.c:289 basic_blocks.c:299
#, c-format
msgid "%s:%d: (%s:0x%lx) %lu executions\n"
msgstr ""
-#: basic_blocks.c:291 basic_blocks.c:301
+#: basic_blocks.c:290 basic_blocks.c:300
msgid "<unknown>"
msgstr ""
-#: basic_blocks.c:544
+#: basic_blocks.c:543
#, c-format
msgid ""
"\n"
@@ -67,7 +67,7 @@ msgid ""
"\n"
msgstr ""
-#: basic_blocks.c:568
+#: basic_blocks.c:567
#, c-format
msgid ""
"\n"
@@ -75,29 +75,29 @@ msgid ""
"\n"
msgstr ""
-#: basic_blocks.c:569
+#: basic_blocks.c:568
#, c-format
msgid "%9ld Executable lines in this file\n"
msgstr ""
-#: basic_blocks.c:571
+#: basic_blocks.c:570
#, c-format
msgid "%9ld Lines executed\n"
msgstr ""
-#: basic_blocks.c:572
+#: basic_blocks.c:571
#, c-format
msgid "%9.2f Percent of the file executed\n"
msgstr ""
-#: basic_blocks.c:576
+#: basic_blocks.c:575
#, c-format
msgid ""
"\n"
"%9lu Total number of line executions\n"
msgstr ""
-#: basic_blocks.c:578
+#: basic_blocks.c:577
#, c-format
msgid "%9.2f Average executions per line\n"
msgstr ""
@@ -107,241 +107,246 @@ msgstr ""
msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
msgstr ""
-#: cg_print.c:75
+#: cg_print.c:74
#, c-format
msgid ""
"\t\t Call graph (explanation follows)\n"
"\n"
msgstr ""
-#: cg_print.c:77
+#: cg_print.c:76
#, c-format
msgid ""
"\t\t\tCall graph\n"
"\n"
msgstr ""
-#: cg_print.c:80 hist.c:471
+#: cg_print.c:79 hist.c:470
#, c-format
msgid ""
"\n"
"granularity: each sample hit covers %ld byte(s)"
msgstr ""
-#: cg_print.c:84
+#: cg_print.c:83
#, c-format
msgid ""
" for %.2f%% of %.2f seconds\n"
"\n"
msgstr ""
-#: cg_print.c:88
+#: cg_print.c:87
#, c-format
msgid ""
" no time propagated\n"
"\n"
msgstr ""
-#: cg_print.c:97 cg_print.c:102 cg_print.c:105
+#: cg_print.c:96 cg_print.c:101 cg_print.c:104
msgid "called"
msgstr ""
-#: cg_print.c:97 cg_print.c:105
+#: cg_print.c:96 cg_print.c:104
msgid "total"
msgstr ""
-#: cg_print.c:97
+#: cg_print.c:96
msgid "parents"
msgstr ""
-#: cg_print.c:99 cg_print.c:103
+#: cg_print.c:98 cg_print.c:102
msgid "index"
msgstr ""
-#: cg_print.c:101
+#: cg_print.c:100
#, no-c-format
msgid "%time"
msgstr ""
-#: cg_print.c:102
+#: cg_print.c:101
msgid "self"
msgstr ""
-#: cg_print.c:102
+#: cg_print.c:101
msgid "descendants"
msgstr ""
-#: cg_print.c:103 hist.c:497
+#: cg_print.c:102 hist.c:496
msgid "name"
msgstr ""
-#: cg_print.c:105
+#: cg_print.c:104
msgid "children"
msgstr ""
-#: cg_print.c:110
+#: cg_print.c:109
#, c-format
msgid "index %% time self children called name\n"
msgstr ""
-#: cg_print.c:133
+#: cg_print.c:132
#, c-format
msgid " <cycle %d as a whole> [%d]\n"
msgstr ""
-#: cg_print.c:359
+#: cg_print.c:358
#, c-format
msgid "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s <spontaneous>\n"
msgstr ""
-#: cg_print.c:360
+#: cg_print.c:359
#, c-format
msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s <spontaneous>\n"
msgstr ""
-#: cg_print.c:594
+#: cg_print.c:593
#, c-format
msgid ""
"Index by function name\n"
"\n"
msgstr ""
-#: cg_print.c:651 cg_print.c:660
+#: cg_print.c:650 cg_print.c:659
#, c-format
msgid "<cycle %d>"
msgstr ""
-#: corefile.c:61
+#: corefile.c:62
#, c-format
msgid "%s: unable to parse mapping file %s.\n"
msgstr ""
-#: corefile.c:85 corefile.c:526
+#: corefile.c:90 corefile.c:527
#, c-format
msgid "%s: could not open %s.\n"
msgstr ""
-#: corefile.c:187
+#: corefile.c:192
#, c-format
msgid "%s: %s: not in executable format\n"
msgstr ""
-#: corefile.c:198
+#: corefile.c:203
#, c-format
msgid "%s: can't find .text section in %s\n"
msgstr ""
-#: corefile.c:273
+#: corefile.c:278
#, c-format
msgid "%s: ran out room for %lu bytes of text space\n"
msgstr ""
-#: corefile.c:287
+#: corefile.c:292
#, c-format
msgid "%s: can't do -c\n"
msgstr ""
-#: corefile.c:330
+#: corefile.c:335
#, c-format
msgid "%s: -c not supported on architecture %s\n"
msgstr ""
-#: corefile.c:535 corefile.c:638
+#: corefile.c:536 corefile.c:642
#, c-format
msgid "%s: file `%s' has no symbols\n"
msgstr ""
-#: corefile.c:905
+#: corefile.c:541
+#, c-format
+msgid "%s: file `%s' has too many symbols\n"
+msgstr ""
+
+#: corefile.c:909
#, c-format
msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
msgstr ""
-#: gmon_io.c:84
+#: gmon_io.c:83
#, c-format
msgid "%s: address size has unexpected value of %u\n"
msgstr ""
-#: gmon_io.c:319 gmon_io.c:415
+#: gmon_io.c:318 gmon_io.c:414
#, c-format
msgid "%s: file too short to be a gmon file\n"
msgstr ""
-#: gmon_io.c:329 gmon_io.c:458
+#: gmon_io.c:328 gmon_io.c:457
#, c-format
msgid "%s: file `%s' has bad magic cookie\n"
msgstr ""
-#: gmon_io.c:340
+#: gmon_io.c:339
#, c-format
msgid "%s: file `%s' has unsupported version %d\n"
msgstr ""
-#: gmon_io.c:370
+#: gmon_io.c:369
#, c-format
msgid "%s: %s: found bad tag %d (file corrupted?)\n"
msgstr ""
-#: gmon_io.c:437
+#: gmon_io.c:436
#, c-format
msgid "%s: profiling rate incompatible with first gmon file\n"
msgstr ""
-#: gmon_io.c:488
+#: gmon_io.c:487
#, c-format
msgid "%s: incompatible with first gmon file\n"
msgstr ""
-#: gmon_io.c:518
+#: gmon_io.c:517
#, c-format
msgid "%s: file '%s' does not appear to be in gmon.out format\n"
msgstr ""
-#: gmon_io.c:531
+#: gmon_io.c:530
#, c-format
msgid "%s: unexpected EOF after reading %d/%d bins\n"
msgstr ""
-#: gmon_io.c:563
+#: gmon_io.c:562
#, c-format
msgid "time is in ticks, not seconds\n"
msgstr ""
-#: gmon_io.c:569 gmon_io.c:749
+#: gmon_io.c:568 gmon_io.c:748
#, c-format
msgid "%s: don't know how to deal with file format %d\n"
msgstr ""
-#: gmon_io.c:579
+#: gmon_io.c:578
#, c-format
msgid "File `%s' (version %d) contains:\n"
msgstr ""
-#: gmon_io.c:582
+#: gmon_io.c:581
#, c-format
msgid "\t%d histogram record\n"
msgstr ""
-#: gmon_io.c:583
+#: gmon_io.c:582
#, c-format
msgid "\t%d histogram records\n"
msgstr ""
-#: gmon_io.c:585
+#: gmon_io.c:584
#, c-format
msgid "\t%d call-graph record\n"
msgstr ""
-#: gmon_io.c:586
+#: gmon_io.c:585
#, c-format
msgid "\t%d call-graph records\n"
msgstr ""
-#: gmon_io.c:588
+#: gmon_io.c:587
#, c-format
msgid "\t%d basic-block count record\n"
msgstr ""
-#: gmon_io.c:589
+#: gmon_io.c:588
#, c-format
msgid "\t%d basic-block count records\n"
msgstr ""
@@ -375,56 +380,56 @@ msgstr ""
msgid "%s: debugging not supported; -d ignored\n"
msgstr ""
-#: gprof.c:334
+#: gprof.c:336
#, c-format
msgid "%s: unknown file format %s\n"
msgstr ""
#. This output is intended to follow the GNU standards document.
-#: gprof.c:422
+#: gprof.c:424
#, c-format
msgid "GNU gprof %s\n"
msgstr ""
-#: gprof.c:423
+#: gprof.c:425
#, c-format
msgid ""
"Based on BSD gprof, copyright 1983 Regents of the University of California.\n"
msgstr ""
-#: gprof.c:424
+#: gprof.c:426
#, c-format
msgid ""
"This program is free software. This program has absolutely no warranty.\n"
msgstr ""
-#: gprof.c:465
+#: gprof.c:467
#, c-format
msgid "%s: unknown demangling style `%s'\n"
msgstr ""
-#: gprof.c:488
+#: gprof.c:490
#, c-format
msgid ""
"%s: Only one of --function-ordering and --file-ordering may be specified.\n"
msgstr ""
-#: gprof.c:540
+#: gprof.c:542
#, c-format
msgid "%s: sorry, file format `prof' is not yet supported\n"
msgstr ""
-#: gprof.c:594
+#: gprof.c:596
#, c-format
msgid "%s: gmon.out file is missing histogram\n"
msgstr ""
-#: gprof.c:601
+#: gprof.c:603
#, c-format
msgid "%s: gmon.out file is missing call-graph data\n"
msgstr ""
-#: hist.c:135
+#: hist.c:134
#, c-format
msgid ""
"%s: dimension unit changed between histogram records\n"
@@ -432,7 +437,7 @@ msgid ""
"%s: to '%s'\n"
msgstr ""
-#: hist.c:145
+#: hist.c:144
#, c-format
msgid ""
"%s: dimension abbreviation changed between histogram records\n"
@@ -440,68 +445,68 @@ msgid ""
"%s: to '%c'\n"
msgstr ""
-#: hist.c:159
+#: hist.c:158
#, c-format
msgid "%s: different scales in histogram records"
msgstr ""
-#: hist.c:196
+#: hist.c:195
#, c-format
msgid "%s: overlapping histogram records\n"
msgstr ""
-#: hist.c:230
+#: hist.c:229
#, c-format
msgid "%s: %s: unexpected EOF after reading %u of %u samples\n"
msgstr ""
-#: hist.c:467
+#: hist.c:466
#, c-format
msgid "%c%c/call"
msgstr ""
-#: hist.c:475
+#: hist.c:474
#, c-format
msgid ""
" for %.2f%% of %.2f %s\n"
"\n"
msgstr ""
-#: hist.c:481
+#: hist.c:480
#, c-format
msgid ""
"\n"
"Each sample counts as %g %s.\n"
msgstr ""
-#: hist.c:486
+#: hist.c:485
#, c-format
msgid ""
" no time accumulated\n"
"\n"
msgstr ""
-#: hist.c:493
+#: hist.c:492
msgid "cumulative"
msgstr ""
-#: hist.c:493
+#: hist.c:492
msgid "self "
msgstr ""
-#: hist.c:493
+#: hist.c:492
msgid "total "
msgstr ""
-#: hist.c:496
+#: hist.c:495
msgid "time"
msgstr ""
-#: hist.c:496
+#: hist.c:495
msgid "calls"
msgstr ""
-#: hist.c:585
+#: hist.c:584
#, c-format
msgid ""
"\n"
@@ -510,12 +515,12 @@ msgid ""
"flat profile:\n"
msgstr ""
-#: hist.c:591
+#: hist.c:590
#, c-format
msgid "Flat profile:\n"
msgstr ""
-#: hist.c:712
+#: hist.c:711
#, c-format
msgid "%s: found a symbol that covers several histogram records"
msgstr ""
diff --git a/gprof/search_list.c b/gprof/search_list.c
index ffaad95..98649de 100644
--- a/gprof/search_list.c
+++ b/gprof/search_list.c
@@ -1,6 +1,6 @@
/* search-list.c
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/search_list.h b/gprof/search_list.h
index f9ad0dd..3609cef 100644
--- a/gprof/search_list.h
+++ b/gprof/search_list.h
@@ -1,6 +1,6 @@
/* search-list.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/source.c b/gprof/source.c
index 335cda8..311418e 100644
--- a/gprof/source.c
+++ b/gprof/source.c
@@ -1,6 +1,6 @@
/* source.c - Keep track of source files.
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/source.h b/gprof/source.h
index e3340ea..fa8f52e 100644
--- a/gprof/source.h
+++ b/gprof/source.h
@@ -1,6 +1,6 @@
/* source.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c
index d942075..00a596f 100644
--- a/gprof/sym_ids.c
+++ b/gprof/sym_ids.c
@@ -1,6 +1,6 @@
/* sym_ids.c
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/sym_ids.h b/gprof/sym_ids.h
index fc94696..3b90aec 100644
--- a/gprof/sym_ids.h
+++ b/gprof/sym_ids.h
@@ -1,6 +1,6 @@
/* sym_ids.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/symtab.c b/gprof/symtab.c
index 9ebcfa2..b93d4ad 100644
--- a/gprof/symtab.c
+++ b/gprof/symtab.c
@@ -1,6 +1,6 @@
/* symtab.c
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/symtab.h b/gprof/symtab.h
index 6d3c36e..851b84b 100644
--- a/gprof/symtab.h
+++ b/gprof/symtab.h
@@ -1,6 +1,6 @@
/* symtab.h
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/utils.h b/gprof/utils.h
index 630cc77..31bb45a 100644
--- a/gprof/utils.h
+++ b/gprof/utils.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of GNU Binutils.