diff options
author | Andreas Jaeger <aj@suse.de> | 2002-03-27 14:32:08 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-03-27 14:32:08 +0000 |
commit | 7e336ba170ffb8b593d20c03058983268c345811 (patch) | |
tree | a560a08cf86970cda5049aaa14fcbcfbc0a4e73e /gdb/dwarf2cfi.c | |
parent | 6f12f4cad78f68365a2ed0ae9fc79c1e24cdd684 (diff) | |
download | gdb-7e336ba170ffb8b593d20c03058983268c345811.zip gdb-7e336ba170ffb8b593d20c03058983268c345811.tar.gz gdb-7e336ba170ffb8b593d20c03058983268c345811.tar.bz2 |
* dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
comment.
Diffstat (limited to 'gdb/dwarf2cfi.c')
-rw-r--r-- | gdb/dwarf2cfi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2cfi.c b/gdb/dwarf2cfi.c index 6c574bb..1324dc5 100644 --- a/gdb/dwarf2cfi.c +++ b/gdb/dwarf2cfi.c @@ -1,7 +1,7 @@ /* Stack unwinding code based on dwarf2 frame info for GDB, the GNU debugger. - Copyright 2001 - Free Software Foundation, Inc. + Copyright 2001, 2002 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. + Based on code written by Daniel Berlin (dan@dberlin.org). This file is part of GDB. |