Regenerate pot files.
[external/binutils.git] / gprof / ChangeLog
1 2016-12-23  Tristan Gingold  <gingold@adacore.com>
2
3         * po/gprof.pot: Regenerate.
4
5 2016-11-27  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
6
7         * basic_blocks.c: Fix spelling in comments.
8         * cg_arcs.c: Fix spelling in comments.
9         * cg_print.c: Fix spelling in comments.
10         * corefile.c: Fix spelling in comments.
11
12 2016-11-22  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
13
14         * configure: Regenerate.
15
16 2016-10-06  Tom Tromey  <tromey@sourceware.org>
17
18         PR gprof/20656
19         * source.c (annotate_source): Delete redundant assignment to
20         new_line.
21
22 2016-10-06  Alan Modra  <amodra@gmail.com>
23
24         * gprof.c: Add missing fall through comments.
25
26 2016-09-26  Vlad Zakharov  <vzakhar@synopsys.com>
27
28         * Makefile.in: Regenerate.
29         * configure: Likewise.
30
31 2016-08-30  Nick Clifton  <nickc@redhat.com>
32
33         PR gprof/20499
34         * corefile.c (num_of_syms_in): Return an unsigned int.
35         Fail if the count exceeds the maximum possible allocatable size.
36         (core_create_syms_from): Exit early if num_of_syms_in returns a
37         failure code.
38
39 2016-08-23  Nick Clifton  <nickc@redhat.com>
40
41         PR gprof/20499
42         * corefile.c (BUFSIZE): Define.
43         (STR_BUFSIZE): Define.
44         (read_function_mappings): Use BUFSIZE and STR)BUFSIZE.
45         (num_of_syms_in): Move buf, address and name arrays out of
46         function and declare as static BUFSIZE arrays.
47         Use STR_BUFSIZE when scanning for name and address.
48         (core_create_syms_from): Revert previous delta.  Instead
49         short circuit the parsing of a symbol if all three fields
50         could not be found.
51
52 2016-08-22  Nick Clifton  <nickc@redhat.com>
53
54         PR gprof/20499
55         * corefile.c (core_create_syms_from): Avoid walking off the end of
56         the symbol table.
57
58 2016-07-21  H.J. Lu  <hongjiu.lu@intel.com>
59
60         * configure: Regenerated.
61
62 2016-04-20  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
63
64         * basic_blocks.c: Update old style function definitions.
65         * cg_arcs.c: Likewise.
66         * cg_print.c: Likewise.
67         * gen-c-prog.awk: Likewise.
68         * gmon_io.c: Likewise.
69         * hertz.c: Likewise.
70         * hist.c: Likewise.
71         * sym_ids.c: Likewise.
72
73 2016-04-15  H.J. Lu  <hongjiu.lu@intel.com>
74
75         * Makefile.in: Regenerated with automake 1.11.6.
76         * aclocal.m4: Likewise.
77
78 2016-03-22  Nick Clifton  <nickc@redhat.com>
79
80         * configure: Regenerate.
81
82 2016-01-17  Alan Modra  <amodra@gmail.com>
83
84         * configure: Regenerate.
85
86 2016-01-01  Alan Modra  <amodra@gmail.com>
87
88         Update year range in copyright notice of all files.
89
90 For older changes see ChangeLog-2015
91 \f
92 Copyright (C) 2016 Free Software Foundation, Inc.
93
94 Copying and distribution of this file, with or without modification,
95 are permitted in any medium without royalty provided the copyright
96 notice and this notice are preserved.
97
98 Local Variables:
99 mode: change-log
100 left-margin: 8
101 fill-column: 74
102 version-control: never
103 End: