sim: m32c: clean up various warnings
[binutils-gdb.git] / gprof / ChangeLog
1 2021-04-14 Alan Modra <amodra@gmail.com>
2
3 PR 27716
4 * gprof.h (PATH_MAX): Don't define.
5 * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
6 file name size.
7 * source.c (annotate_source): Malloc file name buffer. Always
8 trim off "-ann" when dos 8.3 annotate file matches original.
9 * utils.c (print_name_only): Malloc file name buffer.
10
11 2021-04-05 Alan Modra <amodra@gmail.com>
12
13 * configure.ac: Check for sys/time.h and setitimer. Don't invoke
14 AC_ISC_POSIX. Don't check for setmode.
15 * gprof.c: Don't test HAVE_SETLOCALE.
16 * gprof.h: Include sys/time.h.
17 * configure: Regenerate.
18 * gconfig.in: Regenerate.
19
20 2021-03-31 Alan Modra <amodra@gmail.com>
21
22 * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
23 and TRUE with true throughout.
24 * basic_blocks.h: Likewise.
25 * cg_arcs.c: Likewise.
26 * cg_dfn.c: Likewise.
27 * cg_print.c: Likewise.
28 * corefile.c: Likewise.
29 * gmon_io.c: Likewise.
30 * gprof.c: Likewise.
31 * gprof.h: Likewise.
32 * hist.c: Likewise.
33 * mips.c: Likewise.
34 * source.c: Likewise.
35 * source.h: Likewise.
36 * sym_ids.c: Likewise.
37 * sym_ids.h: Likewise.
38 * symtab.h: Likewise.
39 * vax.c: Likewise.
40
41 2021-01-13 Alan Modra <amodra@gmail.com>
42
43 * Makefile.in: Regenerate.
44
45 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
46
47 PR binutils/26792
48 * configure.ac: Use GNU_MAKE_JOBSERVER.
49 * aclocal.m4: Regenerated.
50 * configure: Likewise.
51
52 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
53
54 PR ld/27173
55 * configure: Regenerated.
56
57 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
58
59 * configure: Regenerated.
60
61 2021-01-09 Nick Clifton <nickc@redhat.com>
62
63 * configure: Regenerate.
64 * po/gprof.pot: Regenerate.
65
66 2021-01-09 Nick Clifton <nickc@redhat.com>
67
68 * 2.36 release branch crated.
69
70 2021-01-09 Alan Modra <amodra@gmail.com>
71
72 * configure: Regenerate.
73
74 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
75
76 * configure: Regenerate.
77
78 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
79
80 * README: Correct grammar.
81 * gprof.texi: Likewise.
82
83 2021-01-01 Alan Modra <amodra@gmail.com>
84
85 Update year range in copyright notice of all files.
86
87 For older changes see ChangeLog-2020
88 \f
89 Copyright (C) 2021 Free Software Foundation, Inc.
90
91 Copying and distribution of this file, with or without modification,
92 are permitted in any medium without royalty provided the copyright
93 notice and this notice are preserved.
94
95 Local Variables:
96 mode: change-log
97 left-margin: 8
98 fill-column: 74
99 version-control: never
100 End: