Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-hilo.ld
CommitLineData
d6f16593
MR
1SECTIONS
2{
3 . = 0x0500000;
4 .text : { *(.text) }
5 . = 0x0654320;
6 .data : { *(.data) }
7 .sdata : { *(.sdata) }
8 . = 0x0765430;
9 .bss : { *(.bss) *(COMMON) }
10 .sbss : { *(.sbss) *(.scommon) }
11 /DISCARD/ : { *(*) }
12}
This page took 0.474495 seconds and 4 git commands to generate.