repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git]
/
toolchain
/
binutils
/
ld
/
testsuite
/
ld-mips-elf
/
reloc-3.ld
blob
a918bf9b3c6e8d561a2dea6abee932a9384b7b75
1
SECTIONS
2
{
3
. = 0x208000;
4
.text : { *(.text) }
5
. = 0x310000;
6
.text2 : { *(.text2) }
7
/DISCARD/ : { *(*) }
8
}