ea4b3731ec
PR 26103 * testsuite/ld-linkonce/ref1.s, * testsuite/ld-linkonce/ref2.s, * testsuite/ld-linkonce/sym1.s, * testsuite/ld-linkonce/sym2.s, * testsuite/ld-linkonce/sym3.s: New test files. * testsuite/ld-linkonce/linkonce.exp: Run tests for PE too. Add pr26103 test. Remove unnecessary load_lib.
13 lines
155 B
ArmAsm
13 lines
155 B
ArmAsm
.data
|
|
.global four
|
|
four:
|
|
.long 4
|
|
|
|
.section .gnu.linkonce.d.foo, "aw"
|
|
.global foo
|
|
# PE signature of the comdat group
|
|
foo:
|
|
.global oney
|
|
oney:
|
|
.long 1
|