scanasm.exp (object-size): Fix target selector handling.
2011-05-19 Tom de Vries <tom@codesourcery.com> * lib/lib/scanasm.exp (object-size): Fix target selector handling. From-SVN: r173895
This commit is contained in:
parent
bb8d292d39
commit
e7b705a735
|
@ -1,3 +1,7 @@
|
|||
2011-05-19 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* lib/lib/scanasm.exp (object-size): Fix target selector handling.
|
||||
|
||||
2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* gcc.c-torture/execute/960321-1.x: Remove.
|
||||
|
|
|
@ -330,7 +330,7 @@ proc object-size { args } {
|
|||
return
|
||||
}
|
||||
if { [llength $args] >= 4 } {
|
||||
switch [dg-process-target [lindex $args 1]] {
|
||||
switch [dg-process-target [lindex $args 3]] {
|
||||
"S" { }
|
||||
"N" { return }
|
||||
"F" { setup_xfail "*-*-*" }
|
||||
|
|
Loading…
Reference in New Issue