]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/align5.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / align5.t
1 SECTIONS
2 {
3   .text : {
4     SORT_NONE (*) (.text .text.* .pr)
5   }
6
7   .data : {
8     SORT_NONE (*) (.data .data.* .rw)
9     foo = .;
10   }
11   .bss : {
12     SORT_NONE (*) (.bss)
13   }
14   /DISCARD/ : {*(*)}
15 }
This page took 0.035399 seconds and 4 git commands to generate.