blob: 05ec881cfe620538d2023f7c5342d3ec5dd391f6 [file] [log] [blame]
#
# Alpha OSF/1 tests
#
if [istarget alpha-*-osf*] then {
set testname "fp constants (part 2)"
if [gas_test_old "fp.s" "" "fp constants (part 1)"] then {
objdump "-s -j .rdata > a.dump"
if { [regexp_diff "a.dump" "$srcdir/$subdir/fp.d"] == 0 } then {
pass $testname
} else {
fail $testname
}
}
}