forked from Imagelibrary/binutils-gdb
2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.cp/minsym-fallback.exp: Link in C++ mode.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user