Support tcl procedure calls in run_dump_test xfail
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / exclude-file-6.t
1 SECTIONS
2 {
3 .data : {
4 * (SORT_BY_ALIGNMENT (SORT_BY_NAME (EXCLUDE_FILE (*-b.o) .data)))
5 * (SORT_BY_NAME (SORT_BY_ALIGNMENT (EXCLUDE_FILE (*-a.o) .data.*)))
6 }
7
8 /DISCARD/ : {
9 * (*)
10 }
11 }
This page took 0.029416 seconds and 4 git commands to generate.