ld: Add -z separate-code test for zero size section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dynamic1.ld
1 SECTIONS
2 {
3 . = SIZEOF_HEADERS;
4 .text : { *(.text) }
5 .data : { *(.data) }
6 .data1 : { KEEP (*(.data1)) }
7 .dynamic : { *(.dynamic) }
8 }
This page took 0.03013 seconds and 4 git commands to generate.