Don't PROVIDE over top of common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / no-shared-1.ld
CommitLineData
0a61c8c2
RS
1SECTIONS
2{
3 . = 0x50000;
4 .text : { *(.text) }
5 .MIPS.stubs : { *(.MIPS.stubs) }
6
7 . = 0x60000;
8 .data : { *(.data) }
889acb80 9 HIDDEN (_gp = ALIGN (16) + 0x7ff0);
0a61c8c2
RS
10 .got : { *(.got) }
11}
This page took 0.282247 seconds and 4 git commands to generate.