OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [ieee-fp/] [x930509a.exp] - Blame information for rev 219

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
# Reported 93/05/09 by Jim Wilson: IEEE single-precision FLT_MIN value gets
2
# assembled incorrectly.  (Off by one ulp.)
3
 
4
proc dotest {} {
5
    set testname "IEEE FLT_MIN, single-precision"
6
    set x 0
7
    gas_start "x930509a.s" "-al"
8
    while 1 {
9
        expect {
10
            -re " 00 ?00 ?80 ?00\[      \]+.single" { pass $testname; set x 1 }
11
            -re " 00 ?80 ?00 ?00\[      \]+.single" { pass $testname; set x 1 }
12
            -re ".single" { fail $testname; set x 1 }
13
            -re "\[^\n\]*\n" { }
14
            timeout { perror "timeout\n"; break }
15
            eof { break }
16
        }
17
    }
18
    gas_finish
19
 
20
    # C54x alignment/addressing is different, so the listing looks different
21
    # float encoding is tested in c54x-specific tests.
22
    # No floating point support in assembly code for CRIS.
23
    setup_xfail "arc*-*-*" "cris-*-*" "*c30*-*-*" "*c54x*-*-*" "*c80*-*-*"
24
    setup_xfail "vax*-*-*" "crisv32-*-*"
25
 
26
    if !$x then { fail "$testname (listing didn't match)" }
27
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.