buildtools/binutils/ld/testsuite/ld-aarch64/emit-relocs-117.s
Alexander von Gluck IV 0cb01df558 binutils: Import binutils-2.32
Change-Id: I7a413a81d33762f3cb1e8c67883d1e616f83d0e9
Reviewed-on: https://review.haiku-os.org/c/1536
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
2019-07-11 17:29:38 +00:00

18 lines
267 B
ArmAsm

.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]