Fix gdb.base/maint.exp regressions
[deliverable/binutils-gdb.git] / gprof / ChangeLog
index cb03efe08c33f831395a4c1ba7e30bc95fcdd631..52637eca0f9623e63818552c830a28b2fcec5f72 100644 (file)
@@ -1,39 +1,80 @@
-2014-07-04  Alan Modra  <amodra@gmail.com>
+2016-10-06  Tom Tromey  <tromey@sourceware.org>
 
-       * configure.ac: Rename from configure.in.
-       * Makefile.in: Regenerate.
-       * gconfig.in: Regenerate.
+       PR gprof/20656
+       * source.c (annotate_source): Delete redundant assignment to
+       new_line.
 
-2014-07-04  Alan Modra  <amodra@gmail.com>
+2016-10-06  Alan Modra  <amodra@gmail.com>
+
+       * gprof.c: Add missing fall through comments.
+
+2016-09-26  Vlad Zakharov  <vzakhar@synopsys.com>
 
-       * configure.in: Include bfd/version.m4.
-       (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
-       (BFD_VERSION): Delete.
-       * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
-       * configure: Regenerate.
        * Makefile.in: Regenerate.
+       * configure: Likewise.
 
-2014-06-05  Joel Brobecker  <brobecker@adacore.com>
+2016-08-30  Nick Clifton  <nickc@redhat.com>
 
-       * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
-       bfd's development.sh.
-       * Makefile.in, configure: Regenerate.
+       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.
 
-2014-03-12  Alan Modra  <amodra@gmail.com>
+2016-08-23  Nick Clifton  <nickc@redhat.com>
 
-       * Makefile.in: Regenerate.
+       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  <nickc@redhat.com>
+
+       PR gprof/20499
+       * corefile.c (core_create_syms_from): Avoid walking off the end of
+       the symbol table.
+
+2016-07-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
 
-2014-03-05  Alan Modra  <amodra@gmail.com>
+2016-04-20  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
 
-       Update copyright years.
+       * 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  <hongjiu.lu@intel.com>
+
+       * Makefile.in: Regenerated with automake 1.11.6.
+       * aclocal.m4: Likewise.
+
+2016-03-22  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+
+2016-01-17  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
 
-2014-02-10  Alan Modra  <amodra@gmail.com>
+2016-01-01  Alan Modra  <amodra@gmail.com>
 
-       * po/gprof.pot: Regenerate.
+       Update year range in copyright notice of all files.
 
-For older changes see ChangeLog-2013
+For older changes see ChangeLog-2015
 \f
-Copyright (C) 2014 Free Software Foundation, Inc.
+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
This page took 0.024421 seconds and 4 git commands to generate.