mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +00:00
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
@ -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 New Issue
Block a user