Make the assembler generate an error if there is an attempt to define a section with...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / align3.t
CommitLineData
2b94abd4
AB
1SECTIONS
2{
3 .text : {
4 SORT_BY_ALIGNMENT (*) (.text .text.*)
5 }
6
7 .data : {
8 SORT_BY_ALIGNMENT (*) (.data .data.*)
9 }
10}
This page took 0.129753 seconds and 4 git commands to generate.