mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
11 lines
167 B
ArmAsm
11 lines
167 B
ArmAsm
|
.file "pr21404-4.s"
|
||
|
.section .text,"ax",@progbits
|
||
|
.global nonzero_sym
|
||
|
L1:
|
||
|
jmp L1
|
||
|
nonzero_sym:
|
||
|
nop
|
||
|
nop
|
||
|
.p2align 2
|
||
|
.size nonzero_sym, .-nonzero_sym
|