ld: Allow EXCLUDE_FILE to be used outside of the section list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / exclude-file-3.t
1 SECTIONS
2 {
3 .data : {
4 EXCLUDE_FILE (*-b.o) * (.data .data.*)
5 }
6
7 /DISCARD/ : {
8 * (*)
9 }
10 }
This page took 0.03251 seconds and 5 git commands to generate.