[ARC] Fix parsing leave_s and enter_s mnemonics.
[deliverable/binutils-gdb.git] / gprof / ChangeLog
index d7ecd6195f1d6c474ef763b3711c323fc31be36c..52637eca0f9623e63818552c830a28b2fcec5f72 100644 (file)
@@ -1,96 +1,85 @@
-2010-12-09  Mike Frysinger  <vapier@gentoo.org>
+2016-10-06  Tom Tromey  <tromey@sourceware.org>
 
-       * .gitignore: New file.
+       PR gprof/20656
+       * source.c (annotate_source): Delete redundant assignment to
+       new_line.
 
-2010-11-25  Alan Modra  <amodra@gmail.com>
+2016-10-06  Alan Modra  <amodra@gmail.com>
 
-       * po/bg.po: Update.
-       * po/es.po: Update.
+       * gprof.c: Add missing fall through comments.
 
-2010-11-10  Nick Clifton  <nickc@redhat.com>
+2016-09-26  Vlad Zakharov  <vzakhar@synopsys.com>
 
-       * po/ru.po: New Russian translation.
-
-2010-11-05  Tristan Gingold  <gingold@adacore.com>
-
-       * po/gprof.pot: Regenerate
-
-2010-10-29  Matthias Klose  <doko@ubuntu.com>
-
-       * gprof.texi (Deprecated Options): Move introduction out of the table.
-
-2010-10-28  Matthias Klose  <doko@ubuntu.com>
-
-       * gprof.texi: Add directory section for info document.
-
-2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
-
-       * configure: Regenerate.
-
-2010-07-16  James Blackburn  <james.blackburn@broadcom.com>
-
-       * corefile.c (core_sym_class): Fix handling of subprogram names
-       and add support for cloned function names.
-
-2010-06-15  Doug Semler  <dougsemler@gmail.com>
-
-       * gmon_io.c (gmon_out_read): Remove double fclose of input file.
+       * Makefile.in: Regenerate.
+       * configure: Likewise.
 
-2010-06-08  Nick Clifton  <nickc@redhat.com>
+2016-08-30  Nick Clifton  <nickc@redhat.com>
 
-       * gprof.texi (Sampling Error): Note that call counts and basic
-       block counts are only reliable for multi-threaded applications if
-       the counting function itself is thread safe.
+       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.
 
-2010-06-08  Nick Clifton  <nickc@redhat.com>
+2016-08-23  Nick Clifton  <nickc@redhat.com>
 
-       * gprof.texi: Replace abbreviated 20th century year numbers with
-       full versions.
+       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.
 
-2010-05-07  Tristan Gingold  <gingold@adacore.com>
+2016-08-22  Nick Clifton  <nickc@redhat.com>
 
-       * Makefile.in: Regenerate with automake 1.11.1.
-       * aclocal.m4: Ditto.
+       PR gprof/20499
+       * corefile.c (core_create_syms_from): Avoid walking off the end of
+       the symbol table.
 
-2010-05-05  Nick Clifton  <nickc@redhat.com>
+2016-07-21  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * po/es.po: Updated Spanish translation.
+       * configure: Regenerated.
 
-2010-04-27  Hongsheng Zhang  <hongsheng611@gmail.com>
+2016-04-20  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
 
-       PR gprof/11524
-       * corefile.c (core_create_syms_from): Use correct size of buffer.
+       * 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.
 
-2010-04-22  Nick Clifton  <nickc@redhat.com>
+2016-04-15  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * po/gprof.pot: Updated by the Translation project.
-       * po/vi.po: Updated Vietnamese translation.
-       * po/bg.po: Updated Bulgarian translation.
+       * Makefile.in: Regenerated with automake 1.11.6.
+       * aclocal.m4: Likewise.
 
-2010-04-07  Alan Modra  <amodra@gmail.com>
+2016-03-22  Nick Clifton  <nickc@redhat.com>
 
        * configure: Regenerate.
 
-2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
-       * Makefile.in: Regenerate.
-
-2010-03-16  Segher Boessenkool  <segher@kernel.crashing.org>
+2016-01-17  Alan Modra  <amodra@gmail.com>
 
-       * gmon_io.c (gmon_out_read): Close file when done.
+       * configure: Regenerate.
 
-2010-02-15  Nick Clifton  <nickc@redhat.com>
+2016-01-01  Alan Modra  <amodra@gmail.com>
 
-       * po/vi.po: Updated Vietnamese translation.
+       Update year range in copyright notice of all files.
 
-2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+For older changes see ChangeLog-2015
+\f
+Copyright (C) 2016 Free Software Foundation, Inc.
 
-       * Makefile.in: Regenerate.
-       * configure: Regenerate.
+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.
 
-For older changes see ChangeLog-2009
-\f
 Local Variables:
 mode: change-log
 left-margin: 8
This page took 0.025824 seconds and 4 git commands to generate.