Make the assembler generate an error if there is an attempt to define a section with...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / sort_b_n-1.s
1 .section .text.2
2 text2:
3 .long 0
4 .section .text.3
5 text3:
6 .long 0
7 .section .text.1
8 text1:
9 .long 0
10 .text
11 text:
12 .long 0
This page took 0.030843 seconds and 4 git commands to generate.