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