import gdb-1999-06-21 snapshot
[external/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*oldld*]
12 } then {
13
14     # FIXME: This doesn't work for MIPS targets because of the .reginfo
15     # and .mdebug sections.
16     setup_xfail mips*-*-*
17     run_dump_test "section0" 
18
19     setup_xfail mips*-*-*
20     run_dump_test "section1" 
21 }