* gdb.cp/minsym-fallback.exp: Link in C++ mode.
+2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
+
+ * gdb.cp/minsym-fallback.exp: Link in C++ mode.
+
2011-07-13 Matt Rice <ratmice@gmail.com>
* gdb.python/py-objfile-script-gdb.py: Renamed to
set binfile $objdir/$subdir/$executable
if {[gdb_compile $srcdir/$subdir/$srcfile $objfile object {}] != ""
|| [gdb_compile $srcdir/$subdir/$srcmainfile $objmainfile object {debug}] != ""
- || [gdb_compile "$objfile $objmainfile" $binfile executable {}] != ""} {
+ || [gdb_compile "$objfile $objmainfile" $binfile executable {c++}] != ""} {
untested ${testfile}.exp
return -1
}