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