source:
binutils/trunk/ld/testsuite/ld-scripts/pr14962.t@
1973
Last change on this file since 1973 was 970, checked in by , 10 years ago | |
---|---|
File size: 128 bytes |
Line | |
---|---|
1 | NOCROSSREFS ( .text .data ) |
2 | x = ABSOLUTE(x); |
3 | SECTIONS |
4 | { |
5 | .text : { *(.text) } |
6 | .data : { *(.data) } |
7 | /DISCARD/ : { *(*) } |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.