* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Do not
[deliverable/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 _gp = ALIGN (16) + 0x7ff0;
10 .got : { *(.got) }
11 }
This page took 0.030944 seconds and 4 git commands to generate.