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-elf
/
note-2.t
blob
a507da97a6b98875417a8b6d0b617c800fd5f821
1
ENTRY(_entry)
2
PHDRS
3
{
4
data PT_LOAD;
5
note PT_NOTE;
6
}
7
SECTIONS
8
{
9
.text : { *(.text) } :data
10
.foo : { *(.foo) } :data
11
.note : { *(.note) } :note
12
/DISCARD/ : { *(*) }
13
}