Retro68/binutils/ld/testsuite/ld-linkonce/sym1.s
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

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