d77c32ed33e791e957f37d1181788515e7a8054f
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / weak-dyn-1a.s
1 .globl foo
2 .weak foo
3 .type foo,%object
4 .size foo,1
5
6 .globl bar
7 .type bar,%object
8 .size bar,1
9
10 .data
11 foo:
12 bar:
13 .dc.a data_begin
This page took 0.048288 seconds and 3 git commands to generate.