From: Alan Modra Date: Sat, 11 Oct 2003 13:13:02 +0000 (+0000) Subject: Fix bugus mail address X-Git-Tag: gprof-pre-ansify-2004-05-26~1139 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f3d832ab6f74cffcaa8f7d70ae47e906a67f084f;p=pf3gnuchains%2Fpf3gnuchains4x.git Fix bugus mail address --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 2bc05be51a..2e262eea71 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,4 +1,4 @@ -2003-10-11 Alan Modra +2003-10-11 Alan Modra * corefile.c (core_create_function_syms): Don't refer directly to _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma. @@ -348,9 +348,9 @@ 2002-01-26 Jason Thorpe * mips.c: New file. - * Makefile.am (sources): Add mips.c. + * Makefile.am (sources): Add mips.c. (mips.o): New rule. - * Makefile.in: Regenerate. + * Makefile.in: Regenerate. * corefile.c: Update copyright years. (find_call): Call mips_find_call for bfd_arch_mips. @@ -438,11 +438,11 @@ 2001-06-18 H.J. Lu - * Makefile.am (diststuff): Add $(MANS). - (gprof.1): Remove the prefix `$(srcdir)/'. - * Makefile.in: Regenerated. + * Makefile.am (diststuff): Add $(MANS). + (gprof.1): Remove the prefix `$(srcdir)/'. + * Makefile.in: Regenerated. - * gprof.1: Removed. + * gprof.1: Removed. 2001-06-12 Ben Elliston @@ -561,7 +561,7 @@ * configure: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. - + 2000-08-31 Alexandre Oliva * acinclude.m4: Include libtool and gettext macros from the @@ -570,7 +570,7 @@ 2000-07-26 Nick Clifton - * bb_exit_func.c: Assign copyright to FSF. Note that David + * bb_exit_func.c: Assign copyright to FSF. Note that David Mosberger-Tang continuted this code. 2000-07-24 Nick Clifton @@ -599,8 +599,8 @@ 2000-07-05 Kenneth Block - * gprof.c: Add optional style to demangle switch - * gprof.texi: Document optional style to demangle switch. + * gprof.c: Add optional style to demangle switch + * gprof.texi: Document optional style to demangle switch. 2000-06-05 DJ Delorie @@ -691,9 +691,9 @@ HAVE_SYSCONF, try setitimer and fall back on sysconf. 2000-04-07 Andrew Cagney - + * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add - --enable-build-warnings option. + --enable-build-warnings option. * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions. * Makefile.in, configure, aclocal.m4: Re-generate. @@ -729,10 +729,10 @@ 1999-09-29 Mark Kettenis - * hertz.h [MACH] (hertz): Remove macro. The - include doesn't exist on al Mach based - systems, and the definition of hertz breaks compilation of hertz.c - anyway. + * hertz.h [MACH] (hertz): Remove macro. The + include doesn't exist on al Mach based + systems, and the definition of hertz breaks compilation of hertz.c + anyway. 2000-02-22 Ian Lance Taylor @@ -838,8 +838,8 @@ Tue Feb 16 17:01:33 1999 Ian Lance Taylor 1998-11-02 Geoffrey Noer - * configure.in: detect cygwin* instead of cygwin32* - * configure: regenerate + * configure.in: detect cygwin* instead of cygwin32* + * configure: regenerate Wed Aug 12 14:59:06 1998 Ian Lance Taylor @@ -1011,7 +1011,7 @@ Tue Feb 3 14:25:25 1998 Brent Baccala use a non-function as a main listing item. * call_graph.c (cg_tally): When using line by line profiling, use - the function symbol as the child. + the function symbol as the child. * symtab.h (NBBS): Define. (Sym): Add bb_addr and bb_calls fields. @@ -1160,8 +1160,8 @@ Thu Mar 27 17:15:23 1997 Ian Lance Taylor Mon Mar 24 11:12:26 1997 Ian Lance Taylor * Makefile.in (.c.o): Define TARGET_$(MY_TARGET) when compiling. - * gmon.h: Use bytes counts rather than sizeof in struct raw_phdr - and struct raw_arc. + * gmon.h: Use bytes counts rather than sizeof in struct raw_phdr + and struct raw_arc. Mon Mar 17 10:54:47 1997 David Mosberger-Tang @@ -1314,7 +1314,7 @@ Tue Mar 12 12:19:50 1996 Ian Lance Taylor Sun Feb 18 15:06:18 1996 Ian Lance Taylor * configure.in: Check for 'do not mix' from native linker before - trying to use -rpath. + trying to use -rpath. * configure: Rebuild. Tue Feb 13 15:32:53 1996 Ian Lance Taylor @@ -1498,7 +1498,7 @@ Mon Mar 13 21:44:24 1995 Ken Raeburn * All *.c: More cleanup towards GNU format. - * gmon_out.h (struct gmon_hist_hdr, struct gmon_cg_arc_record): + * 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. @@ -1543,7 +1543,7 @@ Sun Feb 5 16:19:46 1995 David Mosberger-Tang (usage): update to reflect new options. * gmon_io.c: replaced "old_file_format" by more general - "file_format" option + "file_format" option * gmon.h (struct raw_phdr): fixed declaration for OSF/1. @@ -1556,9 +1556,9 @@ Sun Feb 5 16:19:46 1995 David Mosberger-Tang (core_create_function_syms): get_src_info() calls are currently enabled for OSF/1 only. It appears to work allright for SunOS - 4.1.x as well, but on SPARCs it gets painfully slow with the - current implementation of aout_32_find_nearest_line(); - unfortunately, this means that static functions will not have their + 4.1.x as well, but on SPARCs it gets painfully slow with the + current implementation of aout_32_find_nearest_line(); + unfortunately, this means that static functions will not have their filename printed in the call-graph function index; line-level profiling should still work, but requires some patience @@ -1763,7 +1763,7 @@ Tue Jan 31 16:18:18 1995 Ken Raeburn (aka name-list entry) for each line of source code, instead of one per function) - + support for a new gmon.out file format; the new format + + support for a new gmon.out file format; the new format consists of a header with a magic and a version number, followed by a sequence of profile data; profile data can any of: (a) PC histogram, (b) call-graph arcs, or @@ -1901,7 +1901,7 @@ Fri May 27 12:24:57 1994 Ken Raeburn (raeburn@cujo.cygnus.com) Tue May 17 15:30:22 1994 E. Michael Smith (ems@cygnus.com) - * Makefile.in (.m.c:): Added .SUFFIXES : .m + * Makefile.in (.m.c:): Added .SUFFIXES : .m so flat_bl.c would make from flat_bl.m file. Thu May 5 19:23:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com) @@ -1941,7 +1941,7 @@ Wed Dec 15 20:16:40 1993 david d `zoo' zuhn (zoo@andros.cygnus.com) Wed Dec 8 16:55:06 1993 david d `zoo' zuhn (zoo@andros.cygnus.com) - * gprof.c (VERSION): defined a version macro, print the value + * gprof.c (VERSION): defined a version macro, print the value when the -v option is used Tue Jul 6 10:11:56 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) @@ -2037,7 +2037,7 @@ Mon Oct 5 17:50:16 1992 Per Bothner (bothner@cygnus.com) * Makefile.in: Use gen-cprog.awk to generate *_bl.c files from *_bl.m files. Also, improve *clean rules. * printgprof.c (printgprof): Usw new function names from *_bl.c. - + Sun Aug 30 19:54:53 1992 Per Bothner (bothner@rtl.cygnus.com) @@ -2074,10 +2074,10 @@ Wed Aug 12 15:14:14 1992 Mark Eichin (eichin@cygnus.com) Sun Jul 19 17:34:01 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * Makefile.in: removed installation of the now useless - call.{flag,callg} files. + call.{flag,callg} files. * gprof.1: now uses the standard man macros instead of the new BSD - mandoc macros. + mandoc macros. Sun Jul 12 19:06:00 1992 John Gilmore (gnu at cygnus.com)