Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / exclude-file-2.t
1 SECTIONS
2 {
3 .data : {
4 * (EXCLUDE_FILE (*-b.o) .data EXCLUDE_FILE (*-b.o) .data.*)
5 }
6
7 /DISCARD/ : {
8 * (*)
9 }
10 }
This page took 0.030093 seconds and 4 git commands to generate.