* elflink.c (_bfd_elf_link_create_dynamic_sections): If the
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group.ld
CommitLineData
529fcb95
PB
1SECTIONS
2{
3 . = 0x1000;
9e3be61d 4 .text : { *(.text) *(.rodata.brlt) }
d0bf826b 5 /DISCARD/ : { *(.dropme) *(.reginfo) }
529fcb95 6}
This page took 0.277607 seconds and 4 git commands to generate.