mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
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
151 B
ArmAsm
13 lines
151 B
ArmAsm
.data
|
|
.global two
|
|
two:
|
|
.long 2
|
|
|
|
.section .gnu.linkonce.d.foo, "aw"
|
|
.global foo
|
|
# PE signature of the comdat group
|
|
foo:
|
|
.global one
|
|
one:
|
|
.long 1
|