* gas/vtable/vtable.exp: Added [istarget "arm*-*-*"] to run dump
authorCatherine Moore <clm@redhat.com>
Wed, 1 Sep 1999 21:17:36 +0000 (21:17 +0000)
committerCatherine Moore <clm@redhat.com>
Wed, 1 Sep 1999 21:17:36 +0000 (21:17 +0000)
        test "entry0" instead of "entry1".  ARM targets use REL relocs,
        and should use the test entry0.

gas/testsuite/ChangeLog
gas/testsuite/gas/vtable/vtable.exp

index 9e761b1d76654fd581b8858e9947afab185c730c..e6368bb09b6369b227854c142ac1c73155d8def9 100644 (file)
@@ -1,3 +1,9 @@
+1999-09-01  Scott Bambrough  <scottb@netwinder.org>
+        * gas/vtable/vtable.exp: Added [istarget "arm*-*-*"] to run dump 
+        test "entry0" instead of "entry1".  ARM targets use REL relocs,
+        and should use the test entry0.
+
 1999-09-01  H.J. Lu  <hjl@gnu.org>
 
        * gas/i386/naked.d: Fix for coff targets.
index f97077224eff4da311cffb544af65c35f7d064fb..6769ca8b4e87a10520fa576673f82606a918f5f6 100644 (file)
@@ -34,7 +34,9 @@ if { ([istarget "*-*-elf*"]
     run_list_test "inherit1" "-al"
 
     # The vtable entry results are different on Rel and Rela targets.
-    if {[istarget "i*86-*-*"] || [istarget "mips*-*-*"]} then {
+    if {[istarget "i*86-*-*"] 
+       || [istarget "mips*-*-*"] 
+       || [istarget "arm*-*-*"]} then {
 
        run_dump_test "entry0"