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