]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprof/ChangeLog
Finalized intl-update patches
[thirdparty/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
862776f2
AA
12023-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
87485f53
NC
82023-07-03 Nick Clifton <nickc@redhat.com>
9
10 * configure: Regenerate.
11
d501d384
NC
122023-07-03 Nick Clifton <nickc@redhat.com>
13
14 2.41 Branch Point.
15
0cf7c497
NC
162023-06-26 Nick Clifton <nickc@redhat.com>
17
18 * po/fr.po: Updated French translation.
19
e185530b
NC
202023-04-19 Nick Clifton <nickc@redhat.com>
21
22 * po/hu.po: Updated Hungarian translation.
23
91496180
NC
242023-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
c375d699
NC
302023-02-20 Nick Clifton <nickc@redhat.com>
31
32 * po/ms.po: Updated Malayasian translation.
33
4004cf83
NC
342023-01-09 Nick Clifton <nickc@redhat.com>
35
36 * po/eo.po: Updated Esperanto translation.
37
d3efc341
NC
382023-01-05 Nick Clifton <nickc@redhat.com>
39
40 * po/bg.po: Updated Bulgarian translation.
41 * po/ru.po: Updated Russian translation.
42
11982f9f
NC
432023-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
a72b0718
NC
502022-12-31 Nick Clifton <nickc@redhat.com>
51
52 * 2.40 branch created.
53
7c0cca76
NC
542022-10-21 Nick Clifton <nickc@redhat.com>
55
56 * po/hu.po: Updated Hungarian translation.
57
55b0ce44
NC
582022-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
0bd09323
NC
652022-07-08 Nick Clifton <nickc@redhat.com>
66
67 * 2.39 branch created.
68
f4f95df3
NC
692022-03-16 Nick Clifton <nickc@redhat.com>
70
71 * po/ru.po: Updated Russian translation.
72
5fe73d46
NC
732022-01-24 Nick Clifton <nickc@redhat.com>
74
75 * po/ro.po: Updated Romanian translation.
76
f908e960
NC
772022-01-22 Nick Clifton <nickc@redhat.com>
78
79 * configure: Regenerate.
80 * Makefile.in: Regenerate.
81 * po/gprof.pot: Regenerate.
82
a74e1cb3
NC
832022-01-22 Nick Clifton <nickc@redhat.com>
84
85 * 2.38 release branch created.
86
b9004024
NA
872021-09-27 Nick Alcock <nick.alcock@oracle.com>
88
89 * configure: Regenerate.
90
3bdd3c04
L
912021-07-03 H.J. Lu <hongjiu.lu@intel.com>
92
93 * configure: Regenerated.
94
51419248
NC
952021-07-03 Nick Clifton <nickc@redhat.com>
96
97 * 2.37 release branch created.
98
bbd47c12
BA
992021-06-03 Ben Asselstine <benasselstine@gmail.com>
100
101 PR 4283
102 * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
103
cf758b39
MF
1042021-05-08 Mike Frysinger <vapier@gentoo.org>
105
106 * Makefile.am (html-local, doc/gprof/index.html): New targets.
107 * Makefile.in: Regenerate.
108
2faf902d
MF
1092021-05-08 Mike Frysinger <vapier@gentoo.org>
110
111 * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
112 * Makefile.in: Regenerate.
113
13acb58d
AM
1142021-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
5d4d26d1
AM
1242021-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
faa7a260
AM
1332021-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
5347ed60
AM
1542021-01-13 Alan Modra <amodra@gmail.com>
155
156 * Makefile.in: Regenerate.
157
d546b610
L
1582021-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
83b33c6c
L
1652021-01-11 H.J. Lu <hongjiu.lu@intel.com>
166
167 PR ld/27173
168 * configure: Regenerated.
169
a4966cd9
L
1702021-01-09 H.J. Lu <hongjiu.lu@intel.com>
171
172 * configure: Regenerated.
173
573fe3fb
NC
1742021-01-09 Nick Clifton <nickc@redhat.com>
175
176 * configure: Regenerate.
177 * po/gprof.pot: Regenerate.
178
055bc77a
NC
1792021-01-09 Nick Clifton <nickc@redhat.com>
180
181 * 2.36 release branch crated.
182
64307045
AM
1832021-01-09 Alan Modra <amodra@gmail.com>
184
185 * configure: Regenerate.
186
f4782128
ST
1872021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
188
189 * configure: Regenerate.
190
f9a6a8f0
AM
1912021-01-01 Nicolas Boulenguez <nicolas@debian.org>
192
193 * README: Correct grammar.
194 * gprof.texi: Likewise.
195
250d07de
AM
1962021-01-01 Alan Modra <amodra@gmail.com>
197
198 Update year range in copyright notice of all files.
199
c2795844 200For older changes see ChangeLog-2020
3499769a 201\f
d87bef3a 202Copyright (C) 2021-2023 Free Software Foundation, Inc.
3499769a
AM
203
204Copying and distribution of this file, with or without modification,
205are permitted in any medium without royalty provided the copyright
206notice and this notice are preserved.
207
208Local Variables:
209mode: change-log
210left-margin: 8
211fill-column: 74
212version-control: never
213End: