From 5099e4d90d1d4bf8813954fe16542ffe233b3d50 Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Mon, 26 May 2008 15:46:55 +0000 Subject: [PATCH] * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure quiet for ppc32 and group options into a single variable. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 07df3990466..608bc911926 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-05-26 Luis Machado + + * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure + quiet for ppc32 and group options into a single variable. + 2008-05-23 Joel Brobecker * gdb.ada/null_array/foo.adb: Add multi-dimensional array diff --git a/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp b/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp index 71b213c3ebd..d5175515055 100644 --- a/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp +++ b/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp @@ -35,9 +35,9 @@ if ![istarget "powerpc64-*"] then { set testfile "ppc64-atomic-inst" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} -set compile_flags "debug" +set compile_flags "debug quiet" -if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [concat debug additional_flags=-m64]] != "" } { +if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [concat $compile_flags additional_flags=-m64]] != "" } { unsupported "Testcase compile failed." return -1 }