10 lines
139 B
ArmAsm
10 lines
139 B
ArmAsm
.global bar, _start
|
|
.weak group
|
|
group:
|
|
|
|
.section .text.foo,"aG",@progbits,group,comdat
|
|
|
|
.section .text
|
|
_start:
|
|
.quad .text.foo
|
|
.quad bar
|