This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.git] / ld / testsuite / ld-scripts / weak.t
1 SECTIONS
2 {
3   .text 0x1000 : {
4     tmpdir/weak1.o(*)
5   }
6   .data 0x2000 : {
7     tmpdir/weak2.o(*)
8   }
9 }