diff options
author | Keith Seitz <keiths@cygnus> | 1998-09-29 21:04:13 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-09-29 21:04:13 +0000 |
commit | 761e334a183c4276153c209718f840dbb9ac2e0a (patch) | |
tree | 75b4a428c887b08a5c590c4b539b4cfae7de0e5c | |
parent | dd5ed7492743a809c4a9822fb06b3458dadc31c4 (diff) | |
download | gdb-761e334a183c4276153c209718f840dbb9ac2e0a.zip gdb-761e334a183c4276153c209718f840dbb9ac2e0a.tar.gz gdb-761e334a183c4276153c209718f840dbb9ac2e0a.tar.bz2 |
* gdb.gdbtk/browser.test: Fix tests which incorrectly assume
that gdb knows _exactly_ which files belong to the user
and which come from libraries.
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ac5e9d0..be8eca6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +1998-09-29 Keith Seitz <keiths@cygnus.com> + + * gdb.gdbtk/browser.test: Fix tests which incorrectly assume + that gdb knows _exactly_ which files belong to the user + and which come from libraries. + +Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * gdb.base/default.exp: Change else if to elseif from previous + delta. + Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com> * gdb.base/default.exp: Add brace missing from previous delta. |