]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-scripts/weak.t
This commit was generated by cvs2svn to track changes on a CVS vendor
[thirdparty/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 }