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
/
reloc-2.ld
blob
ff0b29166734587d12f45e2d9cc4091c8d2d8dc2
1
SECTIONS
2
{
3
. = 0x208000;
4
.text : { *(.text) }
5
. = 0x400000;
6
_gp = 0x401234;
7
.sdata : { *(.sdata) }
8
/DISCARD/ : { *(*) }
9
}