Automatic date update in version.in
[binutils-gdb.git] / gprof / ChangeLog
blob091274e8fd2f9fcaeba7b83dfcf049e8bce929b7
1 2024-01-15  Nick Clifton  <nickc@redhat.com>
3         * configure: Regenerate.
4         * po/gprof.pot: Regenerate.
6 2024-01-15  Nick Clifton  <nickc@redhat.com>
8         * 2.42 branch point.
10 2023-11-15  Arsen Arsenović  <arsen@aarsen.me>
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.
17 2023-07-03  Nick Clifton  <nickc@redhat.com>
19         * configure: Regenerate.
21 2023-07-03  Nick Clifton  <nickc@redhat.com>
23         2.41 Branch Point.
25 2023-06-26  Nick Clifton  <nickc@redhat.com>
27         * po/fr.po: Updated French translation.
29 2023-04-19  Nick Clifton  <nickc@redhat.com>
31         * po/hu.po: Updated Hungarian translation.
33 2023-04-11  Nick Clifton  <nickc@redhat.com>
35         PR 30324
36         * symtab.c (symtab_finalize): Only change the end address if dst
37         has been updated.
39 2023-02-20  Nick Clifton  <nickc@redhat.com>
41         * po/ms.po: Updated Malayasian translation.
43 2023-01-09  Nick Clifton  <nickc@redhat.com>
45         * po/eo.po: Updated Esperanto translation.
47 2023-01-05  Nick Clifton  <nickc@redhat.com>
49         * po/bg.po: Updated Bulgarian translation.
50         * po/ru.po: Updated Russian translation.
52 2023-01-03  Nick Clifton  <nickc@redhat.com>
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.
59 2022-12-31  Nick Clifton  <nickc@redhat.com>
61         * 2.40 branch created.
63 2022-10-21  Nick Clifton  <nickc@redhat.com>
65         * po/hu.po: Updated Hungarian translation.
67 2022-09-29  Nick Clifton  <nickc@redhat.com>
69         PR 29627
70         * gprof.c (usage): Add -B.
71         * gprof.texi (synopsis): Add -B.
72         (Output Options): Add entry for -B.
74 2022-07-08  Nick Clifton  <nickc@redhat.com>
76         * 2.39 branch created.
78 2022-03-16  Nick Clifton  <nickc@redhat.com>
80         * po/ru.po: Updated Russian translation.
82 2022-01-24  Nick Clifton  <nickc@redhat.com>
84         * po/ro.po: Updated Romanian translation.
86 2022-01-22  Nick Clifton  <nickc@redhat.com>
88         * configure: Regenerate.
89         * Makefile.in: Regenerate.
90         * po/gprof.pot: Regenerate.
92 2022-01-22  Nick Clifton  <nickc@redhat.com>
94         * 2.38 release branch created.
96 2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
98         * configure: Regenerate.
100 2021-07-03  H.J. Lu  <hongjiu.lu@intel.com>
102         * configure: Regenerated.
104 2021-07-03  Nick Clifton  <nickc@redhat.com>
106         * 2.37 release branch created.
108 2021-06-03   Ben Asselstine  <benasselstine@gmail.com>
110         PR 4283
111         * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
113 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
115         * Makefile.am (html-local, doc/gprof/index.html): New targets.
116         * Makefile.in: Regenerate.
118 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
120         * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
121         * Makefile.in: Regenerate.
123 2021-04-14  Alan Modra  <amodra@gmail.com>
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.
133 2021-04-05  Alan Modra  <amodra@gmail.com>
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.
142 2021-03-31  Alan Modra  <amodra@gmail.com>
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.
163 2021-01-13  Alan Modra  <amodra@gmail.com>
165         * Makefile.in: Regenerate.
167 2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
169         PR binutils/26792
170         * configure.ac: Use GNU_MAKE_JOBSERVER.
171         * aclocal.m4: Regenerated.
172         * configure: Likewise.
174 2021-01-11  H.J. Lu  <hongjiu.lu@intel.com>
176         PR ld/27173
177         * configure: Regenerated.
179 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
181         * configure: Regenerated.
183 2021-01-09  Nick Clifton  <nickc@redhat.com>
185         * configure: Regenerate.
186         * po/gprof.pot: Regenerate.
188 2021-01-09  Nick Clifton  <nickc@redhat.com>
190         * 2.36 release branch crated.
192 2021-01-09  Alan Modra  <amodra@gmail.com>
194         * configure: Regenerate.
196 2021-01-07  Samuel Thibault  <samuel.thibault@gnu.org>
198         * configure: Regenerate.
200 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
202         * README: Correct grammar.
203         * gprof.texi: Likewise.
205 2021-01-01  Alan Modra  <amodra@gmail.com>
207         Update year range in copyright notice of all files.
209 For older changes see ChangeLog-2020
211 Copyright (C) 2021-2024 Free Software Foundation, Inc.
213 Copying and distribution of this file, with or without modification,
214 are permitted in any medium without royalty provided the copyright
215 notice and this notice are preserved.
217 Local Variables:
218 mode: change-log
219 left-margin: 8
220 fill-column: 74
221 version-control: never
222 End: