Add test for strongarm to ScottB's patch.

This commit is contained in:
Nick Clifton 1999-09-02 10:11:11 +00:00
parent f3d180e977
commit c5089c8475
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1999-09-02 Nick Clifton <nickc@cygnus.com>
* gas/vtable/vtable.exp: Add [istarget "strongarm*-*-*"] to run
dump test "entry0" instead of "entry1".
1999-09-01 Scott Bambrough <scottb@netwinder.org>
* gas/vtable/vtable.exp: Added [istarget "arm*-*-*"] to run dump

View File

@ -36,6 +36,7 @@ if { ([istarget "*-*-elf*"]
# The vtable entry results are different on Rel and Rela targets.
if {[istarget "i*86-*-*"]
|| [istarget "mips*-*-*"]
|| [istarget "strongarm*-*-*"]
|| [istarget "arm*-*-*"]} then {
run_dump_test "entry0"