From: Catherine Moore Date: Wed, 1 Sep 1999 21:17:36 +0000 (+0000) Subject: * gas/vtable/vtable.exp: Added [istarget "arm*-*-*"] to run dump X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3d180e977ddec635b2e2fe1971495238d386f87;p=binutils-gdb.git * 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. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9e761b1d766..e6368bb09b6 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +1999-09-01 Scott Bambrough + + * 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 * gas/i386/naked.d: Fix for coff targets. diff --git a/gas/testsuite/gas/vtable/vtable.exp b/gas/testsuite/gas/vtable/vtable.exp index f97077224ef..6769ca8b4e8 100644 --- a/gas/testsuite/gas/vtable/vtable.exp +++ b/gas/testsuite/gas/vtable/vtable.exp @@ -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"