diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-02-22 03:23:20 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-02-22 03:23:20 +0000 |
commit | b97c863c1885ce7fd9be1fce441c790ab46d1dc0 (patch) | |
tree | 0cd9dc443d66b3d9a1331350f13fefb896a6b345 /gdb/testsuite/gdb.cp | |
parent | 9988ce7c00bd80867fbeff6eaa462f5af5de9103 (diff) | |
download | gdb-b97c863c1885ce7fd9be1fce441c790ab46d1dc0.zip gdb-b97c863c1885ce7fd9be1fce441c790ab46d1dc0.tar.gz gdb-b97c863c1885ce7fd9be1fce441c790ab46d1dc0.tar.bz2 |
2011-02-21 Michael Snyder <msnyder@vmware.com>
* Makefile.in: Update for make clean.
* gdb.ada/Makefile.in: Ditto.
* gdb.arch/Makefile.in: Ditto.
* gdb.asm/Makefile.in: Ditto.
* gdb.base/Makefile.in: Ditto.
* gdb.cp/Makefile.in: Ditto.
* gdb.dwarf2/Makefile.in: Ditto.
* gdb.java/Makefile.in: Ditto.
* gdb.mi/Makefile.in: Ditto.
* gdb.modula2/Makefile.in: Ditto.
* gdb.python/Makefile.in: Ditto.
* gdb.server/Makefile.in: Ditto.
* gdb.stabs/Makefile.in: Ditto.
* gdb.threads/Makefile.in: Ditto.
* gdb.trace/Makefile.in: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.cp')
-rw-r--r-- | gdb/testsuite/gdb.cp/Makefile.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.cp/Makefile.in b/gdb/testsuite/gdb.cp/Makefile.in index 5b00a61..62bb3fa8 100644 --- a/gdb/testsuite/gdb.cp/Makefile.in +++ b/gdb/testsuite/gdb.cp/Makefile.in @@ -1,9 +1,18 @@ VPATH = @srcdir@ 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 \ +EXECUTABLES = abstract-origin ambiguous annota2 annota3 anon-union \ + arg-reference bool breakpoint bs15503 call-c casts class2 \ + classes converts cpexprs cplusfuncs cttiadd derivation \ + exception expand-sals extern-c formatted-ref fpointer gdb1355 \ + gdb2384 hang infcall-dlopen inherit koenig local m-data m-static \ + mb-ctor mb-inline mb-templates member-ptr method misc namespace \ + namespace-nested-import nextoverthrow noparam nsdecl nsimport \ + nsnested nsnoimports nsrecurs nsstress nsusing operator oranking \ + overload overload-const ovldbreak pass-by-ref pr-1023 pr-1210 \ + pr-574 pr10728 pr12028 pr9631 printmethod psmang ptype-cv-cp \ + re-set-overloaded ref-typ ref-typ2 rtti shadow smartp temargs \ + templates try_catch typedef-operator userdef virtbase virtfunc \ ref-types ref-params method2 pr9594 gdb2495 virtfunc2 pr9067 \ pr1072 pr10687 pr9167 |