mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
9 lines
128 B
ArmAsm
9 lines
128 B
ArmAsm
|
.text
|
||
|
.p2align 4,,15
|
||
|
.globl foo
|
||
|
.type foo, @function
|
||
|
foo:
|
||
|
jmp bar
|
||
|
.size foo, .-foo
|
||
|
.section .note.GNU-stack,"",@progbits
|