repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas:
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-mips-elf
/
mips16-hilo.ld
blob
1b543523234495261efb002044807b4b08f32e84
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
}