aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2009-11-11 20:07:39 +0000
committerMichael Snyder <msnyder@vmware.com>2009-11-11 20:07:39 +0000
commitf801e1e0ba77d02edaf429e823e2b4734c69a5b8 (patch)
tree0ae601a9df79f75c614a0562e0023665b70d9bd3 /gdb
parentf3d9f7fb030962e935c80b1fddc2c95b367774b0 (diff)
downloadfsf-binutils-gdb-f801e1e0ba77d02edaf429e823e2b4734c69a5b8.zip
fsf-binutils-gdb-f801e1e0ba77d02edaf429e823e2b4734c69a5b8.tar.gz
fsf-binutils-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')
-rw-r--r--gdb/ChangeLog9
-rw-r--r--gdb/darwin-nat-info.c2
-rw-r--r--gdb/dbxread.c2
-rw-r--r--gdb/gdbarch.c4
-rw-r--r--gdb/gdbarch.h4
-rwxr-xr-xgdb/gdbarch.sh4
-rw-r--r--gdb/inline-frame.c2
-rw-r--r--gdb/inline-frame.h2
8 files changed, 18 insertions, 11 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 25cf7c0..42715c2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,13 @@
2009-11-11 Michael Snyder <msnyder@vmware.com>
- * s390-nat.c: Update copyright.
+ * 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.
+ * s390-nat.c: Ditto.
2009-11-11 Michael Snyder <msnyder@vmware.com>
diff --git a/gdb/darwin-nat-info.c b/gdb/darwin-nat-info.c
index 60f2e45..1ec64b0 100644
--- a/gdb/darwin-nat-info.c
+++ b/gdb/darwin-nat-info.c
@@ -1,5 +1,5 @@
/* Darwin support for GDB, the GNU debugger.
- Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2008
+ Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2008, 2009
Free Software Foundation, Inc.
Contributed by Apple Computer, Inc.
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.
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index 363d003..3680dc4 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -2,8 +2,8 @@
/* Dynamic architecture support for GDB, the GNU debugger.
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index df42828..d392ece 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -2,8 +2,8 @@
/* Dynamic architecture support for GDB, the GNU debugger.
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 7491cf5..b34b27b 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -811,8 +811,8 @@ cat <<EOF
/* Dynamic architecture support for GDB, the GNU debugger.
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c
index 0e6dae3..9af88f4 100644
--- a/gdb/inline-frame.c
+++ b/gdb/inline-frame.c
@@ -1,6 +1,6 @@
/* Inline frame unwinder for GDB.
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/inline-frame.h b/gdb/inline-frame.h
index 210d6c3..daf20ca 100644
--- a/gdb/inline-frame.h
+++ b/gdb/inline-frame.h
@@ -1,6 +1,6 @@
/* Definitions for inline frame support.
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.