PowerPC64: align plt_branch stubs
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / no-shared-1.ld
1 SECTIONS
2 {
3 . = 0x50000;
4 .text : { *(.text) }
5 .MIPS.stubs : { *(.MIPS.stubs) }
6
7 . = 0x60000;
8 .data : { *(.data) }
9 HIDDEN (_gp = ALIGN (16) + 0x7ff0);
10 .got : { *(.got) }
11 }