Retro68/binutils/ld/testsuite/ld-linkonce/sym1.s

13 lines
151 B
ArmAsm
Raw Normal View History

2022-10-27 18:45:45 +00:00
.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