mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
* 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:
parent
a62dd44f9c
commit
0586b4600f
10
gas/testsuite/gas/alpha/fp.d
Normal file
10
gas/testsuite/gas/alpha/fp.d
Normal 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 ................
|
16
gas/testsuite/gas/alpha/fp.exp
Normal file
16
gas/testsuite/gas/alpha/fp.exp
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user