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-pcrel-r6.ld
blob
a40c7048c2df0fa29dc50724efd38cee6243272f
1
SECTIONS
2
{
3
x1 = 0x10000001; /* lower and far */
4
x2 = 0x3ffff000; /* lower and near */
5
. = 0x40000000;
6
.text : { *(.text) }
7
x3 = 0x4000f000; /* high and near */
8
x4 = 0x80000001; /* high and far */
9
}