* gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
authorLuis Machado <luisgpm@br.ibm.com>
Mon, 26 May 2008 15:46:55 +0000 (15:46 +0000)
committerLuis Machado <luisgpm@br.ibm.com>
Mon, 26 May 2008 15:46:55 +0000 (15:46 +0000)
quiet for ppc32 and group options into a single variable.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp

index 07df3990466e1b29cccb18542c1384dd0a8c5a35..608bc911926158c2eca0e1191339e3a55d165d6c 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
+
+       * 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  <brobecker@adacore.com>
 
        * gdb.ada/null_array/foo.adb: Add multi-dimensional array
index 71b213c3ebde6317b8a8da07b766d7c81a130e21..d517551505556ccf8ba95635c57942274a87c529 100644 (file)
@@ -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
 }
This page took 0.034586 seconds and 4 git commands to generate.