summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/alpha/fp.exp
blob: 05ec881cfe620538d2023f7c5342d3ec5dd391f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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
	}
    }
}