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