diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/emit-relocs-86-overflow.s')
-rw-r--r-- | ld/testsuite/ld-aarch64/emit-relocs-86-overflow.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/emit-relocs-86-overflow.s b/ld/testsuite/ld-aarch64/emit-relocs-86-overflow.s new file mode 100644 index 0000000..945a66c --- /dev/null +++ b/ld/testsuite/ld-aarch64/emit-relocs-86-overflow.s @@ -0,0 +1,11 @@ + .global v1 + .size v1, 4096 + .global v2 + .section .tdata,"awT",%progbits +v1: + .zero 4096 +v2: + .word 0xcafecafe + + .text + add w20, w9, #:dtprel_lo12:v2 |