aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-linkonce/sym3.s
blob: 28ae0fea3bdf8cbe2344b80e263a828c69011925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
 .data
 .global four
four:
 .long 4

 .section .gnu.linkonce.d.foo, "aw"
 .global foo
# PE signature of the comdat group
foo:
 .global oney
oney:
 .long 1