diff options
author | Nick Clifton <nickc@redhat.com> | 2000-08-21 20:30:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-08-21 20:30:04 +0000 |
commit | c8c5888ebc7925fcc631e3a7be075ad6c5cc2ad1 (patch) | |
tree | 9b612ffa9b5f2493614fc8096a8ded26bb895bff /binutils/addr2line.c | |
parent | 9df3df999d6456c2e3347efd432ef1f9d91e39f4 (diff) | |
download | gdb-c8c5888ebc7925fcc631e3a7be075ad6c5cc2ad1.zip gdb-c8c5888ebc7925fcc631e3a7be075ad6c5cc2ad1.tar.gz gdb-c8c5888ebc7925fcc631e3a7be075ad6c5cc2ad1.tar.bz2 |
Changed email address of Ulrich Lauther
Diffstat (limited to 'binutils/addr2line.c')
-rw-r--r-- | binutils/addr2line.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 ... |