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