Add Brazillian Portugese translation.
[binutils-gdb.git] / gprof / ChangeLog
index 0eb592dcee21a15909b4849559b7cbdac11040c8..c1475b273aef8b98919fa63e6ba15e4743684cdc 100644 (file)
@@ -1,3 +1,219 @@
+2002-12-02  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (LINGUAS): Add pt_BR.
+       * configure: Regenerate.
+       * po/pt_BR: New Brazillian Portugese translation.
+
+2002-11-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * basic_blocks.c, basic_blocks.h, cg_arcs.c, cg_dfn.c, cg_print.c,
+       corefile.c, gmon_io.c, gprof.c, gprof.h, hist.c, mips.c, source.c,
+       source.h, sym_ids.c, sym_ids.h, symtab.h, tahoe.c, vax.c: Replace
+       boolean with bfd_boolean, true with TRUE, false with FALSE.
+       Formatting.
+
+2002-11-12  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (ALL_LINGUAS): Add da.
+       * configure: Regenerate.
+       * po/da.po: New Danish translation.
+
+2002-08-22  Nick Clifton  <nickc@redhat.com>
+
+       * gprof.c (main): Turn off default excluded functions in FLAT
+       profile.
+
+2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * gmon_io.c (gmon_io_read_64, gmon_io_write_64): Define only if
+       BFD_HOST_U_64_BIT is defined.
+       (gmon_io_read_vma, gmon_io_write_vma): Add ifdefs.
+
+2002-07-30  Nick Clifton  <nickc@redhat.com>
+
+       * po/tr.po: Updated Turkish translation.
+
+2002-07-30  Nick Clifton  <nickc@redhat.com>
+
+       * alpha.c, cg_arcs.c, cg_dfn.c, gmon.h, gprof.c, gprof.h, hertz.c,
+       i386.c, mips.c, sparc.c, tahoe.c, utils.c, vax.c: Update Copyright
+       notice so that it applies even if the sources are modified.
+
+2002-07-29  Ulrich Drepper  <drepper@redhat.com>
+
+       * gprof.texi (Executing the Program): Add documentation on how to use
+       bbconv.pl.  Patch by Eric Hanchrow.
+
+2002-07-25  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+       * po/fr.po: Updated French translation.
+
+2002-07-24  Dave Brolley  <brolley@redhat.com>
+
+       * corefile.c (core_create_function_syms): Use the end of the section
+       containing the symbol to compute max_vma.
+
+2002-07-24  Nick Clifton  <nickc@redhat.com>
+
+       * po/sv.po: Updated Swedish translation.
+       * po/es.po: Updated Spanish translation.
+
+2002-07-23  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+       * po/id.po: New Indonesian translation.
+       * configure.in (LINGUAS): Add id.
+       * configure: Regenerate.
+
+2002-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/Make-in (.po.gmo): Do not attempt to create a .gmo file if
+       the sources are read-only.
+
+2002-04-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Cope with absolute paths.
+       * Makefile.am (dep.sed): Subst TOPDIR.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2002-03-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+
+2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+
+2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gprof.texi: Wrap @menu in @ifnottex, not @ifinfo.
+
+2002-02-19  Frank Ch. Eigler  <fche@redhat.com>
+
+       * hist.c (hist_print): Rewrite log_scale calculation loop.
+
+2002-02-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: "make dep-am".
+       * Makefile.in: Regenerate.
+
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gprof.c: Include "getopt.h" after other includes, so that
+       the proper macros are defined.
+       * gen-c-prog.awk: Emit a prototype for the generated function.
+
+2002-02-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.in (build_warnings): Add -Wstrict-prototypes
+       -Wmissing-prototypes.
+       * aclocal.m4: Regenerate.
+       * gconfig.in: Regenerate.
+       * configure: Regenerate.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+       * alpha.c (alpha_find_call): Warning fixes.
+       * mips.c (mips_find_call): Likewise.
+       * sparc.c (sparc_find_call): Likewise.
+       * basic_blocks.c: Warning fixes.  Eliminate DEFUN.
+       * call_graph.c: Likewise.
+       * cg_arcs.c: Likewise.
+       * cg_dfn.cp: Likewise.
+       * gprof.c: Likewise.
+       * gprof.h: Likewise.
+       * hist.c: Likewise.
+       * search_list.c: Likewise.
+       * source.c: Likewise.
+       * source.h: Likewise.
+       * sym_ids.c: Likewise.
+       * symtab.c: Likewise.
+       * symtab.h: Likewise.
+       * utils.c: Likewise.
+       * cg_print.c: Likewise.
+       (struct function_map, symbol_map, symbol_map_count): Move
+       declaration to..
+       * corefile: ..here.
+       * corefile.c: Warning fixes.  Eliminate DEFUN.
+       (struct function_map): Remove declaration.
+       * gmon_io.c: Warning fixes.  Eliminate DEFUN.
+       (gmon_io_read_64): Make static.
+       (gmon_io_write_64): Likewise.
+       (gmon_read_raw_arc): Likewise.
+       (gmon_write_raw_arc): Likewise.
+       (gmon_io_write_8): Don't pass char, pass int param.
+       * gmon_io.h (gmon_io_write_8): Likewise.
+
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+
+       * basic_blocks.c: Replace bool with boolean, TRUE with true and
+       FALSE with false throughout.
+       * basic_blocks.h: Likewise.
+       * cg_arcs.c: Likewise.
+       * cg_dfn.c: Likewise.
+       * cg_print.c: Likewise.
+       * corefile.c: Likewise.
+       * gmon_io.c: Likewise.
+       * gprof.c: Likewise.
+       * hist.c: Likewise.
+       * mips.c: Likewise.
+       * source.c: Likewise.
+       * source.h: Likewise.
+       * sym_ids.c: Likewise.
+       * sym_ids.h: Likewise.
+       * symtab.h: Likewise.
+       * tahoe.c: Likewise.
+       * vax.c: Likewise.
+       * gprof.h: Likewise.
+       (TRUE): Don't define.
+       (FALSE): Don't define.
+
+2002-01-31  Jason R Thorpe <thorpej@wasabisystems.com>
+
+       * TODO: Remove "host architecture pointer size" item.
+       * acconfig.h: Remove.
+       * gconfig.in: Regenerate.
+       * configure.in: Remove check for gmon pointer size.
+       * configure: Regenerate.
+       * gmon.h (GMON_HDRSIZE_BSD44_32): Define.
+       (GMON_HDRSIZE_BSD44_64): Ditto.
+       (GMON_HDRSIZE_OLDBSD_32): Ditto.
+       (GMON_HDRSIZE_OLDBSD_64): Ditto.
+       (struct raw_phdr): Wrap in #if 0, keeping it for
+       documentation purposes only.
+       (struct old_raw_phdr): Likewise.
+       (struct raw_arc): Likewise.  Change type/size of
+       "count" member to long match 4.4BSD.
+       * gmon_io: Update copyright years.
+       (gmon_io_read_64): New function.
+       (gmon_io_read_vma): Use bfd_arch_bits_per_address to
+       determine target pointer size.  Use gmon_io_read_32
+       and gmon_io_read_64.
+       (gmon_io_write_64): New function.
+       (gmon_io_write_vma): Use bfd_arch_bits_per_address to
+       determine target pointer size.  Use gmon_io_write_32
+       and gmon_io_write_64.
+       (get_vma): Remove.
+       (put_vma): Ditto.
+       (gmon_read_raw_arc): New function.
+       (gmon_write_raw_arc): New function.
+       (gmon_out_read): Do not use struct raw_phdr or
+       struct old_raw_phdr to read the gmon header.  Use
+       gmon_read_raw_arc to read call graph records.
+       (gmon_out_write): Do not use struct raw_phdr or
+       struct old_raw_phdr to write the gmon header.  Use
+       gmon_write_raw_arc to write call graph records.
+       * po/gprof.pot: Regenerate.
+       * Makefile.in: Regenerate.
+
 2002-01-31  Alan Modra  <amodra@bigpond.net.au>
 
        * alpha.c (alpha_Instruction): Don't use.
        [HAVE_SETITIMER]: If they define both HAVE_SETITIMER and
        HAVE_SYSCONF, try setitimer and fall back on sysconf.
 
-Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
  
        * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
        --enable-build-warnings option.
@@ -503,7 +719,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        * Makefile.am ($(OBJECTS)): Add gmon.h.
        * Makefile.in: Rebuild.
 
-Mon Jun 14 10:35:28 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+1999-06-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
        * gprof.texi: Fix typo.
 
@@ -555,12 +771,12 @@ Tue Feb 16 17:01:33 1999  Ian Lance Taylor  <ian@cygnus.com>
        * Makefile.in: Rebuild.
        * gconfig.in: Rebuild.
 
-Sun Dec  6 21:57:50 1998  Ian Lance Taylor  <ian@cygnus.com>
+1998-12-06  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>
+1998-11-02  Geoffrey Noer  <noer@cygnus.com>
 
         * configure.in: detect cygwin* instead of cygwin32*
         * configure: regenerate