]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/sort-file.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / sort-file.t
1 SECTIONS
2 {
3   .text : { SORT_BY_NAME(*)(.text*) }
4   .data : { *(.data*) }
5   /DISCARD/ : { *(.*) }
6 }
This page took 0.025154 seconds and 4 git commands to generate.