Browse Source

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

* gdb.cp/namespace.exp: Call get_compiler_info with "c++".
cagney_bigcore-20040122-branch
Michael Chastain 23 years ago
parent
commit
753ccc7a8b
  1. 4
      gdb/testsuite/ChangeLog
  2. 2
      gdb/testsuite/gdb.cp/namespace.exp

4
gdb/testsuite/ChangeLog

@ -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

2
gdb/testsuite/gdb.cp/namespace.exp

@ -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…
Cancel
Save