6d73b3cc8c98102bb6cafe9159180750302ca34e
[binutils-gdb.git] / gprof / ChangeLog
1 2021-06-03 Ben Asselstine <benasselstine@gmail.com>
2
3 PR 4283
4 * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
5
6 2021-05-08 Mike Frysinger <vapier@gentoo.org>
7
8 * Makefile.am (html-local, doc/gprof/index.html): New targets.
9 * Makefile.in: Regenerate.
10
11 2021-05-08 Mike Frysinger <vapier@gentoo.org>
12
13 * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
14 * Makefile.in: Regenerate.
15
16 2021-04-14 Alan Modra <amodra@gmail.com>
17
18 PR 27716
19 * gprof.h (PATH_MAX): Don't define.
20 * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
21 file name size.
22 * source.c (annotate_source): Malloc file name buffer. Always
23 trim off "-ann" when dos 8.3 annotate file matches original.
24 * utils.c (print_name_only): Malloc file name buffer.
25
26 2021-04-05 Alan Modra <amodra@gmail.com>
27
28 * configure.ac: Check for sys/time.h and setitimer. Don't invoke
29 AC_ISC_POSIX. Don't check for setmode.
30 * gprof.c: Don't test HAVE_SETLOCALE.
31 * gprof.h: Include sys/time.h.
32 * configure: Regenerate.
33 * gconfig.in: Regenerate.
34
35 2021-03-31 Alan Modra <amodra@gmail.com>
36
37 * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
38 and TRUE with true throughout.
39 * basic_blocks.h: Likewise.
40 * cg_arcs.c: Likewise.
41 * cg_dfn.c: Likewise.
42 * cg_print.c: Likewise.
43 * corefile.c: Likewise.
44 * gmon_io.c: Likewise.
45 * gprof.c: Likewise.
46 * gprof.h: Likewise.
47 * hist.c: Likewise.
48 * mips.c: Likewise.
49 * source.c: Likewise.
50 * source.h: Likewise.
51 * sym_ids.c: Likewise.
52 * sym_ids.h: Likewise.
53 * symtab.h: Likewise.
54 * vax.c: Likewise.
55
56 2021-01-13 Alan Modra <amodra@gmail.com>
57
58 * Makefile.in: Regenerate.
59
60 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
61
62 PR binutils/26792
63 * configure.ac: Use GNU_MAKE_JOBSERVER.
64 * aclocal.m4: Regenerated.
65 * configure: Likewise.
66
67 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
68
69 PR ld/27173
70 * configure: Regenerated.
71
72 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
73
74 * configure: Regenerated.
75
76 2021-01-09 Nick Clifton <nickc@redhat.com>
77
78 * configure: Regenerate.
79 * po/gprof.pot: Regenerate.
80
81 2021-01-09 Nick Clifton <nickc@redhat.com>
82
83 * 2.36 release branch crated.
84
85 2021-01-09 Alan Modra <amodra@gmail.com>
86
87 * configure: Regenerate.
88
89 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
90
91 * configure: Regenerate.
92
93 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
94
95 * README: Correct grammar.
96 * gprof.texi: Likewise.
97
98 2021-01-01 Alan Modra <amodra@gmail.com>
99
100 Update year range in copyright notice of all files.
101
102 For older changes see ChangeLog-2020
103 \f
104 Copyright (C) 2021 Free Software Foundation, Inc.
105
106 Copying and distribution of this file, with or without modification,
107 are permitted in any medium without royalty provided the copyright
108 notice and this notice are preserved.
109
110 Local Variables:
111 mode: change-log
112 left-margin: 8
113 fill-column: 74
114 version-control: never
115 End: