* ld-elf/sec-to-seg1.s: Shorten test data to align the section to
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group.ld
CommitLineData
529fcb95
PB
1SECTIONS
2{
3 . = 0x1000;
9e3be61d 4 .text : { *(.text) *(.rodata.brlt) }
d5da93a2 5 /DISCARD/ : { *(.reginfo) }
529fcb95 6}
This page took 0.159161 seconds and 4 git commands to generate.