From 753ccc7a8b5f1475df9dce7b0c6c84cdee196b7f Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Wed, 7 Jan 2004 08:44:32 +0000 Subject: [PATCH] 2004-01-06 Michael Chastain * gdb.cp/namespace.exp: Call get_compiler_info with "c++". --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.cp/namespace.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index af04655bca3..8bf26a55a7c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-01-06 Michael Chastain + + * gdb.cp/namespace.exp: Call get_compiler_info with "c++". + 2004-01-06 Michael Chastain * gdb.base/cvexpr.c: Be type-safe with function pointers and diff --git a/gdb/testsuite/gdb.cp/namespace.exp b/gdb/testsuite/gdb.cp/namespace.exp index 1720f0fc080..fda393e5869 100644 --- a/gdb/testsuite/gdb.cp/namespace.exp +++ b/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; } -- 2.30.2