Fix gdb.base/maint.exp regressions
[deliverable/binutils-gdb.git] / gprof / ChangeLog
index eabc188ca38bf08d7c08cfdea0d961d378efc8ea..52637eca0f9623e63818552c830a28b2fcec5f72 100644 (file)
@@ -1,3 +1,39 @@
+2016-10-06  Tom Tromey  <tromey@sourceware.org>
+
+       PR gprof/20656
+       * source.c (annotate_source): Delete redundant assignment to
+       new_line.
+
+2016-10-06  Alan Modra  <amodra@gmail.com>
+
+       * gprof.c: Add missing fall through comments.
+
+2016-09-26  Vlad Zakharov  <vzakhar@synopsys.com>
+
+       * Makefile.in: Regenerate.
+       * configure: Likewise.
+
+2016-08-30  Nick Clifton  <nickc@redhat.com>
+
+       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  <nickc@redhat.com>
+
+       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
This page took 0.023573 seconds and 4 git commands to generate.