mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
8 lines
86 B
ArmAsm
8 lines
86 B
ArmAsm
|
.text
|
||
|
.globl xxx
|
||
|
.type xxx, @function
|
||
|
xxx:
|
||
|
jmp foo
|
||
|
.size xxx, .-xxx
|
||
|
.hidden foo
|