aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-08-21 20:30:04 +0000
committerNick Clifton <nickc@redhat.com>2000-08-21 20:30:04 +0000
commitc8c5888ebc7925fcc631e3a7be075ad6c5cc2ad1 (patch)
tree9b612ffa9b5f2493614fc8096a8ded26bb895bff /binutils
parent9df3df999d6456c2e3347efd432ef1f9d91e39f4 (diff)
downloadgdb-c8c5888ebc7925fcc631e3a7be075ad6c5cc2ad1.zip
gdb-c8c5888ebc7925fcc631e3a7be075ad6c5cc2ad1.tar.gz
gdb-c8c5888ebc7925fcc631e3a7be075ad6c5cc2ad1.tar.bz2
Changed email address of Ulrich Lauther
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/addr2line.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0954842..7df86d9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-21 Nick Clifton <nickc@redhat.com>
+
+ * addr2line.c: Changed email address for Ulrich Lauther.
+
2000-08-17 Christopher C. Chimelis <chris@debian.org>
* objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
diff --git a/binutils/addr2line.c b/binutils/addr2line.c
index 1a66e70..ef01f47 100644
--- a/binutils/addr2line.c
+++ b/binutils/addr2line.c
@@ -1,6 +1,6 @@
/* addr2line.c -- convert addresses to line number and function name
Copyright 1997, 98, 99, 2000 Free Software Foundation, Inc.
- Contributed by Ulrich Lauther <Ulrich.Lauther@zfe.siemens.de>
+ Contributed by Ulrich Lauther <Ulrich.Lauther@mchp.siemens.de>
This file is part of GNU Binutils.
@@ -18,7 +18,7 @@
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* Derived from objdump.c and nm.c by Ulrich.Lauther@zfe.siemens.de
+/* Derived from objdump.c and nm.c by Ulrich.Lauther@mchp.siemens.de
Usage:
addr2line [options] addr addr ...