diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/remote.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52870f3..a2b4b58 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2004-01-17 Daniel Jacobowitz <drow@mvista.com> + * remote.c: Update copyright years. + +2004-01-17 Daniel Jacobowitz <drow@mvista.com> + * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf. 2004-01-17 Andrew Cagney <cagney@redhat.com> diff --git a/gdb/remote.c b/gdb/remote.c index 453074f..c18efd4 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1,7 +1,8 @@ /* Remote target communications for serial-line targets in custom GDB protocol Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Free Software Foundation, Inc. This file is part of GDB. |