aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-linkonce/sym1.s
blob: 704d9f60958a016b5de017fd09db62148e33713b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
 .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