gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-linkonce / sym1.s
CommitLineData
ea4b3731
AM
1 .data
2 .global two
3two:
4 .long 2
5
6 .section .gnu.linkonce.d.foo, "aw"
7 .global foo
8# PE signature of the comdat group
9foo:
10 .global one
11one:
12 .long 1
This page took 0.023182 seconds and 4 git commands to generate.