2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>

* gdb.cp/minsym-fallback.exp: Link in C++ mode.
This commit is contained in:
Paul Pluzhnikov
2011-07-14 16:33:21 +00:00
parent c8f2448ab7
commit 059241a073
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
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

View File

@@ -26,7 +26,7 @@ set objmainfile $objdir/$subdir/${testfile}-main.o
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
}