* gas/ieee-fp/x930509a.exp: Remove setup_xfail; it should now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / alpha / fp.exp
CommitLineData
0586b460 1#
d193d762 2# Alpha OSF/1 tests
0586b460
KR
3#
4
a657bc19 5if [istarget alpha-*-osf*] then {
0586b460
KR
6 set testname "fp constants (part 2)"
7 if [gas_test_old "fp.s" "" "fp constants (part 1)"] then {
d193d762 8 objdump "-s -j .rdata > a.dump"
0586b460
KR
9 if { [regexp_diff "a.dump" "$srcdir/$subdir/fp.d"] == 0 } then {
10 pass $testname
11 } else {
12 fail $testname
13 }
14 }
15}
This page took 0.125577 seconds and 4 git commands to generate.