Fix ChangeLog to point to the correct bug, PR gdb/9594.
gdb/testsuite * gdb.cp/cpcompletion.exp: Name the test "pr9594". * gdb.cp/pr2489.cc: Rename... * gdb.cp/pr9594.cc: ... to this.
This commit is contained in:
parent
1c71341a8f
commit
52e44b4398
5 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
2009-02-02 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR gdb/2489:
|
||||
PR gdb/9594:
|
||||
* completer.c (count_struct_fields): Count method names.
|
||||
(add_struct_fields): Add matching method names.
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2009-02-02 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.cp/cpcompletion.exp: Name the test "pr9594".
|
||||
* gdb.cp/pr2489.cc: Rename...
|
||||
* gdb.cp/pr9594.cc: ... to this.
|
||||
|
||||
2009-02-02 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
|
||||
|
|
|
@ -4,7 +4,7 @@ srcdir = @srcdir@
|
|||
EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \
|
||||
derivation inherit local member-ptr method misc \
|
||||
overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace \
|
||||
ref-types ref-params method2 pr2489
|
||||
ref-types ref-params method2 pr9594
|
||||
|
||||
all info install-info dvi install uninstall installcheck check:
|
||||
@echo "Nothing to be done for $@..."
|
||||
|
|
|
@ -21,7 +21,7 @@ if $tracelevel then {
|
|||
|
||||
if { [skip_cplus_tests] } { continue }
|
||||
|
||||
set testfile pr2489
|
||||
set testfile pr9594
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
|
||||
if {[gdb_compile "${srcdir}/${subdir}/${testfile}.cc" "${testfile}.o" object {c++ debug}] != ""} {
|
||||
|
|
Loading…
Add table
Reference in a new issue