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