summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/elf.exp
blob: 216f2ac305127d13647e951a59f609c73c99e0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# elf tests
#

# We're testing bits in obj-elf -- don't run on anything else.
if { ([istarget "*-*-elf*"]		
      || [istarget "*-*-linux*"]
      || [istarget "sparc*-*-solaris*"]
      || [istarget "mips*-*-irix6*"])
     && ![istarget *-*-linux*aout*]
     && ![istarget *-*-linux*oldld*]
} then {
    run_dump_test "section0" 
    run_dump_test "section1" 
}