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-selective
/
keepdot0.ld
blob
9f053d3cc2d6eb1d6551fecc65a4774fc04be759
1
SECTIONS
2
{
3
. = 0x0;
4
.myinit : { KEEP (*(.myinit)) }
5
.mytext : { *(.mytext*) *(.text*) }
6
}