repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
reloc-2.ld
blob
35edf28b4cbe5556c4707d66d2e186e175b709e8
1
SECTIONS
2
{
3
. = 0x208000;
4
.text : { *(.text) }
5
. = 0x400000;
6
HIDDEN (_gp = 0x401234);
7
.sdata : { *(.sdata) }
8
/DISCARD/ : { *(*) }
9
}