Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / align5.t
CommitLineData
2b94abd4
AB
1SECTIONS
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.139409 seconds and 4 git commands to generate.