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