binutils-gdb/ld/testsuite/ld-elf/group.ld

6 lines
66 B
Plaintext

SECTIONS
{
. = 0x1000;
.text : { *(.text) *(.rodata.brlt) }
}