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