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