mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
11 lines
127 B
ArmAsm
11 lines
127 B
ArmAsm
|
.macro decl
|
||
|
.global exported\@
|
||
|
.equ exported\@,\@
|
||
|
.endm
|
||
|
|
||
|
.rept dynsym - base_syms
|
||
|
decl
|
||
|
.endr
|
||
|
|
||
|
lw $25,%call16(foo)($gp)
|