summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/arc/b.s
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2009-11-05 16:55:30 -0800
committerJing Yu <jingyu@google.com>2009-11-05 16:55:30 -0800
commit2cafa61b4b039e5ac3b876fc44a05c61d66df4d4 (patch)
tree1caaaacd28e00e283dbacd6726db52cbf2d5d909 /binutils-2.17/gas/testsuite/gas/arc/b.s
parent8d401cf711539af5a2f78d12447341d774892618 (diff)
downloadtoolchain_binutils-2cafa61b4b039e5ac3b876fc44a05c61d66df4d4.tar.gz
toolchain_binutils-2cafa61b4b039e5ac3b876fc44a05c61d66df4d4.tar.bz2
toolchain_binutils-2cafa61b4b039e5ac3b876fc44a05c61d66df4d4.zip
check in binutils sources for prebuilt toolchains in Eclair.
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/arc/b.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/arc/b.s40
1 files changed, 40 insertions, 0 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/arc/b.s b/binutils-2.17/gas/testsuite/gas/arc/b.s
new file mode 100644
index 00000000..a215fe48
--- /dev/null
+++ b/binutils-2.17/gas/testsuite/gas/arc/b.s
@@ -0,0 +1,40 @@
+# b test
+
+text_label:
+
+ b text_label
+ bal text_label
+ bra text_label
+ beq text_label
+ bz text_label
+ bne text_label
+ bnz text_label
+ bpl text_label
+ bp text_label
+ bmi text_label
+ bn text_label
+ bcs text_label
+ bc text_label
+ blo text_label
+ bcc text_label
+ bnc text_label
+ bhs text_label
+ bvs text_label
+ bv text_label
+ bvc text_label
+ bnv text_label
+ bgt text_label
+ bge text_label
+ blt text_label
+ ble text_label
+ bhi text_label
+ bls text_label
+ bpnz text_label
+
+ b.d text_label
+ b.nd text_label
+ b.jd text_label
+
+ beq.d text_label
+ bne.nd text_label
+ bcc.jd text_label