source:
trunk/binutils/ld/testsuite/ld-scripts/weak.t
Last change on this file was 10, checked in by , 22 years ago | |
---|---|
|
|
File size: 140 bytes |
Line | |
---|---|
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 | } |
Note:
See TracBrowser
for help on using the repository browser.