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
* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git]
/
ld
/
testsuite
/
ld-mmix
/
bpo64addr.ld
blob
0324aa53ffef0cb65cf8ec8be260bd9791667456
1
OUTPUT_ARCH(mmix)
2
ENTRY(Main)
3
SECTIONS
4
{
5
.text 0x100 :
6
{ *(.text.x); *(.text.x2); }
7
8
.text.away 0x4000000000001060 :
9
{ *(.text); Main = _start; }
10
11
.MMIX.reg_contents :
12
{ *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); }
13
}