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