Bump version to 12.0.50.DATE-git.
[binutils-gdb.git] / gprof / ChangeLog
blob996b5877bcd3a0e5ed3dda430d8951e4335e87d4
1 2021-07-03  Nick Clifton  <nickc@redhat.com>
3         * 2.37 release branch created.
5 2021-06-03   Ben Asselstine  <benasselstine@gmail.com>
7         PR 4283
8         * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
10 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
12         * Makefile.am (html-local, doc/gprof/index.html): New targets.
13         * Makefile.in: Regenerate.
15 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
17         * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
18         * Makefile.in: Regenerate.
20 2021-04-14  Alan Modra  <amodra@gmail.com>
22         PR 27716
23         * gprof.h (PATH_MAX): Don't define.
24         * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
25         file name size.
26         * source.c (annotate_source): Malloc file name buffer.  Always
27         trim off "-ann" when dos 8.3 annotate file matches original.
28         * utils.c (print_name_only): Malloc file name buffer.
30 2021-04-05  Alan Modra  <amodra@gmail.com>
32         * configure.ac: Check for sys/time.h and setitimer.  Don't invoke
33         AC_ISC_POSIX.  Don't check for setmode.
34         * gprof.c: Don't test HAVE_SETLOCALE.
35         * gprof.h: Include sys/time.h.
36         * configure: Regenerate.
37         * gconfig.in: Regenerate.
39 2021-03-31  Alan Modra  <amodra@gmail.com>
41         * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
42         and TRUE with true throughout.
43         * basic_blocks.h: Likewise.
44         * cg_arcs.c: Likewise.
45         * cg_dfn.c: Likewise.
46         * cg_print.c: Likewise.
47         * corefile.c: Likewise.
48         * gmon_io.c: Likewise.
49         * gprof.c: Likewise.
50         * gprof.h: Likewise.
51         * hist.c: Likewise.
52         * mips.c: Likewise.
53         * source.c: Likewise.
54         * source.h: Likewise.
55         * sym_ids.c: Likewise.
56         * sym_ids.h: Likewise.
57         * symtab.h: Likewise.
58         * vax.c: Likewise.
60 2021-01-13  Alan Modra  <amodra@gmail.com>
62         * Makefile.in: Regenerate.
64 2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
66         PR binutils/26792
67         * configure.ac: Use GNU_MAKE_JOBSERVER.
68         * aclocal.m4: Regenerated.
69         * configure: Likewise.
71 2021-01-11  H.J. Lu  <hongjiu.lu@intel.com>
73         PR ld/27173
74         * configure: Regenerated.
76 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
78         * configure: Regenerated.
80 2021-01-09  Nick Clifton  <nickc@redhat.com>
82         * configure: Regenerate.
83         * po/gprof.pot: Regenerate.
85 2021-01-09  Nick Clifton  <nickc@redhat.com>
87         * 2.36 release branch crated.
89 2021-01-09  Alan Modra  <amodra@gmail.com>
91         * configure: Regenerate.
93 2021-01-07  Samuel Thibault  <samuel.thibault@gnu.org>
95         * configure: Regenerate.
97 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
99         * README: Correct grammar.
100         * gprof.texi: Likewise.
102 2021-01-01  Alan Modra  <amodra@gmail.com>
104         Update year range in copyright notice of all files.
106 For older changes see ChangeLog-2020
108 Copyright (C) 2021 Free Software Foundation, Inc.
110 Copying and distribution of this file, with or without modification,
111 are permitted in any medium without royalty provided the copyright
112 notice and this notice are preserved.
114 Local Variables:
115 mode: change-log
116 left-margin: 8
117 fill-column: 74
118 version-control: never
119 End: