Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / align5.t
1 SECTIONS
2 {
3 .text : {
4 SORT_NONE (*) (.text .text.*)
5 }
6
7 .data : {
8 SORT_NONE (*) (.data .data.*)
9 foo = .;
10 }
11 /DISCARD/ : {*(*)}
12 }
This page took 0.029827 seconds and 4 git commands to generate.