old-cross-binutils/ld/testsuite/ld-elf/group.ld
Alan Modra 9e3be61d60 ld/
* emultempl/elf32.em (gld*_before_allocation): Adjust output section
	size for warning sections.
ld/testsuite/
	* ld-elf/group.ld: Handle .rodata.brlt for powerpc64.
2006-11-08 11:29:16 +00:00

5 lines
66 B
Text

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