From 5c1ad6b5bb2602a0c590f2e49316ccc9fb30e1a9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 2 Jan 2017 13:55:05 +1030 Subject: ChangeLog rotation --- gprof/ChangeLog | 97 +--------------------------------------------- gprof/ChangeLog-2016 | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+), 95 deletions(-) create mode 100644 gprof/ChangeLog-2016 (limited to 'gprof') diff --git a/gprof/ChangeLog b/gprof/ChangeLog index c66add4440..e33ce1bf08 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,99 +1,6 @@ -2016-12-23 Tristan Gingold - - * configure: Regenerate. - -2016-12-23 Tristan Gingold - - * po/gprof.pot: Regenerate. - -2016-11-27 Ambrogino Modigliani - - * basic_blocks.c: Fix spelling in comments. - * cg_arcs.c: Fix spelling in comments. - * cg_print.c: Fix spelling in comments. - * corefile.c: Fix spelling in comments. - -2016-11-22 Ambrogino Modigliani - - * configure: Regenerate. - -2016-10-06 Tom Tromey - - PR gprof/20656 - * source.c (annotate_source): Delete redundant assignment to - new_line. - -2016-10-06 Alan Modra - - * gprof.c: Add missing fall through comments. - -2016-09-26 Vlad Zakharov - - * Makefile.in: Regenerate. - * configure: Likewise. - -2016-08-30 Nick Clifton - - PR gprof/20499 - * corefile.c (num_of_syms_in): Return an unsigned int. - Fail if the count exceeds the maximum possible allocatable size. - (core_create_syms_from): Exit early if num_of_syms_in returns a - failure code. - -2016-08-23 Nick Clifton - - PR gprof/20499 - * corefile.c (BUFSIZE): Define. - (STR_BUFSIZE): Define. - (read_function_mappings): Use BUFSIZE and STR)BUFSIZE. - (num_of_syms_in): Move buf, address and name arrays out of - function and declare as static BUFSIZE arrays. - Use STR_BUFSIZE when scanning for name and address. - (core_create_syms_from): Revert previous delta. Instead - short circuit the parsing of a symbol if all three fields - could not be found. - -2016-08-22 Nick Clifton - - PR gprof/20499 - * corefile.c (core_create_syms_from): Avoid walking off the end of - the symbol table. - -2016-07-21 H.J. Lu - - * configure: Regenerated. - -2016-04-20 Trevor Saunders - - * basic_blocks.c: Update old style function definitions. - * cg_arcs.c: Likewise. - * cg_print.c: Likewise. - * gen-c-prog.awk: Likewise. - * gmon_io.c: Likewise. - * hertz.c: Likewise. - * hist.c: Likewise. - * sym_ids.c: Likewise. - -2016-04-15 H.J. Lu - - * Makefile.in: Regenerated with automake 1.11.6. - * aclocal.m4: Likewise. - -2016-03-22 Nick Clifton - - * configure: Regenerate. - -2016-01-17 Alan Modra - - * configure: Regenerate. - -2016-01-01 Alan Modra - - Update year range in copyright notice of all files. - -For older changes see ChangeLog-2015 +For older changes see ChangeLog-2016 -Copyright (C) 2016 Free Software Foundation, Inc. +Copyright (C) 2017 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-2016 b/gprof/ChangeLog-2016 new file mode 100644 index 0000000000..c66add4440 --- /dev/null +++ b/gprof/ChangeLog-2016 @@ -0,0 +1,107 @@ +2016-12-23 Tristan Gingold + + * configure: Regenerate. + +2016-12-23 Tristan Gingold + + * po/gprof.pot: Regenerate. + +2016-11-27 Ambrogino Modigliani + + * basic_blocks.c: Fix spelling in comments. + * cg_arcs.c: Fix spelling in comments. + * cg_print.c: Fix spelling in comments. + * corefile.c: Fix spelling in comments. + +2016-11-22 Ambrogino Modigliani + + * configure: Regenerate. + +2016-10-06 Tom Tromey + + PR gprof/20656 + * source.c (annotate_source): Delete redundant assignment to + new_line. + +2016-10-06 Alan Modra + + * gprof.c: Add missing fall through comments. + +2016-09-26 Vlad Zakharov + + * Makefile.in: Regenerate. + * configure: Likewise. + +2016-08-30 Nick Clifton + + PR gprof/20499 + * corefile.c (num_of_syms_in): Return an unsigned int. + Fail if the count exceeds the maximum possible allocatable size. + (core_create_syms_from): Exit early if num_of_syms_in returns a + failure code. + +2016-08-23 Nick Clifton + + PR gprof/20499 + * corefile.c (BUFSIZE): Define. + (STR_BUFSIZE): Define. + (read_function_mappings): Use BUFSIZE and STR)BUFSIZE. + (num_of_syms_in): Move buf, address and name arrays out of + function and declare as static BUFSIZE arrays. + Use STR_BUFSIZE when scanning for name and address. + (core_create_syms_from): Revert previous delta. Instead + short circuit the parsing of a symbol if all three fields + could not be found. + +2016-08-22 Nick Clifton + + PR gprof/20499 + * corefile.c (core_create_syms_from): Avoid walking off the end of + the symbol table. + +2016-07-21 H.J. Lu + + * configure: Regenerated. + +2016-04-20 Trevor Saunders + + * basic_blocks.c: Update old style function definitions. + * cg_arcs.c: Likewise. + * cg_print.c: Likewise. + * gen-c-prog.awk: Likewise. + * gmon_io.c: Likewise. + * hertz.c: Likewise. + * hist.c: Likewise. + * sym_ids.c: Likewise. + +2016-04-15 H.J. Lu + + * Makefile.in: Regenerated with automake 1.11.6. + * aclocal.m4: Likewise. + +2016-03-22 Nick Clifton + + * configure: Regenerate. + +2016-01-17 Alan Modra + + * configure: Regenerate. + +2016-01-01 Alan Modra + + Update year range in copyright notice of all files. + +For older changes see ChangeLog-2015 + +Copyright (C) 2016 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: -- cgit v1.2.3