Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-elf / group.ld
blob1c561b6aa0e2c57acde76902500100eeda625bc5
1 PHDRS
3   header PT_PHDR PHDRS ;
4   image  PT_LOAD PHDRS;
7 SECTIONS
9   . = 0x1000;
10   .text : { *(.text) *(.rodata.brlt) } :image :header
11   /DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) }