* gas/alpha/fp.*: New files.

* lib/gas-defs.exp (regexp_diff): Report noted mismatch at
verbosity level 3 or above only.
This commit is contained in:
Ken Raeburn 1994-02-10 05:39:17 +00:00
parent a62dd44f9c
commit 0586b4600f
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,10 @@
.*: file format ecoff-littlealpha
Contents of section .reginfo:
[0-9 .]*
[0-9A-Z .]*
Contents of section .rdata:
0000 71a37909 4f930a40 5441789a cd4b881b q.y.O..@TAx..K..
0010 2a404f93 790971a3 789a5440 5441789a \*@O.y.q.x.T@TAx.
0020 00000000 00000000 00000000 00000000 ................

View File

@ -0,0 +1,16 @@
#
# SunOS4 on SPARC tests
#
if [istarget alpha-*-osf1*] then {
set testname "fp constants (part 2)"
if [gas_test_old "fp.s" "" "fp constants (part 1)"] then {
objdump_start_no_subdir "a.out > a.dump" "-s"
objdump_finish
if { [regexp_diff "a.dump" "$srcdir/$subdir/fp.d"] == 0 } then {
pass $testname
} else {
fail $testname
}
}
}