* gas/elf/elf.exp: Don't run tests on "*-*-linux*aout*" or
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / elf.exp
CommitLineData
98944905
RH
1#
2# elf tests
3#
4
5# We're testing bits in obj-elf -- don't run on anything else.
966d5bec
ILT
6if { ([istarget "*-*-elf*"]
7 || [istarget "*-*-linux*"]
8 || [istarget "sparc*-*-solaris*"]
9 || [istarget "mips*-*-irix6*"])
10 && ![istarget *-*-linux*aout*]
11 && ![istarget *-*-linux*oldld*]
12} then {
98944905 13
8ee99f93
ILT
14 # FIXME: This doesn't work for MIPS targets because of the .reginfo
15 # and .mdebug sections.
16 setup_xfail mips*-*-*
98944905 17 run_dump_test "section0"
98944905 18
8ee99f93
ILT
19 setup_xfail mips*-*-*
20 run_dump_test "section1"
98944905 21}
This page took 0.024213 seconds and 4 git commands to generate.