]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gprof/ChangeLog
73ec2746f6a120d8a650d183121fb4c9a6e4d807
[thirdparty/binutils-gdb.git] / gprof / ChangeLog
1 2023-11-15 Arsen Arsenović <arsen@aarsen.me>
2
3 * aclocal.m4: Regenerate.
4 * configure: Regenerate.
5 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Output to a .pot
6 temporary file, to suppress xgettext checking charset names.
7
8 2023-07-03 Nick Clifton <nickc@redhat.com>
9
10 * configure: Regenerate.
11
12 2023-07-03 Nick Clifton <nickc@redhat.com>
13
14 2.41 Branch Point.
15
16 2023-06-26 Nick Clifton <nickc@redhat.com>
17
18 * po/fr.po: Updated French translation.
19
20 2023-04-19 Nick Clifton <nickc@redhat.com>
21
22 * po/hu.po: Updated Hungarian translation.
23
24 2023-04-11 Nick Clifton <nickc@redhat.com>
25
26 PR 30324
27 * symtab.c (symtab_finalize): Only change the end address if dst
28 has been updated.
29
30 2023-02-20 Nick Clifton <nickc@redhat.com>
31
32 * po/ms.po: Updated Malayasian translation.
33
34 2023-01-09 Nick Clifton <nickc@redhat.com>
35
36 * po/eo.po: Updated Esperanto translation.
37
38 2023-01-05 Nick Clifton <nickc@redhat.com>
39
40 * po/bg.po: Updated Bulgarian translation.
41 * po/ru.po: Updated Russian translation.
42
43 2023-01-03 Nick Clifton <nickc@redhat.com>
44
45 * po/de.po: Updated German translation.
46 * po/ro.po: Updated Romainian translation.
47 * po/sv.po: Updated Swedish translation.
48 * po/uk.po: Updated Ukrainian translation.
49
50 2022-12-31 Nick Clifton <nickc@redhat.com>
51
52 * 2.40 branch created.
53
54 2022-10-21 Nick Clifton <nickc@redhat.com>
55
56 * po/hu.po: Updated Hungarian translation.
57
58 2022-09-29 Nick Clifton <nickc@redhat.com>
59
60 PR 29627
61 * gprof.c (usage): Add -B.
62 * gprof.texi (synopsis): Add -B.
63 (Output Options): Add entry for -B.
64
65 2022-07-08 Nick Clifton <nickc@redhat.com>
66
67 * 2.39 branch created.
68
69 2022-03-16 Nick Clifton <nickc@redhat.com>
70
71 * po/ru.po: Updated Russian translation.
72
73 2022-01-24 Nick Clifton <nickc@redhat.com>
74
75 * po/ro.po: Updated Romanian translation.
76
77 2022-01-22 Nick Clifton <nickc@redhat.com>
78
79 * configure: Regenerate.
80 * Makefile.in: Regenerate.
81 * po/gprof.pot: Regenerate.
82
83 2022-01-22 Nick Clifton <nickc@redhat.com>
84
85 * 2.38 release branch created.
86
87 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
88
89 * configure: Regenerate.
90
91 2021-07-03 H.J. Lu <hongjiu.lu@intel.com>
92
93 * configure: Regenerated.
94
95 2021-07-03 Nick Clifton <nickc@redhat.com>
96
97 * 2.37 release branch created.
98
99 2021-06-03 Ben Asselstine <benasselstine@gmail.com>
100
101 PR 4283
102 * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
103
104 2021-05-08 Mike Frysinger <vapier@gentoo.org>
105
106 * Makefile.am (html-local, doc/gprof/index.html): New targets.
107 * Makefile.in: Regenerate.
108
109 2021-05-08 Mike Frysinger <vapier@gentoo.org>
110
111 * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
112 * Makefile.in: Regenerate.
113
114 2021-04-14 Alan Modra <amodra@gmail.com>
115
116 PR 27716
117 * gprof.h (PATH_MAX): Don't define.
118 * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
119 file name size.
120 * source.c (annotate_source): Malloc file name buffer. Always
121 trim off "-ann" when dos 8.3 annotate file matches original.
122 * utils.c (print_name_only): Malloc file name buffer.
123
124 2021-04-05 Alan Modra <amodra@gmail.com>
125
126 * configure.ac: Check for sys/time.h and setitimer. Don't invoke
127 AC_ISC_POSIX. Don't check for setmode.
128 * gprof.c: Don't test HAVE_SETLOCALE.
129 * gprof.h: Include sys/time.h.
130 * configure: Regenerate.
131 * gconfig.in: Regenerate.
132
133 2021-03-31 Alan Modra <amodra@gmail.com>
134
135 * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
136 and TRUE with true throughout.
137 * basic_blocks.h: Likewise.
138 * cg_arcs.c: Likewise.
139 * cg_dfn.c: Likewise.
140 * cg_print.c: Likewise.
141 * corefile.c: Likewise.
142 * gmon_io.c: Likewise.
143 * gprof.c: Likewise.
144 * gprof.h: Likewise.
145 * hist.c: Likewise.
146 * mips.c: Likewise.
147 * source.c: Likewise.
148 * source.h: Likewise.
149 * sym_ids.c: Likewise.
150 * sym_ids.h: Likewise.
151 * symtab.h: Likewise.
152 * vax.c: Likewise.
153
154 2021-01-13 Alan Modra <amodra@gmail.com>
155
156 * Makefile.in: Regenerate.
157
158 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
159
160 PR binutils/26792
161 * configure.ac: Use GNU_MAKE_JOBSERVER.
162 * aclocal.m4: Regenerated.
163 * configure: Likewise.
164
165 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
166
167 PR ld/27173
168 * configure: Regenerated.
169
170 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
171
172 * configure: Regenerated.
173
174 2021-01-09 Nick Clifton <nickc@redhat.com>
175
176 * configure: Regenerate.
177 * po/gprof.pot: Regenerate.
178
179 2021-01-09 Nick Clifton <nickc@redhat.com>
180
181 * 2.36 release branch crated.
182
183 2021-01-09 Alan Modra <amodra@gmail.com>
184
185 * configure: Regenerate.
186
187 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
188
189 * configure: Regenerate.
190
191 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
192
193 * README: Correct grammar.
194 * gprof.texi: Likewise.
195
196 2021-01-01 Alan Modra <amodra@gmail.com>
197
198 Update year range in copyright notice of all files.
199
200 For older changes see ChangeLog-2020
201 \f
202 Copyright (C) 2021-2024 Free Software Foundation, Inc.
203
204 Copying and distribution of this file, with or without modification,
205 are permitted in any medium without royalty provided the copyright
206 notice and this notice are preserved.
207
208 Local Variables:
209 mode: change-log
210 left-margin: 8
211 fill-column: 74
212 version-control: never
213 End: