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