mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
11 lines
140 B
ArmAsm
11 lines
140 B
ArmAsm
|
.global v1
|
||
|
.global v2
|
||
|
.section .tdata,"awT",%progbits
|
||
|
v1:
|
||
|
.word 0xdeaddead
|
||
|
v2:
|
||
|
.word 0xcafecafe
|
||
|
|
||
|
.text
|
||
|
add w20, w9, #:dtprel_lo12:v2
|