fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-scripts / weak.t
blob6cd013e11f712854ff9d999bcb7d437f1f53d3bf
1 SECTIONS
3   .text 0x1000 : {
4     tmpdir/weak1.o(.data)
5   }
6   .data 0x2000 : {
7     tmpdir/weak2.o(.data)
8   }
9   /DISCARD/ : {
10     *(*)
11   }