]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/alpha/fp.exp
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/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 }