projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe8bc63
)
Add xscale to list of Rel targets
author
Nick Clifton
<nickc@redhat.com>
Sat, 9 Dec 2000 01:59:22 +0000
(
01:59
+0000)
committer
Nick Clifton
<nickc@redhat.com>
Sat, 9 Dec 2000 01:59:22 +0000
(
01:59
+0000)
gas/testsuite/gas/vtable/vtable.exp
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/vtable/vtable.exp
b/gas/testsuite/gas/vtable/vtable.exp
index f1dc57772d35d5c52380c5c9cad475f0f5228210..3a98d98d13c2b12e50056c5bfc5ad549cdfeca10 100644
(file)
--- a/
gas/testsuite/gas/vtable/vtable.exp
+++ b/
gas/testsuite/gas/vtable/vtable.exp
@@
-38,6
+38,11
@@
if { ([istarget "*-*-elf*"]
return
}
+ # not yet supported by ARC
+ if {[istarget "arc*-*-*"]} {
+ return
+ }
+
run_dump_test "inherit0"
run_list_test "inherit1" "-al"
@@
-45,6
+50,7
@@
if { ([istarget "*-*-elf*"]
if {[istarget "i*86-*-*"]
|| [istarget "mips*-*-*"]
|| [istarget "strongarm*-*-*"]
+ || [istarget "xscale*-*-*"]
|| [istarget "arm*-*-*"]} then {
run_dump_test "entry0"