This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / alpha / fp.exp
1 #
2 # Alpha OSF/1 tests
3 #
4
5 if [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.029082 seconds and 4 git commands to generate.