repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
file config.texi was initially added on branch binutils-2_17-branch.
[binutils.git]
/
ld
/
testsuite
/
ld-mips-elf
/
reloc-merge-lo16.ld
blob
4d487dd5fd8b01d4cf454b8583efa6c37b997c26
1
ENTRY(__start)
2
SECTIONS
3
{
4
. = 0x0400000;
5
.text : { *(.text) }
6
. = 0x0800000;
7
.rodata : { *(.rodata.*) }
8
/DISCARD/ : { *(*) }
9
}