9e3be61d60
* emultempl/elf32.em (gld*_before_allocation): Adjust output section size for warning sections. ld/testsuite/ * ld-elf/group.ld: Handle .rodata.brlt for powerpc64.
5 lines
66 B
Text
5 lines
66 B
Text
SECTIONS
|
|
{
|
|
. = 0x1000;
|
|
.text : { *(.text) *(.rodata.brlt) }
|
|
}
|