* config/tc-alpha.c (struct alpha_insn): Make sequence scalar long.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / alpha / alpha.exp
CommitLineData
19f78583
RH
1#
2# Some generic alpha tests
3#
4
5proc run_list_test { name opts } {
6 global srcdir subdir
7 set testname "alpha $name"
8 set file $srcdir/$subdir/$name
9 gas_run ${name}.s $opts ">&dump.out"
10 if { [regexp_diff "dump.out" "${file}.l"] } then {
11 fail $testname
12 verbose "output is [file_contents "dump.out"]" 2
13 return
14 }
15 pass $testname
16}
17
18if { [istarget alpha*-*-*] } then {
19
20 set elf [expr [istarget *-*-elf*] \
21 || [istarget *-*-linux*] \
22 || [istarget *-*-freebsd*] \
23 || [istarget *-*-netbsd*] ]
24
25 if $elf {
26 run_dump_test "elf-reloc-1"
27 run_list_test "elf-reloc-2" ""
28 run_list_test "elf-reloc-3" ""
29 run_dump_test "elf-reloc-4"
30 }
31
32 run_dump_test "fp"
33}
This page took 0.02472 seconds and 4 git commands to generate.