942a48ee02fdc72d45ee00250ef082a8e6f97905
[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*"] } then {
10
11     # FIXME: This doesn't work for MIPS targets because of the .reginfo
12     # and .mdebug sections.
13     setup_xfail mips*-*-*
14     run_dump_test "section0" 
15
16     setup_xfail mips*-*-*
17     run_dump_test "section1" 
18 }