blob: 216f2ac305127d13647e951a59f609c73c99e0c4 [file] [log] [blame]
#
# 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"
}