gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-hilo.ld
1 SECTIONS
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.028943 seconds and 4 git commands to generate.