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
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
extract-symbol-1.ld
blob
53e95c6d09d5d5ec5367a5c316cc654214ac09b8
1
ENTRY(_entry)
2
PHDRS
3
{
4
data PT_LOAD AT (0);
5
}
6
SECTIONS
7
{
8
. = 0x10000;
9
.foo : { *(.foo) } :data
10
11
. = 0x20000;
12
.bar : { *(.bar) } :data
13
14
/DISCARD/ : { *(*) }
15
16
_entry = 0x30000;
17
linker_symbol = 0x40000;
18
}