]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprof/ChangeLog
Add markers for the 2.41 branch
[thirdparty/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
d501d384
NC
12023-07-03 Nick Clifton <nickc@redhat.com>
2
3 2.41 Branch Point.
4
0cf7c497
NC
52023-06-26 Nick Clifton <nickc@redhat.com>
6
7 * po/fr.po: Updated French translation.
8
e185530b
NC
92023-04-19 Nick Clifton <nickc@redhat.com>
10
11 * po/hu.po: Updated Hungarian translation.
12
91496180
NC
132023-04-11 Nick Clifton <nickc@redhat.com>
14
15 PR 30324
16 * symtab.c (symtab_finalize): Only change the end address if dst
17 has been updated.
18
c375d699
NC
192023-02-20 Nick Clifton <nickc@redhat.com>
20
21 * po/ms.po: Updated Malayasian translation.
22
4004cf83
NC
232023-01-09 Nick Clifton <nickc@redhat.com>
24
25 * po/eo.po: Updated Esperanto translation.
26
d3efc341
NC
272023-01-05 Nick Clifton <nickc@redhat.com>
28
29 * po/bg.po: Updated Bulgarian translation.
30 * po/ru.po: Updated Russian translation.
31
11982f9f
NC
322023-01-03 Nick Clifton <nickc@redhat.com>
33
34 * po/de.po: Updated German translation.
35 * po/ro.po: Updated Romainian translation.
36 * po/sv.po: Updated Swedish translation.
37 * po/uk.po: Updated Ukrainian translation.
38
a72b0718
NC
392022-12-31 Nick Clifton <nickc@redhat.com>
40
41 * 2.40 branch created.
42
7c0cca76
NC
432022-10-21 Nick Clifton <nickc@redhat.com>
44
45 * po/hu.po: Updated Hungarian translation.
46
55b0ce44
NC
472022-09-29 Nick Clifton <nickc@redhat.com>
48
49 PR 29627
50 * gprof.c (usage): Add -B.
51 * gprof.texi (synopsis): Add -B.
52 (Output Options): Add entry for -B.
53
0bd09323
NC
542022-07-08 Nick Clifton <nickc@redhat.com>
55
56 * 2.39 branch created.
57
f4f95df3
NC
582022-03-16 Nick Clifton <nickc@redhat.com>
59
60 * po/ru.po: Updated Russian translation.
61
5fe73d46
NC
622022-01-24 Nick Clifton <nickc@redhat.com>
63
64 * po/ro.po: Updated Romanian translation.
65
f908e960
NC
662022-01-22 Nick Clifton <nickc@redhat.com>
67
68 * configure: Regenerate.
69 * Makefile.in: Regenerate.
70 * po/gprof.pot: Regenerate.
71
a74e1cb3
NC
722022-01-22 Nick Clifton <nickc@redhat.com>
73
74 * 2.38 release branch created.
75
b9004024
NA
762021-09-27 Nick Alcock <nick.alcock@oracle.com>
77
78 * configure: Regenerate.
79
3bdd3c04
L
802021-07-03 H.J. Lu <hongjiu.lu@intel.com>
81
82 * configure: Regenerated.
83
51419248
NC
842021-07-03 Nick Clifton <nickc@redhat.com>
85
86 * 2.37 release branch created.
87
bbd47c12
BA
882021-06-03 Ben Asselstine <benasselstine@gmail.com>
89
90 PR 4283
91 * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
92
cf758b39
MF
932021-05-08 Mike Frysinger <vapier@gentoo.org>
94
95 * Makefile.am (html-local, doc/gprof/index.html): New targets.
96 * Makefile.in: Regenerate.
97
2faf902d
MF
982021-05-08 Mike Frysinger <vapier@gentoo.org>
99
100 * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
101 * Makefile.in: Regenerate.
102
13acb58d
AM
1032021-04-14 Alan Modra <amodra@gmail.com>
104
105 PR 27716
106 * gprof.h (PATH_MAX): Don't define.
107 * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
108 file name size.
109 * source.c (annotate_source): Malloc file name buffer. Always
110 trim off "-ann" when dos 8.3 annotate file matches original.
111 * utils.c (print_name_only): Malloc file name buffer.
112
5d4d26d1
AM
1132021-04-05 Alan Modra <amodra@gmail.com>
114
115 * configure.ac: Check for sys/time.h and setitimer. Don't invoke
116 AC_ISC_POSIX. Don't check for setmode.
117 * gprof.c: Don't test HAVE_SETLOCALE.
118 * gprof.h: Include sys/time.h.
119 * configure: Regenerate.
120 * gconfig.in: Regenerate.
121
faa7a260
AM
1222021-03-31 Alan Modra <amodra@gmail.com>
123
124 * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
125 and TRUE with true throughout.
126 * basic_blocks.h: Likewise.
127 * cg_arcs.c: Likewise.
128 * cg_dfn.c: Likewise.
129 * cg_print.c: Likewise.
130 * corefile.c: Likewise.
131 * gmon_io.c: Likewise.
132 * gprof.c: Likewise.
133 * gprof.h: Likewise.
134 * hist.c: Likewise.
135 * mips.c: Likewise.
136 * source.c: Likewise.
137 * source.h: Likewise.
138 * sym_ids.c: Likewise.
139 * sym_ids.h: Likewise.
140 * symtab.h: Likewise.
141 * vax.c: Likewise.
142
5347ed60
AM
1432021-01-13 Alan Modra <amodra@gmail.com>
144
145 * Makefile.in: Regenerate.
146
d546b610
L
1472021-01-12 H.J. Lu <hongjiu.lu@intel.com>
148
149 PR binutils/26792
150 * configure.ac: Use GNU_MAKE_JOBSERVER.
151 * aclocal.m4: Regenerated.
152 * configure: Likewise.
153
83b33c6c
L
1542021-01-11 H.J. Lu <hongjiu.lu@intel.com>
155
156 PR ld/27173
157 * configure: Regenerated.
158
a4966cd9
L
1592021-01-09 H.J. Lu <hongjiu.lu@intel.com>
160
161 * configure: Regenerated.
162
573fe3fb
NC
1632021-01-09 Nick Clifton <nickc@redhat.com>
164
165 * configure: Regenerate.
166 * po/gprof.pot: Regenerate.
167
055bc77a
NC
1682021-01-09 Nick Clifton <nickc@redhat.com>
169
170 * 2.36 release branch crated.
171
64307045
AM
1722021-01-09 Alan Modra <amodra@gmail.com>
173
174 * configure: Regenerate.
175
f4782128
ST
1762021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
177
178 * configure: Regenerate.
179
f9a6a8f0
AM
1802021-01-01 Nicolas Boulenguez <nicolas@debian.org>
181
182 * README: Correct grammar.
183 * gprof.texi: Likewise.
184
250d07de
AM
1852021-01-01 Alan Modra <amodra@gmail.com>
186
187 Update year range in copyright notice of all files.
188
c2795844 189For older changes see ChangeLog-2020
3499769a 190\f
d87bef3a 191Copyright (C) 2021-2023 Free Software Foundation, Inc.
3499769a
AM
192
193Copying and distribution of this file, with or without modification,
194are permitted in any medium without royalty provided the copyright
195notice and this notice are preserved.
196
197Local Variables:
198mode: change-log
199left-margin: 8
200fill-column: 74
201version-control: never
202End: