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