Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / pr14962.t
... / ...
CommitLineData
1NOCROSSREFS ( .text .data )
2x = ABSOLUTE(x);
3SECTIONS
4{
5 .text : { *(.text) }
6 .data : { *(.data) }
7 /DISCARD/ : { *(*) }
8}
This page took 0.027655 seconds and 4 git commands to generate.