binutils: Make some functions static in dwarf.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / weak.t
1 SECTIONS
2 {
3 .text 0x1000 : {
4 tmpdir/weak1.o(.data)
5 }
6 .data 0x2000 : {
7 tmpdir/weak2.o(.data)
8 }
9 /DISCARD/ : {
10 *(*)
11 }
12 }
This page took 0.036631 seconds and 4 git commands to generate.