2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Wed, 7 Jan 2004 08:44:32 +0000 (08:44 +0000)
committerMichael Chastain <mec@google.com>
Wed, 7 Jan 2004 08:44:32 +0000 (08:44 +0000)
* gdb.cp/namespace.exp: Call get_compiler_info with "c++".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/namespace.exp

index af04655bca3ac7a237353bc5f3274c7da22e1dc7..8bf26a55a7c2eac6214028c2ccea891337139549 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
+
 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
 
        * gdb.base/cvexpr.c: Be type-safe with function pointers and
index 1720f0fc0802d5c9d73c203c4a5add7982c0f6e5..fda393e5869e45a05cffb4a5b7b09d3980750974 100644 (file)
@@ -45,7 +45,7 @@ set srcfile1 ${testfile}1.cc
 set objfile1 ${objdir}/${subdir}/${testfile}1.o
 set binfile ${objdir}/${subdir}/${testfile}
 
-if [get_compiler_info ${binfile}] {
+if [get_compiler_info ${binfile} c++] {
     return -1;
 }