Skip x32 tests for Solaris
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / lns / ilp32.exp
CommitLineData
351f65ca
L
1#
2# x86-64 ILP32 tests
3#
4proc gas_64_check { } {
5 global NM
6 global NMFLAGS
7
8 set status [gas_host_run "$NM $NMFLAGS --help" ""]
9 return [regexp "targets:.*x86-64" [lindex $status 1]];
10}
11
9ace5d96
L
12if [expr [istarget "i*86-*-solaris*"] || [istarget "x86_64-*-solaris*"]] then {
13 return
14}
15
351f65ca
L
16if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check] && [is_elf_format]] then {
17
18 global ASFLAGS
19 set old_ASFLAGS "$ASFLAGS"
570561f7 20 set ASFLAGS "$ASFLAGS --x32"
351f65ca
L
21
22 foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
23 if { [runtest_file_p $runtests $test] } {
24 run_dump_test [file rootname $test]
25 }
26 }
27
28 set ASFLAGS "$old_ASFLAGS"
29}
This page took 0.096927 seconds and 4 git commands to generate.