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
regenerate configure
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
note-1.t
blob
031fe820ead6dca44bb1a31180474529e819a45d
1
ENTRY(_entry)
2
PHDRS
3
{
4
data PT_LOAD;
5
note PT_NOTE;
6
}
7
SECTIONS
8
{
9
. = 0x1000000;
10
.foo : { *(.foo) } :data
11
. = 0x2000000;
12
.note : { *(.note) } :note
13
/DISCARD/ : { *(*) }
14
}