From: Jan Kratochvil Date: Sat, 24 Dec 2011 23:54:20 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da8cb7ec9815d22e10694322bbb170a6ec4a2d56;p=binutils-gdb.git gdb/testsuite/ * gdb.linespec/linespec.exp: Compile using {c++}. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5b5aee3517c..c32c048cb2c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-12-23 Jan Kratochvil + + * gdb.linespec/linespec.exp: Compile using {c++}. + 2011-12-23 Jan Kratochvil * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt. diff --git a/gdb/testsuite/gdb.linespec/linespec.exp b/gdb/testsuite/gdb.linespec/linespec.exp index 440233a5d1a..85330321d48 100644 --- a/gdb/testsuite/gdb.linespec/linespec.exp +++ b/gdb/testsuite/gdb.linespec/linespec.exp @@ -30,7 +30,7 @@ if {[skip_cplus_tests]} { if {[prepare_for_testing ${testfile}.exp $exefile \ [list lspec.cc $baseone $basetwo] \ - {debug nowarnings}]} { + {debug nowarnings c++}]} { return -1 }