[ARC] Fix parsing leave_s and enter_s mnemonics.
[deliverable/binutils-gdb.git] / gprof / ChangeLog
index 336ef07248920d3e4cf4de7e48e735939ad7d973..52637eca0f9623e63818552c830a28b2fcec5f72 100644 (file)
@@ -1,93 +1,85 @@
-2006-10-16  Bob Wilson  <bob.wilson@acm.org>
+2016-10-06  Tom Tromey  <tromey@sourceware.org>
 
-       * gprof.c (main): Fix option string for -C, -n and -N.
+       PR gprof/20656
+       * source.c (annotate_source): Delete redundant assignment to
+       new_line.
 
-2006-09-26  Thiemo Seufer  <ths@networkno.de>
+2016-10-06  Alan Modra  <amodra@gmail.com>
 
-       * gprof.texi: Fix install failure.
+       * gprof.c: Add missing fall through comments.
 
-2006-09-19  Bob Wilson  <bob.wilson@acm.org>
+2016-09-26  Vlad Zakharov  <vzakhar@synopsys.com>
 
-       * gprof.texi: Use TeX-style quotes and em-dashes consistently.
-       Specify section names in cross references.  Fix typos.
-       Omit "next", "previous" and "up" fields from @node lines.
-       (SYNOPSIS): Show map_file argument to --file-ordering.
-       (Compiling): Remove extra, truncated lines from example output.
-       (Cycles): Fix references to "called" field.
-       (Internals): Allow hyphenation between file:function names.
-       (GNU Free Documentation License): Update formatting to match fdl.texi.
-
-2006-07-24  Ralk Wildenhues  <Ralf.Wildenhues@gmx.de>
-
-       * gprof.texi: Fix some typos.
-
-2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
-
-       * po/Make-in (pdf, ps): New dummy targets.
+       * Makefile.in: Regenerate.
+       * configure: Likewise.
 
-2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
+2016-08-30  Nick Clifton  <nickc@redhat.com>
 
-       * po/Make-in (top_builddir): Define.
+       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.
 
-2006-06-05  Alan Modra  <amodra@bigpond.net.au>
+2016-08-23  Nick Clifton  <nickc@redhat.com>
 
-       * Makefile.in: Regenerate.
-       * gconfig.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.
 
-2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
+2016-08-22  Nick Clifton  <nickc@redhat.com>
 
-       * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
-       and LIBINTL_DEP everywhere.
-       (INCLUDES): Use @INCINTL@.
-       * acinclude.m4: Include new gettext macros.
-       * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
-       Remove local code for po/Makefile.
-       * Makefile.in, aclocal.m4, configure: Regenerated.
+       PR gprof/20499
+       * corefile.c (core_create_syms_from): Avoid walking off the end of
+       the symbol table.
 
-2006-05-30  Nick Clifton  <nickc@redhat.com>
+2016-07-21  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * po/es.po: Updated Spanish translation.
+       * configure: Regenerated.
 
-2006-05-02  James E Wilson  <wilson@specifix.com>
+2016-04-20  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
 
-       * gprof.c (main): When setting default output_style, add separate
-       checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
+       * 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.
 
-2006-04-25  Masaki Muranaka  <monaka@monami-software.com>
+2016-04-15  H.J. Lu  <hongjiu.lu@intel.com>
 
-       PR 2587
-       * Makefile.am: Add empty rule for .m -> .o build in order to work
-       around bug in gmake shipped by Apple.
-       * Makefile.in: Regenerate.
+       * Makefile.in: Regenerated with automake 1.11.6.
+       * aclocal.m4: Likewise.
 
-2006-04-19  Alan Modra  <amodra@bigpond.net.au>
+2016-03-22  Nick Clifton  <nickc@redhat.com>
 
        * configure: Regenerate.
 
-2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
+2016-01-17  Alan Modra  <amodra@gmail.com>
 
-       * po/Make-in: Add install-html target.
-       * Makefile.am: Add install-html, install-html-am and 
-       install-html-recursive targets. 
-       * Makefile.in: Regenerate.
-       * configure.in: AC_SUBST datarootdir, docdir, htmldir.
        * configure: Regenerate.
 
-2006-03-21  Ben Elliston  <bje@au.ibm.com>
-
-       * corefile.c (core_init): Report that the executable is not in the
-       expected executable format rather than "a.out" format.
+2016-01-01  Alan Modra  <amodra@gmail.com>
 
-2006-03-09  Nick Clifton  <nickc@redhat.com>
+       Update year range in copyright notice of all files.
 
-       * po/sv.po: Updated Swedish translation.
-
-2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
+For older changes see ChangeLog-2015
+\f
+Copyright (C) 2016 Free Software Foundation, Inc.
 
-       * po/Make-in: Add html target.
+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-2005
-\f
 Local Variables:
 mode: change-log
 left-margin: 8
This page took 0.045712 seconds and 4 git commands to generate.