* core.c (get_src_info): Cast arg 7 of bfd_find_nearest_line
[deliverable/binutils-gdb.git] / gprof / ChangeLog
index 4f7fe333a03c54be32e70cf6034f9485fd20371e..22f0b89be3a1c1364ad2a5bfba5c4681aa8944f5 100644 (file)
@@ -1,5 +1,66 @@
+Wed Jul 19 18:46:13 1995  Fred Fish  <fnf@cygnus.com>
+
+       * core.c (get_src_info): Cast arg 7 of bfd_find_nearest_line
+       to proper type of "unsigned int *".
+
+Fri Jun 16 15:29:36 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * configure.in: Use changequote around use of [].
+
+Mon Jun 12 12:14:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * Makefile.in (distclean, realclean): Remove config.cache and
+         config.log.
+
+Wed May 17 17:56:53 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * Makefile.in (Makefile): Added config.status to dependency list.
+         (config.status): New target.
+         (SHELL): New definition.
+
+Tue Apr 25 21:11:12 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (install): Depend on "all".
+
+Thu Apr 20 17:29:07 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in: Change all references to MY_MACHINE to MY_TARGET,
+       to match configure script.
+
+Wed Apr 19 11:19:37 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * gen-c-prog.awk: Changed reference to "make-c-prog.awk" in
+         comment emitted by this script to gen-c-prog.awk.
+
+       * Makefile.in, configure.in: Converted to use autoconf.
+       * configure: New file, generated with autoconf 2.3.
+       * config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc,
+         mt-tahoe, mt-vax}: Removed.
+
+Mon Mar 13 21:44:24 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * __bb_exit_func.c: New file, from David Mosberger-Tang.
+
+       Thu Feb  9 16:56:07 1995  David Mosberger-Tang  <davidm@piston.cs.arizona.edu>
+
+       * All *.c: More cleanup towards GNU format.
+
+       * gmon_out.h (struct gmon_hist_hdr, struct gmon_cg_arc_record): 
+       replaced sizeof (bfd_vma) by size (char*) because Ken tells me
+       that bfd_vma is only guaranteed to be at least as big as a pointer.
+
+       (GMON_Record_tag): added explicit enumeration values to ensure
+       compatibility across compilers.
+
+       * gmon_io.c (get_vma, put_vma): replaced sizeof(bfd_vma) by
+       sizeof(char*).
+
 Tue Feb  7 17:24:12 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
+       * All *.c and *.h files: Ran "indent -gnu".  Cleaned up a couple
+       of constructs GNU indent couldn't handle.  Block comments not yet
+       rewritten in GNU format.
+
        * gprof.c (VERSION): Changed to 2.6, to get in sync for next
        binutils release.
 
This page took 0.027318 seconds and 4 git commands to generate.