Make the assembler generate an error if there is an attempt to define a section with...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / exclude-file-b.s
1 .section ".data", "aw"
2 .word 0x0
3
4 .section ".data.1", "aw"
5 .word 0x0
This page took 0.030291 seconds and 4 git commands to generate.