Fix bugus mail address

This commit is contained in:
Alan Modra 2003-10-11 13:13:02 +00:00
parent 27c5d6c91a
commit 0f22be51ab

View file

@ -1,4 +1,4 @@
2003-10-11 Alan Modra <alan@modra.org>
2003-10-11 Alan Modra <amodra@bigpond.net.au>
* corefile.c (core_create_function_syms): Don't refer directly to
_cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
@ -438,11 +438,11 @@
2001-06-18 H.J. Lu <hjl@gnu.org>
* 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 <bje@redhat.com>
@ -599,8 +599,8 @@
2000-07-05 Kenneth Block <krblock@computer.org>
* 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 <dj@redhat.com>
@ -693,7 +693,7 @@
2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
* 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 <kettenis@gnu.org>
* hertz.h [MACH] (hertz): Remove macro. The
<machine/mach_param.h> 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
<machine/mach_param.h> 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 <ian@zembu.com>
@ -838,8 +838,8 @@ Tue Feb 16 17:01:33 1999 Ian Lance Taylor <ian@cygnus.com>
1998-11-02 Geoffrey Noer <noer@cygnus.com>
* 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 <ian@cygnus.com>
@ -1011,7 +1011,7 @@ Tue Feb 3 14:25:25 1998 Brent Baccala <baccala@freesoft.org>
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 <ian@cygnus.com>
Mon Mar 24 11:12:26 1997 Ian Lance Taylor <ian@cygnus.com>
* 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 <davidm@azstarnet.com>
@ -1314,7 +1314,7 @@ Tue Mar 12 12:19:50 1996 Ian Lance Taylor <ian@cygnus.com>
Sun Feb 18 15:06:18 1996 Ian Lance Taylor <ian@cygnus.com>
* 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 <ian@cygnus.com>
@ -1543,7 +1543,7 @@ Sun Feb 5 16:19:46 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
(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 <davidm@piston.cs.arizona.edu>
(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