* ld-scripts/default-script.s (text): Globalize.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / weak.t
CommitLineData
252b5132
RH
1SECTIONS
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.428201 seconds and 4 git commands to generate.