aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2009-02-03 01:00:40 +0000
committerTom Tromey <tromey@redhat.com>2009-02-03 01:00:40 +0000
commit1c71341a8f5470b0873e57fb7bb7641a8e1d436d (patch)
treeecef2c44bb26c88b8b37e9dc408167ad277f5000 /gdb/testsuite/gdb.cp/Makefile.in
parentb6b5e91cdd590a5e17772be993fb097dd012d173 (diff)
downloadgdb-1c71341a8f5470b0873e57fb7bb7641a8e1d436d.zip
gdb-1c71341a8f5470b0873e57fb7bb7641a8e1d436d.tar.gz
gdb-1c71341a8f5470b0873e57fb7bb7641a8e1d436d.tar.bz2
gdb
PR gdb/2489: * completer.c (count_struct_fields): Count method names. (add_struct_fields): Add matching method names. gdb/testsuite * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489. * gdb.cp/pr2489.cc: New file. * gdb.cp/cpcompletion.exp: New file.
Diffstat (limited to 'gdb/testsuite/gdb.cp/Makefile.in')
-rw-r--r--gdb/testsuite/gdb.cp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/Makefile.in b/gdb/testsuite/gdb.cp/Makefile.in
index f4a989c..9239d70 100644
--- a/gdb/testsuite/gdb.cp/Makefile.in
+++ b/gdb/testsuite/gdb.cp/Makefile.in
@@ -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
+ ref-types ref-params method2 pr2489
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."