gdb/testsuite/

* gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
	base::overload(void) method without specifying "const".
This commit is contained in:
Pedro Alves 2011-04-01 16:26:37 +00:00
parent 3352110bf1
commit d0c4d64237
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2011-04-01 Pedro Alves <pedro@codesourcery.com>
* gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
base::overload(void) method without specifying "const".
2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
* gdb.arch/thumb-singlestep.S: New file.

View File

@ -196,12 +196,7 @@ add {base::~base} \
- \
-
# Overloaded methods (all are const -- we try to use the void
# method with and without specifying "const")
add {base::overload(void)} \
{int (const base * const)} \
- \
{base::overload(void) const}
# Overloaded methods (all are const)
add {base::overload(void) const} \
{int (const base * const)} \
- \