tcl global directive outside proc body does nothing (ld)
[deliverable/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}
This page took 0.665541 seconds and 4 git commands to generate.