Allow the use of SOURCE_DATE_EPOCH in the timestamps for members of static archives.
[binutils-gdb.git] / gprof / ChangeLog
bloba57b89ca00985a050e0a525098decf72178f7270
1 2023-07-03  Nick Clifton  <nickc@redhat.com>
3         * configure: Regenerate.
5 2023-07-03  Nick Clifton  <nickc@redhat.com>
7         2.41 Branch Point.
9 2023-06-26  Nick Clifton  <nickc@redhat.com>
11         * po/fr.po: Updated French translation.
13 2023-04-19  Nick Clifton  <nickc@redhat.com>
15         * po/hu.po: Updated Hungarian translation.
17 2023-04-11  Nick Clifton  <nickc@redhat.com>
19         PR 30324
20         * symtab.c (symtab_finalize): Only change the end address if dst
21         has been updated.
23 2023-02-20  Nick Clifton  <nickc@redhat.com>
25         * po/ms.po: Updated Malayasian translation.
27 2023-01-09  Nick Clifton  <nickc@redhat.com>
29         * po/eo.po: Updated Esperanto translation.
31 2023-01-05  Nick Clifton  <nickc@redhat.com>
33         * po/bg.po: Updated Bulgarian translation.
34         * po/ru.po: Updated Russian translation.
36 2023-01-03  Nick Clifton  <nickc@redhat.com>
38         * po/de.po: Updated German translation.
39         * po/ro.po: Updated Romainian translation.
40         * po/sv.po: Updated Swedish translation.
41         * po/uk.po: Updated Ukrainian translation.
43 2022-12-31  Nick Clifton  <nickc@redhat.com>
45         * 2.40 branch created.
47 2022-10-21  Nick Clifton  <nickc@redhat.com>
49         * po/hu.po: Updated Hungarian translation.
51 2022-09-29  Nick Clifton  <nickc@redhat.com>
53         PR 29627
54         * gprof.c (usage): Add -B.
55         * gprof.texi (synopsis): Add -B.
56         (Output Options): Add entry for -B.
58 2022-07-08  Nick Clifton  <nickc@redhat.com>
60         * 2.39 branch created.
62 2022-03-16  Nick Clifton  <nickc@redhat.com>
64         * po/ru.po: Updated Russian translation.
66 2022-01-24  Nick Clifton  <nickc@redhat.com>
68         * po/ro.po: Updated Romanian translation.
70 2022-01-22  Nick Clifton  <nickc@redhat.com>
72         * configure: Regenerate.
73         * Makefile.in: Regenerate.
74         * po/gprof.pot: Regenerate.
76 2022-01-22  Nick Clifton  <nickc@redhat.com>
78         * 2.38 release branch created.
80 2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
82         * configure: Regenerate.
84 2021-07-03  H.J. Lu  <hongjiu.lu@intel.com>
86         * configure: Regenerated.
88 2021-07-03  Nick Clifton  <nickc@redhat.com>
90         * 2.37 release branch created.
92 2021-06-03   Ben Asselstine  <benasselstine@gmail.com>
94         PR 4283
95         * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
97 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
99         * Makefile.am (html-local, doc/gprof/index.html): New targets.
100         * Makefile.in: Regenerate.
102 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
104         * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
105         * Makefile.in: Regenerate.
107 2021-04-14  Alan Modra  <amodra@gmail.com>
109         PR 27716
110         * gprof.h (PATH_MAX): Don't define.
111         * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
112         file name size.
113         * source.c (annotate_source): Malloc file name buffer.  Always
114         trim off "-ann" when dos 8.3 annotate file matches original.
115         * utils.c (print_name_only): Malloc file name buffer.
117 2021-04-05  Alan Modra  <amodra@gmail.com>
119         * configure.ac: Check for sys/time.h and setitimer.  Don't invoke
120         AC_ISC_POSIX.  Don't check for setmode.
121         * gprof.c: Don't test HAVE_SETLOCALE.
122         * gprof.h: Include sys/time.h.
123         * configure: Regenerate.
124         * gconfig.in: Regenerate.
126 2021-03-31  Alan Modra  <amodra@gmail.com>
128         * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
129         and TRUE with true throughout.
130         * basic_blocks.h: Likewise.
131         * cg_arcs.c: Likewise.
132         * cg_dfn.c: Likewise.
133         * cg_print.c: Likewise.
134         * corefile.c: Likewise.
135         * gmon_io.c: Likewise.
136         * gprof.c: Likewise.
137         * gprof.h: Likewise.
138         * hist.c: Likewise.
139         * mips.c: Likewise.
140         * source.c: Likewise.
141         * source.h: Likewise.
142         * sym_ids.c: Likewise.
143         * sym_ids.h: Likewise.
144         * symtab.h: Likewise.
145         * vax.c: Likewise.
147 2021-01-13  Alan Modra  <amodra@gmail.com>
149         * Makefile.in: Regenerate.
151 2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
153         PR binutils/26792
154         * configure.ac: Use GNU_MAKE_JOBSERVER.
155         * aclocal.m4: Regenerated.
156         * configure: Likewise.
158 2021-01-11  H.J. Lu  <hongjiu.lu@intel.com>
160         PR ld/27173
161         * configure: Regenerated.
163 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
165         * configure: Regenerated.
167 2021-01-09  Nick Clifton  <nickc@redhat.com>
169         * configure: Regenerate.
170         * po/gprof.pot: Regenerate.
172 2021-01-09  Nick Clifton  <nickc@redhat.com>
174         * 2.36 release branch crated.
176 2021-01-09  Alan Modra  <amodra@gmail.com>
178         * configure: Regenerate.
180 2021-01-07  Samuel Thibault  <samuel.thibault@gnu.org>
182         * configure: Regenerate.
184 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
186         * README: Correct grammar.
187         * gprof.texi: Likewise.
189 2021-01-01  Alan Modra  <amodra@gmail.com>
191         Update year range in copyright notice of all files.
193 For older changes see ChangeLog-2020
195 Copyright (C) 2021-2023 Free Software Foundation, Inc.
197 Copying and distribution of this file, with or without modification,
198 are permitted in any medium without royalty provided the copyright
199 notice and this notice are preserved.
201 Local Variables:
202 mode: change-log
203 left-margin: 8
204 fill-column: 74
205 version-control: never
206 End: