13b7c0bb0668a7098e1f9f112b75d9b163acaa45
[binutils-gdb.git] / gas / testsuite / gas / elf / elf.exp
1 #
2 # elf tests
3 #
4
5 # We're testing bits in obj-elf -- don't run on anything else.
6 if { ([istarget "*-*-elf*"]
7 || [istarget "*-*-linux*"]
8 || [istarget "sparc*-*-solaris*"]
9 || [istarget "mips*-*-irix6*"])
10 && ![istarget *-*-linux*aout*]
11 && ![istarget *-*-linux*coff*]
12 && ![istarget *-*-linux*oldld*]
13 } then {
14 run_dump_test "section0"
15 run_dump_test "section1"
16 }