]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/exclude-file-7.t
Automatic date update in version.in
[binutils.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.02336 seconds and 4 git commands to generate.