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