summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/all
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-07-03 11:17:32 +0000
committerNick Clifton <nickc@redhat.com>2007-07-03 11:17:32 +0000
commit3ccac826a3edc921e1e6c5ded9502781cca509af (patch)
treefd2f3efa3df03a6a1d34feaf8cc2ffdecd0c5268 /gas/testsuite/gas/all
parentec2655a6a75bc61d21e6f8ddc1e9f9027a8914dd (diff)
downloadppe42-binutils-3ccac826a3edc921e1e6c5ded9502781cca509af.tar.gz
ppe42-binutils-3ccac826a3edc921e1e6c5ded9502781cca509af.zip
Add expected failures for CR16 tests
Diffstat (limited to 'gas/testsuite/gas/all')
-rw-r--r--gas/testsuite/gas/all/gas.exp8
1 files changed, 5 insertions, 3 deletions
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index cb8c6777a4..6dabbca689 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -60,6 +60,7 @@ gas_test_error "assign-bad.s" "" "== assignment for symbol already set"
# .equ works differently on some targets.
# linkrelax-ing prevents most forward references from working.
case $target_triplet in {
+ { cr16*-*-* } { }
{ crx*-*-* } { }
{ h8300*-*-* } { }
{ hppa*-*-* } { }
@@ -154,12 +155,13 @@ proc do_930509a {} {
if !$x then { fail $testname }
}
-# This test is meaningless for the PA and CRX; the difference of two symbols
-# must not be resolved by the assembler.
+# This test is meaningless for the PA and CR16/CRX: the difference of two
+# symbols cannot be resolved by the assembler.
# C54x assembler (for compatibility) does not allow differences between
-# forward references
+# forward references.
# C30 counts a four byte offset as a difference of one.
if { ![istarget hppa*-*-*] &&
+ ![istarget cr16*-*-*] &&
![istarget crx*-*-*] &&
![istarget *c30*-*-*] &&
![istarget *c4x*-*-*] &&
OpenPOWER on IntegriCloud