mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
11 lines
120 B
ArmAsm
11 lines
120 B
ArmAsm
|
.macro load
|
||
|
lw $4,%gottprel(foo\@)($gp)
|
||
|
.endm
|
||
|
|
||
|
.rept 4
|
||
|
load
|
||
|
.endr
|
||
|
|
||
|
.section .tdata,"awT",@progbits
|
||
|
.fill 0xabc0
|