Make some improvements to how SORT_* specifiers and EXCLUDE_FILE specifiers are handl...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / exclude-file-7.t
1 SECTIONS
2 {
3 .data : {
4 * (SORT_BY_INIT_PRIORITY (EXCLUDE_FILE (*-b.o) .data))
5 * (SORT_BY_ALIGNMENT (SORT_BY_ALIGNMENT (EXCLUDE_FILE (*-a.o) .data.*)))
6 }
7
8 /DISCARD/ : {
9 * (*)
10 }
11 }
This page took 0.030555 seconds and 5 git commands to generate.