]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gprof/ChangeLog
top level:
[thirdparty/binutils-gdb.git] / gprof / ChangeLog
index 7df630e979669f1fbf359fa6a7e5078dd2374954..b36a6133aa6d4f48fb300d4bf12717e1d452549e 100644 (file)
-2005-04-04  Nick Clifton  <nickc@redhat.com>
+2007-02-17  Mark Mitchell  <mark@codesourcery.com>
+            Nathan Sidwell  <nathan@codesourcery.com>
+            Vladimir Prus  <vladimir@codesourcery.com
+            Joseph Myers  <joseph@codesourcery.com>
 
-       * configure.in: Add a check for <unistd.h> providing a prototype
-       for getopt() which is compatible with the one in
-       include/getopt.h.  If so then define HAVE_DECL_GETOPT.
+       * configure.in (--with-pkgversion, --with-bugurl): New options.
        * configure: Regenerate.
-       * gconfig.in (HAVE_DECL_GETOPT): Add.
-
-2005-03-29  Nick Clifton  <nickc@redhat.com>
+       * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
+       (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
+       Regenerate dependencies.
+       * Makefile.in: Regenerate.
+       * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
+       (main): Include PKGVERSION in version output.
+       * gprof.h: Remove include of bin-bugs.h.
 
-       * po/de.po: Updated German translation.
+2007-01-16  Ben Elliston  <bje@au.ibm.com>
 
-2005-03-17  Nick Clifton  <nickc@redhat.com>
+       * corefile.c (parse_error): New function.
+       (read_function_mappings): Check calls to fscanf and report any
+       errors in parsing the mapping file.
 
-       * po/vi.po: Updated Vietnamese translation.
+2006-12-12  Daniel Jacobowitz  <dan@codesourcery.com>
 
-2005-03-16  Nick Clifton  <nickc@redhat.com>
-           Ben Elliston  <bje@au.ibm.com>
+       * Makefile.am (gprof_TEXINFOS): Set.
+       (gprof.info gprof.dvi gprof.html): Delete rule.
+       * Makefile.in: Regenerated.
 
-       * configure.in (werror): New switch: Add -Werror to the
-       compiler command line.  Enabled by default.  Disable via
-       --disable-werror.
-       * configure: Regenerate.
+2006-12-11  Daniel Jacobowitz  <dan@codesourcery.com>
 
-2005-03-15  Nick Clifton  <nickc@redhat.com>
+       * configure.in: Define GENINSRC_NEVER.
+       * doc/Makefile.am (gprof.info): Remove srcdir prefix.
+       (MAINTAINERCLEANFILES): Add info file.
+       (DISTCLEANFILES): Pretend to add info file.
+       * po/Make-in (.po.gmo): Put gmo files in objdir.
+       * configure, Makefile.in: Regenerated.
 
-       * basic_blocks.c (print_exec_counts): Step through sorted array of
-       basic blocks.
+2006-11-27  Nick Clifton  <nickc@redhat.com>
 
-2005-03-15  Alan Modra  <amodra@bigpond.net.au>
+       * po/ms.po: Updated Malay translation.
 
-       * po/es.po: Commit new Spanish translation.
+2006-11-22  Nick Clifton  <nickc@redhat.com>
 
-       * po/fr.po: Commit new French translation.
+       * configure.in (LINGUAS): Add ms.
+       * po/ms.po: New Malay translation.
 
-2005-03-14  Alan Modra  <amodra@bigpond.net.au>
+2006-10-17  Bob Wilson  <bob.wilson@acm.org>
 
-       * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
+       * gprof.c (main): Fix option string for -r and -R.
 
-2005-03-14  Alan Modra  <amodra@bigpond.net.au>
+2006-10-16  Bob Wilson  <bob.wilson@acm.org>
 
-       * po/tr.po: Commit new Turkish translation.
+       * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
 
-2005-03-05  Alan Modra  <amodra@bigpond.net.au>
+2006-10-16  Bob Wilson  <bob.wilson@acm.org>
 
-       * po/gprof.pot: Regenerate.
+       * gprof.c (main): Fix option string for -C, -n and -N.
 
-2005-02-22  Alan Modra  <amodra@bigpond.net.au>
+2006-09-26  Thiemo Seufer  <ths@networkno.de>
 
-       * basic_blocks.c: Warning fixes.
-       * gmon_io.c: Likewise.
-       * hist.c: Likewise.
-       * hist.h: Likewise.
+       * gprof.texi: Fix install failure.
 
-2005-01-31  Andrew Cagney  <cagney@gnu.org>
+2006-09-19  Bob Wilson  <bob.wilson@acm.org>
 
-       * configure: Regenerate to track ../gettext.m4.
+       * 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.
 
-2005-01-31  Nick Clifton  <nickc@redhat.com>
+2006-07-24  Ralk Wildenhues  <Ralf.Wildenhues@gmx.de>
 
-       * po/vi/po: New file: Vietnamese translation.
-       * configure.in: (ALL_LINGUAS): Add vi.
-       * configure: Regenerate.
+       * gprof.texi: Fix some typos.
 
-2005-01-27  Andrew Cagney  <cagney@gnu.org>
+2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
 
-       * configure: Regenerate to track ../gettext.m4 change.
+       * po/Make-in (pdf, ps): New dummy targets.
 
-2005-01-21  Ben Elliston  <bje@au.ibm.com>
+2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
 
-       * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
+       * po/Make-in (top_builddir): Define.
 
-2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
+2006-06-05  Alan Modra  <amodra@bigpond.net.au>
 
-       * Makefile.am: Change LOCALEDIR to $(datadir)/share.
        * Makefile.in: Regenerate.
+       * gconfig.in: Regenerate.
 
-2004-09-17  Alan Modra  <amodra@bigpond.net.au>
-
-       * Makefile.in: Regenerate.
-       * aclocal.m4: Regenerate.
-       * configure: Regenerate.
-       * po/gprof.pot: Regenerate.
-
-2004-07-13  Ben Elliston  <bje@au.ibm.com>
-
-       * gprof.c (main): For line-by-line profiling, there is no need to
-       specially exclude the default function set from the flat profile.
-
-2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
-
-       * Makefile.in: Regenerate to clean up breakage.
-
-2004-06-15  Ben Elliston  <bje@au.ibm.com>
-
-       * configure.in: Run through autoupdate.
-       * configure: Regenerate with autoconf 2.59.
-       * Makefile.am (install-local): Rename from this ..
-       (install-data-local): .. to this.
-       * Makefile.in: Regenerate with automake 1.8.5.
-       * aclocal.m4: Regenerate with aclocal 1.8.5.
-
-2004-06-15  Alan Modra  <amodra@bigpond.net.au>
+2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
 
-       * corefile.c (core_init): Use bfd_get_section_size
-       instead of bfd_get_section_size_before_reloc or _raw_size.
-       * symtab.c (symtab_finalize): Likewise.
+       * 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.
 
-2004-05-26  Andrew Cagney  <cagney@gnu.org>
+2006-05-30  Nick Clifton  <nickc@redhat.com>
 
-       * corefile.c (core_create_line_syms): Per ISO C '90, move
-       vma_high's declaration to the function's start.
+       * po/es.po: Updated Spanish translation.
 
-2004-05-26  Ben Elliston  <bje@au.ibm.com>
+2006-05-02  James E Wilson  <wilson@specifix.com>
 
-       * gprof.c (main): Clean up some more.
+       * gprof.c (main): When setting default output_style, add separate
+       checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
 
-       * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
-       call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
-       cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
-       gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
-       i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
-       sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
-       utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
+2006-04-25  Masaki Muranaka  <monaka@monami-software.com>
 
-2004-05-26  Ben Elliston  <bje@au.ibm.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.
 
-       * corefile.c (core_init): Use a separate local variable,
-       core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
-       more obvious.
-       (core_create_function_syms): Discard cbfd argument.  Eliminate
-       `offset' variable and calculate VMA directly. Update all users.
-       * corefile.h (core_create_function_syms): Update prototype.
-       (core_create_line_syms): Likewise.
-       * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
-       Tidy.
+2006-04-19  Alan Modra  <amodra@bigpond.net.au>
 
-2004-05-17  Ben Elliston  <bje@au.ibm.com>
+       * configure: Regenerate.
 
-       * gprof.texi (Output Options): Correct last patch to use @itemx, not
-       @item, for options with long option alternatives.
+2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
 
-2004-05-17  Ben Elliston  <bje@au.ibm.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.
 
-       * gprof.texi (Introduction): Update synopsis.
-       (Output Options): Document -r and -R.
-       (Analysis Options): Document -t, --table-length.
-       (Miscellaneous Options): Document -h, --help.
+2006-03-21  Ben Elliston  <bje@au.ibm.com>
 
-2004-05-13  Nick Clifton  <nickc@redhat.com>
+       * corefile.c (core_init): Report that the executable is not in the
+       expected executable format rather than "a.out" format.
 
-       * po/fr.po: Updated French translation.
+2006-03-09  Nick Clifton  <nickc@redhat.com>
 
-2004-03-19  Alan Modra  <amodra@bigpond.net.au>
+       * po/sv.po: Updated Swedish translation.
 
-       * po/sv.po: Updated.
+2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
 
-       * Makefile.am: Run "make dep-am".
-       * Makefile.in: Regenerate.
-       * gconfig.in: Regenerate.
-       * po/gprof.pot: Regenerate.
+       * po/Make-in: Add html target.
 
-For older changes see ChangeLog-9203
+For older changes see ChangeLog-2005
 \f
 Local Variables:
 mode: change-log