[__GO32__]: If HAVE_TEMIOS_H is defined, declare readline_default_bindings.
[deliverable/binutils-gdb.git] / gprof / ChangeLog
index a37042a1cfefc8b8f4848d96b19c2e2d2baf0845..e921ffc6c888a0383938417a5ad21606e369a57a 100644 (file)
@@ -1,3 +1,139 @@
+2000-02-22  Ian Lance Taylor  <ian@zembu.com>
+
+       From Brad Lucier <lucier@math.purdue.edu>:
+       * i386.c (i386_find_call): Add cast to ensure that printf argument
+       matches format.
+       * tahoe.c (tahoe_find_call): Likewise.
+       * vax.c (vax_find_call): Likewise.
+
+2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * utils.c (print_name_only): Don't pass error strings to
+       printf as format arg.
+
+1999-09-24  Nick Clifton  <nickc@cygnus.com>
+
+       * gmon_io.c (gmon_out_read): Make sure that sensible values
+       are extracted from a raw header.
+
+1999-08-06  Ian Lance Taylor  <ian@zembu.com>
+
+       From Brad Lucier <lucier@math.purdue.edu>:
+       * corefile.c (core_create_line_syms): Add cast for printf.
+
+1999-07-21  Ian Lance Taylor  <ian@zembu.com>
+
+       From Mark Elbrecht:
+       * configure.bat: Remove; obsolete.
+
+1999-07-15  Ian Lance Taylor  <ian@zembu.com>
+
+       * configure.in: Bump version number to 2.9.5.
+       * configure: Rebuild.
+
+1999-07-11  Ian Lance Taylor  <ian@zembu.com>
+
+       * corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED.
+       * sym-ids.c (non_existent_file): Fully initialize structure.
+
+1999-07-01  Ian Lance Taylor  <ian@zembu.com>
+
+       * Many files: Add casts in many print statements to cast bfd_vma
+       values to unsigned long when calling printf.
+       * Makefile.am ($(OBJECTS)): Add gmon.h.
+       * Makefile.in: Rebuild.
+
+Mon Jun 14 10:35:28 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * gprof.texi: Fix typo.
+
+1999-06-13  Ian Lance Taylor  <ian@zembu.com>
+
+       From Bob Byrnes <byrnes@curl.com>:
+       * cg_dfn.c: Include "libiberty.h"
+       (DFN_INCR_DEPTH): Define instead of DFN_DEPTH.
+       (dfn_stack): Define as pointer rather than array.
+       (pre_visit): Reallocate dfn_stack as needed.
+
+1999-04-26  Tom Tromey  <tromey@cygnus.com>
+
+       * aclocal.m4, configure: Updated for new version of libtool.
+
+1999-04-06  Ian Lance Taylor  <ian@zembu.com>
+
+       * gprof.h (LC_MESSAGES): Never define.
+       * gprof.c (main): Don't pass LC_MESSAGES to setlocale if the
+       system does not define it.
+
+1999-04-05  H.J. Lu  <hjl@gnu.org>
+
+       * corefile.c (core_create_line_syms): Don't use fixed size array
+       for prev_name and prev_filename.
+
+1999-04-04  Michael Hohmuth  <hohmuth@innocent.com>
+
+       * gprof.h (FF_BSD44): Define.
+       * gmon.h (struct raw_phdr): Add version, profrate, and spare
+       fields unconditionally.
+       (struct old_raw_phdr): New struct.
+       * gprof.c (main): Handle -O 4.4bsd.
+       * gmon_io.c (gmon_out_read): Handle BSD 4.4 format, either
+       automatically or by user specification.
+       (gmon_out_write): Handle BSD 4.4 format.
+       * configure.in: Don't set BSD44_FORMAT.
+       * gprof.texi (Miscellaneous Options): Document -O 4.4bsd.
+       * configure, gconfig.in: Rebuild.
+
+Tue Feb 16 17:01:33 1999  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Change AC_PREREQ to 2.13.  Change AM_PROG_INSTALL
+       to AC_PROG_INSTALL.  Remove AM_CYGWIN32.  Change AM_EXEEXT to
+       AC_EXEEXT.  Add comment to AC_DEFINE.
+       * acconfig.h: Remove.
+       * aclocal.m4: Rebuild.
+       * configure: Rebuild.
+       * Makefile.in: Rebuild.
+       * gconfig.in: Rebuild.
+
+Sun Dec  6 21:57:50 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * gprof.texi (Symspecs): Mention that you have to add any
+       underscore yourself when naming a symbol.
+
+Mon Nov  2 15:05:33 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: detect cygwin* instead of cygwin32*
+        * configure: regenerate
+
+Wed Aug 12 14:59:06 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       Avoid some overflow cases:
+       * basic_blocks.h (bb_min_calls): Change to unsigned long.
+       * call_graph.h (cg_tally): Change count parameter to unsigned
+       long.
+       * cg_arcs.h (Arc): Change count field to unsigned long.
+       (arc_add): Change count parameter to unsigned long.
+       * source.h (Source_File): Change ncalls field to unsigned long.
+       * symtab.h (Sym): Change fields ncalls, bb_calls, and
+       cg.self_calls to unsigned long.
+       * Many files: Update accordingly.
+
+       * configure, Makefile.in, aclocal.m4: Rebuild with current tools.
+
+Fri Jul 10 17:29:49 1998  Stan Cox  <scox@equinox.cygnus.com>
+
+       * configure.in (BSD44_FORMAT): Define for cygwin32, win32, mingw32
+       * configure: Rebuild.
+
+Fri Jun 12 13:40:05 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
+       ($(PACKAGE).pot): Unconditionally depend on POTFILES.
+
+Sun May 10 22:35:33 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * po/Make-in (install-info): New target.
+
 Tue May  5 18:28:40 1998  Tom Tromey  <tromey@cygnus.com>
 
        * gprof.h (_): Undefine BFD's version.
This page took 0.024168 seconds and 4 git commands to generate.