11 lines
139 B
ArmAsm
11 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
|