diff options
author | Michael Snyder <msnyder@vmware.com> | 2009-11-11 20:07:39 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2009-11-11 20:07:39 +0000 |
commit | f801e1e0ba77d02edaf429e823e2b4734c69a5b8 (patch) | |
tree | 0ae601a9df79f75c614a0562e0023665b70d9bd3 /gdb/dbxread.c | |
parent | f3d9f7fb030962e935c80b1fddc2c95b367774b0 (diff) | |
download | gdb-f801e1e0ba77d02edaf429e823e2b4734c69a5b8.zip gdb-f801e1e0ba77d02edaf429e823e2b4734c69a5b8.tar.gz gdb-f801e1e0ba77d02edaf429e823e2b4734c69a5b8.tar.bz2 |
2009-11-11 Michael Snyder <msnyder@vmware.com>
* darwin-nat-info.c: Update copyright.
* dbxread.c: Ditto.
* gdbarch.sh: Ditto.
* gdbarch.c: Ditto.
* gdbarch.h: Ditto.
* inline-frame.c: Ditto.
* inline-frame.h: Ditto.
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 7cb016d..d5c7ff5 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -1,6 +1,6 @@ /* Read dbx symbol tables and convert to internal format, for GDB. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008. + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009. Free Software Foundation, Inc. This file is part of GDB. |