binutils-gdb/ld/testsuite/ld-linkonce/sym1.s
Alan Modra ea4b3731ec PR26103 testcase
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.
2020-06-15 12:11:27 +09:30

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