a0b33e58be0437d41d779b07eee1002c8278ce7a
[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.029672 seconds and 3 git commands to generate.