ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dynamic1.ld
CommitLineData
6ee6cf6a
L
1SECTIONS
2{
3 . = SIZEOF_HEADERS;
4 .text : { *(.text) }
5 .data : { *(.data) }
6 .data1 : { KEEP (*(.data1)) }
7 .dynamic : { *(.dynamic) }
8}
This page took 0.517382 seconds and 4 git commands to generate.