ld: Add -z separate-code test for zero size section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group12.ld
CommitLineData
7bdf4127
AB
1FORCE_GROUP_ALLOCATION
2
3PHDRS
4{
5 header PT_PHDR PHDRS ;
6 image PT_LOAD PHDRS;
7}
8
9SECTIONS
10{
11 . = 0x1000;
12 .text : { *(.text) *(.rodata.brlt) } :image :header
13 /DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
14}
This page took 0.06649 seconds and 4 git commands to generate.