aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-12-17 20:38:57 +0000
committerJim Blandy <jimb@codesourcery.com>2001-12-17 20:38:57 +0000
commit47a849606f1fc77878c39dc31feef5ff87f0c57c (patch)
tree9bfa49c45adf908466b800de2af4c71230e3f6ab /gdb/testsuite
parenta17aee54dd602a836413667d4b5f5548aa0b42ef (diff)
downloadgdb-47a849606f1fc77878c39dc31feef5ff87f0c57c.zip
gdb-47a849606f1fc77878c39dc31feef5ff87f0c57c.tar.gz
gdb-47a849606f1fc77878c39dc31feef5ff87f0c57c.tar.bz2
Remove accidentally committed ChangeLog entries for callfuncs.exp.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f464ab4..bd768ce 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -60,15 +60,6 @@
2001-12-04 Jim Blandy <jimb@redhat.com>
- * gdb.base/completion.exp: Rather than completing very long
- filenames, which can make the readline library produce output we
- don't recognize, cd to the directory first, and then complete
- using nice, short relative paths.
-
- * gdb.base/completion.exp: On some systems, there is, in fact, a
- variable named `b' in scope (from GDB's point of view). So use
- `no_var_named_this' instead of `b'.
-
* gdb.base/completion.exp: Clarify indentation.
2001-12-03 Jim Blandy <jimb@redhat.com>