2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/namespace.exp: Call get_compiler_info with "c++".
This commit is contained in:
parent
eca3e36bf8
commit
753ccc7a8b
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue