* gas/elf/elf.exp: Disable symtab test for alpha.

This commit is contained in:
Richard Henderson 2010-09-20 16:07:27 +00:00
parent 9d143a21bc
commit 79c077509f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-09-20 Richard Henderson <rth@redhat.com>
* gas/elf/elf.exp: Disable symtab test for alpha.
2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
* gas/arm/thumb2_ldmstm.d: Change single-register stmia to use 16-bit

View File

@ -145,7 +145,10 @@ if { ([istarget "*-*-*elf*"]
run_elf_list_test "section5" "" "-al" "-SW" "| grep \" \\\\.test\\\[0-9\\\]\""
}
run_dump_test "struct"
run_dump_test "symtab"
if { ![istarget "alpha*-*-*"] } then {
# The alpha port uses .set for state, e.g. nomacro.
run_dump_test "symtab"
}
run_dump_test "symver"
# The MSP port sets the ELF header's OSABI field to ELFOSABI_STANDALONE.