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
* dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
nobits-1.t
blob
200433058b39a4201afa3fdd65bb36586d4078bf
1
ENTRY(_entry)
2
PHDRS
3
{
4
data PT_LOAD;
5
}
6
SECTIONS
7
{
8
. = 0x1000000;
9
.foo : { *(.foo) } :data
10
. = 0x2000000;
11
.bar : { *(.bar) } :data
12
/DISCARD/ : { *(*) }
13
}