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