2002-01-27 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gprof / ChangeLog
index caba759b8f11094e35fe47791534b3b5a1af890b..d903d106a4601504e1548339393876ac3257121e 100644 (file)
@@ -1,3 +1,309 @@
+2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure: Regenerated.
+
+2002-01-26  Richard Henderson  <rth@redhat.com>
+
+       * i386.c (i386_iscall): Static.
+       * tahoe.c (indirectchild, tahoe_operandmode): Static.
+       (tahoe_operandlength, tahoe_reladdr): Static.
+       * vax.c (indirectchild): Static.
+
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * Makefile.am (install): Depend on install-info.
+       * Makefile.in: Regenerate.
+
+2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * mips.c: New file.
+       * Makefile.am (sources): Add mips.c. 
+       (mips.o): New rule.
+       * Makefile.in: Regenerate. 
+       * corefile.c: Update copyright years.
+       (find_call): Call mips_find_call for bfd_arch_mips.
+
+2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+
+2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/es.po: Updated version.
+
+2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/gprof.pot: Regenerate.
+
+2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/es.po: New file: Spanish translation.
+       * configure.in (ALL_LINGUAS): Add es.
+       * configure: Regenerate.
+
+2002-01-03  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * gmon_io.c (gmon_out_read): Remove use of ngettext().  It is not
+       present under AIX.
+
+2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * cg_print.c (print_header): Fix spelling typo.
+
+       * gmon_io.c (gmon_out_read): Fix formatting of text messages to
+       allow easier translation into other languages.
+
+2001-12-21  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * configure.in (ALL_LINGUAS): Add sv.
+       * configure: Regenerate.
+       * po/sv.po: Import from translation project web site.
+
+2001-12-03  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * configure.in (LINGUAS): Add tr.
+       * configure: Regenerate.
+       * po/tr.po: Import from translation project's web site.
+
+2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * configure.in (ALL_LINGUAS): Add 'fr'.
+       * configure: Regernate.
+       * po/fr.po: New file.
+
+2001-10-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure: Regenerate.
+
+2001-10-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (Makefile): Depend on bfd/configure.in.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2001-09-18  Bruno Haible  <haible@clisp.cons.org>
+
+       * gprof.c (main): For gettext, also set the LC_CTYPE locate facet.
+       * sym_ids.c: Include "safe-ctype.h" instead of <ctype.h>.
+       (parse_spec): Use ISDIGIT instead of isdigit.
+
+2001-09-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * sparc.c (sparc_find_call): Warning fix.
+       * alpha.c (alpha_find_call): Likewise.
+
+2001-08-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * alpha.c: Add missing prototypes.
+       * sparc.c: Likewise.
+       * tahoe.c: Likewise.
+       * vax.c: Likewise.
+       * i386.c: Likewise.
+       (i386_iscall): Don't use DEFUN.
+
+2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * NOTES: Rename to README for consistency with other binutils.
+
+2001-06-18  H.J. Lu <hjl@gnu.org>
+
+        * Makefile.am (diststuff): Add $(MANS).
+        (gprof.1): Remove the prefix `$(srcdir)/'.
+        * Makefile.in: Regenerated.
+
+        * gprof.1: Removed.
+
+2001-06-12  Ben Elliston  <bje@redhat.com>
+
+       * gprof.texi (File Format): Profile data files are stored in
+       target byte order, not host byte order.
+
+2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gmon_io.c (gmon_io_read, gmon_io_write_vma,
+       gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust
+       argument list for K&R C.
+
+2001-04-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gprof.texi: Put @c man begin and @c man end indications
+       to generate man page using texi2pod and pod2man.  Added SEEALSO,
+       SYNOPSIS, BUGS, FILES and DESCRIPTION from original gprof.1
+       enclosed in @ifset man condition.
+       * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
+       Generate gprof.1 from gprof.texi.
+       * gprof.1: Generate from gprof.texi.
+       * Makefile.in: Regenerate.
+
+2001-03-13  David Mosberger  <davidm@hpl.hp.com>
+
+       * hist.c (hist_dimension): Declare as an array of 16 characters.
+       (hist_read_rec): If SAMPLEDEBUG, print each histogram bin count.
+
+       * basic_blocks.c: Whitespace and formatting changes.
+       * bb_exit_func.c: Ditto.
+       * call_graph.c: Ditto.
+       * call_graph.h: Ditto.
+       * cg_arcs.c: Ditto.
+       * cg_print.c: Ditto.
+       * cg_print.h: Ditto.
+       * corefile.c: Ditto.
+       * corefile.h: Ditto.
+       * gmon_io.c: Ditto.
+       * gmon_io.h: Ditto.
+       * gmon_out.h: Ditto.
+       * gprof.c: Ditto.
+       * hist.c: Ditto.
+       * hist.h: Ditto.
+       * i386.c: Ditto.
+       * search_list.c: Ditto.
+       * search_list.h: Ditto.
+       * source.c: Ditto.
+       * source.h: Ditto.
+       * sym_ids.c: Ditto.
+       * sym_ids.h: Ditto.
+       * symtab.c: Ditto.
+       * symtab.h: Ditto.
+       * tahoe.c: Ditto.
+       * utils.c: Ditto.
+       * vax.c: Ditto.
+
+       * gmon_out.h (gmon_hist_hdr): Delete.
+       (gmon_cg_arc_record): Delete.
+
+       * gmon_io.c (put_vma): Declare "static".
+       (get_vma): Ditto.
+       (gmon_io_write): New function.
+       (gmon_io_write_8): Ditto.
+       (gmon_io_write_32): Ditto.
+       (gmon_io_write_vma): Ditto.
+       (gmon_io_read): Ditto.
+       (gmon_io_read_32): Ditto.
+       (gmon_io_read_vma): Ditto.
+       * basic_blocks.c (bb_read_rec): Use gmon_io_read* / gmon_io_write*
+       to read/write data file in a more portable fashion.
+       (bb_write_blocks): Ditto.
+       * call_graph.c (cg_read_rec): Ditto.
+       (cg_write_arcs): Ditto.
+       * hist.c (hist_read_rec): Ditto.
+       (hist_write_hist): Ditto.
+
+       From Jes Sorensen  <jes@linuxcare.com>
+       * gmon_out.h: Use GMON_PTR_SIZE instead of sizeof(char*).
+       * gmon.h: Ditto.
+       * configure.in: Get GMON_PTR_SIZE from existing <sys/gmon_out.h>
+       if it exists.
+       * acconfig.h: New file. Mention and document GMON_PTR_SIZE.
+       * gconfig.h: Regenerate.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
+2001-02-27  Alan Modra  <alan@linuxcare.com.au>
+
+       * configure.in (BFD_VERSION): New.
+       (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
+       * configure: Regenerate.
+       * gconfig.in: Regenerate.
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+
+2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * basic_blocks.c: #include <unistd.h> only if it exists.
+
+2000-11-06  Nick Clifton  <nickc@redhat.com>
+
+       * gprof.texi: Add GNU Free Documentation License.
+
+2000-09-07  H.J. Lu  <hjl@gnu.org>
+
+       * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
+       * configure: Rebuild.
+
+2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * aclocal.m4, configure: Rebuilt with new libtool.m4.
+
+2000-09-02  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in: Increase version number to 2.10.91.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+       
+2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
+
+       * acinclude.m4: Include libtool and gettext macros from the
+       top level.
+       * aclocal.m4, configure: Rebuilt.
+
+2000-07-26  Nick Clifton  <nickc@cygnus.com>
+
+       * bb_exit_func.c: Assign copyright to FSF.  Note that David 
+       Mosberger-Tang <David.Mosberger@acm.org> continuted this code.
+
+2000-07-24  Nick Clifton  <nickc@cygnus.com>
+
+       * basic_blocks.c: Add copyright notice.
+       * basic_blocks.h: Add copyright notice.
+       * call_graph.c: Add copyright notice.
+       * call_graph.h: Add copyright notice.
+       * cg_print.c: Add copyright notice.
+       * cg_print.h: Add copyright notice.
+       * corefile.c: Add copyright notice.
+       * corefile.h: Add copyright notice.
+       * gmon_io.c: Add copyright notice.
+       * gmon_io.h: Add copyright notice.
+       * gmon_out.h: Add copyright notice.
+       * hist.c: Add copyright notice.
+       * hist.h: Add copyright notice.
+       * search_list.c: Add copyright notice.
+       * search_list.h: Add copyright notice.
+       * source.c: Add copyright notice.
+       * source.h: Add copyright notice.
+       * sym_ids.c: Add copyright notice.
+       * sym_ids.h: Add copyright notice.
+       * symtab.c: Add copyright notice.
+       * symtab.h: Add copyright notice.
+
+2000-07-05  Kenneth Block  <krblock@computer.org>
+
+        * gprof.c: Add optional style to demangle switch
+        * gprof.texi: Document optional style to demangle switch.
+
+2000-06-05  DJ Delorie  <dj@redhat.com>
+
+       * MAINTAINERS: new
+
+2000-07-01  Alan Modra  <alan@linuxcare.com.au>
+
+       * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
+       (CLEANFILES): Add DEPA.
+       * Makefile.in: Regenerate.
+
+2000-06-22  Alan Modra  <alan@linuxcare.com.au>
+
+       * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
+       find one.
+       * Makefile.in: Regenerate.
+
+2000-06-20  Alan Modra  <alan@linuxcare.com.au>
+
+       * source.c (annotate_source): Correct pointer comparison when
+       checking for backslashes.
+
+2000-06-13  H.J. Lu  <hjl@gnu.org>
+
+       * configure: Regenerate.
+
+2000-06-08  David O'Brien  <obrien@FreeBSD.org>
+
+       * configure.in (VERSION): Update to show this is the CVS mainline.
+
+2000-06-07  Philippe De Muyter  <phdm@macqel.be>
+
+       * source.c: Remove direct inclusion of sys/stat.h.
+
 2000-05-31  Nick Clifton  <nickc@cygnus.com>
 
        * gprof.h (_): Revert previous delta.  We want to use gettext,
@@ -1199,7 +1505,7 @@ Tue Jan 31 16:18:18 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
           -S: annotate source file
           -t: set table length (with -S)
 
-       * Makefile (OBJS): added basic_blocks.o call_graph.o gmon_io.o
+       * Makefile.am (OBJS): added basic_blocks.o call_graph.o gmon_io.o
        source.o time_hist.o
 
        Fri Jul  1 15:23:50 1994  David Mosberger-Tang  (davidm@piston.cs.arizona.edu)
@@ -1350,7 +1656,7 @@ Mon Apr 26 12:37:46 1993  Ian Lance Taylor  (ian@cygnus.com)
 
 Tue Apr 13 16:14:03 1993  Per Bothner  (bothner@cygnus.com)
 
-       * M Makefile.in:  Add -g to CFLAGS.
+       * Makefile.in:  Add -g to CFLAGS.
        Ads LDFLAGS and use in place of CFLAGS where appropriate.
        * configure.in:  Make a sysdep.hlink in the same way other
        bfd-based directories do.
@@ -1472,4 +1778,3 @@ Thu Jun  4 11:34:02 1992  Mark Eichin  (eichin at cygnus.com)
        help in debugging the problem (with -DDEBUG)
        * gprof.c: symbol values are now real values, don't add the vma
        anymore. (done for solaris; should verify this on other platforms)
-       * ChangeLog: created.
This page took 0.031178 seconds and 4 git commands to generate.