summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/ppc/astest2.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/ppc/astest2.s')
-rw-r--r--gas/testsuite/gas/ppc/astest2.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/testsuite/gas/ppc/astest2.s b/gas/testsuite/gas/ppc/astest2.s
index 5af223378f..33bc79af9c 100644
--- a/gas/testsuite/gas/ppc/astest2.s
+++ b/gas/testsuite/gas/ppc/astest2.s
@@ -50,3 +50,17 @@ y: .long 0
.type a,@function
.type b,@function
.type apfour,@function
+
+ .section ".text"
+.L1:
+ nop
+ ble- 1,.L1
+ bgt- 2,.L1
+ ble+ 3,.L1
+ bgt+ 4,.L1
+ ble- 5,.L2
+ bgt- 6,.L2
+ ble+ 7,.L2
+ bgt+ 0,.L2
+.L2:
+ nop:
OpenPOWER on IntegriCloud