Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-mips-elf / no-shared-1.ld
blob06d28a6e41cf24b85a6a08dde1e616ffa377b40c
1 SECTIONS
3   . = 0x50000;
4   .text : { *(.text) }
5   .MIPS.stubs : { *(.MIPS.stubs) }
7   . = 0x60000;
8   .data : { *(.data) }
9   _gp = ALIGN (16) + 0x7ff0;
10   .got : { *(.got) }