* 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.
This commit is contained in:
Catherine Moore 1999-09-01 21:17:36 +00:00
parent f273939b8e
commit f3d180e977
2 changed files with 9 additions and 1 deletions

View 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.

View 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"