]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/align4.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / align4.t
1 SECTIONS
2 {
3   .text : {
4     SORT_BY_INIT_PRIORITY (*) (.text .text.*)
5   }
6
7   .data : {
8     SORT_BY_INIT_PRIORITY (*) (.data .data.*)
9   }
10 }
This page took 0.023125 seconds and 4 git commands to generate.