bfd/
[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 .byte 1
This page took 0.031619 seconds and 4 git commands to generate.