Fix the sorting algorithm for reloc entries
[binutils-gdb.git] / ld / testsuite / ld-linkonce / sym1.s
1 .data
2 .global two
3 two:
4 .long 2
5
6 .section .gnu.linkonce.d.foo, "aw"
7 .global foo
8 # PE signature of the comdat group
9 foo:
10 .global one
11 one:
12 .long 1