diff options
author | Fred Fish <fnf@specifix.com> | 2004-02-23 16:18:09 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2004-02-23 16:18:09 +0000 |
commit | 1e1b3428933fa5258434a47f58004320a47a4a62 (patch) | |
tree | d8f18b720cba5164b7a2ca98b8c93e42d5971a19 /gdb/testsuite | |
parent | aca305d96db87c9ca629a500e7d0dbec02efa583 (diff) | |
download | gdb-1e1b3428933fa5258434a47f58004320a47a4a62.zip gdb-1e1b3428933fa5258434a47f58004320a47a4a62.tar.gz gdb-1e1b3428933fa5258434a47f58004320a47a4a62.tar.bz2 |
Missed adding ChangeLog entry and updating copyright year in a previous
check in of callfuncs.exp.
2004-02-20 Fred Fish <fnf@redhat.com>
* gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
blank in test for "returns short", for consistency with other
"returns xxx" tests. Update copyright year.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/callfuncs.exp | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7c8cda6..bbc7837 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -7,6 +7,12 @@ * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD. +2004-02-20 Fred Fish <fnf@redhat.com> + + * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous + blank in test for "returns short", for consistency with other + "returns xxx" tests. Update copyright year. + 2004-02-19 Fred Fish <fnf@redhat.com> New testcase for PR breakpoint/1558. diff --git a/gdb/testsuite/gdb.base/callfuncs.exp b/gdb/testsuite/gdb.base/callfuncs.exp index 62f6cb8..feccd6f 100644 --- a/gdb/testsuite/gdb.base/callfuncs.exp +++ b/gdb/testsuite/gdb.base/callfuncs.exp @@ -1,5 +1,5 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. +# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |