gdb/
[deliverable/binutils-gdb.git] / gprof / ChangeLog
index 927cae60206d4cb9ba59d8f7b888a56982cf1f5b..cc7f23c082f834c8a79c8708ebefcab3854fbcf3 100644 (file)
-2009-09-07  Tristan Gingold  <gingold@adacore.com>
-
-       * po/gprof.pot: Regenerate.
-
-2009-09-05  Martin Thuresson  <martin@mtme.org>
-
-       * corefile.c (core_create_function_syms): Rename variable
-       class to cxxclass.
-
-2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
-
-       * Makefile.am (AM_CPPFLAGS): Renamed from ...
-       (INCLUDES): ... this.
+2012-12-17  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: Add copyright notice.
+       * Makefile.am: Likewise.
+       * README: Likewise.
+       * TODO: Likewise.
+       * bsd_callg_bl.m: Likewise.
+       * cg_arcs.h: Likewise.
+       * cg_dfn.h: Likewise.
+       * configure.in: Likewise.
+       * flat_bl.m: Likewise.
+       * fsf_callg_bl.m: Likewise.
+       * hertz.h: Likewise.
+       * utils.h: Likewise.
        * Makefile.in: Regenerate.
 
-       * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add 1.11,
-       foreign, no-dist, no-texinfo.tex.
-       (TEXINFO_TEX): New variable.
-       (MKDEP, CLEANFILES): Remove:
-       (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules.
-       (install-data-local): Remove now-unneeded dependency on
-       install-info.
-       (mkdep section): Remove.
-       * Makefile.in: Regenerate.
-
-       * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
-       (install-pdf-recursive, html__strip_dir, install-html)
-       (install-html-am, install-html-recursive): Remove.
-       * Makefile.in: Regenerate.
+2012-09-20  Joe Seymour  <jseymour@codesourcery.com>
 
-       * Makefile.in: Regenerate.
-       * aclocal.m4: Likewise.
-       * configure: Likewise.
-       * gconfig.in: Likewise.
-
-2009-06-16  Homer Xing  <homer.xing@yahoo.com>
-
-       * corefile.c (cmp_symbol_map): New function.
-       (read_function_mappins): Use qsort to sort the symbols.
-       (search_mapped_symbol): New function.
-       (core_create_function_syms): Use bsearch to find symbols.
-       * corefile.h (struct function_map): Add new bit-field: is_first.
-       * cg_print.c (cmp_symbol_map): New function.
-       (cg_print_file_ordering): Sort the symbol map.
-
-2009-06-15  Homer Xing  <homer.xing@yahoo.com>
-
-       * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
-       scanning in an address.
-
-2009-06-12  Homer Xing  <homer.xing@yahoo.com>
-
-       * corefile.c (num_of_syms_in): New function - computes the number
-       of symbols in a given file.
-       (core_create_syms_from): New function - populates a symbol table
-       from the symbols found in a specified file.
-       * corefile.h: Prototype core_create_syms_from.
-       * gprof.c (long_options): Add --external-symbol-table.
-       (usage): Mention it.
-       (main): Initiailize external_symbol_table from
-       --external-symbol-table option.  If set use it.
-       * gprof.texi: Document the new option.
-
-2009-06-04  Alan Modra  <amodra@bigpond.net.au>
-
-       * dep-in.sed: Don't use \n in replacement part of s command.
-       * Makefile.am (DEP1): LC_ALL for uniq.
-       * Makefile.in: Regenerate.
+       * corefile.c (core_sym_class): Allow for ".constprop.N" cloned
+       functions.
 
-2009-05-26  Nick Clifton  <nickc@redhat.com>
+2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
 
-       * po/id.po: Updated Indonesian translation.
-       * po/gprof.pot: Updated template file.
+       * configure: Regenerate.
 
-2009-05-26  Alan Modra  <amodra@bigpond.net.au>
+2012-09-11  Molly Heidecker  <tworoses1@gmail.com>
 
-       * dep-in.sed: Output one filename per line with all lines having
-       continuation backslash.  Prefix first line with "A", following
-       lines with "B".
-       * Makefile.am (DEP): Don't use dep.sed here.
-       (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
-       sort and uniq.
-       * Makefile.in: Regenerate.
+       PR gprof/13836
+       * fsf_callg_bl.m: Fix typo.
 
-2009-05-22  Alan Modra  <amodra@bigpond.net.au>
+2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * Makefile.am: Run "make dep-am".
-       * Makefile.in: Regenerate.
+       * configure: Regenerated.
 
-2009-04-15  Kazu Hirata  <kazu@codesourcery.com>
+2012-08-09  Nick Clifton  <nickc@redhat.com>
 
-       * gprof.h: Include gconfig.h.  #undef PACKAGE.
+       * po/vi.po: Updated Vietnamese translation.
 
-2009-04-09  Philippe Biondi  <phil@secdev.org>
+2012-08-07  Nick Clifton  <nickc@redhat.com>
 
-       * corefile.c (core_create_function_syms): Initialise a symbol's
-       is_func field based on the setting of the BSF_FUNCTION flag.
+       * po/ja.po: Updated Japanese translation.
 
-2009-03-06  Nick Clifton  <nickc@redhat.com>
+2012-07-30  Nick Clifton  <nickc@redhat.com>
 
+       * po/gprof.pot: Updated template.
+       * po/bg.po: Updated Bulgarian translation.
        * po/es.po: Updated Spanish translation.
 
-2009-03-03  Alan Modra  <amodra@bigpond.net.au>
+2012-07-29  Alan Modra  <amodra@gmail.com>
 
-       * Makefile.am: Run "make dep-am".
-       * Makefile.in: Regenerate.
+       * gprof.h: Don't include gconfig.h twice.  Undef conflicting
+       PACKAGE_* defines.
 
-2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+2012-07-27  Mike Frysinger  <vapier@gentoo.org>
 
+       * configure.in (BFD_VERSION): Run bfd/configure --version and
+       parse the output of that.
        * configure: Regenerate.
 
-2009-02-12  Ken Werner  <ken.werner@de.ibm.com>
-
-        * corefile.c (core_create_function_syms): Remove "<locore>" and 
-        "<hicore>" sentinels.
-        * gprof.c: Likewise.
-        * cg_print.c (cg_print_function_ordering): Likewise.
-        * alpha.c (alpha_find_call): Add check for return value of sym_lookup.
-        * mips.c (mips_find_call): Likewise.
-        * sparc.c (sparc_find_call): Likewise.
-        * tahoe.c (tahoe_find_call): Likewise.
-        * vax.c (vax_find_call): Likewise.
+2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
 
-2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
-
-       * configure.in: AC_SUBST pdfdir.
-       * Makefile.am: Add install-pdf, install-pdf-am,
-       and install-pdf-recursive targets. Define pdf__strip_dir.
-       * po/Make-in: Add install-pdf target.
-       * configure: Regenerate.
+       * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
        * Makefile.in: Regenerate.
 
-2009-01-03  Nick Clifton  <nickc@redhat.com>
+2012-03-06  Tristan Gingold  <gingold@adacore.com>
 
-       PR 7099
-       * gprof.texi (Compiling): Mention the need for using
-       -static-libgcc on shared library systems.
+       * corefile.c (core_create_function_syms): Do not call bsearch if
+       symbol_map_count is 0.
 
-2009-01-02  Nick Clifton  <nickc@redhat.com>
+2012-02-06  Nick Clifton  <nickc@redhat.com>
 
-       * po/id.po: Updated Indonesian translation.
+       * po/sr.po: New Serbian translation.
+       * configure.in (ALL_LINGUAS): Add sr.
+       * configure: Regenerate.
 
-For older changes see ChangeLog-2008
+For older changes see ChangeLog-2011
 \f
+Copyright (C) 2012 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
This page took 0.025032 seconds and 4 git commands to generate.