19990502 sourceware import
[deliverable/binutils-gdb.git] / gas / testsuite / gas / alpha / fp.exp
CommitLineData
252b5132
RH
1#
2# Alpha OSF/1 tests
3#
4
5if [istarget alpha-*-osf*] then {
6 set testname "fp constants (part 2)"
7 if [gas_test_old "fp.s" "" "fp constants (part 1)"] then {
8 objdump "-s -j .rdata > a.dump"
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.024401 seconds and 4 git commands to generate.