aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/ppc/range.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/ppc/range.s')
-rw-r--r--gas/testsuite/gas/ppc/range.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/gas/ppc/range.s b/gas/testsuite/gas/ppc/range.s
new file mode 100644
index 000000000000..04251e5e93bf
--- /dev/null
+++ b/gas/testsuite/gas/ppc/range.s
@@ -0,0 +1,7 @@
+ .text
+ lbz 4,-32768(3)
+ lbz 5,-1(3)
+ lbz 6,2(3)
+ lbz 7,32767(3)
+ lbz 8,32768(3)
+ lbz 9,-32769(3)