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