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