Commit e7b705a7 by Tom de Vries Committed by Tom de Vries

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
parent bb8d292d
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 "*-*-*" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment