If we support local signature symbols (PR43094), these tests would fail. When the support is added, new tests (local signature symbol specific) should be developed.
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
|