mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
12 lines
118 B
ArmAsm
12 lines
118 B
ArmAsm
|
.text
|
||
|
.align 2
|
||
|
.global bar
|
||
|
.type bar, %function
|
||
|
bar:
|
||
|
b foo
|
||
|
|
||
|
.align 2
|
||
|
.type foo, %function
|
||
|
foo:
|
||
|
bl hidfn
|