From fb5f3683c3984c670818d49ff90974e8476614ca Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 26 Dec 2007 14:21:53 +0000 Subject: * gdb.ada/Makefile.in (EXECUTABLES): Update list. * gdb.ada/char_param.exp: Do not compile our test program with -gnata, this is unnecessary. * gdb.ada/char_param/pck.ads: Remove unnecessary "with". --- gdb/testsuite/gdb.ada/char_param.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.ada/char_param.exp') diff --git a/gdb/testsuite/gdb.ada/char_param.exp b/gdb/testsuite/gdb.ada/char_param.exp index cb66d0e9c7f..d1ad9476780 100644 --- a/gdb/testsuite/gdb.ada/char_param.exp +++ b/gdb/testsuite/gdb.ada/char_param.exp @@ -25,7 +25,7 @@ set srcfile ${srcdir}/${subdir}/${testfile}.adb set binfile ${objdir}/${subdir}/${testfile} file mkdir ${objdir}/${subdir}/${testdir} -if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug additional_flags=-gnata ]] != "" } { +if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug]] != "" } { return -1 } -- cgit v1.2.1