* 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:
parent
f273939b8e
commit
f3d180e977
@ -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.
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user