Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / exclude-file-1.t
CommitLineData
8f1732fc
AB
1SECTIONS
2{
3 .data : {
4 * (EXCLUDE_FILE (*-b.o) .data .data.*)
5 }
6
7 /DISCARD/ : {
8 * (*)
9 }
10}
This page took 0.053767 seconds and 4 git commands to generate.