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