aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/emit-relocs-557.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-aarch64/emit-relocs-557.s')
-rw-r--r--ld/testsuite/ld-aarch64/emit-relocs-557.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/emit-relocs-557.s b/ld/testsuite/ld-aarch64/emit-relocs-557.s
new file mode 100644
index 0000000..88dcdfa
--- /dev/null
+++ b/ld/testsuite/ld-aarch64/emit-relocs-557.s
@@ -0,0 +1,17 @@
+ .global v1
+ .global v2
+ .size v2, 16384
+ .global v3
+ .section .tdata,"awT",%progbits
+v1:
+ .word 0xdeaddead
+v2:
+ .zero 16384
+v3:
+ .word 0xcafecafe
+
+ .text
+ ldrsw x22, [x14, #:tprel_lo12_nc:v2]
+
+ # should not issue overflow error.
+ ldrsw x8, [x17, #:tprel_lo12_nc:v3]