2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / i386.exp
CommitLineData
252b5132
RH
1#
2# i386 tests
3#
4proc run_list_test { name opts } {
5 global srcdir subdir
6 set testname "i386 $name"
7 set file $srcdir/$subdir/$name
8 gas_run ${name}.s $opts ">&dump.out"
9 if { [regexp_diff "dump.out" "${file}.l"] } then {
10 fail $testname
11 verbose "output is [file_contents "dump.out"]" 2
12 return
13 }
14 pass $testname
15}
16
b96d3a20
JH
17proc gas_64_check { } {
18 global NM
19 global NMFLAGS
20 global srcdir
252b5132 21
b96d3a20 22 catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help
c0b22597 23 return [regexp "targets:.*x86-64" $nm_help]
b96d3a20 24}
6e0b89ee 25
b96d3a20
JH
26proc gas_32_check { } {
27 global NM
28 global NMFLAGS
29 global srcdir
30
31 catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help
c0b22597 32 return [regexp "targets:.*i386" $nm_help]
b96d3a20
JH
33}
34
35
36if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_32_check]] then {
37
38 global ASFLAGS
39 set old_ASFLAGS "$ASFLAGS"
40 set ASFLAGS "$ASFLAGS --32"
252b5132
RH
41
42 run_list_test "float" "-al"
43 run_list_test "general" "-al --listing-lhs-width=2"
44 run_list_test "inval" "-al"
4cc91dba
L
45 run_list_test "segment" "-al"
46 run_list_test "inval-seg" "-al"
252b5132 47 run_list_test "modrm" "-al --listing-lhs-width=2"
3f9ed93b 48 run_dump_test "naked"
252b5132 49 run_dump_test "opcode"
cc5ca5ce 50 run_dump_test "intel"
be66c492 51 run_dump_test "intel16"
9306ca4a
JB
52 run_list_test "intelbad" ""
53 run_dump_test "intelok"
252b5132
RH
54 run_dump_test "prefix"
55 run_dump_test "amd"
c608c12e 56 run_dump_test "katmai"
a3d1c52b 57 run_dump_test "jump"
de9d65b5
JH
58 run_dump_test "ssemmx2"
59 run_dump_test "sse2"
4dd8d67b 60 run_dump_test "sub"
ca164297 61 run_dump_test "prescott"
2033b4b9 62 run_dump_test "sib"
d2b2c203
DJ
63
64 if {![istarget "*-*-aix*"]
65 && (![is_elf_format] || [istarget "*-*-linux*"]
66 || [istarget "*-*-netbsd*"]
67 || [istarget "*-*-freebsd*"]
68 || [istarget "*-*-netware*"])} {
69 # Don't run this test on targets where '/' starts comments.
70 run_dump_test "divide"
71 }
72
26f07657 73 run_dump_test "padlock"
c4a530c5
JB
74 run_dump_test "crx"
75 run_list_test "cr-err" ""
252b5132 76
a3d1c52b
AM
77 # These tests require support for 8 and 16 bit relocs,
78 # so we only run them for ELF and COFF targets.
62e88f3c 79 if {[is_elf_format] || [istarget "*-*-coff*"]} then {
252b5132 80 run_dump_test "reloc"
a3d1c52b 81 run_dump_test "jump16"
252b5132 82 run_list_test "white" "-al --listing-lhs-width=3"
3d983505
NC
83
84 # These tests should in theory work for PE targets as well,
85 # but the relocs we currently produce are slightly different
86 # from those produced for ELF/COFF based toolchains.
87 # So for now we ignore PE targets.
88 run_dump_test "pcrel"
89 run_dump_test "absrel"
252b5132 90 }
00687228 91
62e88f3c
NC
92 # ELF specific tests
93 if [is_elf_format] then {
94 # PIC is only supported on ELF targets.
95 run_dump_test "intelpic"
96
00687228 97 run_dump_test "relax"
2bbd9c25 98 run_dump_test "gotpc"
13ae64f3
JJ
99 run_dump_test "tlsd"
100 run_dump_test "tlspic"
101 run_dump_test "tlsnopic"
8a75718c 102 run_dump_test "bss"
00687228
L
103 }
104
6482c264
NC
105 # This is a PE specific test.
106 if { [istarget "*-*-cygwin*"] || [istarget "*-*-pe"]
107 || [istarget "*-*-mingw*"]
108 } then {
109 run_dump_test "secrel"
110 }
111
b96d3a20
JH
112 set ASFLAGS "$old_ASFLAGS"
113}
6e0b89ee 114
fc847f15 115if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] then {
b96d3a20
JH
116
117 global ASFLAGS
118 set old_ASFLAGS "$ASFLAGS"
119 set ASFLAGS "$ASFLAGS --64"
120
121 run_dump_test "x86_64"
20f0a1fc 122 run_dump_test "x86-64-addr32"
831b02f6 123 run_dump_test "x86-64-opcode"
ae8887b5 124 run_dump_test "x86-64-pcrel"
20f0a1fc 125 run_dump_test "x86-64-rip"
831b02f6 126 run_list_test "x86-64-inval" "-al"
4cc91dba
L
127 run_list_test "x86-64-segment" "-al"
128 run_list_test "x86-64-inval-seg" "-al"
b96d3a20 129
d2b2c203
DJ
130 # For ELF targets verify that @unwind works.
131 if { ([istarget "*-*-elf*"] || [istarget "*-*-linux*"]
132 || [istarget "*-*-solaris2.*"])
133 && ![istarget *-*-linux*aout*]
134 && ![istarget *-*-linux*oldld*] } then {
135 run_dump_test "x86-64-unwind"
136 }
137
b96d3a20 138 set ASFLAGS "$old_ASFLAGS"
252b5132 139}
This page took 0.291838 seconds and 4 git commands to generate.