Add -B to the help output from gprof, and add suitable documentation.
[binutils-gdb.git] / gprof / ChangeLog
blob69fed44e3a4adac0b57b495f419c52f51cb90cc8
1 2022-09-29  Nick Clifton  <nickc@redhat.com>
3         PR 29627
4         * gprof.c (usage): Add -B.
5         * gprof.texi (synopsis): Add -B.
6         (Output Options): Add entry for -B.
8 2022-07-08  Nick Clifton  <nickc@redhat.com>
10         * 2.39 branch created.
12 2022-03-16  Nick Clifton  <nickc@redhat.com>
14         * po/ru.po: Updated Russian translation.
16 2022-01-24  Nick Clifton  <nickc@redhat.com>
18         * po/ro.po: Updated Romanian translation.
20 2022-01-22  Nick Clifton  <nickc@redhat.com>
22         * configure: Regenerate.
23         * Makefile.in: Regenerate.
24         * po/gprof.pot: Regenerate.
26 2022-01-22  Nick Clifton  <nickc@redhat.com>
28         * 2.38 release branch created.
30 2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
32         * configure: Regenerate.
34 2021-07-03  H.J. Lu  <hongjiu.lu@intel.com>
36         * configure: Regenerated.
38 2021-07-03  Nick Clifton  <nickc@redhat.com>
40         * 2.37 release branch created.
42 2021-06-03   Ben Asselstine  <benasselstine@gmail.com>
44         PR 4283
45         * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
47 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
49         * Makefile.am (html-local, doc/gprof/index.html): New targets.
50         * Makefile.in: Regenerate.
52 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
54         * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
55         * Makefile.in: Regenerate.
57 2021-04-14  Alan Modra  <amodra@gmail.com>
59         PR 27716
60         * gprof.h (PATH_MAX): Don't define.
61         * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
62         file name size.
63         * source.c (annotate_source): Malloc file name buffer.  Always
64         trim off "-ann" when dos 8.3 annotate file matches original.
65         * utils.c (print_name_only): Malloc file name buffer.
67 2021-04-05  Alan Modra  <amodra@gmail.com>
69         * configure.ac: Check for sys/time.h and setitimer.  Don't invoke
70         AC_ISC_POSIX.  Don't check for setmode.
71         * gprof.c: Don't test HAVE_SETLOCALE.
72         * gprof.h: Include sys/time.h.
73         * configure: Regenerate.
74         * gconfig.in: Regenerate.
76 2021-03-31  Alan Modra  <amodra@gmail.com>
78         * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
79         and TRUE with true throughout.
80         * basic_blocks.h: Likewise.
81         * cg_arcs.c: Likewise.
82         * cg_dfn.c: Likewise.
83         * cg_print.c: Likewise.
84         * corefile.c: Likewise.
85         * gmon_io.c: Likewise.
86         * gprof.c: Likewise.
87         * gprof.h: Likewise.
88         * hist.c: Likewise.
89         * mips.c: Likewise.
90         * source.c: Likewise.
91         * source.h: Likewise.
92         * sym_ids.c: Likewise.
93         * sym_ids.h: Likewise.
94         * symtab.h: Likewise.
95         * vax.c: Likewise.
97 2021-01-13  Alan Modra  <amodra@gmail.com>
99         * Makefile.in: Regenerate.
101 2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
103         PR binutils/26792
104         * configure.ac: Use GNU_MAKE_JOBSERVER.
105         * aclocal.m4: Regenerated.
106         * configure: Likewise.
108 2021-01-11  H.J. Lu  <hongjiu.lu@intel.com>
110         PR ld/27173
111         * configure: Regenerated.
113 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
115         * configure: Regenerated.
117 2021-01-09  Nick Clifton  <nickc@redhat.com>
119         * configure: Regenerate.
120         * po/gprof.pot: Regenerate.
122 2021-01-09  Nick Clifton  <nickc@redhat.com>
124         * 2.36 release branch crated.
126 2021-01-09  Alan Modra  <amodra@gmail.com>
128         * configure: Regenerate.
130 2021-01-07  Samuel Thibault  <samuel.thibault@gnu.org>
132         * configure: Regenerate.
134 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
136         * README: Correct grammar.
137         * gprof.texi: Likewise.
139 2021-01-01  Alan Modra  <amodra@gmail.com>
141         Update year range in copyright notice of all files.
143 For older changes see ChangeLog-2020
145 Copyright (C) 2021-2022 Free Software Foundation, Inc.
147 Copying and distribution of this file, with or without modification,
148 are permitted in any medium without royalty provided the copyright
149 notice and this notice are preserved.
151 Local Variables:
152 mode: change-log
153 left-margin: 8
154 fill-column: 74
155 version-control: never
156 End: