diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2008-05-26 15:46:55 +0000 |
---|---|---|
committer | Luis Machado <luisgpm@br.ibm.com> | 2008-05-26 15:46:55 +0000 |
commit | 5099e4d90d1d4bf8813954fe16542ffe233b3d50 (patch) | |
tree | 7f03c4444436f8bf01abeb8438d3d1353a92a369 /gdb/testsuite/gdb.arch | |
parent | 6860177f5d8c5caaf7878bc45259820a8890df9c (diff) | |
download | gdb-5099e4d90d1d4bf8813954fe16542ffe233b3d50.zip gdb-5099e4d90d1d4bf8813954fe16542ffe233b3d50.tar.gz gdb-5099e4d90d1d4bf8813954fe16542ffe233b3d50.tar.bz2 |
* gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
quiet for ppc32 and group options into a single variable.
Diffstat (limited to 'gdb/testsuite/gdb.arch')
-rw-r--r-- | gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp b/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp index 71b213c..d517551 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 } |