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