source: trunk/binutils/ld/testsuite/ld-scripts/weak.t

Last change on this file was 10, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 140 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.