]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/group.ld
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / group.ld
CommitLineData
1a9ccd70
NC
1PHDRS
2{
3 header PT_PHDR PHDRS ;
4 image PT_LOAD PHDRS;
5}
6
529fcb95
PB
7SECTIONS
8{
9 . = 0x1000;
1a9ccd70 10 .text : { *(.text) *(.rodata.brlt) } :image :header
351cdf24 11 /DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
529fcb95 12}