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