mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
quiet for ppc32 and group options into a single variable.
This commit is contained in:
parent
6860177f5d
commit
5099e4d90d
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user