Add markers for 2.42 branch
[binutils-gdb.git] / gprof / ChangeLog
blobf7d960f0bbebc09e51bc8801738d2c0413a550f7
1 2024-01-15  Nick Clifton  <nickc@redhat.com>
3         * 2.42 branch point.
5 2023-11-15  Arsen Arsenović  <arsen@aarsen.me>
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.
12 2023-07-03  Nick Clifton  <nickc@redhat.com>
14         * configure: Regenerate.
16 2023-07-03  Nick Clifton  <nickc@redhat.com>
18         2.41 Branch Point.
20 2023-06-26  Nick Clifton  <nickc@redhat.com>
22         * po/fr.po: Updated French translation.
24 2023-04-19  Nick Clifton  <nickc@redhat.com>
26         * po/hu.po: Updated Hungarian translation.
28 2023-04-11  Nick Clifton  <nickc@redhat.com>
30         PR 30324
31         * symtab.c (symtab_finalize): Only change the end address if dst
32         has been updated.
34 2023-02-20  Nick Clifton  <nickc@redhat.com>
36         * po/ms.po: Updated Malayasian translation.
38 2023-01-09  Nick Clifton  <nickc@redhat.com>
40         * po/eo.po: Updated Esperanto translation.
42 2023-01-05  Nick Clifton  <nickc@redhat.com>
44         * po/bg.po: Updated Bulgarian translation.
45         * po/ru.po: Updated Russian translation.
47 2023-01-03  Nick Clifton  <nickc@redhat.com>
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.
54 2022-12-31  Nick Clifton  <nickc@redhat.com>
56         * 2.40 branch created.
58 2022-10-21  Nick Clifton  <nickc@redhat.com>
60         * po/hu.po: Updated Hungarian translation.
62 2022-09-29  Nick Clifton  <nickc@redhat.com>
64         PR 29627
65         * gprof.c (usage): Add -B.
66         * gprof.texi (synopsis): Add -B.
67         (Output Options): Add entry for -B.
69 2022-07-08  Nick Clifton  <nickc@redhat.com>
71         * 2.39 branch created.
73 2022-03-16  Nick Clifton  <nickc@redhat.com>
75         * po/ru.po: Updated Russian translation.
77 2022-01-24  Nick Clifton  <nickc@redhat.com>
79         * po/ro.po: Updated Romanian translation.
81 2022-01-22  Nick Clifton  <nickc@redhat.com>
83         * configure: Regenerate.
84         * Makefile.in: Regenerate.
85         * po/gprof.pot: Regenerate.
87 2022-01-22  Nick Clifton  <nickc@redhat.com>
89         * 2.38 release branch created.
91 2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
93         * configure: Regenerate.
95 2021-07-03  H.J. Lu  <hongjiu.lu@intel.com>
97         * configure: Regenerated.
99 2021-07-03  Nick Clifton  <nickc@redhat.com>
101         * 2.37 release branch created.
103 2021-06-03   Ben Asselstine  <benasselstine@gmail.com>
105         PR 4283
106         * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
108 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
110         * Makefile.am (html-local, doc/gprof/index.html): New targets.
111         * Makefile.in: Regenerate.
113 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
115         * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
116         * Makefile.in: Regenerate.
118 2021-04-14  Alan Modra  <amodra@gmail.com>
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.
128 2021-04-05  Alan Modra  <amodra@gmail.com>
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.
137 2021-03-31  Alan Modra  <amodra@gmail.com>
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.
158 2021-01-13  Alan Modra  <amodra@gmail.com>
160         * Makefile.in: Regenerate.
162 2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
164         PR binutils/26792
165         * configure.ac: Use GNU_MAKE_JOBSERVER.
166         * aclocal.m4: Regenerated.
167         * configure: Likewise.
169 2021-01-11  H.J. Lu  <hongjiu.lu@intel.com>
171         PR ld/27173
172         * configure: Regenerated.
174 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
176         * configure: Regenerated.
178 2021-01-09  Nick Clifton  <nickc@redhat.com>
180         * configure: Regenerate.
181         * po/gprof.pot: Regenerate.
183 2021-01-09  Nick Clifton  <nickc@redhat.com>
185         * 2.36 release branch crated.
187 2021-01-09  Alan Modra  <amodra@gmail.com>
189         * configure: Regenerate.
191 2021-01-07  Samuel Thibault  <samuel.thibault@gnu.org>
193         * configure: Regenerate.
195 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
197         * README: Correct grammar.
198         * gprof.texi: Likewise.
200 2021-01-01  Alan Modra  <amodra@gmail.com>
202         Update year range in copyright notice of all files.
204 For older changes see ChangeLog-2020
206 Copyright (C) 2021-2024 Free Software Foundation, Inc.
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.
212 Local Variables:
213 mode: change-log
214 left-margin: 8
215 fill-column: 74
216 version-control: never
217 End: