2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Thu, 14 Jul 2011 16:33:21 +0000 (16:33 +0000)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Thu, 14 Jul 2011 16:33:21 +0000 (16:33 +0000)
* gdb.cp/minsym-fallback.exp: Link in C++ mode.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/minsym-fallback.exp

index def70bca9981f347bc67bcbf45d58efac11ab70b..181913b4052c066bfd0a330e5099552cb007320b 100644 (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
index 20065450e8f94afb8b964acb2a3e9f6a46a88a71..b411819ac3752f45944ce522f3c39dc9db0bb738 100644 (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
 }
This page took 0.038208 seconds and 4 git commands to generate.