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