diff options
author | Alan Modra <amodra@gmail.com> | 2020-01-01 18:07:11 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-01-01 18:12:08 +1030 |
commit | 0b11474080800192797236e30857a42818f5560d (patch) | |
tree | e3f32443a35f2507ca5c782df4d92556b4bbb9b6 /gprof | |
parent | e5d78223eaf178ebb23aa20f209f71497aaae722 (diff) | |
download | gdb-0b11474080800192797236e30857a42818f5560d.zip gdb-0b11474080800192797236e30857a42818f5560d.tar.gz gdb-0b11474080800192797236e30857a42818f5560d.tar.bz2 |
ChangeLog rotation
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 84 | ||||
-rw-r--r-- | gprof/ChangeLog-2019 | 94 |
2 files changed, 96 insertions, 82 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index f638de2..43dd3f3 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,86 +1,6 @@ -2019-11-15 Nick Clifton <nickc@redhat.com> - - PR 2587 - * Makefile.am: Revert change from 2019-11-13. - * Makefile.in: Regenerate. - -2019-11-14 Nick Clifton <nickc@redhat.com> - - PR 2587 - * Makefile.am (SUFFIXES): Add .c. - * Makefile.in: Regenerate. - -2019-11-13 Nick Clifton <nickc@redhat.com> - - PR 2587 - * Makefile.am: Fix rule to build .c files from .m files. - -2019-09-18 Alan Modra <amodra@gmail.com> - - * corefile.c, * symtab.c: Update throughout for bfd section - macro and function changes. - -2019-09-18 Simon Marchi <simon.marchi@polymtl.ca> - - * Makefile.in: Re-generate. - * configure: Re-generate. - -2019-09-16 Phil Blundell <pb@pbcl.net> - - * Makefile.in, configure: Regenerated. - -2019-09-09 Phil Blundell <pb@pbcl.net> - - binutils 2.33 branch created. - -2019-05-20 Nick Clifton <nickc@redhat.com> - - PR 24569 - * gprof.c (usage): Restore alphabetical sorting to short options - list. Add -r, -R and -t short options to the list. - (main): Add comment about -g and -G possibly being deprecated. - * gprof.texi: Update usage example in line with changes above. - -2019-05-20 Nick Clifton <nickc@redhat.com> - - * po/de.po: Updated German translation. - -2019-05-08 Alan Modra <amodra@gmail.com> - - PR 24520 - * corefile.c (core_init): Set BFD_DECOMPRESS. - -2019-04-01 Alan Modra <amodra@gmail.com> - - PR 24402 - * symtab.c (symtab_finalize): Init prev_addr to one less than - first symbol address, not one more. Correct test for symbols - with leading underscores. - -2019-01-21 Nick Clifton <nickc@redhat.com> - - * po/tr.po: Updated Turkish translation. - -2019-01-19 Nick Clifton <nickc@redhat.com> - - * configure: Regenerate. - * po/gprof.pot: Regenerate. - -2018-06-24 Nick Clifton <nickc@redhat.com> - - 2.32 branch created. - -2019-01-09 Andrew Paprocki <andrew@ishiboo.com> - - * configure: Regenerate. - -2019-01-01 Alan Modra <amodra@gmail.com> - - Update year range in copyright notice of all files. - -For older changes see ChangeLog-2018 +For older changes see ChangeLog-2019 -Copyright (C) 2019 Free Software Foundation, Inc. +Copyright (C) 2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gprof/ChangeLog-2019 b/gprof/ChangeLog-2019 new file mode 100644 index 0000000..f638de2 --- /dev/null +++ b/gprof/ChangeLog-2019 @@ -0,0 +1,94 @@ +2019-11-15 Nick Clifton <nickc@redhat.com> + + PR 2587 + * Makefile.am: Revert change from 2019-11-13. + * Makefile.in: Regenerate. + +2019-11-14 Nick Clifton <nickc@redhat.com> + + PR 2587 + * Makefile.am (SUFFIXES): Add .c. + * Makefile.in: Regenerate. + +2019-11-13 Nick Clifton <nickc@redhat.com> + + PR 2587 + * Makefile.am: Fix rule to build .c files from .m files. + +2019-09-18 Alan Modra <amodra@gmail.com> + + * corefile.c, * symtab.c: Update throughout for bfd section + macro and function changes. + +2019-09-18 Simon Marchi <simon.marchi@polymtl.ca> + + * Makefile.in: Re-generate. + * configure: Re-generate. + +2019-09-16 Phil Blundell <pb@pbcl.net> + + * Makefile.in, configure: Regenerated. + +2019-09-09 Phil Blundell <pb@pbcl.net> + + binutils 2.33 branch created. + +2019-05-20 Nick Clifton <nickc@redhat.com> + + PR 24569 + * gprof.c (usage): Restore alphabetical sorting to short options + list. Add -r, -R and -t short options to the list. + (main): Add comment about -g and -G possibly being deprecated. + * gprof.texi: Update usage example in line with changes above. + +2019-05-20 Nick Clifton <nickc@redhat.com> + + * po/de.po: Updated German translation. + +2019-05-08 Alan Modra <amodra@gmail.com> + + PR 24520 + * corefile.c (core_init): Set BFD_DECOMPRESS. + +2019-04-01 Alan Modra <amodra@gmail.com> + + PR 24402 + * symtab.c (symtab_finalize): Init prev_addr to one less than + first symbol address, not one more. Correct test for symbols + with leading underscores. + +2019-01-21 Nick Clifton <nickc@redhat.com> + + * po/tr.po: Updated Turkish translation. + +2019-01-19 Nick Clifton <nickc@redhat.com> + + * configure: Regenerate. + * po/gprof.pot: Regenerate. + +2018-06-24 Nick Clifton <nickc@redhat.com> + + 2.32 branch created. + +2019-01-09 Andrew Paprocki <andrew@ishiboo.com> + + * configure: Regenerate. + +2019-01-01 Alan Modra <amodra@gmail.com> + + Update year range in copyright notice of all files. + +For older changes see ChangeLog-2018 + +Copyright (C) 2019 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. + +Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 +version-control: never +End: |