1 2025-07-13 Nick Clifton <nickc (a] redhat.com> 2 3 * 2.45 Branch point. 4 5 2025-01-19 Nick Clifton <nickc (a] redhat.com> 6 7 * 2.44 Branch point. 8 9 2024-07-20 Nick Clifton <nickc (a] redhat.com> 10 11 * 2.43 branch point. 12 13 2024-01-15 Nick Clifton <nickc (a] redhat.com> 14 15 * configure: Regenerate. 16 * po/gprof.pot: Regenerate. 17 18 2024-01-15 Nick Clifton <nickc (a] redhat.com> 19 20 * 2.42 branch point. 21 22 2023-11-15 Arsen Arsenovi <arsen (a] aarsen.me> 23 24 * aclocal.m4: Regenerate. 25 * configure: Regenerate. 26 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Output to a .pot 27 temporary file, to suppress xgettext checking charset names. 28 29 2023-07-03 Nick Clifton <nickc (a] redhat.com> 30 31 * configure: Regenerate. 32 33 2023-07-03 Nick Clifton <nickc (a] redhat.com> 34 35 2.41 Branch Point. 36 37 2023-06-26 Nick Clifton <nickc (a] redhat.com> 38 39 * po/fr.po: Updated French translation. 40 41 2023-04-19 Nick Clifton <nickc (a] redhat.com> 42 43 * po/hu.po: Updated Hungarian translation. 44 45 2023-04-11 Nick Clifton <nickc (a] redhat.com> 46 47 PR 30324 48 * symtab.c (symtab_finalize): Only change the end address if dst 49 has been updated. 50 51 2023-02-20 Nick Clifton <nickc (a] redhat.com> 52 53 * po/ms.po: Updated Malayasian translation. 54 55 2023-01-09 Nick Clifton <nickc (a] redhat.com> 56 57 * po/eo.po: Updated Esperanto translation. 58 59 2023-01-05 Nick Clifton <nickc (a] redhat.com> 60 61 * po/bg.po: Updated Bulgarian translation. 62 * po/ru.po: Updated Russian translation. 63 64 2023-01-03 Nick Clifton <nickc (a] redhat.com> 65 66 * po/de.po: Updated German translation. 67 * po/ro.po: Updated Romainian translation. 68 * po/sv.po: Updated Swedish translation. 69 * po/uk.po: Updated Ukrainian translation. 70 71 2022-12-31 Nick Clifton <nickc (a] redhat.com> 72 73 * 2.40 branch created. 74 75 2022-10-21 Nick Clifton <nickc (a] redhat.com> 76 77 * po/hu.po: Updated Hungarian translation. 78 79 2022-09-29 Nick Clifton <nickc (a] redhat.com> 80 81 PR 29627 82 * gprof.c (usage): Add -B. 83 * gprof.texi (synopsis): Add -B. 84 (Output Options): Add entry for -B. 85 86 2022-07-08 Nick Clifton <nickc (a] redhat.com> 87 88 * 2.39 branch created. 89 90 2022-03-16 Nick Clifton <nickc (a] redhat.com> 91 92 * po/ru.po: Updated Russian translation. 93 94 2022-01-24 Nick Clifton <nickc (a] redhat.com> 95 96 * po/ro.po: Updated Romanian translation. 97 98 2022-01-22 Nick Clifton <nickc (a] redhat.com> 99 100 * configure: Regenerate. 101 * Makefile.in: Regenerate. 102 * po/gprof.pot: Regenerate. 103 104 2022-01-22 Nick Clifton <nickc (a] redhat.com> 105 106 * 2.38 release branch created. 107 108 2021-09-27 Nick Alcock <nick.alcock (a] oracle.com> 109 110 * configure: Regenerate. 111 112 2021-07-03 H.J. Lu <hongjiu.lu (a] intel.com> 113 114 * configure: Regenerated. 115 116 2021-07-03 Nick Clifton <nickc (a] redhat.com> 117 118 * 2.37 release branch created. 119 120 2021-06-03 Ben Asselstine <benasselstine (a] gmail.com> 121 122 PR 4283 123 * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable. 124 125 2021-05-08 Mike Frysinger <vapier (a] gentoo.org> 126 127 * Makefile.am (html-local, doc/gprof/index.html): New targets. 128 * Makefile.in: Regenerate. 129 130 2021-05-08 Mike Frysinger <vapier (a] gentoo.org> 131 132 * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split. 133 * Makefile.in: Regenerate. 134 135 2021-04-14 Alan Modra <amodra (a] gmail.com> 136 137 PR 27716 138 * gprof.h (PATH_MAX): Don't define. 139 * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial 140 file name size. 141 * source.c (annotate_source): Malloc file name buffer. Always 142 trim off "-ann" when dos 8.3 annotate file matches original. 143 * utils.c (print_name_only): Malloc file name buffer. 144 145 2021-04-05 Alan Modra <amodra (a] gmail.com> 146 147 * configure.ac: Check for sys/time.h and setitimer. Don't invoke 148 AC_ISC_POSIX. Don't check for setmode. 149 * gprof.c: Don't test HAVE_SETLOCALE. 150 * gprof.h: Include sys/time.h. 151 * configure: Regenerate. 152 * gconfig.in: Regenerate. 153 154 2021-03-31 Alan Modra <amodra (a] gmail.com> 155 156 * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false, 157 and TRUE with true throughout. 158 * basic_blocks.h: Likewise. 159 * cg_arcs.c: Likewise. 160 * cg_dfn.c: Likewise. 161 * cg_print.c: Likewise. 162 * corefile.c: Likewise. 163 * gmon_io.c: Likewise. 164 * gprof.c: Likewise. 165 * gprof.h: Likewise. 166 * hist.c: Likewise. 167 * mips.c: Likewise. 168 * source.c: Likewise. 169 * source.h: Likewise. 170 * sym_ids.c: Likewise. 171 * sym_ids.h: Likewise. 172 * symtab.h: Likewise. 173 * vax.c: Likewise. 174 175 2021-01-13 Alan Modra <amodra (a] gmail.com> 176 177 * Makefile.in: Regenerate. 178 179 2021-01-12 H.J. Lu <hongjiu.lu (a] intel.com> 180 181 PR binutils/26792 182 * configure.ac: Use GNU_MAKE_JOBSERVER. 183 * aclocal.m4: Regenerated. 184 * configure: Likewise. 185 186 2021-01-11 H.J. Lu <hongjiu.lu (a] intel.com> 187 188 PR ld/27173 189 * configure: Regenerated. 190 191 2021-01-09 H.J. Lu <hongjiu.lu (a] intel.com> 192 193 * configure: Regenerated. 194 195 2021-01-09 Nick Clifton <nickc (a] redhat.com> 196 197 * configure: Regenerate. 198 * po/gprof.pot: Regenerate. 199 200 2021-01-09 Nick Clifton <nickc (a] redhat.com> 201 202 * 2.36 release branch crated. 203 204 2021-01-09 Alan Modra <amodra (a] gmail.com> 205 206 * configure: Regenerate. 207 208 2021-01-07 Samuel Thibault <samuel.thibault (a] gnu.org> 209 210 * configure: Regenerate. 211 212 2021-01-01 Nicolas Boulenguez <nicolas (a] debian.org> 213 214 * README: Correct grammar. 215 * gprof.texi: Likewise. 216 217 2021-01-01 Alan Modra <amodra (a] gmail.com> 218 219 Update year range in copyright notice of all files. 220 221 For older changes see ChangeLog-2020 222 224 Copyright (C) 2021-2025 Free Software Foundation, Inc. 225 226 Copying and distribution of this file, with or without modification, 227 are permitted in any medium without royalty provided the copyright 228 notice and this notice are preserved. 229 230 Local Variables: 231 mode: change-log 232 left-margin: 8 233 fill-column: 74 234 version-control: never 235 End: 236