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