Regenerate tree using Autoconf 2.64 and Automake 1.11.
[deliverable/binutils-gdb.git] / gprof / ChangeLog
index 6548eb04bbdfa213bf9487c858e01e17857cb445..a7e2deeea13e82da5292d0552555146379a8587d 100644 (file)
@@ -1,3 +1,266 @@
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * 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.
+
+2009-05-26  Nick Clifton  <nickc@redhat.com>
+
+       * po/id.po: Updated Indonesian translation.
+       * po/gprof.pot: Updated template file.
+
+2009-05-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * 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.
+
+2009-05-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2009-04-15  Kazu Hirata  <kazu@codesourcery.com>
+
+       * gprof.h: Include gconfig.h.  #undef PACKAGE.
+
+2009-04-09  Philippe Biondi  <phil@secdev.org>
+
+       * corefile.c (core_create_function_syms): Initialise a symbol's
+       is_func field based on the setting of the BSF_FUNCTION flag.
+
+2009-03-06  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+
+2009-03-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * 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.
+
+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.in: Regenerate.
+
+2009-01-03  Nick Clifton  <nickc@redhat.com>
+
+       PR 7099
+       * gprof.texi (Compiling): Mention the need for using
+       -static-libgcc on shared library systems.
+
+2009-01-02  Nick Clifton  <nickc@redhat.com>
+
+       * po/id.po: Updated Indonesian translation.
+
+2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-11-19  Nick Clifton  <nickc@redhat.com>
+
+       * fdl.texi: New file.
+       * gprof.texi: Change license to v1.3.
+
+2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
+           Steve Ellcey  <sje@cup.hp.com>
+
+       * configure: Regenerate for new libtool.
+       * aclocal.m4: Ditto.
+       * Makefile.in: Ditto.
+
+2008-09-29  Nick Clifton  <nickc@redhat.com>
+
+       * po/vi.po: Updated Vietnamese translation.
+
+2008-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * configure.in: Call AC_SYS_LARGEFILE.
+       * gconfig.in: Regenerate.
+       * configure: Regenerate.
+
+2008-09-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/ro.po: New file.
+
+2008-08-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * gmon_io.h: Don't include sysdep.h here.
+       (O_BINARY, SET_BINARY): Don't define here.
+       * gmon_io.c: Include "binary-io.h".
+       (gmon_out_read): Remove #ifdef SET_BINARY.
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+
+2008-08-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.in: Update a number of obsolete autoconf macros.
+
+2008-08-15  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 6526
+       * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * gconfig.in: Regenerate.
+
+2008-08-05  Brian Dessent  <brian@dessent.net>
+
+       * gmon_io.c (gmon_out_read): When reading old format gmon.out,
+       set num_histograms and hist_scale.
+
+2008-08-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (POTFILES.in): Set LC_ALL=C.
+       * Makefile.in: Regenerate.
+
+2008-07-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * corefile.c, symtab.c: Silence gcc warnings.
+
+2008-06-19  Andreas Schwab  <schwab@suse.de>
+
+       * basic_blocks.c: Always include "gprof.h" first.
+       * cg_arcs.c: Likewise.
+       * cg_dfn.c: Likewise.
+       * cg_print.c: Likewise.
+       * corefile.c: Likewise.
+       * gprof.c: Likewise.
+       * hist.c: Likewise.
+       * search_list.c: Likewise.
+       * sym_ids.c: Likewise.
+       * utils.c: Likewise.
+
+2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-06-04  Nick Clifton  <nickc@redhat.com>
+
+       * po/nl.po: New file: Dutch translation.
+       * configure.in (ALL_LINGUAS): Add nl.
+       * configure: Regenerate.
+
+2008-05-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.in: Regenerate.
+
+2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
+
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2008-03-31  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * aclocal.m4: Regenerate.
+       * configure: Likewise.
+       * Makefile.in: Likewise.
+
+2008-03-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure: Regenerate.
+
+2008-02-06  Nick Clifton  <nickc@redhat.com>
+
+       * po/ms.po: Updated Malasian translation.
+
+2008-02-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 5715
+       * configure: Regenerated.
+
+2007-10-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
+       * configure: Regenerated.
+
+2007-10-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
+       * configure.in: Invoke AC_GNU_SOURCE.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * gconfig.in: Regenerate.
+
+2007-10-12  Michael Haubenwallner  <haubi@gentoo.org>
+
+       PR gprof/5147
+       * configure.in: Add check for fabs() being in libm.
+       * configure: Regenerate.
+
+2007-09-25  Robert Norton  <rnorton@broadcom.com>
+
+       * cg_print.c (sort_members): Include the final member on the list
+       in the sort.
+
+2007-09-17  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+
 2007-08-30  Nick Clifton  <nickc@redhat.com>
 
        * po/fi.po: Updated Finnish translation.
        flat_bl.m, gmon_io.c, gmon_io.h, gmon_out.h, hist.c, hist.h,
        search_list.c, search_list.h, source.c, source.h, sym_ids.c,
        sym_ids.h, symtab.c, symtab.h: Likewise.
-       
+
 2007-07-05  Tristan Gingold  <gingold@adacore.com>
 
        * corefile.c (core_sym_class): Do not discard nested subprograms.
        clip symbol address range here.
        * vax.c (vax_find_call): Don't check for
        core_text_space, or clip the symbol's address range here.
-       Use hist_check_address to check call's target address.  
+       Use hist_check_address to check call's target address.
        * sparc.c: Likewise.
        * tahoe.c: Likewise.
        * i386.c: Likewise.
        address for code accesses, just like other machine-specific
        routines do.
        * gprof.texi: Adjust for the new logic.
-       
+
 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
            Phil Edwards  <phil@codesourcery.com>
 
 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
 
        * po/Make-in: Add install-html target.
-       * Makefile.am: Add install-html, install-html-am and 
-       install-html-recursive targets. 
+       * 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.
This page took 0.026982 seconds and 4 git commands to generate.