2004-01-06 Michael Chastain <mec.gnu@mindspring.com>

* gdb.cp/namespace.exp: Call get_compiler_info with "c++".
This commit is contained in:
Michael Chastain 2004-01-07 08:44:32 +00:00
parent eca3e36bf8
commit 753ccc7a8b
2 changed files with 5 additions and 1 deletions

View 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

View 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;
}