* gas/elf/elf.exp: Disable symtab test for alpha.
authorRichard Henderson <rth@redhat.com>
Mon, 20 Sep 2010 16:07:27 +0000 (16:07 +0000)
committerRichard Henderson <rth@redhat.com>
Mon, 20 Sep 2010 16:07:27 +0000 (16:07 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp

index 4cdb1f2d9f62e3081beaca404149c899d1629375..7a3621683e9668bb090664786d6faf439d51be64 100644 (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
index e6f5f05733ab5dbbc70e78ce1c1b850368a75363..4aa2b2e6a8784243a3bd6395b80ed84ed28f30dd 100644 (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.