* gas/elf/ehopt0.s: New.
[platform/upstream/binutils.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 "ehopt0"
15     run_dump_test "section0" 
16     run_dump_test "section1" 
17 }